/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/ |
H A D | softbus_asset_recv_listener.cpp | 68 auto pos = path.find(USRT_ID_FLAG); in GetRecvPath() 185 size_t pos = newPath.find(TEMP_DIR); in MoveAsset() 191 pos = newPath.find(ASSET_FLAG_SINGLE); in MoveAsset() 209 size_t pos = newPath.find(TEMP_DIR); in MoveAsset() 228 size_t pos = file.find(TEMP_DIR); in RemoveAsset() 269 size_t pos = filePath.find(ASSET_FLAG_ZIP); in HandleZipFile() 311 size_t pos = filePath.find(ASSET_FLAG_SINGLE); in JudgeSingleFile()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/ |
H A D | ResultSpec.java | 226 if (m.find()) { in getValues() 240 } while (m.find()); in getValues() 357 if (!fallbackMatcher.find()) { in maybeRewriteFallbackSpec() 363 checkState(pathMatcher.find(), in maybeRewriteFallbackSpec() 371 } while (pathMatcher.find()); in maybeRewriteFallbackSpec() 380 // Now find each placeholder in the fallback specification string and map it to in maybeRewriteFallbackSpec() 392 } while (fallbackMatcher.find()); in maybeRewriteFallbackSpec() 570 while (matcher.find()) { in getSplitArgIndex()
|
/third_party/rust/crates/memchr/bench/src/memmem/ |
H A D | imp.rs | 30 memmem::find(haystack.as_bytes(), needle.as_bytes()).is_some() 37 move |h| finder.find(h.as_bytes()).is_some() 122 finder(needle.as_bytes()).find(haystack.as_bytes()).is_some() in finder() 129 move |h| finder.find(h.as_bytes()).is_some() 139 |h, n| finder(n).find(h), 223 bstr::ByteSlice::find(haystack.as_bytes(), needle.as_bytes()) 231 move |h| finder.find(h.as_bytes()).is_some() 256 move |h, _| self.0.find(h), 711 fn find(haystack: &[u8], needle: &[u8]) -> Option<usize> { in find() functions 728 find(haystac [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkDevice.cpp | 79 auto it = map.find(samplerState); in index() 98 auto it = map.find(samplerState); in remove() 108 const SamplerState *Device::SamplerIndexer::find(uint32_t id) in find() function in vk::Device::SamplerIndexer 409 return samplerIndexer->find(samplerId); in findSampler() 438 auto it = imageViewSet.find(imageView); in unregisterImageView() 452 auto it = imageViewSet.find(imageView); in prepareForSampling() 466 auto it = imageViewSet.find(imageView); in contentsChanged()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | text_handler.cpp | 162 if (ids_to_preserve_.find(id) != ids_to_preserve_.end()) { in spvNamedIdAssignOrGet() 169 const auto it = named_ids_.find(textValue); in spvNamedIdAssignOrGet() 173 while (ids_to_preserve_.find(id) != ids_to_preserve_.end()) { in spvNamedIdAssignOrGet() 325 if (types_.find(value) != types_.end()) { in recordTypeDefinition() 346 auto type = types_.find(value); in getTypeOfTypeGeneratingValue() 354 auto type_value = value_types_.find(value); in getTypeOfValueInstruction() 382 auto type = import_id_to_ext_inst_type_.find(id); in getExtInstTypeForId()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | text_handler.cpp | 162 if (ids_to_preserve_.find(id) != ids_to_preserve_.end()) { in spvNamedIdAssignOrGet() 169 const auto it = named_ids_.find(textValue); in spvNamedIdAssignOrGet() 173 while (ids_to_preserve_.find(id) != ids_to_preserve_.end()) { in spvNamedIdAssignOrGet() 325 if (types_.find(value) != types_.end()) { in recordTypeDefinition() 346 auto type = types_.find(value); in getTypeOfTypeGeneratingValue() 354 auto type_value = value_types_.find(value); in getTypeOfValueInstruction() 382 auto type = import_id_to_ext_inst_type_.find(id); in getExtInstTypeForId()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | StratifiedSets.h | 94 Optional<StratifiedInfo> find(const T &Elem) const { in find() function in llvm::cflaa::StratifiedSets 95 auto Iter = Values.find(Elem); in find() 282 auto Iter = Remaps.find(Above.Number); in finalizeSets() 289 auto Iter = Remaps.find(Below.Number); in finalizeSets() 298 auto Iter = Remaps.find(Link.Number); in finalizeSets() 548 auto Result = Values.find(Val); in get() 555 auto Result = Values.find(Val); in get()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | IRTranslator.h | 85 auto It = ValToVRegs.find(&V); in getVRegs() 93 auto It = TypeToOffsets.find(V.getType()); in getOffsets() 101 return ValToVRegs.find(&V); in findVRegs() 105 return ValToVRegs.find(&V) != ValToVRegs.end(); in contains() 117 assert(ValToVRegs.find(&V) == ValToVRegs.end() && "Value already exists"); in insertVRegs() 127 assert(TypeToOffsets.find(V.getType()) == TypeToOffsets.end() && in insertOffsets() 603 auto RemappedEdge = MachinePreds.find(Edge); in getMachinePredBBs()
|
/third_party/python/PC/layout/support/ |
H A D | appxmanifest.py | 230 ae = xml.find("s:AuthorizedEntities", NS) 255 e = xml.find(q, APPXMANIFEST_NS) 267 app = xml.find( 314 node = xml.find("m:Applications", APPXMANIFEST_NS) 404 node = xml.find("m:Identity", NS) 410 for node in xml.find("m:Properties", NS): 481 node = xml.find("m:Capabilities", NS)
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | string_view.h | 452 // string_view::find() 457 size_type find(string_view s, size_type pos = 0) const noexcept; 459 // Overload of `string_view::find()` for finding the given character `c` 461 size_type find(char c, size_type pos = 0) const noexcept; 463 // Overload of `string_view::find()` for finding a substring of a different 465 size_type find(const char* s, size_type pos, size_type count) const { 466 return find(string_view(s, count), pos); 469 // Overload of `string_view::find()` for finding a different C-style string 471 size_type find(const char* s, size_type pos = 0) const { 472 return find(string_vie [all...] |
/applications/standard/contacts_data/ability/common/utils/src/ |
H A D | contacts_string_utils.cpp | 33 std::string::size_type found = str.find(spSymbol); in SplitStr() 42 found = str.find(spSymbol, i); in SplitStr()
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_bundle_forbid_mgr.cpp | 69 auto iter = formBundleForbiddenSet_.find(bundleName); in IsBundleForbidden() 86 auto iter = formBundleForbiddenSet_.find(bundleName); in SetBundleForbiddenStatus()
|
H A D | form_event_handler.cpp | 61 auto iter = observers_.find(observer); in RegisterEventTimeoutObserver() 73 auto iter = observers_.find(observer); in UnregisterEventTimeoutObserver()
|
/foundation/ability/ability_runtime/test/unittest/photo_editor_extension_test/ |
H A D | photo_editor_extension_module_loader_test.cpp | 83 auto finder = params.find(key); in HWTEST_F() 89 auto iter = params.find(key); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | auto_fill_extension_module_loader_test.cpp | 87 auto finder = params.find(key); in HWTEST_F() 93 auto iter = params.find(key); in HWTEST_F()
|
H A D | action_extension_module_loader_test.cpp | 87 auto finder = params.find(key); in HWTEST_F() 93 auto iter = params.find(key); in HWTEST_F()
|
H A D | embedded_ui_extension_module_loader_test.cpp | 87 auto finder = params.find(key); in HWTEST_F() 93 auto iter = params.find(key); in HWTEST_F()
|
/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_quickfix_callback.cpp | 34 auto position = baseFileName.find(".abc"); in operator ()() 50 auto it = moduleAndHqfPath_.find(moduleName); in operator ()()
|
/foundation/arkui/ace_engine/frameworks/core/components/split_container/ |
H A D | rosen_render_column_split.cpp | 44 if (displayNodes_.find(item) == displayNodes_.end() && in Paint() 45 disableHideNodes_.find(item) == disableHideNodes_.end()) { in Paint()
|
H A D | rosen_render_row_split.cpp | 44 if (displayNodes_.find(item) == displayNodes_.end() && in Paint() 45 disableHideNodes_.find(item) == disableHideNodes_.end()) { in Paint()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_stack_processor.h | 60 if (viewMap_.find(viewId) != viewMap_.end()) { in SetViewMap() 70 auto it = viewMap_.find(viewId); in GetViewById()
|
/foundation/arkui/ace_engine/frameworks/core/common/sharedata/ |
H A D | share_data.cpp | 32 auto data = ShareData::shareDataMap_.find(id); in GetShareBufferById() 42 auto data = ShareData::shareDataMap_.find(id); in ReleaseShareBufferById()
|
/foundation/arkui/ace_engine/test/unittest/core/common/resource/ |
H A D | resource_manager_test.cpp | 67 EXPECT_NE(ResourceManager::GetInstance().cache_.find(MakeCacheKey(bundleName, moduleName)), in HWTEST_F() 83 EXPECT_EQ(ResourceManager::GetInstance().resourceAdapters_.find(MakeCacheKey(bundleName, moduleName)), in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_item_pool.cpp | 33 auto it = pool_.find(tag); in Allocate() 52 auto it = pool_.find(tag); in Deallocate()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | bms_json_util.cpp | 26 if (jsonObject.find(key) != end) { in GetStrValueIfFindKey() 50 if (jsonObject.find(key) != end) { in GetBoolValueIfFindKey()
|