Home
last modified time | relevance | path

Searched refs:_find (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython3/Lib/test/test_importlib/source/
Dtest_finder.py50 return self._find(finder, module, loader_only=True)
133 loader = self._find(finder, 'mod', loader_only=True)
151 found = self._find(finder, 'mod', loader_only=True)
153 found = self._find(finder, 'mod', loader_only=True)
178 found = self._find(finder, 'doesnotexist')
186 found = self._find(finder, 'doesnotexist')
194 def _find(self, finder, name, loader_only=False): member in FinderTestsPEP451
208 def _find(self, finder, name, loader_only=False): member in FinderTestsPEP420
224 def _find(self, finder, name, loader_only=False): member in FinderTestsPEP302
/external/python/cpython3/Lib/lib2to3/
Dfixer_util.py369 if _find(name, child.children[1]):
393 if _find(name, child.children[0]):
404 def _find(name, node): function
440 if package and _find("as", n):
443 elif n.type == syms.import_as_names and _find(name, n):
/external/python/cpython2/Lib/lib2to3/
Dfixer_util.py348 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/deqp/framework/delibs/depool/
DdePoolHashArray.h75 DE_INLINE VALUETYPE* TYPENAME##_find (const TYPENAME* hashArray, KEYTYPE key) DE_UNUSED_FUNCTION…
83 DE_INLINE VALUETYPE* TYPENAME##_find (const TYPENAME* hashArray, KEYTYPE key) \
DdePoolHashSet.h71 DE_INLINE TYPENAME##Set* TYPENAME##_find (const TYPENAME* hashSet, KEYTYPE key) DE_UNUSED_…
125 DE_INLINE TYPENAME##Set* TYPENAME##_find (const TYPENAME* hashSet, KEYTYPE key) \
DdePoolHash.h100 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/lzma/CPP/Windows/
DFileFind.cpp323 if (_find.IsHandleAllocated()) in Next()
324 res = _find.FindNext(si); in Next()
326 res = _find.FindFirst(_filePath, si); in Next()
DFileFind.h113 CFindStream _find; variable
/external/elfutils/lib/
Ddynamicsizehash.h101 extern TYPE name##_find (name *htab, HASHTYPE hval, TYPE val);
Ddynamicsizehash.c253 name##_find
/external/scapy/scapy/
Ddadict.py68 def _find(self, *args, **kargs): member in DADict
/external/libunwind/doc/
Dlibunwind-ptrace.tex23 \Type{int} \Func{\_UPT\_find\_proc\_info}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t}, \Type{un…
60 individual callback routines (\Func{\_UPT\_find\_proc\_info}(),
/external/python/cpython3/Lib/
Ddoctest.py932 self._find(tests, obj, name, module, source_lines, globs, {})
968 def _find(self, tests, obj, name, module, source_lines, globs, seen): member in DocTestFinder
994 self._find(tests, val, valname, module, source_lines,
1011 self._find(tests, val, valname, module, source_lines,
1028 self._find(tests, val, valname, module, source_lines,
/external/python/cpython2/Lib/
Ddoctest.py926 self._find(tests, obj, name, module, source_lines, globs, {})
954 def _find(self, tests, obj, name, module, source_lines, globs, seen): member in DocTestFinder
979 self._find(tests, val, valname, module, source_lines,
997 self._find(tests, val, valname, module, source_lines,
1014 self._find(tests, val, valname, module, source_lines,
/external/boringssl/src/include/openssl/
Dstack.h355 OPENSSL_INLINE int sk_##name##_find(const STACK_OF(name) *sk, \
/external/scapy/test/
Dregression.uts9085 assert(len(conf.mib._find("MIB", "keyUsage")))
9119 assert(len(a._find("test2")))
9121 assert(len(a._find(test_value_2="hello_world")))