HomeSort by relevance Sort by last modified time
    Searched refs:_exists (Results 1 - 8 of 8) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os.py 516 def _exists(name): function
520 if _exists("fork") and not _exists("spawnv") and _exists("execv"):
597 if _exists("spawnv"):
625 if _exists("spawnvp"):
654 if _exists("fork"):
655 if not _exists("popen2"):
675 if not _exists("popen3"):
695 if not _exists("popen4")
    [all...]
tempfile.py 100 def _exists(fn): function
362 if not _exists(file):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os.py 516 def _exists(name): function
520 if _exists("fork") and not _exists("spawnv") and _exists("execv"):
597 if _exists("spawnv"):
625 if _exists("spawnvp"):
654 if _exists("fork"):
655 if not _exists("popen2"):
675 if not _exists("popen3"):
695 if not _exists("popen4")
    [all...]
tempfile.py 100 def _exists(fn): function
362 if not _exists(file):
  /external/deqp/framework/delibs/depool/
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)) \
dePoolHashSet.h 73 DE_INLINE deBool TYPENAME##_exists (const TYPENAME* hashSet, KEYTYPE key, VALUETYPE value) DE_UNUSED_FUNCTION; \
140 DE_INLINE deBool TYPENAME##_exists (const TYPENAME* hashSet, KEYTYPE key, VALUETYPE value) \
dePoolMultiSet.h 89 DE_INLINE deBool TYPENAME##_exists (const TYPENAME* set, KEYTYPE key) \
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 187 milliseconds