Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbash_completion3 function_exists()
9 function_exists __ltrim_colon_completions ||
28 if function_exists _get_comp_words_by_ref; then
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
Dopenid.php72 if (!function_exists('curl_exec')) {
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
DOAuth.php771 if (function_exists('apache_request_headers')) {
/external/clang/bindings/python/clang/
Dcindex.py2031 if conf.function_exists("clang_getCompletionBriefComment"):
3464 def function_exists(self, name): member in Config