Home
last modified time | relevance | path

Searched defs:old_apis (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tools/GenericCarApiBuilder/scripts/
Dcheck_car_version.py81 old_apis, new_apis = results[0], results[1] variable
82 old_apis = [strip_param_names(i) for i in old_apis] variable
/packages/services/Car/tools/GenericCarApiBuilder/scripts/api-coverage/
Ddiff_apis_versions.py92 old_apis, new_apis = results[0], results[1] variable
93 old_apis = [strip_param_names(i) for i in old_apis] variable