Home
last modified time | relevance | path

Searched refs:find (Results 4301 - 4325 of 4777) sorted by relevance

1...<<171172173174175176177178179180>>...192

/base/print/print_fwk/services/print_service/src/
H A Dprint_service_stub.cpp98 auto itFunc = cmdMap_.find(code); in OnRemoteRequest()
/base/powermgr/battery_statistics/services/native/src/
H A Dbattery_stats_core.cpp939 const auto& userPower = tmpUserPowerMap.find(usr); in UpdateStatsEntity()
/base/location/test/location_common/source/
H A Dlocation_common_test.cpp136 auto iter = geoAddress->descriptions_.find(0); in VerifyGeoAddressReadFromParcel()
/base/msdp/device_status/test/unittest/intention/services/src/
H A Dintention_service_test.cpp263 auto item = stateType.find(state); in PrintDragMessage()
/base/location/test/location_locator/source/
H A Dlocator_background_proxy_test.cpp138 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 Ddevicestatus_srv_stub.cpp276 auto it = connFuncs_.find(code); in OnRemoteRequest()
/base/security/access_token/frameworks/js/napi/privacy/src/
H A Dpermission_record_manager_napi.cpp834 auto iter = std::find(permList.begin(), permList.end(), PermItem); in IsExistRegister()
/base/security/access_token/services/accesstokenmanager/main/cpp/src/service/
H A Daccesstoken_manager_stub.cpp69 auto itFunc = requestFuncMap_.find(code); in OnRemoteRequest()
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_chipset_platform_encrypt_test.cpp509 auto sceneValue = scenes.find(scene); in ReadInputFile()
/base/telephony/call_manager/services/telephony_interaction/src/
H A Dcall_status_callback_stub.cpp135 auto itFunc = memberFuncMap_.find(code); in OnRemoteRequest()
/base/telephony/core_service/services/network_search/src/
H A Dcell_info.cpp108 auto itFunc = memberFuncMap_.find(static_cast<TelRilRatType>(type)); in ProcessNeighboringCellInfo()
/base/time/time_service/services/
H A Dtime_system_ability.cpp696 auto index = name.find(s); in GetWallClockRtcId()
/base/update/updateservice/frameworks/js/napi/update/common/src/
H A Dclient_helper.cpp644 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 Dtest_wasm.cpp102 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 Daudio_capture_common_test.cpp795 size_t indexAttr = strGetValue.find("attr-frame-count"); in HWTEST_F()
/third_party/gn/src/base/strings/
H A Dstring_util.cc236 // 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 Dcommand_format.cc758 CHECK(precedence_.find(binop->op().value()) != precedence_.end()); in Expr()
/third_party/glslang/SPIRV/
H A DSpvBuilder.h94 auto sItr = stringIds.find(str); in getStringId()
/third_party/cups-filters/filter/
H A Drastertopdf.cpp224 if (delimiters.find(str[i]) != std::string::npos) in split_strings()
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h623 RegisteredTestsMap::const_iterator it = registered_tests_.find(test_name); in GetCodeLocation()
/third_party/googletest/googletest/src/
H A Dgtest-death-test.cc537 const size_t line_end = output.find('\n', at); in FormatDeathTestOutput()
/third_party/googletest/googletest/scripts/
H A Dupload.py719 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 DStableAPI.java255 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 Dtzgnames.cpp116 * 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 Dsfn_shader_fs.cpp582 auto splitpos = value.find(':'); in read_prop()

Completed in 47 milliseconds

1...<<171172173174175176177178179180>>...192