Searched refs:per (Results 1 – 10 of 10) sorted by relevance
/art/test/1909-per-agent-tls/ |
D | Android.bp | 3 // 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/ |
D | histogram-inl.h | 241 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()
|
D | histogram.h | 62 double Percentile(double per, const CumulativeData& data) const;
|
/art/test/162-method-resolution/ |
D | info.txt | 4 (See Main.java for per-test details.)
|
/art/tools/hiddenapi/ |
D | README.md | 15 blocklist) provided an input. Only one signature per line is allowed.
|
/art/test/ |
D | README.chroot.md | 29 * the possibility to have several standalone ART instances (one per directory,
|
D | Android.bp | 218 // 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/ |
D | mutator_gc_coord.md | 249 the per-thread list of such counters to decrement. It normally sets the
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 509 str lr, [sp, r10] @ Store link register per the compiler ABI
|
/art/tools/fuzzer/ |
D | Android.bp | 428 "host_1909-per-agent-tls_classes.dex",
|