Home
last modified time | relevance | path

Searched refs:per (Results 1 – 10 of 10) sorted by relevance

/art/test/1909-per-agent-tls/
DAndroid.bp3 // Build rules for ART run-test `1909-per-agent-tls`.
16 name: "art-run-test-1909-per-agent-tls",
21 ":art-run-test-1909-per-agent-tls-expected-stdout",
22 ":art-run-test-1909-per-agent-tls-expected-stderr",
28 name: "art-run-test-1909-per-agent-tls-expected-stdout",
29 out: ["art-run-test-1909-per-agent-tls-expected-stdout.txt"],
36 name: "art-run-test-1909-per-agent-tls-expected-stderr",
37 out: ["art-run-test-1909-per-agent-tls-expected-stderr.txt"],
/art/libartbase/base/
Dhistogram-inl.h241 inline double Histogram<Value>::Percentile(double per, const CumulativeData& data) const { in Percentile() argument
245 if (per <= data.perc_[idx]) { in Percentile()
250 if (per >= data.perc_[idx] && idx != 0 && data.perc_[idx] != data.perc_[idx - 1]) { in Percentile()
257 if (per == lower_perc) { in Percentile()
263 if (per == upper_perc) { in Percentile()
269 (per - lower_perc) / (upper_perc - lower_perc); in Percentile()
Dhistogram.h62 double Percentile(double per, const CumulativeData& data) const;
/art/test/162-method-resolution/
Dinfo.txt4 (See Main.java for per-test details.)
/art/tools/hiddenapi/
DREADME.md15 blocklist) provided an input. Only one signature per line is allowed.
/art/test/
DREADME.chroot.md29 * the possibility to have several standalone ART instances (one per directory,
DAndroid.bp218 // Support multilib variants (using different suffix per sub-architecture),
361 // Support multilib variants (using different suffix per sub-architecture), which is needed on
695 "1909-per-agent-tls/agent_tls.cc",
1077 "1909-per-agent-tls/src/art/Test1909.java",
1226 "1909-per-agent-tls/expected-stdout.txt",
1335 // Support multilib variants (using different suffix per sub-architecture), which is needed on
/art/runtime/
Dmutator_gc_coord.md249 the per-thread list of such counters to decrement. It normally sets the
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S509 str lr, [sp, r10] @ Store link register per the compiler ABI
/art/tools/fuzzer/
DAndroid.bp428 "host_1909-per-agent-tls_classes.dex",