Home
last modified time | relevance | path

Searched refs:sample (Results 1 – 8 of 8) sorted by relevance

/art/tools/jvmti-agents/ti-alloc-sample/
DAndroid.bp28 name: "ti-alloc-sample-base-defaults",
43 name: "ti-alloc-sample-defaults",
48 defaults: ["ti-alloc-sample-base-defaults"],
52 name: "ti-alloc-sample-static-defaults",
54 defaults: ["ti-alloc-sample-base-defaults"],
68 defaults: ["ti-alloc-sample-static-defaults"],
73 defaults: ["ti-alloc-sample-defaults"],
80 "ti-alloc-sample-defaults",
DREADME.md63 with + or = is a sample. It is a reference to an ST. Hence repeated samples are
/art/test/000-nop/
Dinfo.txt1 This is a sample no-op test, which does at least serve to verify that the
/art/tools/ahat/
DREADME.txt84 Restore old presentation of sample paths from gc roots.
85 Fix bug in selection of sample paths from gc root.
96 Don't include weak references in sample paths.
104 Simplify presentation of sample path from gc root.
116 Show sample path from GC root with field names in place of dominator path.
/art/test/2043-reference-pauses/src/
DMain.java278 final CBT sample = softRefs.get(N_SOFTREFS / 2).get();
279 if (sample != null) {
280 sample.check(TREE_HEIGHT, 47 /* some path descriptor */);
/art/test/odsign/test-src/com/android/tests/odsign/
DOdrefreshHostTest.java505 String sample = mTestUtils.getSystemServerExpectedArtifacts().iterator().next(); in simulateMissingArtifacts() local
507 String artifact = OdsignTestUtils.replaceExtension(sample, extension); in simulateMissingArtifacts()
/art/cmdline/
DREADME.md69 In the above code sample, we define a parser which is capable of parsing something like `--help
/art/runtime/
Dthread.h1340 void SetStackTraceSample(std::vector<ArtMethod*>* sample) { in SetStackTraceSample() argument
1342 tlsPtr_.deps_or_stack_trace_sample.stack_trace_sample = sample; in SetStackTraceSample()