Home
last modified time | relevance | path

Searched refs:_exists (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/
Dos.py518 def _exists(name): function
522 if _exists("fork") and not _exists("spawnv") and _exists("execv"):
599 if _exists("spawnv"):
627 if _exists("spawnvp"):
656 if _exists("fork"):
657 if not _exists("popen2"):
677 if not _exists("popen3"):
697 if not _exists("popen4"):
Dtempfile.py100 def _exists(fn): function
377 if not _exists(file):
/external/python/cpython3/Lib/
Dos.py37 def _exists(name): function
98 if _exists("_have_functions"):
139 if _exists("statvfs") and _exists("fstatvfs"): # mac os x10.3
170 if _exists("lchown"): # mac os x10.3
833 if _exists("fork") and not _exists("spawnv") and _exists("execv"):
920 if _exists("spawnv"):
948 if _exists("spawnvp"):
1062 if not _exists('fspath'):
Dtempfile.py84 def _exists(fn): function
407 if not _exists(file):
/external/deqp/framework/delibs/depool/
DdePoolSet.h98 deBool TYPENAME##_exists (const TYPENAME* set, KEYTYPE key); \
181 if (TYPENAME##_exists(set, key)) \
189 if (TYPENAME##_exists(set, key)) \
305 deBool TYPENAME##_exists (const TYPENAME* set, KEYTYPE key) \
334 DE_ASSERT(!TYPENAME##_exists(set, key)); \
511 if (!TYPENAME##_exists(a, key)) \
529 if (TYPENAME##_exists(b, key)) \
553 if (!TYPENAME##_exists(b, key)) \
570 if (TYPENAME##_exists(a, key)) \
DdePoolHashSet.h73 DE_INLINE deBool TYPENAME##_exists (const TYPENAME* hashSet, KEYTYPE key, VALUETYPE value) DE…
140 DE_INLINE deBool TYPENAME##_exists (const TYPENAME* hashSet, KEYTYPE key, VALUETYPE value) \
DdePoolMultiSet.h89 DE_INLINE deBool TYPENAME##_exists (const TYPENAME* set, KEYTYPE key) \