/third_party/python/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
|
/third_party/python/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):
|
/third_party/openssl/doc/man3/ |
D | DEFINE_STACK_OF.pod | 173 B<sk_I<TYPE>_find>() searches I<sk> for the element I<ptr>. In the case 178 B<sk_I<TYPE>_find>() returns the index of a matching element or B<-1> if there 182 sorted as the result of a B<sk_I<TYPE>_find>() call, if a lock is being used to 186 B<sk_I<TYPE>_find_ex>() operates like B<sk_I<TYPE>_find>() except when a 193 B<sk_I<TYPE>_find_all>() operates like B<sk_I<TYPE>_find>() but it also 217 as B<sk_I<TYPE>_find>() and B<sk_I<TYPE>_sort>() can also reorder the stack. 225 B<sk_I<TYPE>_find>() and B<sk_I<TYPE>_find_ex>(). They return an index to the 235 B<sk_I<TYPE>_shift>(), B<sk_I<TYPE>_find>(), B<sk_I<TYPE>_find_ex>(), 281 B<sk_I<TYPE>_find>() and B<sk_I<TYPE>_find_ex>() return an index to the found
|
/third_party/vk-gl-cts/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)); \
|
/third_party/elfutils/lib/ |
D | dynamicsizehash_concurrent.h | 100 extern TYPE name##_find (name *htab, HASHTYPE hval);
|
D | dynamicsizehash.h | 101 extern TYPE name##_find (name *htab, HASHTYPE hval, TYPE val);
|
D | dynamicsizehash.c | 253 name##_find
|
D | dynamicsizehash_concurrent.c | 470 name##_find
|
/third_party/rust/crates/regex/src/literal/ |
D | imp.rs | 336 _ => self._find(text), in find() 341 fn _find(&self, haystack: &[u8]) -> Option<usize> { in _find() method
|
/third_party/lzma/CPP/Windows/ |
D | FileFind.cpp | 369 if (_find.IsHandleAllocated()) in Next() 370 res = _find.FindNext(si); in Next() 372 res = _find.FindFirst(_filePath, si); in Next()
|
D | FileFind.h | 222 CFindStream _find; variable
|
/third_party/node/deps/v8/tools/system-analyzer/ |
D | timeline.mjs | 178 return this._find(this._values, each => each.time - time, offset); 196 _find(array, compareFn, offset = 0) { method in Timeline
|
/third_party/python/Tools/c-analyzer/c_parser/ |
D | info.py | 1501 return self._find(kind=KIND.TYPES) 1505 return self._find(None, None, None, KIND.FUNCTION) 1509 return self._find(None, None, None, KIND.VARIABLE) 1528 return self._find(**explicit) 1548 return self._find(**implicit, **explicit) 1550 def _find(self, filename=None, funcname=None, name=None, kind=None): member in Declarations
|
/third_party/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}(),
|
/third_party/python/Lib/ |
D | doctest.py | 940 self._find(tests, obj, name, module, source_lines, globs, {}) 987 def _find(self, tests, obj, name, module, source_lines, globs, seen): member in DocTestFinder 1013 self._find(tests, val, valname, module, source_lines, 1030 self._find(tests, val, valname, module, source_lines, 1045 self._find(tests, val, valname, module, source_lines,
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | safestack.h | 96 static ossl_unused ossl_inline int sk_##t1##_find(STACK_OF(t1) *sk, t2 *ptr) \
|
/third_party/openssl/include/openssl/ |
D | safestack.h.in | 141 static ossl_unused ossl_inline int sk_##t1##_find(STACK_OF(t1) *sk, t2 *ptr) \
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | safestack.h.in | 141 static ossl_unused ossl_inline int sk_##t1##_find(STACK_OF(t1) *sk, t2 *ptr) \
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
D | safestack.h | 138 static ossl_unused ossl_inline int sk_##t1##_find(STACK_OF(t1) *sk, t2 *ptr) \
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
D | safestack.h | 138 static ossl_unused ossl_inline int sk_##t1##_find(STACK_OF(t1) *sk, t2 *ptr) \
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/include/openssl/ |
D | safestack.h | 138 static ossl_unused ossl_inline int sk_##t1##_find(STACK_OF(t1) *sk, t2 *ptr) \
|
/third_party/node/deps/openssl/config/archs/linux64-loongarch64/no-asm/include/openssl/ |
D | safestack.h | 138 static ossl_unused ossl_inline int sk_##t1##_find(STACK_OF(t1) *sk, t2 *ptr) \
|
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm/include/openssl/ |
D | safestack.h | 138 static ossl_unused ossl_inline int sk_##t1##_find(STACK_OF(t1) *sk, t2 *ptr) \
|