| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| H A D | IntervalMap.h | 58 // 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 D | want_test.cpp | 1127 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 D | rs_main_thread.cpp | 819 // 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 D | bubble_layout_algorithm.cpp | 319 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 D | avsession_service.cpp | 184 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 D | CodeViewDebug.cpp | 197 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 D | overlay_manager.cpp | 916 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 D | plugin_manager.cpp | 136 if (pluginRenderMap_.find(id) == pluginRenderMap_.end()) { in GetRender()
|
| /applications/standard/systemui/ |
| H A D | gradlew | 135 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
|
| /base/account/os_account/services/accountmgr/src/domain_account/ |
| H A D | domain_account_manager_service.cpp | 66 return UID_WHITELIST_FOR_SET.find(IPCSkeleton::GetCallingUid()) != UID_WHITELIST_FOR_SET.end();
in CheckManageExpiryThresholdWhiteList()
|
| /base/account/os_account/services/accountmgr/src/ |
| H A D | distributed_account_subscribe_manager.cpp | 90 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 D | thermal_collector_impl.cpp | 65 auto it = thermalZoneMap.find(thermalZone); in GetZoneTypeStr()
|
| H A D | process_collector_impl.cpp | 98 result.data = memCgProcs.find(pid) != memCgProcs.end(); in IsMemCgProcess()
|
| /base/location/services/location_locator/locator/source/ |
| H A D | locator_event_manager.cpp | 33 auto it = intValues_.find(name); in GetInt()
|
| /base/hiviewdfx/hidumper/frameworks/native/src/util/ |
| H A D | string_utils.cpp | 39 if (content.find(begin) == 0) { in IsBegin()
|
| H A D | file_utils.cpp | 107 if (content.find(key) != std::string::npos) { in GetProcValue()
|
| /base/hiviewdfx/hiview/adapter/service/server/src/ |
| H A D | hiview_log_config_manager.cpp | 63 if (configInfos.find(type) != configInfos.end()) {
in GetConfigInfoByType()
|
| /base/hiviewdfx/hiview/framework/native/unified_collection/graphic_memory/ |
| H A D | graphic_memory.cpp | 88 auto it = dmaInfoMap.find(dmaInfo.ino); in CreateDmaInfo()
|
| /base/hiviewdfx/hiview/plugins/event_store/event_export/task/export/ |
| H A D | event_export_task.cpp | 32 auto iter = parsers.find(path); in GetParser()
|
| /base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/ |
| H A D | log_util.cpp | 131 std::string fileName = pattern.find("/") != std::string::npos ? in IsTestModel()
|
| /base/hiviewdfx/hiview/plugins/privacy_controller/config/ |
| H A D | area_policy.cpp | 133 if (EVENT_LEVELS.find(levelStr) == EVENT_LEVELS.end()) {
in IsAllowedLevel()
|
| /base/inputmethod/imf/services/file/src/ |
| H A D | file_operator.cpp | 108 if (content.find(key) == std::string::npos) { in Read()
|
| /base/hiviewdfx/hidumper/frameworks/native/src/executor/ |
| H A D | fd_output.cpp | 109 if (str.find("\n") == std::string::npos) { // No line breaks in NewLineMethod()
|
| /base/hiviewdfx/hiview/base/event_report/event/ |
| H A D | logger_event.cpp | 109 if ((paramMap_.find(name) != paramMap_.end()) && (paramMap_[name].GetType() == value.GetType())) {
in InnerUpdate()
|
| /base/hiviewdfx/hiview/plugins/event_store/event_export/config/ |
| H A D | export_event_list_parser.cpp | 41 auto iter = eventList.find(domain); in AddDomainNames()
|