| /third_party/skia/third_party/externals/angle2/scripts/ |
| H A D | vk_mandatory_format_support_capture_to_json.js | 20 $this.find("code").each(function() { 44 $this.find("code").each(function() { 53 $(this).closest("tr").find("td.halign-center").each(function() {
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | indexedAccessCanBeHighOrder.js | 3 declare function find<T, K extends keyof T>(o: T[K]): [T, K]; 7 return find(item); 17 return find(item);
|
| /test/testfwk/arkxtest/uitest/core/ |
| H A D | ui_model.cpp | 92 return attrValue.find(value) != std::string_view::npos; in MatchAttr() 94 return attrValue.find(value) == 0; in MatchAttr() 140 if (hierarchy.find(HIERARCHY_SEPARATOR) == std::string::npos) { in GetParentWidgetHierarchy() 144 auto findRoot = hierarchy.find(ROOT_HIERARCHY); in GetParentWidgetHierarchy() 158 if (hierarchy.find(ROOT_HIERARCHY) != 0) { in GetChildHierarchy()
|
| /third_party/ninja/src/ |
| H A D | eval_env.cc | 22 map<string, string>::iterator i = bindings_.find(var); in LookupVariable() 40 map<string, const Rule*>::iterator i = rules_.find(rule_name); in LookupRuleCurrentScope() 47 map<string, const Rule*>::iterator i = rules_.find(rule_name); in LookupRule() 60 Bindings::const_iterator i = bindings_.find(key); in GetBinding() 88 map<string, string>::iterator i = bindings_.find(var); in LookupWithFallback()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| H A D | gen_blit11helper.py | 169 if dimension == "2D" and operation.find("TOI") != -1: 210 if dimension == "2D" and blitshader[0].find("TOI") != -1: 235 if dimension == "2D" and blitshader[0].find("TOI") != -1: 258 if dimension == "2D" and blitshader[0].find("TOI") != -1: 272 if dimension == "2D" and blitshader[0].find("TOI") != -1:
|
| /third_party/skia/src/core/ |
| H A D | SkImageFilterCache.cpp | 58 if (Value* v = fLookup.find(key)) { 73 if (Value* v = fLookup.find(key)) { 80 if (auto* values = fImageFilterValues.find(filter)) { 107 auto* values = fImageFilterValues.find(filter); 124 if (auto* values = fImageFilterValues.find(v->fFilter)) { in removeInternal()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
| H A D | BlotMapVector.h | 79 iterator find(const KeyT &Key) { in find() function in llvm::BlotMapVector 80 typename MapTy::iterator It = Map.find(Key); in find() 86 const_iterator find(const KeyT &Key) const { in find() function in llvm::BlotMapVector 87 typename MapTy::const_iterator It = Map.find(Key); in find() 97 typename MapTy::iterator It = Map.find(Key); in blot()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| H A D | DominanceFrontier.h | 84 iterator find(BlockT *B) { return Frontiers.find(B); } in find() function in llvm::DominanceFrontierBase 85 const_iterator find(BlockT *B) const { return Frontiers.find(B); } in find() function in llvm::DominanceFrontierBase 88 assert(find(BB) == end() && "Block already in DominanceFrontier!"); in addBasicBlock()
|
| /third_party/skia/third_party/externals/spirv-tools/test/val/ |
| H A D | val_modes_test.cpp | 586 if (mode.find("LocalSizeId") == 0 || mode.find("LocalSizeHintId") == 0 || in TEST_P() 587 mode.find("SubgroupsPerWorkgroupId") == 0) { in TEST_P() 593 if (!(mode.find("InputPoints") == 0 || mode.find("InputLines") == 0 || in TEST_P() 594 mode.find("InputLinesAdjacency") == 0 || in TEST_P() 595 mode.find("Triangles") == 0 || in TEST_P() 596 mode.find("InputTrianglesAdjacency") == 0)) { in TEST_P() 600 if (!(mode.find("OutputPoints") == 0 || mode.find("OutputLineStri in TEST_P() [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
| H A D | val_modes_test.cpp | 586 if (mode.find("LocalSizeId") == 0 || mode.find("LocalSizeHintId") == 0 || in TEST_P() 587 mode.find("SubgroupsPerWorkgroupId") == 0) { in TEST_P() 593 if (!(mode.find("InputPoints") == 0 || mode.find("InputLines") == 0 || in TEST_P() 594 mode.find("InputLinesAdjacency") == 0 || in TEST_P() 595 mode.find("Triangles") == 0 || in TEST_P() 596 mode.find("InputTrianglesAdjacency") == 0)) { in TEST_P() 600 if (!(mode.find("OutputPoints") == 0 || mode.find("OutputLineStri in TEST_P() [all...] |
| /third_party/rust/crates/memchr/src/memmem/ |
| H A D | mod.rs | 16 This example shows how to use [`find_iter`] to find occurrences of a substring 33 This example shows how to use [`rfind_iter`] to find occurrences of a substring 64 assert_eq!(Some(4), finder.find(b"baz foo quux")); 65 assert_eq!(None, finder.find(b"quux baz bar")); 254 /// assert_eq!(Some(0), memmem::find(haystack, b"foo")); 255 /// assert_eq!(Some(4), memmem::find(haystack, b"bar")); 256 /// assert_eq!(None, memmem::find(haystack, b"quux")); 259 pub fn find(haystack: &[u8], needle: &[u8]) -> Option<usize> { in find() functions 261 rabinkarp::find(haystack, needle) in find() 263 Finder::new(needle).find(haystac in find() 484 pub fn find(&self, haystack: &[u8]) -> Option<usize> { find() functions 930 fn find( find() functions [all...] |
| /third_party/gn/src/gn/ |
| H A D | ohos_components.cc | 50 size_t pos = label.find(":"); in addInnerApi() 66 if (auto res = innerapi_names_.find(innerapi); res != innerapi_names_.end()) { in getInnerApi() 74 if (auto res = innerapi_labels_.find(label); res != innerapi_labels_.end()) { in isInnerApi() 89 if (auto res = innerapi_visibility_.find(label); res != innerapi_visibility_.end()) { in getInnerApiVisibility() 369 if (auto res = components_.find(component_name); res != components_.end()) { in GetComponentByName() 377 size_t sep_whole = str_val.find("(--whole-archive)"); in GetWholeArchiveFlag() 381 sep_whole = str_val.find("(--no-whole-archive)"); in GetWholeArchiveFlag() 403 size_t tool_sep = label.find("("); in GetPrivateDepsLabel() 419 size_t sep = str_val.find(":"); in GetExternalDepsLabel() 446 size_t tool_sep = innerapi_name.find("("); in GetExternalDepsLabel() [all...] |
| /third_party/python/Lib/test/test_importlib/import_/ |
| H A D | test_path.py | 19 find = None variable in FinderTests 26 self.assertIsNone(self.find(module)) 36 found = self.find(module) 46 found = self.find(module, [path]) 56 self.assertIsNone(self.find('module', [])) 66 found = self.find(module, [path]) 80 self.assertIsNone(self.find('os')) 92 found = self.find(module) 230 def find(self, *args, **kwargs): member in FindModuleTests 244 def find(sel member in FindSpecTests [all...] |
| /third_party/skia/include/private/ |
| H A D | SkTHash.h | 72 // set(), find() and foreach() all allow mutable access to table entries. 78 // The pointers returned by set() and find() are valid only until the next call to set(). 91 T* find(const K& key) const { in find() function in SkTHashTable 109 // This only works for pointer type T, and cannot be used to find an nullptr entry. 111 if (T* p = this->find(key)) { in findOrNull() 119 SkASSERT(this->find(key)); in remove() 425 // N.B. The pointers returned by set() and find() are valid only until the next call to set(). 436 V* find(const K& key) const { in find() function in SkTHashMap 437 if (Pair* p = fTable.find(key)) { in find() 444 if (V* val = this->find(ke in operator []() 513 const T* find(const T& item) const { return fTable.find(item); } find() function in SkTHashSet [all...] |
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | debug_info_manager.cpp | 95 auto dbg_inst_it = id_to_dbg_inst_.find(id); in GetDbgInst() 117 fn_id_to_dbg_fn_.find(fn_id) == fn_id_to_dbg_fn_.end() && in RegisterDbgFunction() 128 assert(fn_id_to_dbg_fn_.find(fn_id) == fn_id_to_dbg_fn_.end() && in RegisterDbgFunction() 141 auto dbg_decl_itr = var_id_to_dbg_decl_.find(var_id); in RegisterDbgDeclare() 450 auto dbg_decl_itr = var_id_to_dbg_decl_.find(variable_id); in IsVariableDebugDeclared() 456 auto dbg_decl_itr = var_id_to_dbg_decl_.find(variable_id); in KillDebugDeclares() 473 auto dbg_scope_itr = id_to_dbg_inst_.find(child_scope); in GetParentScope() 533 auto dbg_local_var_itr = id_to_dbg_inst_.find(dbg_local_var_id); in IsDeclareVisibleToInstr() 555 auto dbg_decl_itr = var_id_to_dbg_decl_.find(variable_id); in AddDebugValueIfVarDeclIsVisible() 667 auto scope_id_to_users_itr = scope_id_to_users_.find(befor in ReplaceAllUsesInDebugScopeWithPredicate() [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | debug_info_manager.cpp | 95 auto dbg_inst_it = id_to_dbg_inst_.find(id); in GetDbgInst() 117 fn_id_to_dbg_fn_.find(fn_id) == fn_id_to_dbg_fn_.end() && in RegisterDbgFunction() 128 assert(fn_id_to_dbg_fn_.find(fn_id) == fn_id_to_dbg_fn_.end() && in RegisterDbgFunction() 141 auto dbg_decl_itr = var_id_to_dbg_decl_.find(var_id); in RegisterDbgDeclare() 450 auto dbg_decl_itr = var_id_to_dbg_decl_.find(variable_id); in IsVariableDebugDeclared() 456 auto dbg_decl_itr = var_id_to_dbg_decl_.find(variable_id); in KillDebugDeclares() 473 auto dbg_scope_itr = id_to_dbg_inst_.find(child_scope); in GetParentScope() 533 auto dbg_local_var_itr = id_to_dbg_inst_.find(dbg_local_var_id); in IsDeclareVisibleToInstr() 555 auto dbg_decl_itr = var_id_to_dbg_decl_.find(variable_id); in AddDebugValueIfVarDeclIsVisible() 667 auto scope_id_to_users_itr = scope_id_to_users_.find(befor in ReplaceAllUsesInDebugScopeWithPredicate() [all...] |
| /third_party/spirv-tools/source/opt/ |
| H A D | debug_info_manager.cpp | 96 auto dbg_inst_it = id_to_dbg_inst_.find(id); in GetDbgInst() 118 fn_id_to_dbg_fn_.find(fn_id) == fn_id_to_dbg_fn_.end() && in RegisterDbgFunction() 129 assert(fn_id_to_dbg_fn_.find(fn_id) == fn_id_to_dbg_fn_.end() && in RegisterDbgFunction() 142 auto dbg_decl_itr = var_id_to_dbg_decl_.find(var_id); in RegisterDbgDeclare() 462 auto dbg_decl_itr = var_id_to_dbg_decl_.find(variable_id); in IsVariableDebugDeclared() 468 auto dbg_decl_itr = var_id_to_dbg_decl_.find(variable_id); in KillDebugDeclares() 485 auto dbg_scope_itr = id_to_dbg_inst_.find(child_scope); in GetParentScope() 545 auto dbg_local_var_itr = id_to_dbg_inst_.find(dbg_local_var_id); in IsDeclareVisibleToInstr() 567 auto dbg_decl_itr = var_id_to_dbg_decl_.find(variable_id); in AddDebugValueForVariable() 675 auto scope_id_to_users_itr = scope_id_to_users_.find(befor in ReplaceAllUsesInDebugScopeWithPredicate() [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
| H A D | Core.cpp | 371 auto I = ResolvedSymbols.find(Name); in notifySymbolMetRequiredState() 407 auto QRI = QueryRegistrations.find(&JD); in removeQueryDependence() 446 auto I = SymbolFlags.find(KV.first); in notifyResolved() 525 auto I = SymbolFlags.find(Name); in delegate() 606 auto I = Aliases.find(Name); in materialize() 691 auto &SrcJDDeps = Deps.find(&SrcJD)->second; in materialize() 785 // Use lookupFlags to find the subset of symbols that match our lookup. in tryToGenerate() 829 auto EntryItr = Symbols.find(Name); in defineMaterializing() 873 auto SymI = Symbols.find(KV.first); in replace() 887 auto MII = MaterializingInfos.find(K in replace() [all...] |
| /kernel/linux/linux-5.10/Documentation/sphinx/ |
| H A D | load_config.py | 25 start = config_file.find('Documentation/') 27 start = config_file.find('/', start + 1) 38 if l[0].find(dir + '/') == 0:
|
| /kernel/linux/linux-6.6/Documentation/sphinx/ |
| H A D | load_config.py | 25 start = config_file.find('Documentation/') 27 start = config_file.find('/', start + 1) 38 if l[0].find(dir + '/') == 0:
|
| /test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/ |
| H A D | jsvmtest.cpp | 44 if (name.find(prefix) != 0) { in RunTestsWithPrefix() 57 auto it = testMap.find(name); in RunTest() 71 if (name.find("/") != std::string::npos) { in main()
|
| /third_party/skia/src/gpu/ |
| H A D | GrHashMapWithCache.h | 38 // N.B. The pointers returned by set() and find() are valid only until the next call to set(). 42 const V* find(const K& key) const { in find() function in GrHashMapWithCache 45 fLastValue = fMap.find(key); in find() 64 // Match SkTHashMap requirement. The caller can find() if they're unsure. in remove() 65 SkASSERT(fMap.find(fLastKey)); in remove()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/binder/ |
| H A D | binder_manager.cpp | 59 if (iface_object_map_.find(iface_key) != iface_object_map_.end()) in registerInterface() 77 if (iface_object_map_.find(iface_key) == iface_object_map_.end()) in unregisterInterface() 93 if (iface_object_map_.find(iface_object_key) == iface_object_map_.end()) in getIfaceBinderObjectByKey()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/binder/ |
| H A D | binder_manager.cpp | 59 if (iface_object_map_.find(iface_key) != iface_object_map_.end()) in registerInterface() 77 if (iface_object_map_.find(iface_key) == iface_object_map_.end()) in unregisterInterface() 93 if (iface_object_map_.find(iface_object_key) == iface_object_map_.end()) in getIfaceBinderObjectByKey()
|
| /test/testfwk/developer_test/src/core/config/ |
| H A D | resource_manager.py | 171 pos = push_value.find(find_key) 183 pos = push_value.find(find_key) 203 pos = copy_value.find(find_key) 211 pos = copy_value.find(find_key) 257 env_node = node.find("environment") 266 pre_node = node.find("preparer") 273 clr_node = node.find("cleaner")
|