/platform_testing/libraries/flicker/test/src/com/android/server/wm/flicker/monitor/ |
D | EventLogMonitorTest.kt | 45 val result = FlickerRunResult.Builder() in canCaptureFocusEventLogs() constant 87 val result = FlickerRunResult.Builder() in onlyCapturesLastTransition() constant 122 val result = FlickerRunResult.Builder() in ignoreFocusRequestLogs() constant
|
/platform_testing/libraries/collectors-helper/jank/test/src/com/android/helpers/ |
D | BinderCollectionHelperTest.java | 101 Map<String, Integer> result = new HashMap<>(); in testParser_zeroCount() local 102 mHelper.parseMetrics(getBufferedReader(), result); in testParser_zeroCount() local 110 Map<String, Integer> result = new HashMap<>(); in testParser_multiCount() local 111 mHelper.parseMetrics(getBufferedReader(), result); in testParser_multiCount() local
|
/platform_testing/libraries/device-collectors/src/hostsidetests/src/com/android/collectors/ |
D | DeviceCollectorsTest.java | 90 TestRunResult result = results.iterator().next(); in testBaseListenerRuns() local 117 TestRunResult result = results.iterator().next(); in testBaseListenerRuns_withExcludeFilters() local 147 TestRunResult result = results.iterator().next(); in testBaseListenerRuns_withIncludeAndExcludeFilters() local 177 TestRunResult result = results.iterator().next(); in testBaseListenerRuns_withIncludeFilters() local 213 TestRunResult result = results.iterator().next(); in testScheduledListenerRuns() local 236 TestRunResult result = results.iterator().next(); in testScheduledListenerRuns_defaultValue() local 255 TestRunResult result = getLastDeviceRunResults(); in testLogOnly() local
|
/platform_testing/libraries/flicker/test/src/com/android/server/wm/flicker/ |
D | EventLogSubjectTest.kt | 36 val result = builder.buildEventLogResult().eventLogSubject in canDetectFocusChanges() constant 49 val result = FlickerRunResult.Builder().buildEventLogResult().eventLogSubject in canDetectFocusDoesNotChange() constant
|
D | TransitionRunnerTest.kt | 46 val result = runner.execute(flicker) in canRunTransition() constant 62 val result = runner.execute(flicker) in canRunTransitionCached() constant
|
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/windowmanager/windows/ |
D | WindowToken.kt | 43 var result = super.hashCode() in hashCode() variable
|
D | DisplayArea.kt | 63 var result = super.hashCode() in hashCode() variable
|
D | ConfigurationContainer.kt | 58 var result = overrideConfiguration?.hashCode() ?: 0 in hashCode() variable
|
D | Activity.kt | 65 var result = super.hashCode() in hashCode() variable
|
D | WindowConfiguration.kt | 60 var result = windowingMode in hashCode() variable
|
D | TaskFragment.kt | 57 var result = super.hashCode() in hashCode() variable
|
/platform_testing/libraries/collectors-helper/statsd/test/src/com/android/helpers/ |
D | StatsdStatsHelperTest.java | 256 private static void verifyAtomStats(Map<String, Long> result, int atomsCount) { in verifyAtomStats() 274 Map<String, Long> result, String metricKeyPrefix, long count) { in verifyConfigAlertStats() 287 Map<String, Long> result, String metricKeyPrefix, long count) { in verifyConfigMatcherStats() 300 Map<String, Long> result, String metricKeyPrefix, long count) { in verifyConfigConditionStats() 313 Map<String, Long> result, String metricKeyPrefix, long count) { in verifyConfigMetricStats() 326 Map<String, Long> result, in verifyConfigStats() 358 private static void verifyAnomalyAlarmStats(Map<String, Long> result) { in verifyAnomalyAlarmStats() 367 private static void verifyPulledAtomStats(Map<String, Long> result, int pulledAtomStatsCount) { in verifyPulledAtomStats() 439 private static void verifyAtomMetricStats(Map<String, Long> result, int atomMetricCount) { in verifyAtomMetricStats() 496 Map<String, Long> result, int logLossStatsCount) { in verifyDetectedLogLossStats() [all …]
|
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/tags/ |
D | TagTrace.kt | 43 var result = entries.contentDeepHashCode() in <lambda>() variable
|
D | TagState.kt | 33 var result = timestamp.hashCode() in hashCode() variable
|
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/errors/ |
D | ErrorState.kt | 26 var result = timestamp.hashCode() in hashCode() variable
|
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/ |
D | Point.kt | 35 var result = x in hashCode() variable
|
D | Buffer.kt | 30 var result = height in prettyPrint() variable
|
D | Size.kt | 36 var result = width in prettyPrint() variable
|
D | Region.kt | 53 var result = super.hashCode() in hashCode() variable
|
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/layers/ |
D | LayersTrace.kt | 52 var result = entries.contentHashCode() in hashCode() variable
|
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/ |
D | Flicker.kt | 102 var result: FlickerResult? = null variable in com.android.server.wm.flicker.Flicker 111 val result = runner.execute(this) in <lambda>() constant 137 val result = result in checkAssertion() constant
|
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/windowmanager/ |
D | WindowManagerTrace.kt | 52 var result = entries.contentHashCode() in <lambda>() variable
|
/platform_testing/utils/esimutility/src/com/android/test/util/esimutility/ |
D | ESimUtilityInstrumentation.java | 59 Bundle result = new Bundle(); in updateWithException() local 72 Bundle result = new Bundle(); in updateStart() local
|
/platform_testing/libraries/health/runners/microbenchmark/tests/src/android/platform/test/microbenchmark/ |
D | MicrobenchmarkTest.java | 91 Result result = new JUnitCore().run(loggingRunner); in testFeatureExecutionOrder() local 119 Result result = new JUnitCore().run(loggingRunner); in testMultipleIterationsWithRename() local 156 Result result = new JUnitCore().run(loggingRunner); in testMultipleIterationsWithDifferentSuffix() local 191 Result result = new JUnitCore().run(loggingRunner); in testMultipleIterationsWithoutRename() local 221 Result result = new JUnitCore().run(loggingRunner); in testMultipleMethodIterations() local 374 Result result = new JUnitCore().run(loggingRunner); in testTerminateOnTestFailOptionEnabled() local 401 Result result = new JUnitCore().run(loggingRunner); in testTerminateOnTestFailOptionDisabled() local
|
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/ |
D | IncidentReportListener.java | 58 File result = createAndEmptyDirectory(DIRECTORY_NAME); in onTestRunStart() local 71 public void onTestRunEnd(DataRecord runData, Result result) { in onTestRunEnd()
|