Home
last modified time | relevance | path

Searched refs:function_exists (Results 1 – 6 of 6) sorted by relevance

/external/python/google-auth-library-python/.kokoro/
Dtrampoline_v2.sh66 function function_exists { function
481 if function_exists trampoline_after_upload_hook; then
/external/python/python-api-core/.kokoro/
Dtrampoline_v2.sh66 function function_exists { function
481 if function_exists trampoline_after_upload_hook; then
/external/python/google-api-python-client/.kokoro/
Dtrampoline_v2.sh66 function function_exists { function
481 if function_exists trampoline_after_upload_hook; then
/external/flatbuffers/php/
DFlatbufferBuilder.php603 if (function_exists('mb_detect_encoding')) {
/external/mesa3d/src/compiler/glsl/
Dast_function.cpp794 function_exists(_mesa_glsl_parse_state *state, in function_exists() function
838 if (!function_exists(state, state->symbols, name) in no_matching_function_error()
840 || !function_exists(state, sh->symbols, name))) { in no_matching_function_error()
/external/clang/bindings/python/clang/
Dcindex.py2184 if conf.function_exists("clang_getCompletionBriefComment"):
3711 def function_exists(self, name): member in Config