Home
last modified time | relevance | path

Searched refs:find (Results 226 - 250 of 7616) sorted by relevance

12345678910>>...305

/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/src/util/
H A Dio_util.cpp49 if (const json::value* iter = json.find("compatibility_info"); iter) { in CheckCompatibility()
56 if (const auto delim = version.find('.'); delim != string::npos) { in CheckCompatibility()
117 auto pos = pathUri.find("://") + 3; in CreateDirectories()
118 size_t end = pathUri.find('/', pos); in CreateDirectories()
342 auto pos = stringContents.find(text, 0UL); in ReplaceTextInFiles()
345 pos = stringContents.find(text, pos); in ReplaceTextInFiles()
356 auto pos = stringContents.find(repl.from, 0UL); in ReplaceTextInFiles()
360 pos = stringContents.find(repl.from, pos); in ReplaceTextInFiles()
372 auto pos = stringContents.find(repl.from, 0UL); in ReplaceTextInFile()
377 pos = stringContents.find(rep in ReplaceTextInFile()
[all...]
/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpasteboard_multi_type_unified_data_delay_test.cpp233 ASSERT_TRUE(outputTypes.find(plainTextUtdId_) != outputTypes.end()); in HWTEST_F()
236 ASSERT_TRUE(outputTypes.find(htmlUtdId_) != outputTypes.end()); in HWTEST_F()
239 ASSERT_TRUE(outputTypes.find(fileUriUtdId_) != outputTypes.end()); in HWTEST_F()
242 ASSERT_TRUE(outputTypes.find(pixelMapUtdId_) != outputTypes.end()); in HWTEST_F()
245 ASSERT_TRUE(outputTypes.find(linkUtdId_) != outputTypes.end()); in HWTEST_F()
282 ASSERT_TRUE(outputTypes.find(plainTextUtdId_) != outputTypes.end()); in HWTEST_F()
285 ASSERT_TRUE(outputTypes.find(htmlUtdId_) != outputTypes.end()); in HWTEST_F()
288 ASSERT_TRUE(outputTypes.find(fileUriUtdId_) != outputTypes.end()); in HWTEST_F()
291 ASSERT_TRUE(outputTypes.find(pixelMapUtdId_) != outputTypes.end()); in HWTEST_F()
294 ASSERT_TRUE(outputTypes.find(linkUtdId in HWTEST_F()
[all...]
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_handler_asset.cpp88 if (serverIdMap_.find(ASSET_LOCAL_SESSION_NAME) != serverIdMap_.end()) { in CreateAssetLocalSessionServer()
129 auto it = serverIdMap_.find(ASSET_LOCAL_SESSION_NAME); in DeleteAssetLocalSessionServer()
236 auto iter = clientInfoMap_.find(socketId); in GetClientInfo()
247 auto it = clientInfoMap_.find(socketId); in RemoveClientInfo()
256 auto iter = assetObjMap_.find(socketId); in AddAssetObj()
267 auto iter = assetObjMap_.find(socketId); in GetAssetObj()
279 auto iter = assetObjMap_.find(socketId); in RemoveAssetObj()
289 size_t pos = fileName.find(RELATIVE_PATH_FLAG); in GenerateAssetObjInfo()
296 pos = relativeFileName.find(DST_BUNDLE_NAME_FLAG); in GenerateAssetObjInfo()
350 size_t pos = file.find(srcBundleNam in GetDstFile()
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability_loader.cpp47 auto it = abilities_.find(abilityName); in GetAbilityByName()
57 auto it = extensions_.find(abilityName); in GetExtensionByName()
67 auto it = uiAbilities_.find(abilityName); in GetUIAbilityByName()
84 auto it = slices_.find(sliceName); in GetAbilitySliceByName()
/foundation/ability/ability_runtime/interfaces/inner_api/quick_fix/src/
H A Dquick_fix_error_utils.cpp81 auto iter = EXTERNAL_ERR_MSG_MAP.find(errCode); in GetErrorCode()
86 auto iterInternal = INTERNAL_ERR_CODE_MAP.find(errCode); in GetErrorCode()
98 auto iter = EXTERNAL_ERR_MSG_MAP.find(externalErrCode); in GetErrorMessage()
105 auto iterInternal = INTERNAL_ERR_MSG_MAP.find(errCode); in GetErrorMessage()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector_filter.cpp49 return std::find(filterExt.begin(), filterExt.end(), attr) != filterExt.end(); in CheckExtAttr()
63 if (std::find(filterExt.begin(), filterExt.end(), extAttr) != filterExt.end()) { in CheckFilterAttr()
84 auto iter = FIXED_ATTR_MAP.find(attr); in AddFilterAttr()
89 if (std::find(filterExt.begin(), filterExt.end(), attr) == filterExt.end()) { in AddFilterAttr()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/
H A Drtsp_url.h56 if (username_.empty() && path_.find("?username") != std::string::npos) { in Parse()
57 auto ui = path_.find("?username"); in Parse()
58 auto pi = path_.find("&password"); in Parse()
65 path_ = path_.substr(0, path_.find('?')); in Parse()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_syscap_module.cpp37 if (callBackFuncMap_.find(callBackId) != callBackFuncMap_.end()) { in RemoveCallBack()
40 if (callBackParamsMap_.find(callBackId) != callBackParamsMap_.end()) { in RemoveCallBack()
64 auto iterFunc = callBackFuncMap_.find(callBackId); in GetCallBack()
65 auto iterParams = callBackParamsMap_.find(callBackId); in GetCallBack()
/foundation/arkui/ace_engine/test/mock/core/animation/
H A Dmock_animation_proxy.h50 auto it = props_.find(ptr); in GetEndValue()
59 auto it = props_.find(ptr); in GetStagingValue()
69 auto it = props_.find(ptr); in Next()
79 auto it = props_.find(ptr); in ForceUpdate()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_upload_recorder.cpp30 auto userRecord = uploadRecord_.find(currentUser_); in IsIgnoreUploadRecord()
34 auto tableRecord = userRecord->second.find(table); in IsIgnoreUploadRecord()
38 auto typeRecord = tableRecord->second.find(type); in IsIgnoreUploadRecord()
42 auto it = typeRecord->second.find(hashKey); in IsIgnoreUploadRecord()
/foundation/distributedhardware/device_manager/common/src/ipc/lite/
H A Dipc_cmd_register.cpp33 auto setRequestMapIter = setIpcRequestFuncMap_.find(cmdCode); in SetRequest()
43 auto readResponseMapIter = readResponseFuncMap_.find(cmdCode); in ReadResponse()
57 auto onIpcCmdMapIter = onIpcCmdFuncMap_.find(cmdCode); in OnIpcCmd()
68 auto onIpcServerCmdMapIter = onIpcServerCmdFuncMap_.find(cmdCode); in OnIpcServerCmd()
/foundation/filemanagement/app_file_service/utils/src/b_error/
H A Db_error.cpp59 if (errCodeTable_.find(code) != errCodeTable_.end()) { in GetCode()
72 if (sysErrnoCodeTable_.find(errnoSys) != sysErrnoCodeTable_.end()) { in GetCodeByErrno()
83 if (errCodeTable_.find(err) != errCodeTable_.end()) { in GetBackupCodeByErrno()
91 if (backupErrorMsgTable_.find(err) != backupErrorMsgTable_.end()) { in GetBackupMsgByErrno()
/third_party/ninja/src/
H A Dmsvc_helper-win32.cc25 string Replace(const string& input, const string& find, const string& replace) { in Replace() argument
28 while ((start_pos = result.find(find, start_pos)) != string::npos) { in Replace()
29 result.replace(start_pos, find.length(), replace); in Replace()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/third_party/perf/
H A Dperf_result_reporter.cc33 auto iter = metric_map_.find(metric_suffix); in AddResult()
42 auto iter = metric_map_.find(metric_suffix); in AddResult()
51 auto iter = metric_map_.find(metric_suffix); in AddResult()
60 auto iter = metric_map_.find(metric_suffix); in GetMetricInfo()
/third_party/skia/src/core/
H A DSkPtrRecorder.h30 uint32_t find(void*) const;
108 uint32_t find(T ptr) { in find() function in SkTPtrSet
109 return this->INHERITED::find((void*)ptr); in find()
155 uint32_t find(SkFlattenable::Factory);
/third_party/skia/third_party/externals/tint/src/
H A Dsymbol_table.cc37 auto it = name_to_symbol_.find(name); in Register()
55 auto it = name_to_symbol_.find(name); in Get()
61 auto it = symbol_to_name_.find(symbol); in NameFor()
73 auto it = name_to_symbol_.find(prefix); in New()
/third_party/skia/third_party/externals/icu/scripts/
H A Dmake_data_assembly.py27 n = input_file.find(".dat")
36 if input_file.find("l.dat") == -1:
37 if input_file.find("b.dat") == -1:
45 n = input_data.find(b'icudt')
47 sys.exit("Cannot find a version number in %s." % input_file)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineDominanceFrontier.h69 iterator find(MachineBasicBlock *B) { in find() function in llvm::MachineDominanceFrontier
70 return Base.find(B); in find()
73 const_iterator find(MachineBasicBlock *B) const { in find() function in llvm::MachineDominanceFrontier
74 return Base.find(B); in find()
/third_party/rust/crates/memchr/src/memmem/prefilter/
H A Dfallback.rs37 const _: PrefilterFnTy = find;
49 pub(crate) fn find(
98 find(&mut prestate, &ninfo, haystack, needle) in freqy_find()
118 // SAFETY: super::find is safe to call for all inputs and on all in prefilter_permutations()
120 unsafe { PrefilterTest::run_all_tests(super::find) }; in prefilter_permutations()
/third_party/rust/crates/memchr/src/memmem/x86/
H A Dsse.rs22 /// `find` to panic.
29 pub(crate) fn find(
39 /// The implementation of find marked with the appropriate target feature.
60 fn find( in find() functions
66 super::Forward::new(ninfo, needle).unwrap().find(haystack, needle) in find()
76 PrefilterTest::run_all_tests_filter(find, |t| { in prefilter_permutations()
/third_party/rust/crates/memchr/src/memmem/
H A Dwasm.rs22 /// `find` to panic.
29 pub(crate) fn find(
37 /// The implementation of find marked with the appropriate target feature.
48 fn find( in find() functions
54 super::Forward::new(ninfo, needle).unwrap().find(haystack, needle) in find()
62 PrefilterTest::run_all_tests_filter(find, |t| { in prefilter_permutations()
/third_party/skia/modules/svg/src/
H A DCssStyleParser.cpp11 auto styleClassIter = fStyleMap.find(key); in getArributesMap()
39 auto arrMapIter = fStyleMap.find(splitName); in parseCssStyle()
59 pos2 = srcString.find(splitString); in splitString()
65 pos2 = srcString.find(splitString, pos1); in splitString()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A Dcl_util.cpp19 const std::string::size_type spacePos = version.find(' '); in ExtractCLVersion()
20 const std::string::size_type dotPos = version.find('.'); in ExtractCLVersion()
45 SizeT spacePos = extensions.find(' '); in RemoveUnsupportedCLExtensions()
59 spacePos = extensions.find(' ', extStart); in RemoveUnsupportedCLExtensions()
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dtemplates_parser.cpp152 if (val.str.find(UNIT_PIXEL) != std::string::npos) { in ParseUnit()
154 } else if (val.str.find(UNIT_PERCENT) != std::string::npos) { in ParseUnit()
156 } else if (val.str.find(UNIT_VP) != std::string::npos || std::regex_match(val.str, match, pattern)) { in ParseUnit()
251 if (args.find(REPEAT_PREFIX) != std::string::npos && args.find(UNIT_AUTO_FILL) != std::string::npos) { in ParseArgs()
296 if (str.find(UNIT_PIXEL) != std::string::npos) { in ParseArgs()
299 } else if (str.find(UNIT_PERCENT) != std::string::npos) { in ParseArgs()
305 } else if (str.find(UNIT_RATIO) != std::string::npos) { in ParseArgs()
315 if (handledArg.find(REPEAT_PREFIX) == std::string::npos) {
320 if (handledArg.find(UNIT_AUTO_FIL
[all...]
/foundation/multimedia/av_session/services/session/server/
H A Davrouter_impl.cpp219 CHECK_AND_RETURN_RET_LOG(providerManagerMap_.find(providerNumberEnableDefault_) != in OnCastSessionCreated()
220 providerManagerMap_.end(), castHandle, "Can not find corresponding provider"); in OnCastSessionCreated()
253 if (providerManagerMap_.find(providerNumber) != providerManagerMap_.end()) { in OnCastServerDied()
270 CHECK_AND_RETURN_RET_LOG(providerManagerMap_.find(providerNumber) != providerManagerMap_.end(), in GetRemoteController()
271 nullptr, "Can not find corresponding provider"); in GetRemoteController()
283 CHECK_AND_RETURN_RET_LOG(providerManagerMap_.find(outputDeviceInfo.deviceInfos_[0].providerId_) != in StartCast()
284 providerManagerMap_.end(), castHandle, "Can not find corresponding provider"); in StartCast()
314 CHECK_AND_RETURN_RET_LOG(providerManagerMap_.find(providerNumber) != providerManagerMap_.end(), in StopCast()
315 castHandle, "Can not find corresponding provider"); in StopCast()
319 CHECK_AND_RETURN_RET_LOG(castHandleToOutputDeviceMap_.find(castI in StopCast()
[all...]

Completed in 10 milliseconds

12345678910>>...305