| /system/connectivity/wificond/ |
| D | server.cpp | 72 for (const auto& it : wificond_event_callbacks_) { in registerWificondEventCallback() local 84 for (auto it = wificond_event_callbacks_.begin(); in unregisterWificondEventCallback() local 99 for (auto& it : interface_event_callbacks_) { in RegisterCallback() local 111 for (auto it = interface_event_callbacks_.begin(); in UnregisterCallback() local 244 for (auto& it : client_interfaces_) { in tearDownInterfaces() local 249 for (auto& it : ap_interfaces_) { in tearDownInterfaces() local 256 for (auto& it : iface_to_wiphy_index_map_) { in tearDownInterfaces() local 267 for (auto& it : client_interfaces_) { in GetClientInterfaces() local 275 for (auto& it : ap_interfaces_) { in GetApInterfaces() local 315 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 290 if (auto it = store.find(name); it != store.end()) { in AddBlockApex() local 356 auto it = data_store_.find(name); in AddDataApex() local 378 auto it = pre_installed_store_.find(name); in GetPublicKey() local 397 auto it = pre_installed_store_.find(name); in GetPreinstalledPath() local 408 auto it = data_store_.find(name); in GetDataPath() local 417 auto it = block_apex_overrides_.find(path); in GetBlockApexRootDigest() local 426 auto it = block_apex_overrides_.find(path); in GetBlockApexLastUpdateSeconds() local 448 auto it = pre_installed_store_.find(apex.GetManifest().name()); in IsPreInstalledApex() local [all …]
|
| /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 540 for (auto it = leaks.begin(); it != leaks.end(); it++) { in ToString() local 583 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/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
|
| D | MDnsEventReporter.cpp | 55 for (const auto& it : mEventListeners) { in addEventListenerImpl() local 76 for (const auto& it : mEventListeners) { in removeEventListenerImpl() 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/core/libbinderwrapper/ |
| D | stub_binder_wrapper.cc | 38 const auto it = registered_services_.find(service_name); in GetRegisteredService() local 43 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
|
| /system/update_engine/payload_generator/ |
| D | extent_ranges.cc | 87 for (ExtentSet::iterator it = extent_set_.begin(), e = extent_set_.end(); in AddExtent() local 135 for (ExtentSet::iterator it = extent_set_.begin(), e = extent_set_.end(); in SubtractExtent() local 163 for (ExtentSet::const_iterator it = ranges.extent_set_.begin(), in AddRanges() local 172 for (ExtentSet::const_iterator it = ranges.extent_set_.begin(), in SubtractRanges() local 182 for (vector<Extent>::const_iterator it = extents.begin(), e = extents.end(); in AddExtents() local 190 for (vector<Extent>::const_iterator it = extents.begin(), e = extents.end(); in SubtractExtents() local 240 for (ExtentSet::const_iterator it = extent_set_.begin(), in Dump() local 269 for (ExtentSet::const_iterator it = extent_set_.begin(), in GetExtentsForBlockCount() local
|
| D | merge_sequence_generator.cc | 215 [](const CowMergeOperation& it, const CowMergeOperation& op) { in FindDependency() 225 [](const CowMergeOperation& op, const CowMergeOperation& it) { in FindDependency() 236 auto it = operations.find(op); in FindDependency() local 266 for (const auto& it : merge_after) { in Generate() local 306 auto it = incoming_edges.find(blocked); in Generate() 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/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/core/libutils/ |
| D | Vector_fuzz.cpp | 68 for (auto& it : vec) { in runVectorFuzz() local 71 for (auto& it : vec32) { in runVectorFuzz() local
|
| /system/linkerconfig/modules/ |
| D | section.cc | 136 if (auto it = providers.find(lib); it != providers.end()) { in Resolve() local 138 } else if (auto it = apex_providers.find(lib); it != apex_providers.end()) { in Resolve() local 145 } 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
|