Searched refs:_exists (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Lib/ |
D | os.py | 518 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"):
|
D | tempfile.py | 100 def _exists(fn): function 377 if not _exists(file):
|
/external/python/cpython3/Lib/ |
D | os.py | 41 def _exists(name): function 102 if _exists("_have_functions"): 143 if _exists("statvfs") and _exists("fstatvfs"): # mac os x10.3 174 if _exists("lchown"): # mac os x10.3 834 if _exists("fork") and not _exists("spawnv") and _exists("execv"): 917 if _exists("spawnv"): 945 if _exists("spawnvp"): 1059 if not _exists('fspath'):
|
D | tempfile.py | 76 def _exists(fn): function 400 if not _exists(file):
|
/external/deqp/framework/delibs/depool/ |
D | dePoolSet.h | 98 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)) \
|
D | dePoolHashSet.h | 73 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) \
|
D | dePoolMultiSet.h | 89 DE_INLINE deBool TYPENAME##_exists (const TYPENAME* set, KEYTYPE key) \
|
/external/llvm-project/clang/docs/ |
D | DiagnosticsReference.rst | 7730 | ||:diagtext:`\_\_if\_not\_exists`|| … 7732 | ||:diagtext:`\_\_if\_exists` || …
|