Home
last modified time | relevance | path

Searched defs:it (Results 1 – 12 of 12) sorted by relevance

/bionic/libc/bionic/
Dpthread_atfork.cpp52 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()
Dnet_if.cpp78 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/tests/
Dnet_if_test.cpp48 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
Dmntent_test.cpp52 auto it = std::find(fsnames.begin(), fsnames.end(), "proc"); in TEST() local
Difaddrs_test.cpp162 for (const auto& it : inet_addrs) CheckAddressIsInSet(it.first, true, it.second); in TEST() local
163 for (const auto& it : broad_addrs) CheckAddressIsInSet(it.first, false, it.second); in TEST() local
Dlink_test.cpp215 auto it = f.dl_iter_mods.find(map->l_addr); in TEST() local
/bionic/linker/
Dlinker_config.cpp359 auto it = find_property(name, lineno); in get_strings() local
375 auto it = find_property(name, lineno); in get_bool() local
384 auto it = find_property(name, lineno); in get_string() local
443 auto it = properties_.find(name); in find_property() local
Dlinker_translate_path.cpp63 if (auto it = in translateSystemPathToApexPath() local
Dlinker.cpp791 auto it = soinfo_list.find(caller); in ElfW() local
798 for (auto it = start, end = soinfo_list.end(); it != end; ++it) { in ElfW() local
896 auto it = cache_.find(key); in get_or_open() local
918 for (const auto& it : cache_) { in ~ZipArchiveCache() local
1758 auto it = std::find(local_group_roots.begin(), local_group_roots.end(), si); in find_libraries() local
2008 auto it = g_dso_handle_counters.find(dso_handle); in increment_dso_handle_reference_counter() local
2030 auto it = g_dso_handle_counters.find(dso_handle); in decrement_dso_handle_reference_counter() local
2278 auto it = g_soinfo_handles_map.find(reinterpret_cast<uintptr_t>(handle)); in soinfo_from_handle() local
3718 for (auto it : namespaces) { in init_default_namespaces() local
3744 auto it = g_exported_namespaces.find(std::string(name)); in get_exported_namespace() local
Dlinker_config.h153 auto it = namespace_configs_map_.find("default"); in default_namespace_config() local
Dlinker_soinfo.cpp123 const SymbolLookupLib* it = lookup_list.begin(); in ElfW() local
/bionic/libc/malloc_debug/
DMapData.cpp175 auto it = entries_.find(&pc_entry); in find() local