Home
last modified time | relevance | path

Searched refs:find (Results 251 - 275 of 5060) sorted by relevance

1...<<11121314151617181920>>...203

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddebug_info_manager.cpp95 auto dbg_inst_it = id_to_dbg_inst_.find(id); in GetDbgInst()
117 fn_id_to_dbg_fn_.find(fn_id) == fn_id_to_dbg_fn_.end() && in RegisterDbgFunction()
128 assert(fn_id_to_dbg_fn_.find(fn_id) == fn_id_to_dbg_fn_.end() && in RegisterDbgFunction()
141 auto dbg_decl_itr = var_id_to_dbg_decl_.find(var_id); in RegisterDbgDeclare()
450 auto dbg_decl_itr = var_id_to_dbg_decl_.find(variable_id); in IsVariableDebugDeclared()
456 auto dbg_decl_itr = var_id_to_dbg_decl_.find(variable_id); in KillDebugDeclares()
473 auto dbg_scope_itr = id_to_dbg_inst_.find(child_scope); in GetParentScope()
533 auto dbg_local_var_itr = id_to_dbg_inst_.find(dbg_local_var_id); in IsDeclareVisibleToInstr()
555 auto dbg_decl_itr = var_id_to_dbg_decl_.find(variable_id); in AddDebugValueIfVarDeclIsVisible()
667 auto scope_id_to_users_itr = scope_id_to_users_.find(befor in ReplaceAllUsesInDebugScopeWithPredicate()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddebug_info_manager.cpp95 auto dbg_inst_it = id_to_dbg_inst_.find(id); in GetDbgInst()
117 fn_id_to_dbg_fn_.find(fn_id) == fn_id_to_dbg_fn_.end() && in RegisterDbgFunction()
128 assert(fn_id_to_dbg_fn_.find(fn_id) == fn_id_to_dbg_fn_.end() && in RegisterDbgFunction()
141 auto dbg_decl_itr = var_id_to_dbg_decl_.find(var_id); in RegisterDbgDeclare()
450 auto dbg_decl_itr = var_id_to_dbg_decl_.find(variable_id); in IsVariableDebugDeclared()
456 auto dbg_decl_itr = var_id_to_dbg_decl_.find(variable_id); in KillDebugDeclares()
473 auto dbg_scope_itr = id_to_dbg_inst_.find(child_scope); in GetParentScope()
533 auto dbg_local_var_itr = id_to_dbg_inst_.find(dbg_local_var_id); in IsDeclareVisibleToInstr()
555 auto dbg_decl_itr = var_id_to_dbg_decl_.find(variable_id); in AddDebugValueIfVarDeclIsVisible()
667 auto scope_id_to_users_itr = scope_id_to_users_.find(befor in ReplaceAllUsesInDebugScopeWithPredicate()
[all...]
/third_party/spirv-tools/source/opt/
H A Ddebug_info_manager.cpp96 auto dbg_inst_it = id_to_dbg_inst_.find(id); in GetDbgInst()
118 fn_id_to_dbg_fn_.find(fn_id) == fn_id_to_dbg_fn_.end() && in RegisterDbgFunction()
129 assert(fn_id_to_dbg_fn_.find(fn_id) == fn_id_to_dbg_fn_.end() && in RegisterDbgFunction()
142 auto dbg_decl_itr = var_id_to_dbg_decl_.find(var_id); in RegisterDbgDeclare()
462 auto dbg_decl_itr = var_id_to_dbg_decl_.find(variable_id); in IsVariableDebugDeclared()
468 auto dbg_decl_itr = var_id_to_dbg_decl_.find(variable_id); in KillDebugDeclares()
485 auto dbg_scope_itr = id_to_dbg_inst_.find(child_scope); in GetParentScope()
545 auto dbg_local_var_itr = id_to_dbg_inst_.find(dbg_local_var_id); in IsDeclareVisibleToInstr()
567 auto dbg_decl_itr = var_id_to_dbg_decl_.find(variable_id); in AddDebugValueForVariable()
675 auto scope_id_to_users_itr = scope_id_to_users_.find(befor in ReplaceAllUsesInDebugScopeWithPredicate()
[all...]
/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_header.cpp173 bool find = false; in DumpMmsHeader() local
176 find = FindHeaderFieldName(it->first, fieldName); in DumpMmsHeader()
177 TELEPHONY_LOGI("%{private}s : 0x%{private}02X", find ? fieldName.c_str() : "unkown field", it->second); in DumpMmsHeader()
181 find = FindHeaderFieldName(it->first, fieldName); in DumpMmsHeader()
182 TELEPHONY_LOGI("%{private}s : %{private}" PRId64 "", find ? fieldName.c_str() : "unkown field", it->second); in DumpMmsHeader()
186 find = FindHeaderFieldName(it->first, fieldName); in DumpMmsHeader()
187 TELEPHONY_LOGI("%{private}s : %{private}s", find ? fieldName.c_str() : "unkown field", it->second.c_str()); in DumpMmsHeader()
191 find = FindHeaderFieldName(it->first, fieldName); in DumpMmsHeader()
193 if (find) { in DumpMmsHeader()
196 TELEPHONY_LOGI("%{private}s : %{private}s", find in DumpMmsHeader()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp371 auto I = ResolvedSymbols.find(Name); in notifySymbolMetRequiredState()
407 auto QRI = QueryRegistrations.find(&JD); in removeQueryDependence()
446 auto I = SymbolFlags.find(KV.first); in notifyResolved()
525 auto I = SymbolFlags.find(Name); in delegate()
606 auto I = Aliases.find(Name); in materialize()
691 auto &SrcJDDeps = Deps.find(&SrcJD)->second; in materialize()
785 // Use lookupFlags to find the subset of symbols that match our lookup. in tryToGenerate()
829 auto EntryItr = Symbols.find(Name); in defineMaterializing()
873 auto SymI = Symbols.find(KV.first); in replace()
887 auto MII = MaterializingInfos.find(K in replace()
[all...]
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dime_event_monitor_manager_impl.cpp57 auto it = listeners_.find(eventMask); in RegisterImeEventListener()
77 auto it = listeners_.find(eventMask); in UnRegisterImeEventListener()
82 auto iter = it->second.find(listener); in UnRegisterImeEventListener()
145 auto it = listeners_.find(eventMask); in GetListeners()
/base/accesscontrol/sandbox_manager/services/common/database/src/
H A Dgeneric_values.cpp43 auto iter = map_.find(key); in Get()
52 auto it = map_.find(key); in GetInt()
61 auto it = map_.find(key); in GetInt64()
70 auto it = map_.find(key); in GetString()
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Dfault_stack_test.cpp114 if (result.find("Memory near registers") == std::string::npos) { in HWTEST_F()
118 if (result.find("FaultStack") == std::string::npos) { in HWTEST_F()
122 if (result.find("pc") == std::string::npos) { in HWTEST_F()
126 if (result.find("sp2:") == std::string::npos) { in HWTEST_F()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/crash_exception/
H A Dcrash_exception.cpp104 auto iter = unwMaps.find(unwError); in ReportUnwinderException()
114 return (summary.find("#00 pc") != std::string::npos) && (summary.find("#01 pc") != std::string::npos) && in CheckFaultSummaryValid()
115 (summary.find("#02 pc") != std::string::npos); in CheckFaultSummaryValid()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_capsule.cpp105 if (jsonObject.find("title") != jsonEnd && jsonObject.at("title").is_string()) { in FromJson()
109 if (jsonObject.find("backgroundColor") != jsonEnd && jsonObject.at("backgroundColor").is_string()) { in FromJson()
113 if (jsonObject.find("content") != jsonEnd && jsonObject.at("content").is_string()) { in FromJson()
117 if (jsonObject.find("icon") != jsonEnd && jsonObject.at("icon").is_string()) { in FromJson()
H A Dnotification_basic_content.cpp89 if (jsonObject.find("text") != jsonEnd && jsonObject.at("text").is_string()) { in ReadFromJson()
93 if (jsonObject.find("title") != jsonEnd && jsonObject.at("title").is_string()) { in ReadFromJson()
97 if (jsonObject.find("additionalText") != jsonEnd && jsonObject.at("additionalText").is_string()) { in ReadFromJson()
101 if (jsonObject.find("lockscreenPicture") != jsonEnd && jsonObject.at("lockscreenPicture").is_string()) { in ReadFromJson()
H A Dnotification_bundle_option.cpp151 if (jsonObject.find("uid") != jsonEnd && jsonObject.at("uid").is_number_integer()) { in FromJson()
155 if (jsonObject.find("bundleName") != jsonEnd && jsonObject.at("bundleName").is_string()) { in FromJson()
159 if (jsonObject.find("instanceKey") != jsonEnd && jsonObject.at("instanceKey").is_number_integer()) { in FromJson()
163 if (jsonObject.find("appIndex") != jsonEnd && jsonObject.at("appIndex").is_number_integer()) { in FromJson()
H A Dnotification_time.cpp104 if (jsonObject.find("initialTime") != jsonEnd && jsonObject.at("initialTime").is_number_integer()) { in FromJson()
108 if (jsonObject.find("isCountDown") != jsonEnd && jsonObject.at("isCountDown").is_boolean()) { in FromJson()
112 if (jsonObject.find("isPaused") != jsonEnd && jsonObject.at("isPaused").is_boolean()) { in FromJson()
116 if (jsonObject.find("isInTitle") != jsonEnd && jsonObject.at("isInTitle").is_boolean()) { in FromJson()
/base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/
H A Dreminder_affected.cpp32 if (root.find(NotificationConfigParse::CFG_KEY_REMINDER_FLAGS) != root.end() && in FromJson()
45 if (root.is_null() || root.find(AFFECTED_BY) == root.end()) { in ValidAndGetAffectedBy()
58 if (affectedByJson.find(DEVICE_TYPE) == affectedByJson.end() || in ValidAndGetAffectedBy()
78 if (root.is_null() || root.find(STATUS) == root.end()) { in ValidStatus()
/base/security/access_token/frameworks/common/src/
H A Djson_parser.cpp39 if (j.find(tag) != j.end() && j.at(tag).is_string()) { in GetStringFromJson()
48 if (j.find(tag) != j.end() && j.at(tag).is_number()) { in GetIntFromJson()
57 if (j.find(tag) != j.end() && j.at(tag).is_number()) { in GetUnsignedIntFromJson()
66 if (j.find(tag) != j.end() && j.at(tag).is_boolean()) { in GetBoolFromJson()
/base/security/access_token/services/common/database/src/
H A Dgeneric_values.cpp43 auto iter = map_.find(key); in Get()
52 auto it = map_.find(key); in GetInt()
61 auto it = map_.find(key); in GetInt64()
70 auto it = map_.find(key); in GetString()
/base/security/device_auth/services/frameworks/src/permission_adapter/
H A Dpermission_adapter.cpp65 if (g_apiAccessConfig.find(methodId) == g_apiAccessConfig.end()) { in IsProcessAllowAccess()
68 return find(g_apiAccessConfig[methodId].begin(), g_apiAccessConfig[methodId].end(), processName) != in IsProcessAllowAccess()
74 if (g_apiAccessWhitelist.find(methodId) == g_apiAccessWhitelist.end()) { in IsProcessInWhitelist()
77 bool ret = find(g_apiAccessWhitelist[methodId].begin(), g_apiAccessWhitelist[methodId].end(), processName) != in IsProcessInWhitelist()
/kernel/linux/linux-5.10/tools/testing/selftests/kexec/
H A Dkexec_common_lib.sh52 secure_boot_file=$(find "$efivarfs" -name SecureBoot-* 2>/dev/null)
53 setup_mode_file=$(find "$efivarfs" -name SetupMode-* 2>/dev/null)
79 secure_boot_file=$(find "$efi_vars" -name SecureBoot-* 2>/dev/null)
80 setup_mode_file=$(find "$efi_vars" -name SetupMode-* 2>/dev/null)
/third_party/elfutils/tests/
H A Ddebuginfod-subr.sh113 filename=`testrun ${abs_top_builddir}/debuginfod/debuginfod-find executable $__BUILDID`
121 filename=`testrun ${abs_top_builddir}/debuginfod/debuginfod-find executable $__BUILDID`
127 filename=`testrun ${abs_top_builddir}/debuginfod/debuginfod-find debuginfo $__BUILDID`
134 filename=`testrun ${abs_top_builddir}/debuginfod/debuginfod-find source $__BUILDID $__SOURCEPATH`
/third_party/gn/src/base/strings/
H A Dstring_tokenizer.h172 if (delims_.find(*token_begin_) == str::npos) in QuickGetNext()
176 while (token_end_ != end_ && delims_.find(*token_end_) == str::npos) in QuickGetNext()
203 bool IsDelim(char_type c) const { return delims_.find(c) != str::npos; } in IsDelim()
205 bool IsQuote(char_type c) const { return quotes_.find(c) != str::npos; } in IsQuote()
/third_party/benchmark/src/
H A Dcsv_reporter.cc93 BM_CHECK(user_counter_names_.find(cnt.first) != in ReportRuns()
136 if (run.counters.find("bytes_per_second") != run.counters.end()) { in PrintRunData()
140 if (run.counters.find("items_per_second") != run.counters.end()) { in PrintRunData()
151 auto it = run.counters.find(ucn); in PrintRunData()
/third_party/json/tests/thirdparty/imapdl/
H A Dfilterbr.py15 a = line.find('//', p)
16 b = line.find('/*', p)
47 p = line.find('if', p)
58 p = line.find('(', p)
/third_party/ltp/testcases/open_posix_testsuite/scripts/
H A Dlocate-test88 find "$WHERE" -type f -name "*.c" | grep buildonly
95 find "$WHERE/conformance" "$WHERE/stress" -type f -name '*[0-9].c' -o -name '[0-9]*-[0-9]*.sh' | grep -v buildonly | grep -v '^./tools'
96 find "$WHERE/functional" -type f -name '*.c'
99 find "$WHERE" -type f -name '*-core.c'
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_physical_device_features.py153 assert p.find('./type').text == 'VkBool32'
154 flags.append(p.find('./name').text)
181 # find Vulkan structure type
190 m_name = p.find('./name').text
196 assert p.find('./type').text == 'VkBool32'
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMAsm.cpp105 if(line.find("# -- Begin function") != std::string::npos) in fixupAsmFile()
123 pos = line.find(".p2align"); in fixupAsmFile()
137 pos = line.find("encoding: ["); in fixupAsmFile()
143 auto endPos = line.find("]", pos); in fixupAsmFile()

Completed in 18 milliseconds

1...<<11121314151617181920>>...203