Home
last modified time | relevance | path

Searched refs:first (Results 1 – 25 of 30) sorted by relevance

12

/bionic/tools/versioner/src/
DPreprocessor.cpp57 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 …]
Dversioner.cpp126 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()
DSymbolDatabase.cpp108 llvm::StringRef file = pair.first; in parsePlatform()
151 result[it.first][type] = it.second; in parsePlatforms()
DArch.h49 this->operator[](pair.first) = pair.second; in ArchMap()
DDeclarationDatabase.cpp276 if (compilation_it.first == type) { in hasDeclaration()
336 ss << to_string(it.first) << ": " << to_string(it.second) << ", "; in to_string()
/bionic/linker/
DAndroid.mk3 include $(call first-makefiles-under,$(LOCAL_PATH))
Dlinker_utils.cpp45 const std::string& token = param.first; in format_string()
Dld.config.format.md18 The mappings should be defined between start of ld.config.txt and the first section.
Dlinker_phdr.cpp540 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()
Dlinker_config.cpp428 auto& name = ns_config_it.first; in read_binary_config()
/bionic/tools/relocation_packer/src/
Delf_file_unittest.cc83 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/
Dbionic_tests_zipalign.cpp61 [](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/
Dgenseccomp.py140 first = convert_to_intermediate_bpf(ranges[:half])
142 jump = [BPF_JGE.format(ranges[half].begin, len(first), 0) + ","]
143 return jump + first + second
Dpylintrc36 # 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/
DREADME.TXT16 Any modification should first be made there then copied into the scsi
/bionic/tests/
DAndroid.mk104 include $(call first-makefiles-under,$(LOCAL_PATH))
Difaddrs_test.cpp159 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/
Dcpp.py1278 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/
Dregcomp.c349 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()
Dengine.c1100 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/
Dns_name.c531 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/
Deventlib_p.h162 evWait * first; member
/bionic/libc/dns/resolv/
Dres_cache.c651 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/
Dandroid-changes-for-ndk-developers.md38 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/
DREADME_marshmallow_and_earlier.md50 first 16 frames of the backtrace will be captured.

12