/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cfg.hpp | 55 auto itr = immediate_dominators.find(block); in get_immediate_dominator() 64 auto itr = visit_order.find(block); in get_visit_order() 75 auto itr = preceding_edges.find(block); in get_preceding_edges() 84 auto itr = succeeding_edges.find(block); in get_succeeding_edges()
|
H A D | spirv_cfg.cpp | 83 auto itr = visit_order.find(to); in is_back_edge() 90 auto itr = visit_order.find(to); in has_visited_forward_edge() 168 auto pred_itr = preceding_edges.find(block.next_block); in post_order_visit() 172 auto succ_itr = succeeding_edges.find(block_id); in post_order_visit() 220 auto itr = find(begin(l), end(l), value); in add_branch() 232 auto itr = preceding_edges.find(block_id); in find_loop_dominator() 282 // If we cannot find a path to "from", we must assume that to is inside control flow in some way. in node_terminates_control_flow_in_sub_graph() 291 auto pred_itr = preceding_edges.find(to); in node_terminates_control_flow_in_sub_graph()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | propagator.h | 208 return statuses_.find(inst)->second; in Status() 231 return do_not_simulate_.find(instr) == do_not_simulate_.end(); in ShouldSimulateAgain() 239 return simulated_blocks_.find(block) != simulated_blocks_.end(); in BlockHasBeenSimulated() 255 return executable_edges_.find(edge) != executable_edges_.end(); in IsEdgeExecutable()
|
H A D | ccp_pass.cpp | 63 auto it = values_.find(phi_arg_id); in VisitPhi() 72 // This is the first argument we find. Initialize the result to its in VisitPhi() 113 auto it = values_.find(rhs_id); in VisitAssignment() 132 auto it = values_.find(id); in VisitAssignment() 152 auto iter = values_.find(*op_id); in VisitAssignment() 162 auto it = values_.find(*op_id); in VisitAssignment() 188 auto it = values_.find(pred_id); in VisitBranch() 198 assert(c && "Expected to find a constant declaration for a known value."); in VisitBranch() 219 auto it = values_.find(select_id); in VisitBranch() 230 assert(c && "Expected to find in VisitBranch() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | propagator.h | 208 return statuses_.find(inst)->second; in Status() 231 return do_not_simulate_.find(instr) == do_not_simulate_.end(); in ShouldSimulateAgain() 239 return simulated_blocks_.find(block) != simulated_blocks_.end(); in BlockHasBeenSimulated() 255 return executable_edges_.find(edge) != executable_edges_.end(); in IsEdgeExecutable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsRegisterBankInfo.h | 115 /// Recursively visit MI's adjacent instructions and find MI's InstType. 146 return Types.find(MI)->getSecond(); in getRecordedTypeForInstr() 152 Types.find(MI)->getSecond() = InstTy; in changeRecordedTypeForInstr() 159 return WaitingQueues.find(MI)->getSecond(); in getWaitingQueueFor() 166 WaitingQueues.find(MI)->getSecond().push_back(WaitingForMI); in addToWaitingQueue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | LiveIntervalUnion.h | 71 SegmentIter find(SlotIndex x) { return Segments.find(x); } in find() function in llvm::LiveIntervalUnion 74 ConstSegmentIter find(SlotIndex x) const { return Segments.find(x); } in find() function in llvm::LiveIntervalUnion
|
/third_party/python/Lib/test/test_importlib/source/ |
H A D | test_case_sensitivity.py | 42 return self.find(sensitive_finder), self.find(insensitive_finder) 67 def find(self, finder): member in CaseSensitivityTestPEP302 80 def find(self, finder): member in CaseSensitivityTestPEP451
|
/third_party/spirv-tools/source/opt/ |
H A D | propagator.h | 208 return statuses_.find(inst)->second; in Status() 231 return do_not_simulate_.find(instr) == do_not_simulate_.end(); in ShouldSimulateAgain() 239 return simulated_blocks_.find(block) != simulated_blocks_.end(); in BlockHasBeenSimulated() 255 return executable_edges_.find(edge) != executable_edges_.end(); in IsEdgeExecutable()
|
/base/account/os_account/services/accountmgr/src/appaccount/ |
H A D | app_account_authenticator_session_manager.cpp | 168 auto it = abilitySessions_.find(key); in OpenSession() 185 auto it = sessionMap_.find(sessionId); in GetSession() 197 auto it = sessionMap_.find(request.sessionId); in GetAuthenticatorCallback() 199 ACCOUNT_LOGE("failed to find a session by id=%{private}s.", request.sessionId.c_str()); in GetAuthenticatorCallback() 212 auto it = abilitySessions_.find(key); in OnAbilityStateChanged() 217 auto sessionIt = sessionMap_.find(sessionId); in OnAbilityStateChanged() 281 auto it = sessionMap_.find(sessionId); in CloseSession() 289 auto asIt = abilitySessions_.find(key); in CloseSession()
|
/base/global/i18n/frameworks/intl/src/ |
H A D | system_locale_manager.cpp | 57 if (blockedLanguages.find(*it) != blockedLanguages.end()) { in GetLanguageInfoArray() 106 if (blockedRegions.find(*it) != blockedRegions.end() || blockedLanguageRegions.find(*it) != in GetCountryInfoArray() 188 if (displayNameMap.find(cityId) != displayNameMap.end()) { in GetTimezoneCityInfoArray() 189 cityDisplayName = displayNameMap.find(cityId)->second; in GetTimezoneCityInfoArray() 199 if (tzMap.find(timezoneId) != tzMap.end()) { in GetTimezoneCityInfoArray() 200 icu::TimeZone *icuTimeZone = tzMap.find(timezoneId)->second; in GetTimezoneCityInfoArray()
|
/base/print/print_fwk/frameworks/models/print_models/src/ |
H A D | print_utils.cpp | 54 auto pos = globalId.find(GLOBAL_ID_DELIMITER); in GetExtensionId() 68 auto pos = globalId.find(GLOBAL_ID_DELIMITER); in GetLocalId() 86 auto pos = cid.find(EXTENSION_CID_DELIMITER); in DecodeExtensionCid() 110 auto pos = type.find(TASK_EVENT_DELIMITER); in GetEventType() 121 auto userIdPos = type.find(USER_ID_DELIMITER); in CheckUserIdInEventType() 135 if (filePath.find("content://") == 0) { in OpenFile() 185 auto it = jobStateMap_.find(state); in GetJobStateChar()
|
/base/msdp/device_status/services/native/src/ |
H A D | stream_server.cpp | 56 auto it = idxPids_.find(pid);
in GetClientFd() 65 auto it = sessionss_.find(fd);
in GetClientPid() 194 if (auto it = circleBufs_.find(fd); it != circleBufs_.end()) {
in ReleaseSession() 273 auto it = sessionss_.find(fd);
in GetSession() 330 auto it = sessionss_.find(fd);
in DelSession() 341 auto it = callbacks_.find(pid);
in AddSessionDeletedCallback() 352 auto it = callbacks_.find(ses->GetPid());
in NotifySessionDeleted()
|
/base/telephony/telephony_data/common/src/ |
H A D | telephony_datashare_stub_impl.cpp | 127 if (path.find("com.ohos.telephonydataability") != std::string::npos) { in GetOwner() 130 if (path.find("com.ohos.opkeyability") != std::string::npos) { in GetOwner() 133 if (path.find("com.ohos.pdpprofileability") != std::string::npos) { in GetOwner() 136 if (path.find("com.ohos.simability") != std::string::npos) { in GetOwner() 139 if (path.find("com.ohos.smsmmsability") != std::string::npos) { in GetOwner() 142 if (path.find("com.ohos.globalparamsability") != std::string::npos) { in GetOwner() 146 if (path.find("com.ohos.opkeyversionability") != std::string::npos) { in GetOwner()
|
/test/testfwk/developer_test/src/core/config/ |
H A D | resource_manager.py | 171 pos = push_value.find(find_key) 183 pos = push_value.find(find_key) 203 pos = copy_value.find(find_key) 211 pos = copy_value.find(find_key) 257 env_node = node.find("environment") 266 pre_node = node.find("preparer") 273 clr_node = node.find("cleaner")
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | shortnumberinfo.cc | 79 auto it = region_to_short_metadata_map_->find(region_code); in GetMetadataForRegion() 95 std::find(lengths.begin(), lengths.end(), number.length()) == in MatchesPossibleNumberAndNationalNumber() 110 return std::find(region_codes.begin(), in RegionDialingFromMatchesNumber() 129 return (std::find(lengths.begin(), lengths.end(), short_number.length()) != in IsPossibleShortNumberForRegion() 146 if (std::find(lengths.begin(), lengths.end(), short_number.length()) != in IsPossibleShortNumber() 207 if (std::find(lengths.begin(), lengths.end(), short_number.length()) == in GetExpectedCostForRegion() 366 regions_where_emergency_numbers_must_be_exact_->find(region_code) == in MatchesEmergencyNumberHelper()
|
/third_party/rust/crates/clang-sys/src/ |
H A D | support.rs | 50 /// systems, `xcodebuild -find clang` will next be queried. Last, the 59 pub fn find(path: Option<&Path>, args: &[String]) -> Option<Clang> { in find() functions 91 if let Ok((path, _)) = run("xcodebuild", &["-find", "clang"]) { in find() 109 if let Some(path) = find(path, patterns) { in find() 121 if let Some(path) = find(&path, patterns) { in find() 136 fn find(directory: &Path, patterns: &[&str]) -> Option<PathBuf> { in find() functions 209 let start = output.find("version ")? + 8; in parse_version() 226 let start = output.find("#include <...> search starts here:")? + 34; in parse_search_paths() 227 let end = output.find("End of search list.")?; in parse_search_paths()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | ToposortStructs.cpp | 33 if (g.find(s) != g.end()) in BuildGraphImpl() 84 if (invPerms.find(n) == invPerms.end()) in Toposort() 90 if (temps.find(n) != temps.end()) in Toposort() 100 auto enIter = g.find(n); in Toposort() 233 usedStructs.find(structure) == usedStructs.end() in GetAsDeclaredStructure() 337 ASSERT(rawToDeclared.find(d.structure) == rawToDeclared.end()); in ToposortStructs() 349 auto it = rawToDeclared.find(s); in ToposortStructs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | CFLSteensAliasAnalysis.cpp | 140 auto Itr = InterfaceMap.find(SetIndex); in FunctionInfo() 167 auto RetInfo = Sets.find(InstantiatedValue{RetVal, 0}); in FunctionInfo() 176 auto ParamInfo = Sets.find(InstantiatedValue{&Param, 0}); in FunctionInfo() 248 auto Iter = Cache.find(Fn); in ensureCached() 251 Iter = Cache.find(Fn); in ensureCached() 299 auto MaybeA = Sets.find(InstantiatedValue{ValA, 0}); in query() 303 auto MaybeB = Sets.find(InstantiatedValue{ValB, 0}); in query()
|
/third_party/spirv-tools/source/ |
H A D | text_handler.cpp | 164 if (ids_to_preserve_.find(id) != ids_to_preserve_.end()) { in spvNamedIdAssignOrGet() 171 const auto it = named_ids_.find(textValue); in spvNamedIdAssignOrGet() 175 while (ids_to_preserve_.find(id) != ids_to_preserve_.end()) { in spvNamedIdAssignOrGet() 321 if (types_.find(value) != types_.end()) { in recordTypeDefinition() 342 auto type = types_.find(value); in getTypeOfTypeGeneratingValue() 350 auto type_value = value_types_.find(value); in getTypeOfValueInstruction() 378 auto type = import_id_to_ext_inst_type_.find(id); in getExtInstTypeForId()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | json_c_generator.py | 194 if feature.get('api').find('vulkansc') != -1: 216 if extension.get("supported").find("vulkansc") != -1: 366 body += self.genBasetypeCode("const ", " * obj,", typeElem.find('name').text, typeElem.find('type').text) 391 paramname = param.find('name') 470 if arraySize.find("VK") != -1 or re.search(r'\d', arraySize) is not None: 522 if elem.text.find('PFN_') != -1: 535 if elem.text.find("VK_") != -1: 550 elif self.paramIsPointer(param) and param.get('len') is not None and param.get('len').find('null-terminated') != -1: 557 elif self.paramIsPointer(param) and param.get('len') is not None and param.get('len').find('latexmat [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validation_state.h | 253 const auto it = entry_point_to_execution_models_.find(entry_point); in GetExecutionModels() 265 const auto it = entry_point_to_execution_modes_.find(entry_point); in GetExecutionModes() 297 return (function_call_targets_.find(id) != function_call_targets_.end()); in IsFunctionCallTarget() 301 return (id_to_function_.find(id) != id_to_function_.end()); in IsFunctionCallDefined() 380 auto lb = std::find(dec_list.begin(), dec_list.end(), dec); in RegisterDecorationForId() 420 const auto& decorations = id_decorations_.find(id); in HasDecoration() 517 return (builtin_structs_.find(id) != builtin_structs_.end()); in IsStructTypeWithBuiltInMember() 626 return pointer_to_uniform_block_.find(type_id) != in IsPointerToUniformBlock() 637 return struct_for_uniform_block_.find(type_id) != in IsStructForUniformBlock() 649 return pointer_to_storage_buffer_.find(type_i in IsPointerToStorageBuffer() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validation_state.h | 253 const auto it = entry_point_to_execution_models_.find(entry_point); in GetExecutionModels() 265 const auto it = entry_point_to_execution_modes_.find(entry_point); in GetExecutionModes() 297 return (function_call_targets_.find(id) != function_call_targets_.end()); in IsFunctionCallTarget() 301 return (id_to_function_.find(id) != id_to_function_.end()); in IsFunctionCallDefined() 380 auto lb = std::find(dec_list.begin(), dec_list.end(), dec); in RegisterDecorationForId() 420 const auto& decorations = id_decorations_.find(id); in HasDecoration() 517 return (builtin_structs_.find(id) != builtin_structs_.end()); in IsStructTypeWithBuiltInMember() 626 return pointer_to_uniform_block_.find(type_id) != in IsPointerToUniformBlock() 637 return struct_for_uniform_block_.find(type_id) != in IsStructForUniformBlock() 649 return pointer_to_storage_buffer_.find(type_i in IsPointerToStorageBuffer() [all...] |
/third_party/spirv-tools/source/val/ |
H A D | validation_state.h | 253 const auto it = entry_point_to_execution_models_.find(entry_point); in GetExecutionModels() 265 const auto it = entry_point_to_execution_modes_.find(entry_point); in GetExecutionModes() 297 return (function_call_targets_.find(id) != function_call_targets_.end()); in IsFunctionCallTarget() 301 return (id_to_function_.find(id) != id_to_function_.end()); in IsFunctionCallDefined() 454 const auto& decorations = id_decorations_.find(id); in HasDecoration() 558 return (builtin_structs_.find(id) != builtin_structs_.end()); in IsStructTypeWithBuiltInMember() 675 return pointer_to_uniform_block_.find(type_id) != in IsPointerToUniformBlock() 686 return struct_for_uniform_block_.find(type_id) != in IsStructForUniformBlock() 698 return pointer_to_storage_buffer_.find(type_id) != in IsPointerToStorageBuffer() 709 return struct_for_storage_buffer_.find(type_i in IsStructForStorageBuffer() [all...] |
/base/print/print_fwk/services/print_service/src/ |
H A D | print_service_ability.cpp | 262 auto iter = printUserDataMap_.find(callerTokenId); in StartService() 334 if (extCallbackMap_.find(cid) == extCallbackMap_.end()) { in HandleExtensionConnectPrinter() 404 if (extCallbackMap_.find(cid) == extCallbackMap_.end()) { in DisconnectPrinter() 446 if (extensionStateList_.find(extensionId) == extensionStateList_.end()) { in DelayStartDiscovery() 457 if (extCallbackMap_.find(cid) == extCallbackMap_.end()) { in DelayStartDiscovery() 486 if (extCallbackMap_.find(cid) == extCallbackMap_.end()) { in StopDiscoverPrinter() 523 if (extCallbackMap_.find(cid) == extCallbackMap_.end()) { in DestroyExtension() 756 if (standardizeId.find(extensionId) == std::string::npos && vendorManager.ExtractVendorName(printerId).empty()) { in QueryPrinterCapabilityByUri() 764 PRINT_HILOGE("can not find the printer"); in QueryPrinterCapabilityByUri() 771 PRINT_HILOGW("can not find printerMak in QueryPrinterCapabilityByUri() [all...] |