/bionic/tools/versioner/src/ |
D | Preprocessor.cpp | 57 const CompilationType& type = it.first; in calculateRequiredGuard() 187 const std::string& arch_expr = it.first; in generateGuardCondition() 237 int introduced = avail.arch_availability[it.first].introduced; in generateGuardCondition() 294 FileLocation current_location = current->first.end; in mergeGuards() 295 FileLocation end_location = next->first.start; in mergeGuards() 369 D("Not merging blocks %s and %s\n", to_string(current->first).c_str(), in mergeGuards() 370 to_string(next->first).c_str()); in mergeGuards() 376 D("Merging blocks %s and %s\n", to_string(current->first).c_str(), in mergeGuards() 377 to_string(next->first).c_str()); in mergeGuards() 379 Location merged = current->first; in mergeGuards() [all …]
|
D | versioner.cpp | 149 if (header.endswith("/" + it.first)) { in collectRequirements() 236 compileHeader(vfs, result.get(), job.first, job.second); in compileHeaders() 249 compileHeader(vfs, result.get(), job.first, job.second); in compileHeaders() 267 result.insert(it.first); in getCompilationTypes() 304 inline_def_it.first->dump(cwd, stderr, 4); in checkSymbol() 367 const auto& symbol_name = symbol_it.first; in checkVersions() 420 const std::string& symbol_name = it.first; in checkVersions()
|
D | SymbolDatabase.cpp | 111 result[it.first][type] = it.second; in parsePlatforms()
|
D | Arch.h | 50 this->operator[](pair.first) = pair.second; in ArchMap()
|
D | DeclarationDatabase.cpp | 331 if (compilation_it.first == type) { in hasDeclaration() 387 ss << to_string(it.first) << ": " << to_string(it.second) << ", "; in to_string()
|
/bionic/linker/ |
D | linker_gnu_hash_test.cpp | 38 EXPECT_EQ(expected.first, actual.first) << name; in TEST()
|
D | linker_utils.cpp | 45 const std::string& token = param.first; in format_string()
|
D | ld.config.format.md | 18 The mappings should be defined between start of ld.config.txt and the first section.
|
/bionic/tests/libs/ |
D | bionic_tests_zipalign.cpp | 60 [](ZipData& a, ZipData& b) { return a.first->offset < b.first->offset; }); in GetEntries() 79 ZipEntry* zip_entry = entry.first.get(); in CreateAlignedZip()
|
D | segment_gap_outer.lds | 14 # Now create the gap. We need a text segment first to prevent the linker from
|
/bionic/libc/arch-riscv64/string/ |
D | strncmp_v.S | 92 # We could use vfirst.m to get the first zero char or the 93 # first different char between str1 and str2.
|
/bionic/tests/ |
D | elftls_dl_test.cpp | 205 bool first = true; in TEST() local 218 if (first) { in TEST() 219 first = false; in TEST()
|
D | gwp_asan_test.cpp | 117 if (kv.second != GetSysprop(kv.first)) { in ~SyspropRestorer() 118 __system_property_set(kv.first.c_str(), kv.second.c_str()); in ~SyspropRestorer()
|
D | system_properties_test.cpp | 535 const std::string& name = property.first; in TEST() 541 const std::string& name = property.first; in TEST() 569 const std::string& name = property.first; in TEST() 578 const std::string& name = property.first; in TEST()
|
D | ifaddrs_test.cpp | 164 for (const auto& it : inet_addrs) CheckAddressIsInSet(it.first, true, it.second); in TEST() 165 for (const auto& it : broad_addrs) CheckAddressIsInSet(it.first, false, it.second); in TEST()
|
/bionic/libc/tools/ |
D | genseccomp.py | 166 first = convert_to_intermediate_bpf(ranges[:half]) 168 jump = [BPF_JGE.format(ranges[half].begin, len(first), 0) + ","] 169 return jump + first + second
|
/bionic/libc/kernel/uapi/linux/ |
D | vhost_types.h | 95 __u64 first; member
|
/bionic/libc/kernel/android/ |
D | README.md | 16 Any modification should first be made there then copied into the scsi
|
/bionic/libfdtrack/ |
D | fdtrack_test.cpp | 86 ASSERT_EQ(fd, result.begin()->first); in TEST()
|
/bionic/benchmarks/ |
D | math_benchmark.cpp | 341 f = powf(cin->first, cin->second); in BM_math_powf_speccpu2006() 352 f = powf(f * zero + cin->first, cin->second); in BM_math_powf_speccpu2017_latency() 363 f = pow(cin->first, cin->second); in BM_math_pow_speccpu2006() 374 d = powf(d * zero + cin->first, cin->second); in BM_math_pow_speccpu2017_latency()
|
D | bionic_benchmarks.cpp | 388 benchmark_func_t benchmark_function = g_str_to_func.at(fn_name).first; in RegisterGoogleBenchmarks() 595 RegisterGoogleBenchmarks(bench_opts_t(), opts, entry.first, run_args); in RegisterAllBenchmarks()
|
/bionic/libc/stdio/ |
D | vfwscanf.cpp | 56 wchar_t first = *(ccl - 1); in in_ccl() local 58 if (first <= last) { in in_ccl() 60 if (wc >= first && wc <= last) return member_result; in in_ccl()
|
/bionic/libc/dns/nameser/ |
D | ns_name.c | 531 int n, l, first = 1; in ns_name_pack() local 587 (dstp - msg) < 0x4000 && first) { in ns_name_pack() 590 first = 0; in ns_name_pack()
|
/bionic/libc/dns/resolv/ |
D | res_cache.c | 651 int first = 1; in _dnsPacket_bprintQName() local 670 if (first) in _dnsPacket_bprintQName() 671 first = 0; in _dnsPacket_bprintQName() 1175 Entry* first = list->mru_next; in entry_mru_add() local 1177 e->mru_next = first; in entry_mru_add() 1181 first->mru_prev = e; in entry_mru_add()
|
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
D | eventlib_p.h | 162 evWait * first; member
|