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 | 37 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'):
|
D | tempfile.py | 84 def _exists(fn): function 407 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/guice/extensions/struts2/lib/ |
D | jetty-6.1.0.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/mortbay/
org/ ... |