/bionic/libc/bionic/ |
D | pthread_atfork.cpp | 52 for (atfork_t* it = first_; it != nullptr; it = it->next) { in walk_forward() local 59 for (atfork_t* it = last_; it != nullptr; it = it->prev) { in walk_backwards() local 78 atfork_t* it = first_; in remove_if() local 125 g_atfork_list.walk_backwards([](atfork_t* it) { in __bionic_atfork_run_prepare() 136 g_atfork_list.walk_forward([](atfork_t* it) { in __bionic_atfork_run_child() 145 g_atfork_list.walk_forward([](atfork_t* it) { in __bionic_atfork_run_parent()
|
D | net_if.cpp | 78 if_list* it = list; in Free() local 120 for (if_list* it = list; it != nullptr; it = it->next) { in if_nameindex() local 128 for (if_list* it = list; it != nullptr; it = it->next) { in if_nameindex() local
|
/bionic/tools/versioner/src/ |
D | Preprocessor.cpp | 56 for (const auto& it : declaration.availability) { in calculateRequiredGuard() local 182 for (const auto& it : arch_sets) { in generateGuardCondition() local 221 for (const auto& it : individual_archs) { in generateGuardCondition() local 385 for (auto it = guard_map.rbegin(); it != guard_map.rend(); ++it) { in rewriteFile() local 472 for (const auto& it : orig_guard_map) { in preprocessHeaders() local
|
D | Arch.cpp | 49 auto it = arch_name_map.find(name); in arch_from_string() local
|
D | SymbolDatabase.cpp | 110 for (const auto& it : symbols) { in parsePlatforms() local
|
D | versioner.cpp | 144 for (const auto& it : ignored_headers) { in collectRequirements() local 266 for (const auto& it : decl->availability) { in getCompilationTypes() local 419 for (const auto& it : symbol_database) { in checkVersions() local
|
D | DeclarationDatabase.cpp | 176 if (auto it = prefix_map.find(fragments[0].str()); it != prefix_map.end()) { in VisitDeclaratorDecl() local 384 for (const auto& it : decl_av.arch_availability) { in to_string() local
|
D | DeclarationDatabase.h | 74 for (const auto& it : arch_availability) { in empty() local
|
D | SymbolFileParser.cpp | 278 auto it = api_codename_map.find(api_level); in parseApiLevelValue() local
|
/bionic/tests/ |
D | net_if_test.cpp | 48 for (struct if_nameindex* it = list; it->if_index != 0; ++it) { in TEST() local 61 for (ifaddrs* it = ifa; it != nullptr; it = it->ifa_next) { in TEST() local
|
D | ifaddrs_test.cpp | 159 for (const auto& it : inet_addrs) CheckAddressIsInSet(it.first, true, it.second); in TEST() local 160 for (const auto& it : broad_addrs) CheckAddressIsInSet(it.first, false, it.second); in TEST() local
|
D | link_test.cpp | 215 auto it = f.dl_iter_mods.find(map->l_addr); in TEST() local
|
D | dlfcn_test.cpp | 1560 for (auto it = elf->section_begin(); it != elf->section_end(); ++it) { in validate_compatibility_of_native_library() local
|
/bionic/libc/malloc_debug/ |
D | MapData.cpp | 158 auto it = entries_.find(entry); in ReadMaps() local 182 auto it = entries_.find(&pc_entry); in find() local
|
D | malloc_debug.cpp | 894 for (auto it = PointerData::begin(); it != PointerData::end(); ++it) { in debug_malloc_iterate() local
|
/bionic/libc/upstream-openbsd/lib/libc/gen/ |
D | alarm.c | 37 struct itimerval it, oitv; in alarm() local
|
/bionic/linker/ |
D | linker_config.cpp | 364 auto it = find_property(name, lineno); in get_strings() local 380 auto it = find_property(name, lineno); in get_bool() local 389 auto it = find_property(name, lineno); in get_string() local 448 auto it = properties_.find(name); in find_property() local
|
D | linker_translate_path.cpp | 63 if (auto it = in translateSystemPathToApexPath() local
|
D | linker.cpp | 750 auto it = soinfo_list.find(caller); in ElfW() local 757 for (auto it = start, end = soinfo_list.end(); it != end; ++it) { in ElfW() local 855 auto it = cache_.find(key); in get_or_open() local 877 for (const auto& it : cache_) { in ~ZipArchiveCache() local 1707 auto it = std::find(local_group_roots.begin(), local_group_roots.end(), si); in find_libraries() local 1957 auto it = g_dso_handle_counters.find(dso_handle); in increment_dso_handle_reference_counter() local 1979 auto it = g_dso_handle_counters.find(dso_handle); in decrement_dso_handle_reference_counter() local 2207 auto it = g_soinfo_handles_map.find(reinterpret_cast<uintptr_t>(handle)); in soinfo_from_handle() local 3533 for (auto it : namespaces) { in init_default_namespaces() local 3559 auto it = g_exported_namespaces.find(std::string(name)); in get_exported_namespace() local
|
D | linker_config.h | 154 auto it = namespace_configs_map_.find("default"); in default_namespace_config() local
|
D | linker_soinfo.cpp | 126 const SymbolLookupLib* it = lookup_list.begin(); in ElfW() local
|