Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/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