Home
last modified time | relevance | path

Searched refs:first (Results 1 – 25 of 39) 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()
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 …]
Dversioner.cpp149 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()
DSymbolDatabase.cpp111 result[it.first][type] = it.second; in parsePlatforms()
DArch.h51 this->operator[](pair.first) = pair.second; in ArchMap()
DDeclarationDatabase.cpp328 if (compilation_it.first == type) { in hasDeclaration()
384 ss << to_string(it.first) << ": " << to_string(it.second) << ", "; in to_string()
/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()
Dsegment_gap_outer.lds15 # Now create the gap. We need a text segment first to prevent the linker from
/bionic/libc/tools/
Dgenseccomp.py120 first = convert_to_intermediate_bpf(ranges[:half])
122 jump = [BPF_JGE.format(ranges[half].begin, len(first), 0) + ","]
123 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/tests/
Delftls_dl_test.cpp246 bool first = true; in TEST() local
259 if (first) { in TEST()
260 first = false; in TEST()
DAndroid.mk85 include $(call first-makefiles-under,$(LOCAL_PATH))
Dsystem_properties_test.cpp461 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()
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/android/
DREADME.TXT16 Any modification should first be made there then copied into the scsi
/bionic/benchmarks/
Dmath_benchmark.cpp341 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()
Dbionic_benchmarks.cpp366 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/
Dvfwscanf.c107 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/
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.cpp545 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/
DPointerData.cpp398 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/
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/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()
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/
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()
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()

12