/base/print/print_fwk/services/print_service/src/ |
H A D | print_service_stub.cpp | 98 auto itFunc = cmdMap_.find(code); in OnRemoteRequest()
|
/base/powermgr/battery_statistics/services/native/src/ |
H A D | battery_stats_core.cpp | 939 const auto& userPower = tmpUserPowerMap.find(usr); in UpdateStatsEntity()
|
/base/location/test/location_common/source/ |
H A D | location_common_test.cpp | 136 auto iter = geoAddress->descriptions_.find(0); in VerifyGeoAddressReadFromParcel()
|
/base/msdp/device_status/test/unittest/intention/services/src/ |
H A D | intention_service_test.cpp | 263 auto item = stateType.find(state); in PrintDragMessage()
|
/base/location/test/location_locator/source/ |
H A D | locator_background_proxy_test.cpp | 138 locatorBackgroundProxy->OnSuspend(request1, true); // cant find uid in requestMap in HWTEST_F() 140 locatorBackgroundProxy->OnSuspend(request1, false); // cant find uid in requestMap in HWTEST_F() 162 locatorBackgroundProxy->OnSuspend(request1, true); // cant find request in list in HWTEST_F() 323 locatorBackgroundProxy->UpdateListOnUserSwitch(0); // requestsMap cant find userid in HWTEST_F() 405 locatorBackgroundProxy->CheckMaxRequestNum(0, "PKG_FOR_TEST"); // cant find userId in HWTEST_F() 585 auto iter = (locatorBackgroundProxy->requestsMap_)->find(0); in HWTEST_F()
|
/base/msdp/device_status/services/communication/service/src/ |
H A D | devicestatus_srv_stub.cpp | 276 auto it = connFuncs_.find(code); in OnRemoteRequest()
|
/base/security/access_token/frameworks/js/napi/privacy/src/ |
H A D | permission_record_manager_napi.cpp | 834 auto iter = std::find(permList.begin(), permList.end(), PermItem); in IsExistRegister()
|
/base/security/access_token/services/accesstokenmanager/main/cpp/src/service/ |
H A D | accesstoken_manager_stub.cpp | 69 auto itFunc = requestFuncMap_.find(code); in OnRemoteRequest()
|
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
H A D | hks_chipset_platform_encrypt_test.cpp | 509 auto sceneValue = scenes.find(scene); in ReadInputFile()
|
/base/telephony/call_manager/services/telephony_interaction/src/ |
H A D | call_status_callback_stub.cpp | 135 auto itFunc = memberFuncMap_.find(code); in OnRemoteRequest()
|
/base/telephony/core_service/services/network_search/src/ |
H A D | cell_info.cpp | 108 auto itFunc = memberFuncMap_.find(static_cast<TelRilRatType>(type)); in ProcessNeighboringCellInfo()
|
/base/time/time_service/services/ |
H A D | time_system_ability.cpp | 696 auto index = name.find(s); in GetWallClockRtcId()
|
/base/update/updateservice/frameworks/js/napi/update/common/src/ |
H A D | client_helper.cpp | 644 auto iter = g_taskBodyTemplateMap.find(eventId); in BuildTaskBody()
|
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/unittests/ |
H A D | test_wasm.cpp | 102 auto it = wasmMap.find(path); in ReadBinaryFile() 104 CHECK_FATAL(false, "can not find file: %s", path); in ReadBinaryFile()
|
/test/xts/hats/hdf/audio/idl/common/capture/src/ |
H A D | audio_capture_common_test.cpp | 795 size_t indexAttr = strGetValue.find("attr-frame-count");
in HWTEST_F()
|
/third_party/gn/src/base/strings/ |
H A D | string_util.cc | 236 // a std::string_view version of input to be able to call find* on it with the in TrimStringT() 622 return input.find(find_this.data(), pos, find_this.length()); in Find() 659 // If the find string doesn't appear, there's nothing to do. in DoReplaceMatchesAfterOffset() 672 // If the find and replace strings are the same length, we can simply use in DoReplaceMatchesAfterOffset() 683 // Since the find and replace strings aren't the same length, a loop like the in DoReplaceMatchesAfterOffset() 693 // here is to make two find() passes through the string. The first pass counts in DoReplaceMatchesAfterOffset()
|
/third_party/gn/src/gn/ |
H A D | command_format.cc | 758 CHECK(precedence_.find(binop->op().value()) != precedence_.end()); in Expr()
|
/third_party/glslang/SPIRV/ |
H A D | SpvBuilder.h | 94 auto sItr = stringIds.find(str); in getStringId()
|
/third_party/cups-filters/filter/ |
H A D | rastertopdf.cpp | 224 if (delimiters.find(str[i]) != std::string::npos) in split_strings()
|
/third_party/googletest/googletest/include/gtest/internal/ |
H A D | gtest-internal.h | 623 RegisteredTestsMap::const_iterator it = registered_tests_.find(test_name); in GetCodeLocation()
|
/third_party/googletest/googletest/src/ |
H A D | gtest-death-test.cc | 537 const size_t line_end = output.find('\n', at); in FormatDeathTestOutput()
|
/third_party/googletest/googletest/scripts/ |
H A D | upload.py | 719 if file_id_str.find("nobase") != -1: 802 ErrorExit("Can't find URL in output from svn info")
|
/third_party/icu/tools/release/java/src/main/java/com/ibm/icu/dev/tools/docs/ |
H A D | StableAPI.java | 255 if (icuVersionMatcher.find()) { in trimICU() 618 // find variable name in purifyPrototype() 634 // now, did we find something to skip? in purifyPrototype()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | tzgnames.cpp | 116 * GMatchInfo stores zone name match information used by find method 1105 return fTimeZoneNames->find(text, start, nameTypes, status); in findTimeZoneNames()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_shader_fs.cpp | 582 auto splitpos = value.find(':'); in read_prop()
|