Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_tools/test_c_analyzer/test_cpython/
Dtest___main__.py70 def _find(self, known, ignored, skip_objects=False): member in CMDBase
87 _find=self._find,
104 _find=self._find,
121 _find=self._find,
143 _find=self._find,
159 _find=self._find,
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/module/
DSimpleDeserializers.java89 return _find(type); in findArrayDeserializer()
97 return _find(type); in findBeanDeserializer()
107 return _find(type); in findCollectionDeserializer()
117 return _find(type); in findCollectionLikeDeserializer()
159 return _find(refType); in findReferenceDeserializer()
170 return _find(type); in findMapDeserializer()
181 return _find(type); in findMapLikeDeserializer()
191 private final JsonDeserializer<?> _find(JavaType type) { in _find() method in SimpleDeserializers
/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/Tools/c-analyzer/cpython/
D__main__.py73 _find=supported_vars, argument
79 for var, supported in _find(known=known, ignored=ignored):
90 _find=supported_vars, argument
101 for var, supported in _find(known=known, ignored=ignored):
120 _find=supported_vars, argument
131 for found, supported in _find(known=known,
/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/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/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_concurrent.h100 extern TYPE name##_find (name *htab, HASHTYPE hval);
Ddynamicsizehash.h101 extern TYPE name##_find (name *htab, HASHTYPE hval, TYPE val);
Ddynamicsizehash.c253 name##_find
Ddynamicsizehash_concurrent.c458 name##_find
/external/scapy/scapy/
Ddadict.py68 def _find(self, *args, **kargs): member in DADict
/external/python/cpython3/Lib/
Ddoctest.py939 self._find(tests, obj, name, module, source_lines, globs, {})
975 def _find(self, tests, obj, name, module, source_lines, globs, seen): member in DocTestFinder
1001 self._find(tests, val, valname, module, source_lines,
1018 self._find(tests, val, valname, module, source_lines,
1035 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/rust/crates/regex/src/literal/
Dimp.rs350 _ => self._find(text), in find()
355 fn _find(&self, haystack: &[u8]) -> Option<usize> { in _find() method
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dstack.h355 OPENSSL_INLINE int sk_##name##_find(const STACK_OF(name) *sk, \
/external/boringssl/src/include/openssl/
Dstack.h355 OPENSSL_INLINE int sk_##name##_find(const STACK_OF(name) *sk, \
/external/python/pybind11/docs/
Dcompiling.rst402 .. _find-python-mode:
/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")))