HomeSort by relevance Sort by last modified time
    Searched refs:_find (Results 1 - 9 of 9) 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/0.153/lib/
dynamicsizehash.h 122 extern TYPE name##_find (name *htab, HASHTYPE hval, TYPE val);
dynamicsizehash.c 283 #define FIND(name) _FIND (name)
284 #define _FIND(name) \
285 name##_find
  /build/core/
product.mk 30 define _find-android-products-files
60 $(call get-product-makefiles,$(_find-android-products-files))
  /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/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 363 milliseconds