Home
last modified time | relevance | path

Searched defs:find (Results 201 - 225 of 261) sorted by relevance

1234567891011

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DDenseMap.h150 iterator find(const_arg_type_t<KeyT> Val) { in find() function in llvm::DenseMapBase
156 const_iterator find(const_arg_type_t<KeyT> Val) const { in find() function in llvm::DenseMapBase
H A DImmutableSet.h74 ImutAVLTree* find(key_type_ref K) { in find() function in llvm::ImutAVLTree
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DJsonFormat.java525 public Descriptor find(String name) { in find() method in JsonFormat.TypeRegistry
/third_party/protobuf/src/google/protobuf/
H A Dmap.h612 iterator find(const K& k) { in find() function in google::protobuf::Map::InnerMap
679 const_iterator find(const Key& k, TreeIterator* it) const { in find() function in google::protobuf::Map::InnerMap
1142 const_iterator find(const key_arg<K>& key) const { find() function in google::protobuf::Map
1146 iterator find(const key_arg<K>& key) { find() function in google::protobuf::Map
[all...]
/third_party/python/Lib/xml/etree/
H A DElementTree.py283 def find(self, path, namespaces=None): member in Element
605 def find(self, path, namespaces=None): member in ElementTree
/third_party/rust/crates/regex/src/
H A Dre_bytes.rs166 pub fn find<'t>(&self, text: &'t [u8]) -> Option<Match<'t>> { in find() functions
H A Dre_unicode.rs222 pub fn find<'t>(&self, text: &'t str) -> Option<Match<'t>> { in find() functions
/third_party/rust/crates/os_str_bytes/src/
H A Draw_str.rs40 fn find(string: &[u8], pat: &[u8]) -> Option<usize> { in find() functions
369 pub fn find< functions
[all...]
/kernel/linux/common_modules/tzdriver/tui/
H A Dtui.c860 int find = 0; local
/kernel/linux/linux-5.10/tools/vm/
H A Dslabinfo.c331 static struct aliasinfo *find_one_alias(struct slabinfo *find) in find_one_alias() argument
/kernel/linux/linux-5.10/security/tomoyo/
H A Dcommon.c553 static s8 tomoyo_find_yesno(const char *string, const char *find) in tomoyo_find_yesno() argument
576 tomoyo_set_uint(unsigned int *i, const char *string, const char *find) tomoyo_set_uint() argument
[all...]
/kernel/linux/linux-6.6/tools/mm/
H A Dslabinfo.c351 static struct aliasinfo *find_one_alias(struct slabinfo *find) in find_one_alias() argument
/kernel/linux/linux-6.6/security/tomoyo/
H A Dcommon.c545 static s8 tomoyo_find_yesno(const char *string, const char *find) in tomoyo_find_yesno() argument
568 tomoyo_set_uint(unsigned int *i, const char *string, const char *find) tomoyo_set_uint() argument
[all...]
/kernel/liteos_a/kernel/base/core/
H A Dlos_process.c311 BOOL find = FALSE; in OsWaitWakeSpecifiedProcess() local
/third_party/glslang/glslang/MachineIndependent/
H A DSymbolTable.h486 TSymbol* find(const TString& name) const in find() function in glslang::TSymbolTableLevel
779 TSymbol* find(const TString& name, bool* builtIn = nullptr, bool* currentScope = nullptr, int* thisDepthP = nullptr) in find() function in glslang::TSymbolTable
813 TSymbol* find(const TString& name, int& thisDepth) find() function in glslang::TSymbolTable
[all...]
/third_party/alsa-lib/src/ucm/
H A Dmain.c1089 #define find(list, type, member, value, match) \ macro
/third_party/icu/icu4c/source/i18n/
H A Drematch.cpp614 UBool RegexMatcher::find() { in find() function in RegexMatcher
628 UBool RegexMatcher::find(UErrorCode &status) { in find() function in RegexMatcher
895 UBool RegexMatcher::find(int64_t start, UErrorCode &status) { find() function in RegexMatcher
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Drematch.cpp614 UBool RegexMatcher::find() { in find() function in RegexMatcher
628 UBool RegexMatcher::find(UErrorCode &status) { in find() function in RegexMatcher
895 UBool RegexMatcher::find(int64_t start, UErrorCode &status) { find() function in RegexMatcher
[all...]
/third_party/rust/crates/either/src/
H A Dlib.rs1004 fn find<P>(&mut self, predicate: P) -> Option<Self::Item> in find() functions
/third_party/skia/third_party/externals/icu/source/i18n/
H A Drematch.cpp614 UBool RegexMatcher::find() { in find() function in RegexMatcher
628 UBool RegexMatcher::find(UErrorCode &status) { in find() function in RegexMatcher
890 UBool RegexMatcher::find(int64_t start, UErrorCode &status) { find() function in RegexMatcher
[all...]
/third_party/skia/tests/
H A DResourceCacheTest.cpp871 GrGpuResource* find = cache->findAndRefScratchResource(scratchKey); in test_remove_scratch_key() local
945 GrGpuResource* find = cache->findAndRefScratchResource(scratchKey); in test_scratch_key_consistency() local
[all...]
/third_party/skia/src/pathops/
H A DSkPathOpsTSect.cpp1731 bool find(const SkTSpan* span1, const SkTSpan* span2 in find() function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp478 Value *Simplifier::Context::find(Value *Tree, Value *Sub) const { in find() function in Simplifier::Context
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h556 iterator find(SUnit *SU) { return llvm::find(Queue, SU); } in find() function in llvm::ReadyQueue
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dbtree_test.cc180 iterator find(const key_type &key) { in find() function in absl::container_internal::base_checker
183 const_iterator find(const key_type &key) const { in find() function in absl::container_internal::base_checker
[all...]

Completed in 54 milliseconds

1234567891011