Home
last modified time | relevance | path

Searched defs:find (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/third_party/gstreamer/gstreamer/gst/
Dgsttypefind.c122 gst_type_find_peek (GstTypeFind * find, gint64 offset, guint size) in gst_type_find_peek()
141 gst_type_find_suggest (GstTypeFind * find, guint probability, GstCaps * caps) in gst_type_find_suggest()
166 gst_type_find_suggest_empty_simple (GstTypeFind * find, in gst_type_find_suggest_empty_simple()
209 gst_type_find_suggest_simple (GstTypeFind * find, guint probability, in gst_type_find_suggest_simple()
242 gst_type_find_get_length (GstTypeFind * find) in gst_type_find_get_length()
253 gst_type_find_is_mask_sub (const GstTypeFind *find) in gst_type_find_is_mask_sub()
/third_party/rust/crates/memchr/src/memmem/x86/
Davx.rs39 pub(crate) fn find( in find() method
93 pub(crate) fn find( in find() method
107 fn find( in find() function
Dsse.rs29 pub(crate) fn find( in find() method
60 fn find( in find() function
/third_party/python/Lib/test/test_importlib/source/
Dtest_case_sensitivity.py67 def find(self, finder): member in CaseSensitivityTestPEP302
80 def find(self, finder): member in CaseSensitivityTestPEP451
/third_party/rust/crates/memchr/src/memmem/
Dwasm.rs29 pub(crate) fn find( in find() method
48 fn find( in find() function
/third_party/typescript/src/lib/
Des2015.core.d.ts11find<S extends T>(predicate: (this: void, value: T, index: number, obj: T[]) => value is S, thisAr… method
12 find(predicate: (value: T, index: number, obj: T[]) => unknown, thisArg?: any): T | undefined; method
332find<S extends T>(predicate: (this: void, value: T, index: number, obj: readonly T[]) => value is … method
333find(predicate: (value: T, index: number, obj: readonly T[]) => unknown, thisArg?: any): T | undef… method
/third_party/typescript/lib/
Dlib.es2015.core.d.ts31find<S extends T>(predicate: (this: void, value: T, index: number, obj: T[]) => value is S, thisAr… method
32 find(predicate: (value: T, index: number, obj: T[]) => unknown, thisArg?: any): T | undefined; method
352find<S extends T>(predicate: (this: void, value: T, index: number, obj: readonly T[]) => value is … method
353find(predicate: (value: T, index: number, obj: readonly T[]) => unknown, thisArg?: any): T | undef… method
/third_party/python/Lib/test/test_importlib/frozen/
Dtest_finder.py14 def find(self, name, path=None): member in FindSpecTests
51 def find(self, name, path=None): member in FinderTests
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DBlotMapVector.h79 iterator find(const KeyT &Key) { in find() function
86 const_iterator find(const KeyT &Key) const { in find() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineDominanceFrontier.h69 iterator find(MachineBasicBlock *B) { in find() function
73 const_iterator find(MachineBasicBlock *B) const { in find() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDominanceFrontier.h84 iterator find(BlockT *B) { return Frontiers.find(B); } in find() function
85 const_iterator find(BlockT *B) const { return Frontiers.find(B); } in find() function
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTextTrieMap.java91 public void find(CharSequence text, ResultHandler<V> handler) { in find() method in TextTrieMap
95 public void find(CharSequence text, int offset, ResultHandler<V> handler) { in find() method in TextTrieMap
99 private void find(CharSequence text, int offset, ResultHandler<V> handler, Output output) { in find() method in TextTrieMap
104 …private synchronized void find(Node node, CharIterator chitr, ResultHandler<V> handler, Output out… in find() method in TextTrieMap
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DTextTrieMap.java96 public void find(CharSequence text, ResultHandler<V> handler) { in find() method in TextTrieMap
100 public void find(CharSequence text, int offset, ResultHandler<V> handler) { in find() method in TextTrieMap
104 private void find(CharSequence text, int offset, ResultHandler<V> handler, Output output) { in find() method in TextTrieMap
109 …private synchronized void find(Node node, CharIterator chitr, ResultHandler<V> handler, Output out… in find() method in TextTrieMap
/third_party/cups-filters/filter/
Dstrcasestr.c44 strcasestr(s, find) in strcasestr() argument
/third_party/node/tools/msvs/
Dfind_python.cmd24 :find-versions label
/third_party/typescript/tests/cases/compiler/
DdottedSymbolResolution1.ts2 find(selector: string): JQuery; method
/third_party/python/Lib/test/test_importlib/import_/
Dtest_path.py19 find = None variable in FinderTests
219 def find(self, *args, **kwargs): member in FindModuleTests
233 def find(self, *args, **kwargs): member in FindSpecTests
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DSymbolTable.cpp221 TSymbol *TSymbolTableLevel::find(const TString &name) const in find() function in TSymbolTableLevel
230 TSymbol *TSymbolTable::find(const TString &name, int shaderVersion, bool *builtIn, bool *sameScope)… in find() function in TSymbolTable
/third_party/rust/crates/memchr/src/memmem/prefilter/x86/
Dsse.rs18 pub(crate) unsafe fn find( in find() function
Davx.rs18 pub(crate) unsafe fn find( in find() function
/third_party/rust/crates/memchr/src/memmem/prefilter/
Dwasm.rs13 pub(crate) fn find( in find() function
/third_party/json/include/nlohmann/
Dordered_map.hpp134 iterator find(const Key& key) in find() function
146 const_iterator find(const Key& key) const in find() function
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinystr.h161 size_type find (char lookup) const in find() function
167 size_type find (char tofind, size_type offset) const in find() function
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinystr.h161 size_type find (char lookup) const in find() function
167 size_type find (char tofind, size_type offset) const in find() function
/third_party/flutter/engine/flutter/sky/tools/roll/
Dutils.py16 def find(patterns, start='.'): function

12345678910>>...14