Home
last modified time | relevance | path

Searched refs:find (Results 3076 - 3100 of 8477) sorted by relevance

1...<<121122123124125126127128129130>>...340

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTranslator.cpp44 if (Name.find(Prefix) == 0) { in checkIfUnnamedNameSafe()
/third_party/skia/third_party/externals/tint/src/sem/
H A Dinfo.h63 auto it = map.find(node); in Get()
H A Dtype_manager.h56 auto it = by_name_.find(name); in Get()
/third_party/skia/tools/
H A DUrlDataManager.h46 return fUrlLookup.find(url); in getDataFromUrl()
/third_party/skia/tools/sk_app/unix/
H A Dmain_unix.cpp52 sk_app::Window_unix* win = sk_app::Window_unix::gWindowMap.find(event.xany.window); in main()
/third_party/skia/third_party/externals/icu/scripts/
H A Dcopy_data.sh77 find "data/out" | cpio -pdmv "${BACKUP_DIR}"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DPriorityQueue.h42 /// position. This operation performs a linear search to find an element
47 // Linear-search to find the element. in erase_one()
48 typename Sequence::size_type i = find(this->c, t) - this->c.begin(); in erase_one()
H A DUniqueVector.h59 typename std::map<T, unsigned>::const_iterator MI = Map.find(Entry); in idFor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DIntervalPartition.h78 IntervalMapTy::iterator I = IntervalMap.find(BB); in getBlockInterval()
/third_party/protobuf/src/google/protobuf/
H A Dtest_util2.h46 GOOGLE_CHECK(google3_path.find(prefix) == 0) << google3_path; in TranslatePathToOpensource()
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Difndef.rs39 offset += HEADER[offset..].find(line)?; in find_line()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dsysinfo_test.cc86 ASSERT_TRUE(tids.find(id) == tids.end()); in TEST()
/third_party/skia/experimental/graphite/src/
H A DUniformCache.cpp37 auto iter = fUniformDataHash.find(ud); in findOrCreate()
/third_party/skia/bench/
H A DImageCacheBench.cpp66 SkDEBUGCODE(bool found =) fCache.find(key, TestRec::Visitor, nullptr);
/third_party/spirv-tools/source/opt/
H A Dspread_volatile_semantics.h98 auto itr = var_ids_to_entry_fn_for_volatile_semantics_.find(var_id); in EntryFunctionsToSpreadVolatileSemanticsForVar()
/third_party/spirv-tools/source/reduce/
H A Dstructured_loop_to_selection_reduction_opportunity_finder.cpp57 if (merge_block_ids.find(continue_block_id) != merge_block_ids.end()) { in GetAvailableOpportunities()
/third_party/vk-gl-cts/scripts/src_util/
H A Dcheck_license.py51 if contents.find(searchStr) != -1:
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSampleLocationsUtil.cpp76 if (takenLocationIndices.find(locationNdx) == takenLocationIndices.end()) in fillSampleLocationsRandom()
/third_party/vk-gl-cts/framework/common/
H A DtcuFunctionLibrary.cpp53 std::map<std::string, deFunctionPtr>::const_iterator iter = m_functions.find(funcName); in getFunction()
/third_party/vk-gl-cts/framework/egl/
H A DegluGLFunctionLoader.cpp64 LibraryMap::iterator iter = m_libraries.find(key); in getLibrary()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross.cpp539 active_interface_variables.find(var.self) == end(active_interface_variables); in is_hidden_variable()
794 // Traverse the call graph and find all interface variables which are in use. in get_active_interface_variables()
840 if (active_variables && active_variables->find(var.self) == end(*active_variables)) in get_shader_resources()
1052 if (cache_primary.find(n) != end(cache_primary)) in update_name_cache()
1056 if (cache_secondary.find(n) != end(cache_secondary)) in update_name_cache()
1415 auto itr = word_offsets.find(decoration); in get_binary_offset_for_decoration()
1992 if (seen.find(index) != end(seen)) in handle()
2208 auto itr = find(begin(e.implied_read_expressions), end(e.implied_read_expressions), ID(source)); in add_implied_read_expression()
2215 auto itr = find(begin(e.implied_read_expressions), end(e.implied_read_expressions), ID(source)); in add_implied_read_expression()
2224 if (forwarded_temporaries.find(ds in inherit_expression_dependencies()
[all...]
/foundation/ability/form_fwk/services/src/
H A Dform_mgr_adapter.cpp360 auto iter = formIdMap_.find(formId); in IncreaseAddFormRequestTimeOutTask()
379 auto iter = formIdMap_.find(formId); in CancelAddFormRequestTimeOutTask()
420 if (formIdMap_.find(formId) != formIdMap_.end()) { in RemoveFormIdMapElement()
554 ((std::find(dbRecord.formUserUids.begin(), dbRecord.formUserUids.end(), callingUid) in ReleaseForm()
623 bool isSelfDbFormId = (userId == dbRecord.providerUserId) && ((std::find(dbRecord.formUserUids.begin(), in HandleDeleteForm()
655 ((std::find(record.formUserUids.begin(), record.formUserUids.end(), uid) != in HandleDeleteTempForm()
694 auto iter = std::find(dbRecord.formUserUids.begin(), dbRecord.formUserUids.end(), uid); in HandleDeleteFormCache()
755 // find matched formId in UpdateForm()
810 HILOG_ERROR("can't find target client"); in RequestForm()
819 HILOG_INFO("find targe in RequestForm()
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp224 auto iter = funcsMap.find(code); in OnRemoteRequest()
422 if (extraInfoJson.find(EXTRO_INFO_JSON_KEY_ACCESS_TOKEN) != extraInfoJson.end() && in SaveExtraInfo()
429 if (extraInfoJson.find(DMS_VERSION_ID) != extraInfoJson.end() && extraInfoJson[DMS_VERSION_ID].is_string()) { in SaveExtraInfo()
434 if (extraInfoJson.find(DMS_UID_SPEC_BUNDLE_NAME) != extraInfoJson.end() && in SaveExtraInfo()
440 if (extraInfoJson.find(Constants::EXTRO_INFO_JSON_KEY_ACCOUNT_ID) != extraInfoJson.end() && in SaveExtraInfo()
444 if (extraInfoJson.find(Constants::EXTRO_INFO_JSON_KEY_USERID_ID) != extraInfoJson.end() && in SaveExtraInfo()
454 if (extraInfoJson.find(Constants::EXTRO_INFO_JSON_KEY_ACCOUNT_ID) != extraInfoJson.end() && in SaveSendResultExtraInfo()
458 if (extraInfoJson.find(Constants::EXTRO_INFO_JSON_KEY_USERID_ID) != extraInfoJson.end() && in SaveSendResultExtraInfo()
463 if (extraInfoJson.find(Constants::EXTRO_INFO_JSON_KEY_CALLER_INFO_EX) != extraInfoJson.end() && in SaveSendResultExtraInfo()
1531 if (extraInfoJson.find(EXTRO_INFO_JSON_KEY_REQUEST_COD in CreateJsonObject()
[all...]
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp192 if (option.find(DEBUGGER) == std::string::npos) { in StartDebugMode()
253 auto findPos = command.find("jsperf"); in JsperfProfilerCommandParse()
329 if (option.find(DEBUGGER) == std::string::npos) { in StartProfiler()
355 if (dOption.perfCmd.find(profilerCommand) != std::string::npos) { in DebuggerConnectionManager()
453 auto position = hapPath.find(".hap"); in LoadRepairPatch()
458 auto hspPosition = hapPath.find(".hsp"); in LoadRepairPatch()
703 if (options.hapModulePath.find(moduleName) == options.hapModulePath.end()) { in Initialize()
706 hapPath = options.hapModulePath.find(moduleName)->second; in Initialize()
987 auto pos = path.find("::"); in LoadModule()
995 auto it = modules_.find(modulePat in LoadModule()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.cpp235 if (mediaResourceFileMap.find(fileName) == mediaResourceFileMap.end()) { in LoadResourceConfiguration()
239 if (std::find(files.begin(), files.end(), fullFileName) != files.end()) { in LoadResourceConfiguration()
811 auto iter = pageParamMap_.find(pageId_); in GetParams()
936 if (callbacks.find(COMMON_SUCCESS) != callbacks.end()) { in ShowDialog()
947 if (callbacks.find(COMMON_CANCEL) != callbacks.end()) { in ShowDialog()
957 if (callbacks.find(COMMON_COMPLETE) != callbacks.end()) { in ShowDialog()
1013 auto timeoutTaskIter = timeoutTaskMap_.find(callbackId); in WaitTimer()
1014 // If not find the callbackId in map, means this timer already was removed, in WaitTimer()
1034 auto timeoutTaskIter = timeoutTaskMap_.find(callbackId); in ClearTimer()
1617 auto itPage = pageMap_.find(pageI in GetPage()
[all...]

Completed in 31 milliseconds

1...<<121122123124125126127128129130>>...340