| /platform_testing/libraries/device-collectors/src/test/java/android/device/collectors/ |
| D | PerfettoListenerTest.java | 101 private List<PerfettoTracingStrategy> initStrategies(Bundle b) { in initStrategies() 144 private PerfettoListener initListener(Bundle b) { in initListener() 159 Bundle b = new Bundle(); in testPerfettoPerTestSuccessFlow() local 185 Bundle b = new Bundle(); in testPerfettoPerTestFailureFlowDefault() local 213 Bundle b = new Bundle(); in testPerfettoPerTestFailureFlowWithSkipMmetrics() local 240 Bundle b = new Bundle(); in testPerfettoDefaultStartWaitTime() local 266 Bundle b = new Bundle(); in testPerfettoCustomStartWaitTime() local 290 Bundle b = new Bundle(); in testPerfettoPerRunSuccessFlow() local 309 Bundle b = new Bundle(); in testRunWithWakeLockHoldsAndReleasesAWakelock() local 318 Bundle b = new Bundle(); in testRunWithWakeLockHoldsAndReleasesAWakelockWhenThereIsAnException() local [all …]
|
| D | SimpleperfListenerTest.java | 88 private SimpleperfListener initListener(Bundle b) { in initListener() 99 private SimpleperfListener initListener(Bundle b, SimpleperfHelper mHelper) { in initListener() 167 Bundle b = new Bundle(); in testSimpleperfPerTestSuccessFlow() local 187 Bundle b = new Bundle(); in testSimpleperfPerTestFailureFlowDefault() local 213 Bundle b = new Bundle(); in testSimpleperfPerTestFailureFlowWithSkipMmetrics() local 239 Bundle b = new Bundle(); in testSimpleperfPerRunSuccessFlow() local 261 Bundle b = new Bundle(); in testSimpleperfRecordSingleProcessEvent() local 281 Bundle b = new Bundle(); in testSimpleperfPerRunRecordMultipleProcessEvents() local 303 Bundle b = new Bundle(); in testSimpleperfPerTestRecordMultipleProcessEvents() local 327 Bundle b = new Bundle(); in testSimpleperfPerRunReport() local [all …]
|
| D | BaseCollectionListenerTest.java | 64 private BaseCollectionListener initListener(Bundle b) { in initListener() 78 Bundle b = new Bundle(); in testPerRunFlow() local 98 Bundle b = new Bundle(); in testPerTestFlow() local 125 Bundle b = new Bundle(); in testDefaultOptionFlow() local 148 Bundle b = new Bundle(); in testPerTestFailureFlowNotCollectMetrics() local 170 Bundle b = new Bundle(); in testPerTestFailureFlowDefault() local 193 Bundle b = new Bundle(); in testPerTestFailureSkipMetrics() local 214 Bundle b = new Bundle(); in testStopCollectingOnTestEndIfCollectionThrows() local 232 Bundle b = new Bundle(); in testStopCollectingOnTestRunEndIfCollectionThrows() local 254 Bundle b = new Bundle(); in testInterleavingTestFailureMetricsSkip() local
|
| D | PerfettoTracingPerRunStrategyTest.java | 85 private PerfettoTracingStrategy initStrategy(Bundle b) { in initStrategy() 103 Bundle b = new Bundle(); in testPerfettoTraceStartOnRunStart() local 115 Bundle b = new Bundle(); in testPerfettoTraceStartOnRunStartMultiple() local 129 Bundle b = new Bundle(); in testPerfettoTraceEndOnRunEnd() local 143 Bundle b = new Bundle(); in testPerfettoTraceEndOnRunEndMultiple() local 161 Bundle b = new Bundle(); in testPerfettoTraceDoesNotStartOnTestStart() local 182 Bundle b = new Bundle(); in testPerfettoTraceDoesNotStopOnTestEnd() local 199 Bundle b = new Bundle(); in testPerfettoTraceDoesNotStopOnFailure() local
|
| D | PerfettoTracingPerClassStrategyTest.java | 84 private PerfettoTracingStrategy initStrategy(Bundle b) { in initStrategy() 106 Bundle b = new Bundle(); in testPerfettoTraceStartOnFirstTestStart() local 120 Bundle b = new Bundle(); in testPerfettoTraceStartOncePerClass() local 137 Bundle b = new Bundle(); in testPerfettoTraceStartInClassChange() local 154 Bundle b = new Bundle(); in testPerfettoTraceEndsOnRunEnds() local 170 Bundle b = new Bundle(); in testDoNotReportMetricOnTest() local 185 Bundle b = new Bundle(); in testReportMetricOnRunEndOnly() local 201 Bundle b = new Bundle(); in testReportMultipleMetricsOnRunEnd() local
|
| D | PerfettoTracingStrategyTest.java | 85 private TestPerfettoTracingStrategy initStrategy(Bundle b) { in initStrategy() 100 Bundle b = new Bundle(); in testGetParameter_noArgumentPassed_returnsDefaultValue() local 108 Bundle b = new Bundle(); in testGetParameter_globalArgumentPassed_returnsProvidedValue() local 117 Bundle b = new Bundle(); in testGetParameter_strategySpecificArgumentPassed_returnsProvidedValue() local 127 Bundle b = new Bundle(); in testGetParameter_otherStrategySpecificArgumentPassed_returnsDefaultValue() local 137 Bundle b = new Bundle(); in testNoIterationArgumentPassed_doesNotSkipMetrics() local 147 Bundle b = new Bundle(); in testAllowIterationArgumentPassedWithOneIteration_skipMetricForOtherIterations() local 159 Bundle b = new Bundle(); in testAllowIterationArgumentPassedWithMultipleIterations_skipMetricForOthers() local 171 Bundle b = new Bundle(); in testCallSkipMetricForNotExecutedTest_throwException() local
|
| D | PerfettoTracingPerTestStrategyTest.java | 90 private PerfettoTracingStrategy initStrategy(Bundle b) { in initStrategy() 110 Bundle b = new Bundle(); in testPerfettoTraceStartOnTestStart() local 124 Bundle b = new Bundle(); in testPerfettoTraceStartOnTestStartMultiple() local 141 Bundle b = new Bundle(); in testPerfettoTraceEndOnRunEnd() local 158 Bundle b = new Bundle(); in testPerfettoTraceEndOnRunEndMultiple() local 179 Bundle b = new Bundle(); in testPerfettoTraceDoesNotStartOnRunStart() local 195 Bundle b = new Bundle(); in testPerfettoTraceDoesNotStopOnFailure() local
|
| D | PerfettoTracingBeforeAfterStrategyTest.java | 90 private PerfettoTracingBeforeAfterTestStrategy initStrategy(Bundle b) { in initStrategy() 107 Bundle b = new Bundle(); in testPerfettoTraceStartAndEndOnTestStart() local 120 Bundle b = new Bundle(); in testPerfettoTraceStartAndEndOnTestEnd() local 135 Bundle b = new Bundle(); in testTwoTests_startsAndEndsPerfettoCollectionForAllExecutions() local 151 Bundle b = new Bundle(); in testTwoIterations_onlySecondIsAllowed_collectsTraceOnlyForTheSecond() 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 | 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 | 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 | ScreenshotOnFailureCollectorTest.java | 98 private ScreenshotOnFailureCollector initListener(Bundle b) throws IOException { in initListener() 110 Bundle b = new Bundle(); in testSavePngAsFile() local 151 Bundle b = new Bundle(); in testSaveUixAsFile() local 189 Bundle b = new Bundle(); in testNoUixWithoutOption() local 225 Bundle b = new Bundle(); in testSavesIterations() local
|
| D | ProcessShowmapListenerTest.java | 61 private ProcessShowmapListener initListener(Bundle b) { in initListener() 69 Bundle b = new Bundle(); in testHelperReceivesProcessNames() local
|
| D | ProcLoadListenerTest.java | 63 private ProcLoadListener initListener(Bundle b) { in initListener() 71 Bundle b = new Bundle(); in testLoadProcAdditionalOptions() local
|
| D | PinnerSnapshotListenerTest.java | 58 private PinnerSnapshotListener initListener(Bundle b) { in initListener() 66 Bundle b = new Bundle(); in testHelperReceivesCustomDirectory() local
|
| D | ScheduledRunMetricListenerTest.java | 46 Bundle b = new Bundle(); in setUp() 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/collector/test/src/android/tools/collectors/ |
| D | DefaultUITraceListenerTest.java | 86 private List<PerfettoTracingStrategy> initStrategies(Bundle b) { in initStrategies() 104 private DefaultUITraceListener initListener(Bundle b) { in initListener() 117 Bundle b = new Bundle(); in testPerfettoPerTestSuccessFlow() local 142 Bundle b = new Bundle(); in testPerfettoPerTestFailureFlowDefault() local 169 Bundle b = new Bundle(); in testPerfettoPerRunSuccessFlow() local 191 Bundle b = new Bundle(); in testPerfettoPerRunFailureFlow() local 208 Bundle b = new Bundle(); in testPerfettoStartFailureFlow() local 227 Bundle b = new Bundle(); in testPerfettoClassFlowOneClassOneTest() local 249 Bundle b = new Bundle(); in testPerfettoClassFlowOneClassMultipleTests() local 273 Bundle b = new Bundle(); in testPerfettoClassFlowMultipleClasses() local
|
| /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/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/tests/automotive/mobly_tests/certification/devices/ |
| D | types.py | 17 def flash(serial, imagedir, wipe, hwVariant, b, diag, preserveKeys): argument
|
| D | seahawk.py | 24 def flash(serial, imagedir, wipe, hwVariant, b, diag, preserveKeys): argument
|
| /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/audio-test-harness/client-lib/src/main/java/com/android/media/audiotestharness/client/grpc/ |
| D | GrpcAudioCaptureStream.java | 135 public int read(byte[] b) throws IOException { in read() 159 public int read(byte[] b, int off, int len) throws IOException { in read()
|