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

  /external/deqp/framework/delibs/depool/
dePoolHashArray.h 75 DE_INLINE VALUETYPE* TYPENAME##_find (const TYPENAME* hashArray, KEYTYPE key) DE_UNUSED_FUNCTION; \
83 DE_INLINE VALUETYPE* TYPENAME##_find (const TYPENAME* hashArray, KEYTYPE key) \
dePoolHashSet.h 71 DE_INLINE TYPENAME##Set* TYPENAME##_find (const TYPENAME* hashSet, KEYTYPE key) DE_UNUSED_FUNCTION; \
125 DE_INLINE TYPENAME##Set* TYPENAME##_find (const TYPENAME* hashSet, KEYTYPE key) \
dePoolHash.h 100 VALUETYPE* TYPENAME##_find (const TYPENAME* hash, KEYTYPE key); \
297 VALUETYPE* TYPENAME##_find (const TYPENAME* hash, KEYTYPE key) \
325 DE_ASSERT(!TYPENAME##_find(hash, key)); \
  /external/elfutils/lib/
dynamicsizehash.h 101 extern TYPE name##_find (name *htab, HASHTYPE hval, TYPE val);
dynamicsizehash.c 251 #define FIND(name) _FIND (name)
252 #define _FIND(name) \
253 name##_find
  /build/core/
product.mk 39 define _find-android-products-files
68 $(call get-product-makefiles,$(_find-android-products-files))
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
fixer_util.py 348 if _find(name, child.children[1]):
372 if _find(name, child.children[0]):
383 def _find(name, node): function
419 if package and _find(u"as", n):
422 elif n.type == syms.import_as_names and _find(name, n):
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
fixer_util.py 348 if _find(name, child.children[1]):
372 if _find(name, child.children[0]):
383 def _find(name, node): function
419 if package and _find(u"as", n):
422 elif n.type == syms.import_as_names and _find(name, n):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 348 if _find(name, child.children[1]):
372 if _find(name, child.children[0]):
383 def _find(name, node): function
419 if package and _find(u"as", n):
422 elif n.type == syms.import_as_names and _find(name, n):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 348 if _find(name, child.children[1]):
372 if _find(name, child.children[0]):
383 def _find(name, node): function
419 if package and _find(u"as", n):
422 elif n.type == syms.import_as_names and _find(name, n):
  /external/lzma/CPP/Windows/
FileFind.cpp 263 if (_find.IsHandleAllocated())
264 res = _find.FindNext(si);
266 res = _find.FindFirst(_filePath, si);
FileFind.h 112 CFindStream _find; member in class:NWindows::NFile::NFind::CStreamEnumerator
  /external/libunwind/doc/
libunwind-ptrace.tex 23 \Type{int} \Func{\_UPT\_find\_proc\_info}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t}, \Type{unw\_proc\_info\_t~*}, \Type{int}, \Type{void~*});\\
60 individual callback routines (\Func{\_UPT\_find\_proc\_info}(),

Completed in 219 milliseconds