Home
last modified time | relevance | path

Searched refs:samples (Results 1 – 22 of 22) 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/
DtestExtraArgs_unregisteredAfterTest.textpb4 …journey: "android.platform.test.longevity.samples.testing.SampleExtraArgsSuite$ClassLevelExtraArgs…
11 …journey: "android.platform.test.longevity.samples.testing.SampleExtraArgsSuite$NotInInstrumentatio…
18 …journey: "android.platform.test.longevity.samples.testing.SampleExtraArgsSuite$TestLevelExtraArgsS…
25 …journey: "android.platform.test.longevity.samples.testing.SampleExtraArgsSuite$NotInInstrumentatio…
32 …journey: "android.platform.test.longevity.samples.testing.SampleExtraArgsSuite$InTestExtraArgsScen…
39 …journey: "android.platform.test.longevity.samples.testing.SampleExtraArgsSuite$NotInInstrumentatio…
DtestSequentialScheduling_respectsSchedule.textpb3 journey: "android.platform.test.longevity.samples.testing.SampleBasicProfileSuite$PassingTest1"
5 journey: "android.platform.test.longevity.samples.testing.SampleBasicProfileSuite$PassingTest2"
7 journey: "android.platform.test.longevity.samples.testing.SampleBasicProfileSuite$PassingTest1"
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"
DtestExtraArgs_registeredBeforeTest.textpb4 …journey: "android.platform.test.longevity.samples.testing.SampleExtraArgsSuite$ClassLevelExtraArgs…
11 …journey: "android.platform.test.longevity.samples.testing.SampleExtraArgsSuite$TestLevelExtraArgsS…
18 …journey: "android.platform.test.longevity.samples.testing.SampleExtraArgsSuite$InTestExtraArgsScen…
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/audio-test-harness/proto/
Daudio_format.proto34 // Whether the samples should be recorded signed or unsigned, by default true
35 // meaning that the samples are signed.
38 // Whether the samples should be big endian or little endian, by default this
Daudio_test_harness_service.proto29 // raw audio samples to the device.
/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;
DSampleExtraArgsSuite.java17 package android.platform.test.longevity.samples.testing;
/platform_testing/libraries/collectors-helper/simpleperf/
DAndroid.bp15 // Used for collecting simpleperf samples.
/platform_testing/libraries/health/runners/longevity/platform/tests/src/android/platform/test/longevity/
DProfileSuiteTest.java35 import android.platform.test.longevity.samples.testing.SampleBasicProfileSuite;
36 import android.platform.test.longevity.samples.testing.SampleExtraArgsSuite;
37 import android.platform.test.longevity.samples.testing.SampleTimedProfileSuite;
DScheduledScenarioRunnerTest.java33 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