/bionic/tools/versioner/src/ |
D | Preprocessor.cpp | 57 const CompilationType& type = it.first; in calculateRequiredGuard() 186 const std::string& arch_expr = it.first; in generateGuardCondition() 226 int introduced = avail.arch_availability[it.first].introduced; in generateGuardCondition() 287 FileLocation current_location = current->first.end; in mergeGuards() 288 FileLocation end_location = next->first.start; in mergeGuards() 362 D("Not merging blocks %s and %s\n", to_string(current->first).c_str(), in mergeGuards() 363 to_string(next->first).c_str()); in mergeGuards() 369 D("Merging blocks %s and %s\n", to_string(current->first).c_str(), in mergeGuards() 370 to_string(next->first).c_str()); in mergeGuards() 372 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() 302 inline_def_it.first->dump(cwd, stderr, 4); in checkSymbol() 365 const auto& symbol_name = symbol_it.first; in checkVersions() 418 const std::string& symbol_name = it.first; in checkVersions()
|
D | SymbolDatabase.cpp | 111 result[it.first][type] = it.second; in parsePlatforms()
|
D | Arch.h | 51 this->operator[](pair.first) = pair.second; in ArchMap()
|
D | DeclarationDatabase.cpp | 328 if (compilation_it.first == type) { in hasDeclaration() 384 ss << to_string(it.first) << ": " << to_string(it.second) << ", "; in to_string()
|
/bionic/tests/libs/ |
D | bionic_tests_zipalign.cpp | 61 [](ZipData& a, ZipData& b) { return a.first->offset < b.first->offset; }); in GetEntries() 80 ZipEntry* zip_entry = entry.first.get(); in CreateAlignedZip()
|
D | segment_gap_outer.lds | 15 # Now create the gap. We need a text segment first to prevent the linker from
|
/bionic/libc/tools/ |
D | genseccomp.py | 120 first = convert_to_intermediate_bpf(ranges[:half]) 122 jump = [BPF_JGE.format(ranges[half].begin, len(first), 0) + ","] 123 return jump + first + second
|
D | pylintrc | 36 # disable everything first and then reenable specific checks. For example, if 269 # List of valid names for the first argument in a class method. 270 valid-classmethod-first-arg=cls 272 # List of valid names for the first argument in a metaclass class method. 273 valid-metaclass-classmethod-first-arg=mcs
|
/bionic/tests/ |
D | elftls_dl_test.cpp | 246 bool first = true; in TEST() local 259 if (first) { in TEST() 260 first = false; in TEST()
|
D | Android.mk | 85 include $(call first-makefiles-under,$(LOCAL_PATH))
|
D | system_properties_test.cpp | 461 const std::string& name = property.first; in TEST() 467 const std::string& name = property.first; in TEST() 495 const std::string& name = property.first; in TEST() 504 const std::string& name = property.first; in TEST()
|
D | ifaddrs_test.cpp | 159 for (const auto& it : inet_addrs) CheckAddressIsInSet(it.first, true, it.second); in TEST() 160 for (const auto& it : broad_addrs) CheckAddressIsInSet(it.first, false, it.second); in TEST()
|
/bionic/libc/kernel/android/ |
D | README.TXT | 16 Any modification should first be made there then copied into the scsi
|
/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 | 366 benchmark_func_t benchmark_function = g_str_to_func.at(fn_name).first; in RegisterGoogleBenchmarks() 563 RegisterGoogleBenchmarks(bench_opts_t(), opts, entry.first, run_args); in RegisterAllBenchmarks()
|
/bionic/libc/stdio/ |
D | vfwscanf.c | 107 wchar_t first = *(ccl - 1); in in_ccl() local 109 if (first <= last) { in in_ccl() 111 if (wc >= first && wc <= last) return member_result; in in_ccl()
|
/bionic/linker/ |
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.
|
D | linker_phdr.cpp | 545 uint8_t* first = align_up(mmap_ptr, align); in ReserveAligned() local 550 size_t n = is_first_stage_init() ? 0 : arc4random_uniform((last - first) / PAGE_SIZE + 1); in ReserveAligned() 551 uint8_t* start = first + n * PAGE_SIZE; in ReserveAligned()
|
/bionic/libc/malloc_debug/ |
D | PointerData.cpp | 398 error_log("Pointer 0x%" PRIxPTR " hash_index %zu does not exist.", entry.first, hash_index); in GetList() 406 … error_log("Pointer 0x%" PRIxPTR " hash_index %zu does not exist.", entry.first, hash_index); in GetList() 416 list->emplace_back(ListInfoType{entry.first, 1, entry.second.RealSize(), in GetList()
|
/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/upstream-netbsd/lib/libc/regex/ |
D | regcomp.c | 349 int first = 1; /* is this the first alternative? */ in p_ere() local 368 if (first) { in p_ere() 372 first = 0; in p_ere() 381 if (!first) { /* tail-end fixups */ in p_ere() 579 int first = 1; /* first subexpression? */ in p_bre() local 597 wasdollar = p_simp_re(p, first, reclimit); in p_bre() 598 first = 0; in p_bre()
|
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
D | eventlib_p.h | 162 evWait * first; member
|
/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() 1179 Entry* first = list->mru_next; in entry_mru_add() local 1181 e->mru_next = first; in entry_mru_add() 1185 first->mru_prev = e; in entry_mru_add()
|