/system/connectivity/wificond/ |
D | server.cpp | 72 for (const auto& it : wificond_event_callbacks_) { in registerWificondEventCallback() local 89 for (auto it = wificond_event_callbacks_.begin(); in unregisterWificondEventCallback() local 104 for (auto& it : interface_event_callbacks_) { in RegisterCallback() local 116 for (auto it = interface_event_callbacks_.begin(); in UnregisterCallback() local 249 for (auto& it : client_interfaces_) { in tearDownInterfaces() local 254 for (auto& it : ap_interfaces_) { in tearDownInterfaces() local 261 for (auto& it : iface_to_wiphy_index_map_) { in tearDownInterfaces() local 272 for (auto& it : client_interfaces_) { in GetClientInterfaces() local 280 for (auto& it : ap_interfaces_) { in GetApInterfaces() local 322 for (const auto& it : band_to_wiphy_index_map_) { in dump() local [all …]
|
/system/apex/apexd/ |
D | apex_file_repository.cpp | 112 if (auto it = pre_installed_store_.find(name); in ScanBuiltInDir() local 134 auto it = pre_installed_store_.find(name); in ScanBuiltInDir() local 302 if (auto it = store.find(name); it != store.end()) { in AddBlockApex() local 368 auto it = data_store_.find(name); in AddDataApex() local 390 auto it = pre_installed_store_.find(name); in GetPublicKey() local 409 auto it = pre_installed_store_.find(name); in GetPreinstalledPath() local 420 auto it = data_store_.find(name); in GetDataPath() local 429 auto it = block_apex_overrides_.find(path); in GetBlockApexRootDigest() local 438 auto it = block_apex_overrides_.find(path); in GetBlockApexLastUpdateSeconds() local 460 auto it = pre_installed_store_.find(apex.GetManifest().name()); in IsPreInstalledApex() local [all …]
|
D | apex_database.h | 103 auto it = mounted_apexes_.find(package); in AddMountedApexLocked() local 152 auto it = mounted_apexes_.find(package); in DoIfLatest() local 172 for (auto it = outer_it->second.rbegin(), end = outer_it->second.rend(); variable 187 for (auto it = pkg.second.rbegin(), end = pkg.second.rend(); it != end; variable
|
/system/tools/hidl/c2hal/ |
D | Scope.h | 49 auto it = mScopeContents.find(name); in enter() local 61 auto it = mScopeContents.find(name); in leave() local 73 auto it = mScopeContents.find(name); in lookup() local
|
D | Type.cpp | 75 auto it = kSignedToUnsignedMap.find(signedType); in signedToUnsigned() local 108 auto it = kCToHidlMap.find(cType); in cToHidlType() local 124 for (auto it = mQualifiers->begin(); it != mQualifiers->end(); ++it) { in getHidlType() local
|
D | AST.cpp | 141 auto it = mDeclarations->begin(); in isolateInterfaces() local 160 auto it = mDeclarations->begin(); in isolateGlobalInterface() local 187 auto it = mDeclarations->begin(); in isolateIncludes() local 202 auto it = mDeclarations->begin(); in isolateConstants() local
|
/system/memory/libmemunreachable/ |
D | LeakFolding.cpp | 49 for (auto& it : leak_map_) { in ComputeDAG() local 77 auto it = leak_map_.emplace(std::piecewise_construct, std::forward_as_tuple(range), in FoldLeaks() local 85 for (auto& it : leak_map_) { in FoldLeaks() local 114 for (auto& it : leak_map_) { in Leaked() local 120 for (auto& it : leak_map_) { in Leaked() local
|
D | MemUnreachable.cpp | 92 for (auto it = mappings.begin(); it != mappings.end(); it++) { in CollectAllocations() local 104 for (auto it = heap_mappings.begin(); it != heap_mappings.end(); it++) { in CollectAllocations() local 110 for (auto it = anon_mappings.begin(); it != anon_mappings.end(); it++) { in CollectAllocations() local 115 for (auto it = globals_mappings.begin(); it != globals_mappings.end(); it++) { in CollectAllocations() local 121 for (auto it = stack_mappings.begin(); it != stack_mappings.end(); it++) { in CollectAllocations() local 170 for (auto& it : leaked) { in GetUnreachableMemory() local 237 for (auto it = mappings.begin(); it != mappings.end(); it++) { in ClassifyMappings() local 542 for (auto it = leaks.begin(); it != leaks.end(); it++) { in ToString() local 585 for (auto it = info.leaks.begin(); it != info.leaks.end(); it++) { in LogUnreachableMemory() local
|
D | HeapWalker.cpp | 95 AllocationMap::iterator it = allocations_.find(Range{value, value + 1}); in WordContainsAllocationPtr() local 145 for (auto it = roots_.begin(); it != roots_.end(); it++) { in DetectLeaks() local 168 for (auto it = allocations_.begin(); it != allocations_.end(); it++) { in Leaked() local 176 for (auto it = allocations_.begin(); it != allocations_.end(); it++) { in Leaked() local
|
/system/extras/simpleperf/ |
D | perf_regs.cpp | 180 auto it = x86_reg_map.find(reg); in GetRegName() local 188 if (auto it = arm_reg_map.find(reg); it != arm_reg_map.end()) { in GetRegName() local 197 auto it = arm64_reg_map.find(reg); in GetRegName() local 202 auto it = riscv64_reg_map.find(reg); in GetRegName() local
|
D | thread_tree.cpp | 79 if (auto it = thread_tree_.find(tid); it != thread_tree_.end()) { in FindThread() local 86 auto it = thread_tree_.find(tid); in FindThreadOrNew() local 119 auto it = user_dso_tree_.find(name); in CreateThread() local 128 auto it = thread_tree_.find(tid); in ExitThread() local 158 auto it = module_dso_tree_.find(filename); in FindKernelModuleDsoOrNew() local 206 auto it = user_dso_tree_.find(filename); in FindUserDsoOrNew() local 253 auto it = map.lower_bound(entry.start_addr); in InsertMap() local 282 auto it = maps.upper_bound(addr); in FindMapByAddr() local
|
D | sample_tree.h | 205 auto it = filtered_sample_set_.find(sample.get()); in InsertSample() local 216 auto it = sample_set_.find(sample.get()); in InsertSample() local 233 auto it = sample_set_.find(sample.get()); in InsertCallChainSample() local 255 auto it = callchain_parent_map_.find(sample); in AddCallChainDuplicateInfo() local 271 auto it = callchain_parent_map_.find(sample); in UpdateCallChainParentInfo() local
|
/system/libvintf/include/vintf/ |
D | HalGroup.h | 45 for (auto it = range.first; it != range.second; ++it) { in getHals() local 57 for (auto it = range.first; it != range.second; ++it) { in getHals() local 187 auto it = mHals.find(name); in getAnyHal() local 197 auto it = mHals.emplace(std::move(name), std::move(hal)); // always succeeds in addInternal() local 203 for (auto it = mHals.begin(); it != mHals.end();) { in removeHalsIf() local
|
/system/netd/server/ |
D | PppController.cpp | 44 TtyCollection::iterator it; in ~PppController() local 63 TtyCollection::iterator it; in attachPppd() local 132 TtyCollection::iterator it; in updateTtyList() local
|
/system/update_engine/libbinderwrapper/ |
D | stub_binder_wrapper.cc | 39 const auto it = registered_services_.find(service_name); in GetRegisteredService() local 44 const auto it = death_callbacks_.find(binder); in NotifyAboutBinderDeath() local 49 const auto it = services_to_return_.find(service_name); in GetService() local
|
/system/core/init/ |
D | property_type.cpp | 65 auto it = value.begin(); in CheckType() local 76 for (auto it = std::next(type_strings.begin()); it != type_strings.end(); ++it) { in CheckType() local
|
/system/core/libmodprobe/ |
D | libmodprobe_ext_test.cpp | 44 for (auto it = modules_loaded.begin(); it != modules_loaded.end(); ++it) { in Insmod() local 64 for (auto it = modules_loaded.begin(); it != modules_loaded.end(); it++) { in Rmmod() local
|
D | libmodprobe.cpp | 94 auto it = args.begin(); in ParseAliasCallback() local 115 auto it = args.begin(); in ParseSoftdepCallback() local 151 auto it = args.begin(); in ParseLoadCallback() local 164 auto it = args.begin(); in ParseOptionsCallback() local 201 auto it = args.begin(); in ParseBlocklistCallback() local 347 auto it = module_deps_.find(module); in GetDependencies() local 488 auto it = module_options_[cnd_last].find(str); in LoadModulesParallel() local 538 auto it = std::find(deps.begin(), deps.end(), module_loaded_path); in LoadModulesParallel() local
|
/system/tools/aidl/tests/ |
D | fake_io_delegate.cpp | 49 auto it = file_contents_.find(filename); in GetFileContents() local 81 for (auto it = file_contents_.begin(); it != file_contents_.end(); it++) { in ListFiles() local 94 const auto it = written_file_contents_.find(path); in GetWrittenContents() local
|
/system/update_engine/payload_generator/ |
D | extent_ranges.cc | 87 for (ExtentSet::iterator it = range.begin(), e = range.end(); it != e; ++it) { in AddExtent() local 133 for (ExtentSet::iterator it = extent_set_.begin(), e = extent_set_.end(); in SubtractExtent() local 161 for (ExtentSet::const_iterator it = ranges.extent_set_.begin(), in AddRanges() local 170 for (ExtentSet::const_iterator it = ranges.extent_set_.begin(), in SubtractRanges() local 180 for (vector<Extent>::const_iterator it = extents.begin(), e = extents.end(); in AddExtents() local 188 for (vector<Extent>::const_iterator it = extents.begin(), e = extents.end(); in SubtractExtents() local 238 for (ExtentSet::const_iterator it = extent_set_.begin(), in Dump() local 267 for (ExtentSet::const_iterator it = extent_set_.begin(), in GetExtentsForBlockCount() local
|
D | merge_sequence_generator.cc | 219 auto it = merge_after.find(node); in MaxOutDegree() local 257 T it; member 313 [](const CowMergeOperation& it, const CowMergeOperation& op) { in FindDependency() 323 [](const CowMergeOperation& op, const CowMergeOperation& it) { in FindDependency() 334 auto it = operations.find(op); in FindDependency() local 358 for (const auto& it : merge_after_) { in Generate() local 402 auto it = incoming_edges.find(blocked); in Generate() local
|
/system/libufdt/include/ |
D | ufdt_types.h | 23 #define for_each(it, node) \ argument 28 #define for_each_child(it, node) \ argument 33 #define for_each_prop(it, node) \ argument 36 #define for_each_node(it, node) \ argument
|
/system/extras/memtrack/ |
D | memtrack.cpp | 167 for (processes_t::iterator it = all_.begin(); it != all_.end(); ++it) { in scan() local 195 for (cur_processes_t::const_iterator it = cur_.begin(); in scan() local 236 for (processes_t::const_iterator it = all_.begin(); it != all_.end(); ++it) { in dumpToLog() local 244 for (std::vector<const process_info_t *>::const_iterator it = list_.begin(); in dumpToLog() local
|
/system/linkerconfig/modules/ |
D | section.cc | 129 if (auto it = providers.find(lib); it != providers.end()) { in Resolve() local 131 } else if (auto it = apex_providers.find(lib); it != apex_providers.end()) { in Resolve() local 138 } else if (auto it = lib_providers.find(lib); it != lib_providers.end()) { in Resolve() local
|
/system/libufdt/ |
D | ufdt_node.c | 56 struct ufdt_node *it = ((struct ufdt_node_fdt_node *)node)->child; in ufdt_node_destruct() local 95 struct ufdt_node **it = NULL; in ufdt_node_get_subnode_by_name_len() local 111 struct ufdt_node **it = NULL; in ufdt_node_get_property_by_name_len() local 222 struct ufdt_node *it; in merge_children() local 299 struct ufdt_node **it; in ufdt_node_print() local
|