/external/python/cpython3/Lib/test/test_importlib/source/ |
D | test_finder.py | 50 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/ |
D | fixer_util.py | 369 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/ |
D | 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/deqp/framework/delibs/depool/ |
D | 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) \
|
D | dePoolHashSet.h | 71 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) \
|
D | 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/lzma/CPP/Windows/ |
D | FileFind.cpp | 323 if (_find.IsHandleAllocated()) in Next() 324 res = _find.FindNext(si); in Next() 326 res = _find.FindFirst(_filePath, si); in Next()
|
D | FileFind.h | 113 CFindStream _find; variable
|
/external/elfutils/lib/ |
D | dynamicsizehash.h | 101 extern TYPE name##_find (name *htab, HASHTYPE hval, TYPE val);
|
D | dynamicsizehash.c | 253 name##_find
|
/external/scapy/scapy/ |
D | dadict.py | 68 def _find(self, *args, **kargs): member in DADict
|
/external/libunwind/doc/ |
D | libunwind-ptrace.tex | 23 \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/ |
D | doctest.py | 932 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/ |
D | doctest.py | 926 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/ |
D | stack.h | 355 OPENSSL_INLINE int sk_##name##_find(const STACK_OF(name) *sk, \
|
/external/scapy/test/ |
D | regression.uts | 9085 assert(len(conf.mib._find("MIB", "keyUsage"))) 9119 assert(len(a._find("test2"))) 9121 assert(len(a._find(test_value_2="hello_world")))
|