Home
last modified time | relevance | path

Searched refs:find (Results 3951 - 3975 of 8574) sorted by relevance

1...<<151152153154155156157158159160>>...343

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DIntervalMap.h58 // const_iterator find(KeyT x) const;
59 // iterator find(KeyT x);
85 // void find(KeyT x);
1084 return find(a).insert(a, b, y);
1123 /// find - Return an iterator pointing to the first interval ending at or
1125 const_iterator find(KeyT x) const {
1127 I.find(x);
1131 iterator find(KeyT x) {
1133 I.find(x);
1141 const_iterator I = find(
[all...]
/foundation/ability/ability_base/test/unittest/want/
H A Dwant_test.cpp1127 head = uri.find(WantBaseTest::URI_STRING_HEAD, pos); in HWTEST_F()
1133 content = uri.find(WantBaseTest::URI_STRING_END, pos); in HWTEST_F()
1223 result = uri.find(search, pos); in HWTEST_F()
1231 result = uri.find(search); in HWTEST_F()
1237 delims = uri.find(";", pos); in HWTEST_F()
1247 result = uri.find(search); in HWTEST_F()
1293 result = uri.find(search, pos); in HWTEST_F()
1302 result = uri.find(search); in HWTEST_F()
1308 delims = uri.find(";", pos); in HWTEST_F()
1318 result = uri.find(searc in HWTEST_F()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp819 // while nodeMap can't find node, return instantly in UpdateNeedDrawFocusChange()
978 auto it = cacheCmdSkippedInfo_.find(pid); in CheckParallelSubThreadNodesStatus()
989 it = cacheCmdSkippedInfo_.find(abilityNodePid); in CheckParallelSubThreadNodesStatus()
1019 if (cacheCmdSkippedInfo_.find(pid) == cacheCmdSkippedInfo_.end()) { in SkipCommandByNodeId()
1203 auto bufferTimestamp = dividedRenderbufferTimestamps_.find(surfaceNodeId); in ProcessCommandForDividedRender()
1347 if (surfaceNode->GetName().find(CAPTURE_WINDOW_NAME) != std::string::npos) { in ConsumeAndUpdateAllNodes()
1906 if (frameRateMgr->GetCurScreenStrategyId().find("LTPO") != std::string::npos) { in ProcessHgmFrameRate()
2190 if (focusAppBundleName_.find(DESKTOP_NAME_FOR_ROTATION) != std::string::npos) { in Render()
2282 if (lastDrawStatusMap_.find(dynamicNodeId) == lastDrawStatusMap_.end()) { in CallbackDrawContextStatusToWMS()
2323 curSurface->GetName().find("hisearc in CheckSurfaceNeedProcess()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_layout_algorithm.cpp319 if (setHorizontal.find(placement) != setHorizontal.end()) { in Measure()
327 if (setVertical.find(placement) != setVertical.end()) { in Measure()
549 if (setHorizontal_.find(placement_) != setHorizontal_.end()) { in GetIfNeedArrow()
554 if (setVertical_.find(placement_) != setVertical_.end()) { in GetIfNeedArrow()
823 std::vector<Placement> currentPlacementStates = PLACEMENT_STATES.find(Placement::BOTTOM)->second; in GetChildPositionNew()
824 if (PLACEMENT_STATES.find(placement_) != PLACEMENT_STATES.end()) { in GetChildPositionNew()
825 currentPlacementStates = PLACEMENT_STATES.find(placement_)->second; in GetChildPositionNew()
842 if (setHorizontal_.find(placement_) != setHorizontal_.end()) { in GetChildPositionNew()
848 if (setVertical_.find(placement_) != setVertical_.end()) { in GetChildPositionNew()
905 if (setHorizontal_.find(placement in GetAdjustPosition()
[all...]
/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.cpp184 SLOGE("failed to find library, reason: %{public}sn", dlerror()); in OnStop()
364 SLOGE("failed to find library, reason: %{public}sn", dlerror()); in PullMigrateStub()
654 auto it = std::find(sessionListForFront->begin(), sessionListForFront->end(), sessionItem); in UpdateFrontSession()
689 auto it = std::find(sessionListForFront->begin(), sessionListForFront->end(), session); in SelectFocusSession()
853 auto it = controllers_.find(pid); in GetPresentController()
1129 auto it = std::find(sessionListForFront->begin(), sessionListForFront->end(), sessionItem); in CreateSessionInner()
1195 auto it = abilityManager_.find(bundleName + abilityName); in CreateSessionInner()
1232 if (oldSortContent.find(elementName.GetBundleName()) == string::npos) { in SaveSessionInfoInFile()
1548 auto it = node.find(name); in GetSubNode()
1566 if (sortContent.find(sessionI in IsHistoricalSession()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp197 if (Filename.find(':') == 1) in getFullFilepath()
209 while ((Cursor = Filepath.find("\\.\\", Cursor)) != std::string::npos) in getFullFilepath()
215 while ((Cursor = Filepath.find("\\..\\", Cursor)) != std::string::npos) { in getFullFilepath()
232 while ((Cursor = Filepath.find("\\\\", Cursor)) != std::string::npos) in getFullFilepath()
363 auto I = TypeIndices.find({Scope, nullptr}); in getScopeIndex()
378 auto I = TypeIndices.find({SP, nullptr}); in getFuncIdForSubprogram()
446 auto I = TypeIndices.find({SP, Class}); in getMemberFunctionType()
491 if (std::find(B, E, Loc) == E) in addLocIfNotPresent()
911 auto I = FI.InlineSites.find(ChildSite); in emitInlinedCallSite()
922 // If we have a symbol, it may be in a section that is COMDAT. If so, find th in switchToDebugSectionForSymbol()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp916 TAG_LOGW(AceLogTag::ACE_OVERLAY, "not find render context when closing dialog"); in CloseDialogAnimation()
984 TAG_LOGW(AceLogTag::ACE_OVERLAY, "not find render context when closing dialog"); in CloseDialogMatchTransition()
1487 auto toastIter = overlayManager->toastMap_.find(toastId); in PopToast()
1516 auto toastIter = toastMap_.find(toastId); in PopToast()
1683 auto iter = std::find(rootChildren.rbegin(), rootChildren.rend(), popupNode); in MountPopup()
1770 auto iter = std::find(rootChildren.rbegin(), rootChildren.rend(), popupNode); in HidePopup()
1855 auto iter = std::find(rootChildren.begin(), rootChildren.end(), popupInfo.popupNode); in HidePopupWithoutAnimation()
1884 auto iter = customPopupMap_.find(targetId); in RemoveIndexerPopupById()
1969 auto it = popupMap_.find(targetId); in ErasePopup()
1995 auto iter = popupMap_.find(dismissPopupId in DismissPopup()
[all...]
/applications/standard/app_samples/code/BasicFeature/Native/XComponent/entry/src/main/cpp/manager/
H A Dplugin_manager.cpp136 if (pluginRenderMap_.find(id) == pluginRenderMap_.end()) { in GetRender()
/applications/standard/systemui/
H A Dgradlew135 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
/base/account/os_account/services/accountmgr/src/domain_account/
H A Ddomain_account_manager_service.cpp66 return UID_WHITELIST_FOR_SET.find(IPCSkeleton::GetCallingUid()) != UID_WHITELIST_FOR_SET.end(); in CheckManageExpiryThresholdWhiteList()
/base/account/os_account/services/accountmgr/src/
H A Ddistributed_account_subscribe_manager.cpp90 ACCOUNT_LOGE("Unsubscribe failed, subscribe record not find."); in UnsubscribeDistributedAccountEvent()
140 if ((*it)->types_.find(subscribeType) != (*it)->types_.end()) { in Publish()
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dthermal_collector_impl.cpp65 auto it = thermalZoneMap.find(thermalZone); in GetZoneTypeStr()
H A Dprocess_collector_impl.cpp98 result.data = memCgProcs.find(pid) != memCgProcs.end(); in IsMemCgProcess()
/base/location/services/location_locator/locator/source/
H A Dlocator_event_manager.cpp33 auto it = intValues_.find(name); in GetInt()
/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dstring_utils.cpp39 if (content.find(begin) == 0) { in IsBegin()
H A Dfile_utils.cpp107 if (content.find(key) != std::string::npos) { in GetProcValue()
/base/hiviewdfx/hiview/adapter/service/server/src/
H A Dhiview_log_config_manager.cpp63 if (configInfos.find(type) != configInfos.end()) { in GetConfigInfoByType()
/base/hiviewdfx/hiview/framework/native/unified_collection/graphic_memory/
H A Dgraphic_memory.cpp88 auto it = dmaInfoMap.find(dmaInfo.ino); in CreateDmaInfo()
/base/hiviewdfx/hiview/plugins/event_store/event_export/task/export/
H A Devent_export_task.cpp32 auto iter = parsers.find(path); in GetParser()
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
H A Dlog_util.cpp131 std::string fileName = pattern.find("/") != std::string::npos ? in IsTestModel()
/base/hiviewdfx/hiview/plugins/privacy_controller/config/
H A Darea_policy.cpp133 if (EVENT_LEVELS.find(levelStr) == EVENT_LEVELS.end()) { in IsAllowedLevel()
/base/inputmethod/imf/services/file/src/
H A Dfile_operator.cpp108 if (content.find(key) == std::string::npos) { in Read()
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dfd_output.cpp109 if (str.find("\n") == std::string::npos) { // No line breaks in NewLineMethod()
/base/hiviewdfx/hiview/base/event_report/event/
H A Dlogger_event.cpp109 if ((paramMap_.find(name) != paramMap_.end()) && (paramMap_[name].GetType() == value.GetType())) { in InnerUpdate()
/base/hiviewdfx/hiview/plugins/event_store/event_export/config/
H A Dexport_event_list_parser.cpp41 auto iter = eventList.find(domain); in AddDomainNames()

Completed in 35 milliseconds

1...<<151152153154155156157158159160>>...343