/platform_testing/libraries/device-collectors/src/test/java/android/device/collectors/ |
D | PerfettoListenerTest.java | 97 private PerfettoListener initListener(Bundle b) { in initListener() 121 Bundle b = new Bundle(); in testPerfettoPerTestSuccessFlow() local 142 Bundle b = new Bundle(); in testPerfettoPerTestFailureFlowDefault() local 170 Bundle b = new Bundle(); in testPerfettoPerTestFailureFlowWithSkipMmetrics() local 197 Bundle b = new Bundle(); in testPerfettoDefaultStartWaitTime() local 222 Bundle b = new Bundle(); in testPerfettoCustomStartWaitTime() local 246 Bundle b = new Bundle(); in testPerfettoPerRunSuccessFlow() local 265 Bundle b = new Bundle(); in testRunWithWakeLockHoldsAndReleasesAWakelock() local 274 Bundle b = new Bundle(); in testRunWithWakeLockHoldsAndReleasesAWakelockWhenThereIsAnException() local 295 Bundle b = new Bundle(); in testPerfettoDoesNotHoldWakeLockPerRun() local [all …]
|
D | SimpleperfListenerTest.java | 73 private SimpleperfListener initListener(Bundle b) { in initListener() 89 Bundle b = new Bundle(); in testSimpleperfPerTestSuccessFlow() local 109 Bundle b = new Bundle(); in testSimpleperfPerTestFailureFlowDefault() local 135 Bundle b = new Bundle(); in testSimpleperfPerTestFailureFlowWithSkipMmetrics() local 161 Bundle b = new Bundle(); in testSimpleperfPerRunSuccessFlow() local 183 Bundle b = new Bundle(); in testSimpleperfPerRunFailureFlow() local 200 Bundle b = new Bundle(); in testSimpleperfStartFailureFlow() local 220 Bundle b = new Bundle(); in testSimpleperfInvocationCount() local
|
D | BaseCollectionListenerTest.java | 62 private BaseCollectionListener initListener(Bundle b) { in initListener() 76 Bundle b = new Bundle(); in testPerRunFlow() local 96 Bundle b = new Bundle(); in testPerTestFlow() local 123 Bundle b = new Bundle(); in testDefaultOptionFlow() local 146 Bundle b = new Bundle(); in testPerTestFailureFlowNotCollectMetrics() local 168 Bundle b = new Bundle(); in testPerTestFailureFlowDefault() local 191 Bundle b = new Bundle(); in testPerTestFailureSkipMetrics() local 215 Bundle b = new Bundle(); in testInterleavingTestFailureMetricsSkip() local
|
D | TotalPssMetricListenerTest.java | 65 private TotalPssMetricListener initListener(Bundle b) { in initListener() 73 Bundle b = new Bundle(); in testHelperReceivesProcessNames() local 84 Bundle b = new Bundle(); in testAdditionalPssOptions() local
|
D | ShowmapSnapshotListenerTest.java | 60 private ShowmapSnapshotListener initListener(Bundle b) { in initListener() 68 Bundle b = new Bundle(); in testHelperReceivesProcessNames() local 81 Bundle b = new Bundle(); in testAdditionalOptions() local
|
D | BatteryStatsListenerTest.java | 82 private BatteryStatsListener initListener(Bundle b) { in initListener() 94 Bundle b = new Bundle(); in testTestRunCollector() local 129 Bundle b = new Bundle(); in testTestRunSaveToSpecifiedDirCollector() local 141 Bundle b = new Bundle(); in testTestRunToBytesCollector() local 188 Bundle b = new Bundle(); in testTestCaseCollector() local
|
D | ScreenshotOnFailureCollectorTest.java | 97 private ScreenshotOnFailureCollector initListener(Bundle b) throws IOException { in initListener() 109 Bundle b = new Bundle(); in testSavePngAsFile() local 150 Bundle b = new Bundle(); in testSaveUixAsFile() local 188 Bundle b = new Bundle(); in testNoUixWithoutOption() local 224 Bundle b = new Bundle(); in testSavesIterations() local
|
D | ProcLoadListenerTest.java | 63 private ProcLoadListener initListener(Bundle b) { in initListener() 71 Bundle b = new Bundle(); in testLoadProcAdditionalOptions() local
|
D | ProcessShowmapListenerTest.java | 61 private ProcessShowmapListener initListener(Bundle b) { in initListener() 69 Bundle b = new Bundle(); in testHelperReceivesProcessNames() local
|
D | PinnerSnapshotListenerTest.java | 55 private PinnerSnapshotListener initListener(Bundle b) { in initListener() 63 Bundle b = new Bundle(); in testHelperReceivesCustomDirectory() local
|
D | ScheduledRunMetricListenerTest.java | 46 Bundle b = new Bundle(); in setUp() local
|
D | ScheduledRunCollectionListenerTest.java | 78 Bundle b = new Bundle(); in initListener() local
|
/platform_testing/libraries/device-collectors/src/test/java/android/device/preparers/ |
D | GarbageCollectionPreparerTest.java | 66 private GarbageCollectionPreparer initPreparer(Bundle b) { in initPreparer() 74 Bundle b = new Bundle(); in testHelperReceivesNoProcesses() local 86 Bundle b = new Bundle(); in testHelperReceivesOneProcess() local 97 Bundle b = new Bundle(); in testHelperReceivesMultipleProcesses() local 109 Bundle b = new Bundle(); in testHelperGcsDefaultWaitTimeWhenUnprovided() local 122 Bundle b = new Bundle(); in testHelperGcsDefaultWaitTimeWhenInvalid() local 136 Bundle b = new Bundle(); in testHelperGcsProvidedWaitTime() local 150 Bundle b = new Bundle(); in testHelperGcsNoRunEnd() local 164 Bundle b = new Bundle(); in testHelperGcsRunEnd() local
|
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/ |
D | Color.kt | 19 data class Color(val r: Float, val g: Float, val b: Float, val a: Float) { constant in com.android.server.wm.traces.common.Color 36 val b = FloatFormatter.format(color.b) in prettyPrint() constant
|
/platform_testing/libraries/audio-test-harness/server/src/main/java/com/android/media/audiotestharness/server/service/ |
D | CaptureChunkStreamObserverOutputStream.java | 100 public void write(int b) { in write() 115 public void write(byte[] b) { in write() 124 public void write(byte[] b, int off, int len) { in write()
|
/platform_testing/libraries/audio-test-harness/client-lib/src/main/java/com/android/media/audiotestharness/client/grpc/ |
D | GrpcAudioCaptureStream.java | 42 public int read(byte[] b) throws IOException { in read() 47 public int read(byte[] b, int off, int len) throws IOException { in read()
|
/platform_testing/libraries/audio-test-harness/server/src/test/java/com/android/media/audiotestharness/server/javasound/ |
D | JavaAudioCapturerTests.java | 241 public void write(int b) throws IOException { in write() 246 public void write(byte[] b, int off, int len) throws IOException { in write() 251 public void write(byte[] b) { in write()
|
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/util/ |
D | SendToInstrumentation.java | 45 Bundle b = new Bundle(); in sendFile() local
|
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/ |
D | DataRecord.java | 92 Bundle b = createBundle(); in createBundleFromMetrics() local
|
/platform_testing/libraries/metrics-helper/tests/src/android/support/test/metricshelper/ |
D | MetricsAssertsTest.java | 42 private LogMaker b; field in MetricsAssertsTest
|
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/ |
D | DataCollector.java | 160 private long gcd(long a, long b) { in gcd()
|
/platform_testing/libraries/metrics-helper/src/android/support/test/metricshelper/ |
D | MetricsAsserts.java | 89 LogMaker b = queue.poll(); in findMatchingLogs() local
|