Searched defs:it (Results 1 – 12 of 12) sorted by relevance
| /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/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 | mntent_test.cpp | 52 auto it = std::find(fsnames.begin(), fsnames.end(), "proc"); in TEST() local
|
| D | ifaddrs_test.cpp | 162 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
|
| D | link_test.cpp | 215 auto it = f.dl_iter_mods.find(map->l_addr); in TEST() local
|
| /bionic/linker/ |
| D | linker_config.cpp | 359 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
|
| D | linker_translate_path.cpp | 63 if (auto it = in translateSystemPathToApexPath() local
|
| D | linker.cpp | 791 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
|
| D | linker_config.h | 153 auto it = namespace_configs_map_.find("default"); in default_namespace_config() local
|
| D | linker_soinfo.cpp | 123 const SymbolLookupLib* it = lookup_list.begin(); in ElfW() local
|
| /bionic/libc/malloc_debug/ |
| D | MapData.cpp | 175 auto it = entries_.find(&pc_entry); in find() local
|