Home
last modified time | relevance | path

Searched refs:find (Results 876 - 900 of 7121) sorted by relevance

1...<<31323334353637383940>>...285

/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_asset_recv_listener.cpp68 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 DResultSpec.java226 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 Dimp.rs30 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 DVkDevice.cpp79 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 Dtext_handler.cpp162 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 Dtext_handler.cpp162 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 DStratifiedSets.h94 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 DIRTranslator.h85 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 Dappxmanifest.py230 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 Dstring_view.h452 // 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 Dcontacts_string_utils.cpp33 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 Dform_bundle_forbid_mgr.cpp69 auto iter = formBundleForbiddenSet_.find(bundleName); in IsBundleForbidden()
86 auto iter = formBundleForbiddenSet_.find(bundleName); in SetBundleForbiddenStatus()
H A Dform_event_handler.cpp61 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 Dphoto_editor_extension_module_loader_test.cpp83 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 Dauto_fill_extension_module_loader_test.cpp87 auto finder = params.find(key); in HWTEST_F()
93 auto iter = params.find(key); in HWTEST_F()
H A Daction_extension_module_loader_test.cpp87 auto finder = params.find(key); in HWTEST_F()
93 auto iter = params.find(key); in HWTEST_F()
H A Dembedded_ui_extension_module_loader_test.cpp87 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 Djs_quickfix_callback.cpp34 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 Drosen_render_column_split.cpp44 if (displayNodes_.find(item) == displayNodes_.end() && in Paint()
45 disableHideNodes_.find(item) == disableHideNodes_.end()) { in Paint()
H A Drosen_render_row_split.cpp44 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 Djs_view_stack_processor.h60 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 Dshare_data.cpp32 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 Dresource_manager_test.cpp67 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 Dscrollable_item_pool.cpp33 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 Dbms_json_util.cpp26 if (jsonObject.find(key) != end) { in GetStrValueIfFindKey()
50 if (jsonObject.find(key) != end) { in GetBoolValueIfFindKey()

Completed in 14 milliseconds

1...<<31323334353637383940>>...285