Home
last modified time | relevance | path

Searched refs:check_api_version (Results 1 – 3 of 3) sorted by relevance

/external/cronet/stable/components/cronet/tools/
Dapi_static_checks.py172 def check_api_version(opts): function
199 ret = check_api_version(opts) and ret
/external/cronet/tot/components/cronet/tools/
Dapi_static_checks.py172 def check_api_version(opts): function
199 ret = check_api_version(opts) and ret
/external/python/cpython3/Objects/
Dmoduleobject.c153 check_api_version(const char *name, int module_api_version) in check_api_version() function
217 if (!check_api_version(name, module_api_version)) { in _PyModule_CreateInitialized()
286 if (!check_api_version(name, module_api_version)) { in PyModule_FromDefAndSpec2()