Home
last modified time | relevance | path

Searched refs:find (Results 101 - 125 of 7680) sorted by relevance

12345678910>>...308

/third_party/node/deps/v8/src/inspector/
H A Dv8-inspector-impl.cc84 auto it = m_contextIdToGroupIdMap.find(contextId); in contextGroupId()
90 auto it = m_uniqueIdToContextId.find(uniqueId.pair()); in resolveUniqueContextId()
127 auto storageIt = m_consoleStorageMap.find(contextGroupId); in ensureConsoleMessageStorage()
139 auto storageIt = m_consoleStorageMap.find(contextGroupId); in hasConsoleMessageStorage()
168 auto contextGroupIt = m_contexts.find(groupId); in getContext()
171 auto contextIt = contextGroupIt->second->find(contextId); in getContext()
198 DCHECK(m_uniqueIdToContextId.find(context->uniqueId().pair()) == in contextCreated()
203 auto contextIt = m_contexts.find(info.contextGroupId); in contextCreated()
212 DCHECK(contextById->find(contextId) == contextById->cend()); in contextCreated()
230 auto storageIt = m_consoleStorageMap.find(groupI in contextCollected()
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_config_center.cpp166 auto iter = mWifiState.find(instId); in GetWifiState()
184 auto iter = mWifiDetailState.find(instId); in GetWifiDetailState()
202 auto iter = mStaMidState.find(instId); in GetWifiMidState()
216 auto iter = mStaMidState.find(instId); in SetWifiMidState()
245 auto iter = mWifiCloseTime.find(instId); in GetWifiStaInterval()
286 auto iter = mWifiIpInfo.find(instId); in GetIpInfo()
303 auto iter = mWifiIpV6Info.find(instId); in GetIpv6Info()
326 auto iter = mWifiLinkedInfo.find(instId); in GetLinkedInfo()
336 auto iter = mWifiLinkedInfo.find(instId); in SaveLinkedInfo()
361 auto iter = mMacAddress.find(instI in GetMacAddress()
[all...]
/foundation/bundlemanager/app_domain_verify/frameworks/verifier/src/
H A Ddomain_json_util.cpp43 if (jsonObj.find(ApplinkingAssetKeys::APP_LINKING) == jsonObj.end() || in Parse()
49 if (applinkingObj.find(ApplinkingAssetKeys::APPS) != applinkingObj.end() && in Parse()
55 appVerifyBaseInfo.appIdentifier = arrayItem.find(ApplinkingAssetKeys::APP_IDENTIFIER) != in Parse()
60 appVerifyBaseInfo.bundleName = arrayItem.find(ApplinkingAssetKeys::BUNDLE_NAME) != arrayItem.end() && in Parse()
64 appVerifyBaseInfo.fingerprint = arrayItem.find(ApplinkingAssetKeys::FINGERPRINT) != arrayItem.end() && in Parse()
/foundation/multimedia/media_library/frameworks/services/media_cloud_enhancement/src/
H A Denhancement_task_manager.cpp40 if (taskInProcess_.find(photoId) == taskInProcess_.end()) { in RemoveEnhancementTask()
60 if (photoId.empty() || taskInProcess_.find(photoId) == taskInProcess_.end()) { in InProcessingTask()
69 if (fileId2PhotoId_.find(fileId) != fileId2PhotoId_.end()) { in QueryPhotoIdByFileId()
78 if (taskInProcess_.find(photoId) != taskInProcess_.end()) { in SetTaskRequestCount()
86 if (taskInProcess_.find(photoId) != taskInProcess_.end()) { in GetTaskRequestCount()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Dtrans_mananger.cpp32 auto iter = sessionTransMap_.find(sessionName); in NotifyFileProgress()
47 auto iter = sessionTransMap_.find(sessionName); in NotifyFileFailed()
62 auto iter = sessionTransMap_.find(sessionName); in NotifyFileFinished()
77 auto iter = sessionTransMap_.find(sessionName); in AddTransTask()
88 auto iter = sessionTransMap_.find(sessionName); in DeleteTransTask()
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/
H A Dldso_dlerror_test.cpp35 mainCheck = mainErr.find("MainSymbolNotExist"); in HWTEST_F()
40 childCheck = childErr.find("ChildSymbolNotExist"); in HWTEST_F()
43 mainCheck = mainErr.find("MainSymbolNotExist"); in HWTEST_F()
63 mainCheck = mainErr.find("MainSymbolNotExist"); in HWTEST_F()
65 childCheck = childErr.find("ChildSymbolNotExist"); in HWTEST_F()
/foundation/ability/form_fwk/services/src/
H A Dform_data_proxy_mgr.cpp55 auto search = formDataProxyRecordMap_.find(formId); in SubscribeFormData()
85 auto search = formDataProxyRecordMap_.find(formId); in UnsubscribeFormData()
100 auto search = formDataProxyRecordMap_.find(formId); in UpdateSubscribeFormData()
117 auto search = formDataProxiesMap_.find(formId); in ConsumeFormDataProxies()
131 auto search = formDataProxyRecordMap_.find(formId); in EnableSubscribeFormData()
144 auto search = formDataProxyRecordMap_.find(formId); in DisableSubscribeFormData()
165 auto search = formDataProxyRecordMap_.find(formId); in GetFormSubscribeInfo()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_theme_style.cpp154 if (stringAttrs.find(attrName) != stringAttrs.end()) { in ParseContent()
159 if (attrValue.front() == '#' || attrValue.find(COLOR_VALUE_PREFIX) != std::string::npos) { in ParseContent()
162 } else if (attrValue.find(MEDIA_VALUE_PREFIX) != std::string::npos) { in ParseContent()
164 } else if (attrValue.find(REF_ATTR_VALUE_KEY_WORD) != std::string::npos) { in ParseContent()
176 } else if (number.find(".") == std::string::npos) { in ParseContent()
204 if (attrValue.find(RES_HAP_PREFIX) == std::string::npos) { in OnParseResourceMedia()
208 auto pos = attrValue.find(MEDIA_VALUE_PREFIX); in OnParseResourceMedia()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_mpd_manager.cpp81 size_t sepCharIndex = mpdUrlBase.find('?'); in GetBaseUrlList()
86 if (mpdUrlBase.find('/') != std::string::npos) { in GetBaseUrlList()
99 size_t sepCharIndex = mpdUrlBase.find('?'); in GetBaseUrl()
105 size_t schemIndex = mpdUrlBase.find("://"); in GetBaseUrl()
112 if (mpdUrlBase.find('/') != std::string::npos) { in GetBaseUrl()
132 if (baseUrl.find('/') == 0) { in MakeBaseUrl()
134 size_t beginPathIndex = mpdUrlBase.find('/'); in MakeBaseUrl()
/foundation/multimodalinput/input/service/event_handler/src/
H A Dkey_map_manager.cpp63 auto iter = configKeyValue_.find(deviceId); in RemoveKeyValue()
99 if (auto itr = configKeyValue_.find(defaultKeyId_); itr != configKeyValue_.end()) { in TransferDefaultKeyValue()
100 if (auto defaultKey = itr->second.find(inputKey); defaultKey != itr->second.end()) { in TransferDefaultKeyValue()
116 if (auto itr = configKeyValue_.find(deviceId); itr != configKeyValue_.end()) { in TransferDeviceKeyValue()
117 if (auto devKey = itr->second.find(inputKey); devKey != itr->second.end()) { in TransferDeviceKeyValue()
127 if (auto iter = configKeyValue_.find(deviceId); iter != configKeyValue_.end()) { in InputTransferKeyValue()
134 } else if (auto itr = configKeyValue_.find(defaultKeyId_); itr != configKeyValue_.end()) { in InputTransferKeyValue()
/foundation/window/window_manager/wmserver/src/
H A Dminimize_app.cpp65 if (needMinimizeAppNodes_.find(reason) != needMinimizeAppNodes_.end()) { in GetNeedMinimizeAppNodesWithReason()
92 if (needMinimizeAppNodes_.find(reason) != needMinimizeAppNodes_.end()) { in ClearNodesWithReason()
101 if (needMinimizeAppNodes_.find(MinimizeReason::LAYOUT_TILE) != needMinimizeAppNodes_.end()) { in GetRecoverdNodeFromMinimizeList()
120 if (std::find(nodes.begin(), nodes.end(), node) != nodes.end()) { in IsNodeNeedMinimize()
133 if (needMinimizeAppNodes_.find(reason) == needMinimizeAppNodes_.end()) { in IsNodeNeedMinimizeWithReason()
139 if (std::find(nodes.begin(), nodes.end(), node) != nodes.end()) { in IsNodeNeedMinimizeWithReason()
161 if (needMinimizeAppNodes_.find(reason) != needMinimizeAppNodes_.end()) { in ExecuteMinimizeTargetReasons()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dlocal_single_block_elim_pass.cpp32 if (supported_ref_ptrs_.find(ptrId) != supported_ref_ptrs_.end()) return true; in HasOnlySupportedRefs()
83 auto prev_store = var2store_.find(varId); in LocalSingleBlockLoadStoreElim()
93 auto li = var2load_.find(varId); in LocalSingleBlockLoadStoreElim()
126 auto si = var2store_.find(varId); in LocalSingleBlockLoadStoreElim()
130 auto li = var2load_.find(varId); in LocalSingleBlockLoadStoreElim()
138 auto si = var2store_.find(varId); in LocalSingleBlockLoadStoreElim()
188 if (extensions_allowlist_.find(extName) == extensions_allowlist_.end()) in AllExtensionsSupported()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dlocal_single_block_elim_pass.cpp32 if (supported_ref_ptrs_.find(ptrId) != supported_ref_ptrs_.end()) return true; in HasOnlySupportedRefs()
83 auto prev_store = var2store_.find(varId); in LocalSingleBlockLoadStoreElim()
93 auto li = var2load_.find(varId); in LocalSingleBlockLoadStoreElim()
126 auto si = var2store_.find(varId); in LocalSingleBlockLoadStoreElim()
130 auto li = var2load_.find(varId); in LocalSingleBlockLoadStoreElim()
138 auto si = var2store_.find(varId); in LocalSingleBlockLoadStoreElim()
188 if (extensions_allowlist_.find(extName) == extensions_allowlist_.end()) in AllExtensionsSupported()
/third_party/skia/tests/
H A DImageCacheTest.cpp50 REPORTER_ASSERT(reporter, !cache.find(key, TestingRec::Visitor, &value)); in test_cache()
55 REPORTER_ASSERT(reporter, cache.find(key, TestingRec::Visitor, &value)); in test_cache()
70 (void)cache.find(TestingKey(i), TestingRec::Visitor, &value); in test_cache()
87 REPORTER_ASSERT(reporter, cache.find(key, TestingRec::Visitor, &value)); in test_cache_purge_shared_id()
100 REPORTER_ASSERT(reporter, !cache.find(key, TestingRec::Visitor, &value)); in test_cache_purge_shared_id()
102 REPORTER_ASSERT(reporter, cache.find(key, TestingRec::Visitor, &value)); in test_cache_purge_shared_id()
150 REPORTER_ASSERT(r, cache.find(key, TestingRec::Visitor, &value)); in DEF_TEST()
/foundation/ability/ability_runtime/test/moduletest/mission_dump_test/
H A Dmission_dump_test.cpp108 idx = result.find("Current"); in HWTEST_F()
112 idx1 = result.find("lockedState"); in HWTEST_F()
116 idx2 = result.find("AbilityRecord"); in HWTEST_F()
166 idx = result.find("launcher"); in HWTEST_F()
169 idx = result.find("lockedState"); in HWTEST_F()
172 idx = result.find("AbilityRecord"); in HWTEST_F()
222 idx = result.find("stand"); in HWTEST_F()
225 idx = result.find("lockedState"); in HWTEST_F()
228 idx = result.find("AbilityRecord"); in HWTEST_F()
278 idx = result.find("singl in HWTEST_F()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_database.cpp86 auto sIt = services_.find(handle); in DeleteService()
222 auto service = services_.find(serviceHandle); in GetIncludeServices()
245 auto service = services_.find(serviceHandle); in GetCharacteristics()
254 auto service = services_.find(handle); in GetService()
263 auto it = valueHandleMap_.find(valueHandle); in GetCharacteristic()
265 auto service = services_.find(it->second.first); in GetCharacteristic()
267 auto ccc = service->second.characteristics_.find(it->second.second); in GetCharacteristic()
278 auto it = valueHandleMap_.find(valueHandle); in GetDescriptor()
282 auto service = services_.find(it->second.first); in GetDescriptor()
286 auto ccc = service->second.characteristics_.find(i in GetDescriptor()
[all...]
H A Dgatt_cache.cpp40 auto it = services_.find(serviceHandle); in AddIncludeService()
52 auto it = services_.find(serviceHandle); in AddCharacteristic()
69 auto cIt = sIt.second.characteristics_.find(cccHandle); in AddDescriptor()
82 auto it = valueHandleMap_.find(valueHandle); in GetCharacteristic()
84 auto svc = services_.find(it->second.first); in GetCharacteristic()
86 auto ccc = svc->second.characteristics_.find(it->second.second); in GetCharacteristic()
97 auto it = valueHandleMap_.find(valueHandle); in GetDescriptor()
101 auto svc = services_.find(it->second.first); in GetDescriptor()
105 auto ccc = svc->second.characteristics_.find(it->second.second); in GetDescriptor()
109 auto descriptor = ccc->second.descriptors_.find(valueHandl in GetDescriptor()
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRewriteStructSamplers.cpp83 if (!node->getType().isSampler() && structureMap.find(structure) == structureMap.end()) in RewriteExpressionVisitBinaryHelper()
93 ASSERT(structureMap.find(structure) != structureMap.end()); in RewriteExpressionVisitBinaryHelper()
139 ASSERT(mStructureUniformMap.find(&node->variable()) == mStructureUniformMap.end());
264 ASSERT(extractedSamplers.find(samplerName) != extractedSamplers.end()); in RewriteModifiedStructFieldSelectionExpression()
270 ASSERT(structureUniformMap.find(baseUniformVar) != structureUniformMap.end()); in RewriteModifiedStructFieldSelectionExpression()
286 ASSERT(structureMap.find(structure) != structureMap.end()); in RewriteModifiedStructFieldSelectionExpression()
364 ASSERT(structure && mStructureMap.find(structure) == mStructureMap.end());
374 if (mStructureMap.find(structure) == mStructureMap.end())
414 ASSERT(mStructureUniformMap.find(&node->variable()) == mStructureUniformMap.end());
425 ASSERT(mStructureMap.find(structur in stripStructSpecifierSamplers()
[all...]
/drivers/peripheral/power/interfaces/hdi_service/src/
H A Drunning_lock_timer_handler.cpp77 auto typeIter = runninglockTimerMap_.find(type); in GetRunningLockTimerId()
79 auto nameIter = typeIter->second.find(name); in GetRunningLockTimerId()
89 auto typeIter = runninglockTimerMap_.find(type); in AddRunningLockTimerMap()
96 auto nameIter = typeIter->second.find(name); in AddRunningLockTimerMap()
106 auto typeIter = runninglockTimerMap_.find(type); in RemoveRunningLockTimerMap()
108 auto nameIter = typeIter->second.find(name); in RemoveRunningLockTimerMap()
/foundation/barrierfree/accessibility/services/aams/test/mock/src/aafwk/
H A Dmock_bundle_manager.cpp68 auto fun = abilityInfoMap_.find(bundleNameTemp); in QueryAbilityInfo()
76 if (std::string::npos != elementTemp.GetBundleName().find("service")) { in QueryAbilityInfo()
147 auto find = false; in CheckWantEntity() local
152 find = true; in CheckWantEntity()
159 if (find || (bundleName == AbilityConfig::SYSTEM_UI_BUNDLE_NAME && in CheckWantEntity()
162 GTEST_LOG_(INFO) << "QueryAbilityInfo ++> system luncher, find :" << find; in CheckWantEntity()
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dstring_util.h98 // find and replace first instance of "find" with "replace" in "source"
100 BASE_NS::string& source, const BASE_NS::string_view find, const BASE_NS::string_view replace) in FindAndReplaceOne()
102 const auto p = source.find(find); in FindAndReplaceOne()
105 source.begin() + static_cast<BASE_NS::string::difference_type>(p + find.length()), replace); in FindAndReplaceOne()
109 // find and replace all instances of "find" with "replace" in "source"
111 BASE_NS::string& source, const BASE_NS::string_view find, const BASE_NS::string_view replace) in FindAndReplaceAll()
113 while (FindAndReplaceOne(source, find, replac in FindAndReplaceAll()
99 FindAndReplaceOne( BASE_NS::string& source, const BASE_NS::string_view find, const BASE_NS::string_view replace) FindAndReplaceOne() argument
110 FindAndReplaceAll( BASE_NS::string& source, const BASE_NS::string_view find, const BASE_NS::string_view replace) FindAndReplaceAll() argument
[all...]
/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/
H A Dsequential_task_queue.cpp48 CORE_ASSERT(std::find(tasks_.cbegin(), tasks_.cend(), taskIdentifier) == tasks_.cend()); in Submit()
55 auto it = std::find(tasks_.begin(), tasks_.end(), afterIdentifier); in SubmitAfter()
68 auto it = std::find(tasks_.begin(), tasks_.end(), afterIdentifier); in SubmitAfter()
83 CORE_ASSERT(std::find(tasks_.cbegin(), tasks_.cend(), taskIdentifier) == tasks_.cend()); in SubmitBefore()
85 auto it = std::find(tasks_.begin(), tasks_.end(), beforeIdentifier); in SubmitBefore()
93 auto it = std::find(tasks_.cbegin(), tasks_.cend(), taskIdentifier); in Remove()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/util/
H A Dstring_util.h99 // find and replace first instance of "find" with "replace" in "source"
101 BASE_NS::string& source, const BASE_NS::string_view find, const BASE_NS::string_view replace) in FindAndReplaceOne()
103 const auto p = source.find(find); in FindAndReplaceOne()
106 source.cbegin() + static_cast<BASE_NS::string::difference_type>(p + find.length()), replace); in FindAndReplaceOne()
110 // find and replace all instances of "find" with "replace" in "source"
112 BASE_NS::string& source, const BASE_NS::string_view find, const BASE_NS::string_view replace) in FindAndReplaceAll()
114 while (FindAndReplaceOne(source, find, replac in FindAndReplaceAll()
100 FindAndReplaceOne( BASE_NS::string& source, const BASE_NS::string_view find, const BASE_NS::string_view replace) FindAndReplaceOne() argument
111 FindAndReplaceAll( BASE_NS::string& source, const BASE_NS::string_view find, const BASE_NS::string_view replace) FindAndReplaceAll() argument
[all...]
/foundation/window/window_manager/utils/src/
H A Dsingleton_container.cpp38 if (dependencySetMap.find(it->first) != dependencySetMap.end()) { in ~SingletonContainer()
58 if (stringMap.find(name) == stringMap.end()) { in AddSingleton()
71 if (stringMap.find(name) == stringMap.end()) { in SetSingleton()
81 if (stringMap.find(name) == stringMap.end()) { in GetSingleton()
85 if (singletonMap.find(stringMap[name]) == singletonMap.end()) { in GetSingleton()
86 WLOGFE("can not find singleton, name is %{public}s", name.c_str()); in GetSingleton()
95 if (instanceDependencySet.find(stringMap[name]) == instanceDependencySet.end()) { in DependOn()
/third_party/skia/third_party/externals/angle2/src/common/
H A Dgen_uniform_type_table.py113 if uniform_type.find("GL_BOOL") == 0:
115 elif uniform_type.find("GL_FLOAT") == 0:
117 elif uniform_type.find("GL_INT") == 0:
119 elif uniform_type.find("GL_UNSIGNED_INT") == 0:
137 return "GL_FLOAT_MAT" + uniform_type[-1] + "x" + uniform_type[uniform_type.find("_MAT")
182 return uniform_type[uniform_type.find("_MAT") + 4]

Completed in 15 milliseconds

12345678910>>...308