Home
last modified time | relevance | path

Searched refs:new_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
83 new_apis = [strip_param_names(i) for i in new_apis] variable
86 new_apis = [i for i in new_apis if i not in old_apis and not get_version(i) and not any(exempt in i… variable
87 print("\n".join(new_apis))
/packages/services/Car/tools/GenericCarApiBuilder/scripts/api-coverage/
Ddiff_apis_versions.py92 old_apis, new_apis = results[0], results[1] variable
94 new_apis = [strip_param_names(i) for i in new_apis] variable
96 new_apis = [format_name(i) for i in new_apis if i not in old_apis] variable
148 if api in new_apis and not any(exempt in api for exempt in exempt_apis):