Home
last modified time | relevance | path

Searched refs:find (Results 3501 - 3525 of 7019) sorted by relevance

1...<<141142143144145146147148149150>>...281

/third_party/python/Lib/urllib/
H A Dparse.py406 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 Dtest_sidebar.py457 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 DBranchProbabilityInfo.cpp458 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 DSILowerI1Copies.cpp149 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 DX86WinEHState.cpp521 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 DInferAddressSpaces.cpp677 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 Dloop_descriptor.cpp166 // 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 Dtransformation_add_synonym_test.cpp677 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 Dtest_environment.h371 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 Daudio_policy_service.cpp319 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 Dability_auto_startup_service.cpp313 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 Dfms_form_provider_data_test.cpp369 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 Dcast_session_manager_service.cpp448 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 Dplugin_pattern.cpp260 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 Djs_inspector_manager.cpp135 // 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 Dperf_monitor.cpp435 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 Dsvg_animate.cpp28 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 Dlazy_for_each_builder.h192 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 Dinspector_composed_component.cpp358 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 Dkey_event_recognizer.cpp431 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 Dbundle_resource_parser.cpp181 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 Dbms_bundle_data_group_test.cpp243 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 Dasset_loader.cpp363 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 Dconsumer_surface.cpp279 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 Daudio_ffmpeg_aac_encoder_plugin.cpp71 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()

Completed in 39 milliseconds

1...<<141142143144145146147148149150>>...281