/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() 233 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 | 126 if (header.endswith("/" + it.first)) { in collectRequirements() 197 compileHeader(vfs, result.get(), job.first, job.second); in compileHeaders() 210 compileHeader(vfs, result.get(), job.first, job.second); in compileHeaders() 228 result.insert(it.first); in getCompilationTypes() 262 inline_def_it.first->dump(cwd, stderr, 4); in checkSymbol() 325 const auto& symbol_name = symbol_it.first; in checkVersions() 382 const std::string& symbol_name = it.first; in checkVersions()
|
D | SymbolDatabase.cpp | 108 llvm::StringRef file = pair.first; in parsePlatform() 151 result[it.first][type] = it.second; in parsePlatforms()
|
D | Arch.h | 49 this->operator[](pair.first) = pair.second; in ArchMap()
|
D | DeclarationDatabase.cpp | 276 if (compilation_it.first == type) { in hasDeclaration() 336 ss << to_string(it.first) << ": " << to_string(it.second) << ", "; in to_string()
|
/bionic/linker/ |
D | Android.mk | 3 include $(call first-makefiles-under,$(LOCAL_PATH))
|
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 | 540 uint8_t* first = align_up(mmap_ptr, align); in ReserveAligned() local 542 size_t n = arc4random_uniform((last - first) / PAGE_SIZE + 1); in ReserveAligned() 543 uint8_t* start = first + n * PAGE_SIZE; in ReserveAligned()
|
D | linker_config.cpp | 428 auto& name = ns_config_it.first; in read_binary_config()
|
/bionic/tools/relocation_packer/src/ |
D | elf_file_unittest.cc | 83 void CheckFileContentsEqual(FILE* first, FILE* second) { in CheckFileContentsEqual() argument 84 ASSERT_EQ(0, fseek(first, 0, SEEK_SET)); in CheckFileContentsEqual() 92 size_t first_read = fread(first_buffer, 1, sizeof(first_buffer), first); in CheckFileContentsEqual() 97 } while (!feof(first) && !feof(second)); in CheckFileContentsEqual() 99 EXPECT_TRUE(feof(first) && feof(second)); in CheckFileContentsEqual()
|
/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()
|
/bionic/libc/tools/ |
D | genseccomp.py | 140 first = convert_to_intermediate_bpf(ranges[:half]) 142 jump = [BPF_JGE.format(ranges[half].begin, len(first), 0) + ","] 143 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/libc/kernel/android/ |
D | README.TXT | 16 Any modification should first be made there then copied into the scsi
|
/bionic/tests/ |
D | Android.mk | 104 include $(call first-makefiles-under,$(LOCAL_PATH))
|
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/tools/ |
D | cpp.py | 1278 first = n 1280 first = 0 1305 first = i + 1 1365 if i > first: 1366 blocks2.append(Block(b.tokens[first:i])) 1368 first = n 1372 if i > first: 1374 blocks2.append(Block(b.tokens[first:i]))
|
/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() 577 int first = 1; /* first subexpression? */ in p_bre() local 595 wasdollar = p_simp_re(p, first, reclimit); in p_bre() 596 first = 0; in p_bre()
|
D | engine.c | 1100 int first = 1; in print() local 1115 fprintf(d, "%s%d", (first) ? "\t" : ", ", i); in print() 1116 first = 0; in print()
|
/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/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() 1115 Entry* first = list->mru_next; in entry_mru_add() local 1117 e->mru_next = first; in entry_mru_add() 1121 first->mru_prev = e; in entry_mru_add()
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 38 With API 22, load order switched from depth-first to breadth-first to 48 the breadth-first transitive closure of the library and its DT_NEEDED 77 is the first release where search by soname is implemented. Earlier 84 and would always use whichever was loaded first, even if you explicitly
|
/bionic/libc/malloc_debug/ |
D | README_marshmallow_and_earlier.md | 50 first 16 frames of the backtrace will be captured.
|