Home
last modified time | relevance | path

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

12

/bionic/tools/versioner/src/
DPreprocessor.cpp57 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 …]
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()
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()
DSymbolDatabase.cpp111 result[it.first][type] = it.second; in parsePlatforms()
DArch.h50 this->operator[](pair.first) = pair.second; in ArchMap()
DDeclarationDatabase.cpp331 if (compilation_it.first == type) { in hasDeclaration()
387 ss << to_string(it.first) << ": " << to_string(it.second) << ", "; in to_string()
/bionic/linker/
Dlinker_gnu_hash_test.cpp38 EXPECT_EQ(expected.first, actual.first) << name; in TEST()
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.
/bionic/tests/libs/
Dbionic_tests_zipalign.cpp60 [](ZipData& a, ZipData& b) { return a.first->offset < b.first->offset; }); in GetEntries()
79 ZipEntry* zip_entry = entry.first.get(); in CreateAlignedZip()
Dsegment_gap_outer.lds14 # Now create the gap. We need a text segment first to prevent the linker from
/bionic/libc/arch-riscv64/string/
Dstrncmp_v.S92 # We could use vfirst.m to get the first zero char or the
93 # first different char between str1 and str2.
/bionic/tests/
Delftls_dl_test.cpp205 bool first = true; in TEST() local
218 if (first) { in TEST()
219 first = false; in TEST()
Dgwp_asan_test.cpp117 if (kv.second != GetSysprop(kv.first)) { in ~SyspropRestorer()
118 __system_property_set(kv.first.c_str(), kv.second.c_str()); in ~SyspropRestorer()
Dsystem_properties_test.cpp535 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()
Difaddrs_test.cpp164 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/
Dgenseccomp.py166 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/
Dvhost_types.h95 __u64 first; member
/bionic/libc/kernel/android/
DREADME.md16 Any modification should first be made there then copied into the scsi
/bionic/libfdtrack/
Dfdtrack_test.cpp86 ASSERT_EQ(fd, result.begin()->first); in TEST()
/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.cpp388 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/
Dvfwscanf.cpp56 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/
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/dns/resolv/
Dres_cache.c651 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/
Deventlib_p.h162 evWait * first; member

12