/third_party/python/Lib/urllib/ |
H A D | parse.py | 406 i = url.find(';', url.rfind('/')) 410 i = url.find(';') 416 wdelim = url.find(c, start) # find first of this delim 486 i = url.find(':')
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_sidebar.py | 457 texts = list(canvas.find(tk.ALL)) 485 texts = list(canvas.find(tk.ALL)) 639 texts = list(canvas.find(tk.ALL)) 669 texts = list(canvas.find(tk.ALL))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | BranchProbabilityInfo.cpp | 458 auto SccIt = SccI.SccNums.find(BB); in getSCCNum() 546 // Trace the phi node to find all values that come from successors of BB in computeUnlikelySuccessors() 571 std::find(succ_begin(BB), succ_end(BB), B) == succ_end(BB)) in computeUnlikelySuccessors() 900 /// Get the raw edge probability for the edge. If can't find it, return a 907 auto I = Probs.find(std::make_pair(Src, IndexInSuccessors)); in getEdgeProbability() 930 auto MapI = Probs.find(std::make_pair(Src, I.getSuccessorIndex())); in getEdgeProbability()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SILowerI1Copies.cpp | 149 return ReachableMap.find(&MBB)->second; in isSource() 217 if (llvm::find(Predecessors, UnreachablePred) == Predecessors.end()) in analyze() 347 auto DomIt = Visited.find(&MBB); in inLoopLevel() 351 if (llvm::find(Blocks, &MBB) != Blocks.end()) in inLoopLevel()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86WinEHState.cpp | 521 auto BaseStateI = FuncInfo.FuncletBaseStateMap.find(FuncletPad); in getBaseStateForBB() 560 auto PredEndState = FinalStates.find(PredBB); in getPredState() 597 auto SuccStartState = InitialStates.find(SuccBB); in getSuccState() 753 auto EndState = FinalStates.find(BB); in addStateStores()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | InferAddressSpaces.cpp | 677 auto Pos = InferredAddrSpace->find(User); in inferAddressSpaces() 707 auto I = InferredAddrSpace.find(Src0); in updateAddressSpace() 711 auto J = InferredAddrSpace.find(Src1); in updateAddressSpace() 733 auto I = InferredAddrSpace.find(PtrOperand); in updateAddressSpace()
|
/third_party/spirv-tools/source/opt/ |
H A D | loop_descriptor.cpp | 166 // in |value|. If the function couldn't find the initial value of |induction| 336 // Look at the predecessors of the loop header to find a predecessor block in FindLatchBlock() 518 // Post-order traversal of the dominator tree to find all the OpLoopMerge in PopulateList() 605 auto element = std::find(std::begin(ids), std::end(ids), block_id); in GetLoopsInBinaryLayoutOrder() 659 // From the branch instruction find the branch condition. in FindNumberOfIterations() 864 // From the branch instruction find the branch condition. in FindConditionVariable() 951 loops_.erase(std::find(loops_.begin(), loops_.end(), loop)); in PostModificationCleanup() 999 parent->nested_loops_.erase(std::find(parent->nested_loops_.begin(), in RemoveLoop() 1017 std::find(loops_.begin(), loops_.end(), loop); in RemoveLoop()
|
/third_party/spirv-tools/test/fuzz/ |
H A D | transformation_add_synonym_test.cpp | 677 ASSERT_TRUE(std::find(ids_for_which_synonyms_are_known.begin(), in TEST() 697 ASSERT_TRUE(std::find(ids_for_which_synonyms_are_known.begin(), in TEST() 719 ASSERT_TRUE(std::find(ids_for_which_synonyms_are_known.begin(), in TEST() 742 ASSERT_TRUE(std::find(ids_for_which_synonyms_are_known.begin(), in TEST()
|
/third_party/vulkan-loader/tests/framework/ |
H A D | test_environment.h | 371 bool find(std::string const& search_text) const { return returned_output.find(search_text) != std::string::npos; } in find() function 373 // Look through the event log. If you find a line containing the prefix we're interested in, look for the end of 407 bool find(std::string const& search_text) { return logger.find(search_text); } in find() function 490 fs::path shimmed_manifest_path; // path to where the loader will find the manifest file (eg /usr/local/share/vulkan/<...>) 506 fs::path shimmed_manifest_path; // path to where the loader will find the manifest file (eg /usr/local/share/vulkan/<...>) 518 windows_app_package, // let the app package search find it
|
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/ |
H A D | audio_policy_service.cpp | 319 auto sinkRate_begin = deviceInfo.find("sink_rate:"); in GetUsbModuleInfo() 323 auto sinkFormat_begin = deviceInfo.find("sink_format:"); in GetUsbModuleInfo() 329 auto sourceRate_begin = deviceInfo.find("source_rate:"); in GetUsbModuleInfo() 333 auto sourceFormat_begin = deviceInfo.find("source_format:"); in GetUsbModuleInfo() 351 auto sinkRate_begin = deviceInfo.find("rate="); in GetDPModuleInfo() 356 auto sinkFormat_begin = deviceInfo.find("format="); in GetDPModuleInfo() 362 auto sinkChannel_begin = deviceInfo.find("channels="); in GetDPModuleInfo() 368 auto sinkBSize_begin = deviceInfo.find("buffer_size="); in GetDPModuleInfo() 844 auto configInfoPos = connectedA2dpDeviceMap_.find(activeBTDevice_); in GetSystemVolumeLevel() 1061 auto configInfoPos = connectedA2dpDeviceMap_.find(activeBTDevice in SetStreamMute() [all...] |
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_auto_startup_service.cpp | 313 auto it = callbackMaps_.find(info.bundleName); in ExecuteCallbacks() 335 auto iter = deathRecipients_.find(callback); in SetDeathRecipient() 375 auto iter = deathRecipients_.find(object); in CleanResource()
|
/foundation/ability/form_fwk/test/unittest/fms_form_provider_data_test/ |
H A D | fms_form_provider_data_test.cpp | 369 EXPECT_TRUE(formProviderData.rawImageBytesMap_.find(picName) == formProviderData.rawImageBytesMap_.end()); in HWTEST_F() 386 EXPECT_TRUE(formProviderData.rawImageBytesMap_.find(picName) == formProviderData.rawImageBytesMap_.end()); in HWTEST_F() 403 EXPECT_TRUE(formProviderData.rawImageBytesMap_.find(picName) == formProviderData.rawImageBytesMap_.end()); in HWTEST_F()
|
/foundation/CastEngine/castengine_cast_framework/service/src/ |
H A D | cast_session_manager_service.cpp | 448 auto it = sessionMap_.find(innerSessionId); in GetCastSessionInner() 504 auto it = sessionMap_.find(sessionId); in DestroyCastSession() 615 auto it = deathRecipientMap_.find(pid); in RemoveClientDeathRecipientLocked()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/ |
H A D | plugin_pattern.cpp | 260 for (size_t pos = str.find(pattern, 0); pos != std::string::npos; pos = str.find(pattern, pos + nSize)) { in ReplaceAll() 417 size_t posModule = info.pluginName.find("/", posAssets + assets.size()); in GetPackagePathByAbsolutePath() 532 "1", "Bms get hapPath failed! Cannot find hap according to BundleName and ModuleName!"); in GerPackagePathByBms()
|
/foundation/arkui/ace_engine/adapter/preview/inspector/ |
H A D | js_inspector_manager.cpp | 135 // find children of the current node and combine them with this node to form a JSON array object. 226 auto iter = parents_.find(nodeId); in OperateComponent() 399 if (attr.first.find("clickEffect") != std::string::npos) { in GetAttrsAndStyles() 445 auto it = std::find(specialComponentNameV1.begin(), specialComponentNameV1.end(), node->GetTag()); in UpdateNodeRectStrInfo()
|
/foundation/arkui/ace_engine/frameworks/base/perfmonitor/ |
H A D | perf_monitor.cpp | 435 auto iter = mRecords.find(sceneId); in GetRecord() 444 std::map <std::string, SceneRecord*>::iterator iter = mRecords.find(sceneId); in RemoveRecord() 563 if (exceptSceneSet.find(sceneId) != exceptSceneSet.end()) { in IsExceptResponseTime()
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | svg_animate.cpp | 28 char tag = (from_.find(',') != std::string::npos) ? ',' : ' '; in GetValuesRange() 30 tag = (to_.find(',') != std::string::npos) ? ',' : ' '; in GetValuesRange() 49 char tag = (value.find(',') != std::string::npos) ? ',' : ' '; in GetFrames()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | lazy_for_each_builder.h | 192 auto keyIter = expiringItem_.find(node.first); in SetActiveChildRange() 354 if (idleIndexes.find(preBuildingIndex_) == idleIndexes.end()) { in ProcessPreBuildingIndex() 371 auto iter = idleIndexes.find(node.first); in ProcessCachedIndex()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | inspector_composed_component.cpp | 358 auto generateFunc = CREATE_ELEMENT_MAP.find(GetName()); in CreateElement() 389 auto generateFunc = CREATE_ELEMENT_MAP.find(tag); in HasInspectorFinished() 412 auto iter = COMPONENT_TAG_TO_ETS_TAG_MAP.find(tag); in GetEtsTag()
|
/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | key_event_recognizer.cpp | 431 auto iter = KEYCODE_TO_STRING.find(static_cast<KeyCode>(keyCode)); in KeyCodeToString() 497 auto iter = MAP_KEY_INTENTION.find(static_cast<int64_t>(keyCodes)); in keyItemsTransKeyIntention() 574 std::vector<KeyCode>::iterator result = std::find(pressedkeys.begin(), in addPressedKey()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_parser.cpp | 181 if (ServiceConstants::ALLOW_MULTI_ICON_BUNDLE.find(newResourceInfo.bundleName_) != in IsNeedToParseResourceInfo() 401 auto pos = layerImage.foreground.find(CHAR_COLON); in ParseIconIdFromJson() 407 pos = layerImage.background.find(CHAR_COLON); in ParseIconIdFromJson()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_group_test/ |
H A D | bms_bundle_data_group_test.cpp | 243 auto iter = bundleInfos.find(BUNDLE_NAME); in HWTEST_F() 273 auto iter = bundleInfos.find(BUNDLE_NAME); in HWTEST_F() 594 auto iter = dataGroupInfos.find(DATA_GROUP_ID_TEST_ONE); in HWTEST_F()
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | asset_loader.cpp | 363 const auto targetParam = params.find("target"); in LoadJsonEntityCollection() 556 const auto rootParam = params.find("root"); in GltfImportFinished() 559 const auto targetParam = params.find("target"); in GltfImportFinished()
|
/foundation/graphic/graphic_surface/surface/src/ |
H A D | consumer_surface.cpp | 279 auto iterUserData = userData_.find(key); in SetUserData() 281 BLOGE("not find key:%{public}s, val:%{public}s exist, uniqueId: %{public}" PRIu64 ".", in SetUserData() 301 if (userData_.find(key) != userData_.end()) { in GetUserData() 354 if (onUserDataChange_.find(funcName) != onUserDataChange_.end()) { in RegisterUserDataChangeListener()
|
/foundation/multimedia/av_codec/services/engine/codec/audio/encoder/ |
H A D | audio_ffmpeg_aac_encoder_plugin.cpp | 71 auto iter = sampleFreqMap.find(ctx->sample_rate); in GetAdtsHeader() 92 return sampleFreqMap.find(sampleRate) != sampleFreqMap.end() ? true : false; in CheckSampleRate() 99 if (supportedSampleFormats.find(static_cast<AudioSampleFormat>(sampleFormat)) == supportedSampleFormats.end()) { in CheckSampleFormat()
|