Home
last modified time | relevance | path

Searched refs:samples (Results 1 – 15 of 15) sorted by relevance

/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DMemHealthRecord.java230 public static List<Long> getForegroundDalvikHeap(Collection<MemHealthRecord> samples) { in getForegroundDalvikHeap() argument
231 List<Long> ret = new ArrayList<>(samples.size()); in getForegroundDalvikHeap()
232 for (MemHealthRecord sample : samples) { in getForegroundDalvikHeap()
240 public static List<Long> getBackgroundDalvikHeap(Collection<MemHealthRecord> samples) { in getBackgroundDalvikHeap() argument
241 List<Long> ret = new ArrayList<>(samples.size()); in getBackgroundDalvikHeap()
242 for (MemHealthRecord sample : samples) { in getBackgroundDalvikHeap()
250 public static List<Long> getForegroundNativeHeap(Collection<MemHealthRecord> samples) { in getForegroundNativeHeap() argument
251 List<Long> ret = new ArrayList<>(samples.size()); in getForegroundNativeHeap()
252 for (MemHealthRecord sample : samples) { in getForegroundNativeHeap()
260 public static List<Long> getBackgroundNativeHeap(Collection<MemHealthRecord> samples) { in getBackgroundNativeHeap() argument
[all …]
/platform_testing/libraries/health/runners/longevity/platform/samples/assets/
Dsample_indexed_profile.textpb4 journey: "android.platform.test.longevity.samples.SimpleSuite$PassingTest"
7 journey: "android.platform.test.longevity.samples.SimpleSuite$FailingTest"
10 journey: "android.platform.test.longevity.samples.SimpleSuite$PassingTest"
13 journey: "android.platform.test.longevity.samples.SimpleSuite$PassingTest"
16 journey: "android.platform.test.longevity.samples.SimpleSuite$FailingTest"
Dsample_scheduled_profile.textpb4 journey: "android.platform.test.longevity.samples.SimpleSuite$PassingTest"
8 journey: "android.platform.test.longevity.samples.SimpleSuite$FailingTest"
11 journey: "android.platform.test.longevity.samples.SimpleSuite$PassingTest"
15 journey: "android.platform.test.longevity.samples.SimpleSuite$PassingTest"
19 journey: "android.platform.test.longevity.samples.SimpleSuite$FailingTest"
/platform_testing/libraries/health/runners/longevity/platform/tests/assets/
DtestIndexedScheduling_respectsSchedule.textpb4 journey: "android.platform.test.longevity.samples.testing.SampleBasicProfileSuite$PassingTest1"
7 journey: "android.platform.test.longevity.samples.testing.SampleBasicProfileSuite$PassingTest2"
10 journey: "android.platform.test.longevity.samples.testing.SampleBasicProfileSuite$PassingTest1"
DtestTimestampScheduling_respectsSuiteTimeout.textpb4 journey: "android.platform.test.longevity.samples.testing.SampleTimedProfileSuite$PassingTest"
7 journey: "android.platform.test.longevity.samples.testing.SampleTimedProfileSuite$LongIdleTest"
DtestTimestampScheduling_respectsSchedule.textpb4 journey: "android.platform.test.longevity.samples.testing.SampleTimedProfileSuite$LongIdleTest"
8 journey: "android.platform.test.longevity.samples.testing.SampleTimedProfileSuite$PassingTest"
/platform_testing/libraries/health/runners/longevity/
DREADME.md11 `LongevityHostLibSamples` and `LongevityPlatformLibSamples` modules under the `samples/` directory.
12 Follow the samples directory to see how longevity suites are constructed.
23 org.junit.runner.JUnitCore android.host.test.longevity.samples.SimpleSuite`
29 org.junit.runner.JUnitCore android.host.test.longevity.samples.SimpleSuite`
36 android.platform.test.longevity.samples/androidx.runner.AndroidJUnitRunner`
41 -e class android.platform.test.longevity.samples.SimpleSuite
42 android.platform.test.longevity.samples/androidx.test.runner.AndroidJUnitRunner`
47 -e class android.platform.test.longevity.samples.SimpleSuite
48 android.platform.test.longevity.samples/androidx.test.runner.AndroidJUnitRunner`
53 -e class android.platform.test.longevity.samples.SimpleSuite
[all …]
/platform_testing/libraries/health/runners/longevity/platform/samples/src/android/platform/test/longevity/samples/
DSimpleProfile.java17 package android.platform.test.longevity.samples;
DSimpleSuite.java17 package android.platform.test.longevity.samples;
/platform_testing/libraries/health/runners/longevity/host/samples/src/android/host/test/samples/
DSimpleSuite.java17 package android.host.test.longevity.samples;
/platform_testing/libraries/health/runners/longevity/platform/tests/src/android/platform/test/longevity/samples/testing/
DSampleBasicProfileSuite.java17 package android.platform.test.longevity.samples.testing;
DSampleTimedProfileSuite.java17 package android.platform.test.longevity.samples.testing;
/platform_testing/libraries/health/runners/longevity/platform/tests/src/android/platform/test/longevity/
DProfileSuiteTest.java33 import android.platform.test.longevity.samples.testing.SampleBasicProfileSuite;
34 import android.platform.test.longevity.samples.testing.SampleTimedProfileSuite;
DScheduledScenarioRunnerTest.java34 import android.platform.test.longevity.samples.testing.SampleTimedProfileSuite;
/platform_testing/tests/health/scenarios/tests/
DAndroid.bp15 // TODO(harrytczhang@): Refactor to share command with the similar genrule in samples. See