/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/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/screenshot/src/androidTest/java/platform/test/screenshot/matchers/ |
D | AlmostPerfectMatcherTest.kt | 40 val result = matcher.compareBitmaps( in diffColor_exactMatch() constant 62 val result = matcher.compareBitmaps( in diffColor_almostMatchLowRed() constant 84 val result = matcher.compareBitmaps( in diffColor_almostMatchHighRed() constant 106 val result = matcher.compareBitmaps( in diffColor_notMatch() constant 123 val result = matcher.compareBitmaps( in performDiff_sameBitmaps() constant 137 val result = matcher.compareBitmaps( in performDiff_sameSize_partialCompare_checkDiffImage() constant
|
/platform_testing/libraries/flicker/test/src/com/android/server/wm/flicker/ |
D | EventLogSubjectTest.kt | 37 val result = builder.buildEventLogResult(RUN_SUCCESS).eventLogSubject in canDetectFocusChanges() constant 51 val result = builder.buildEventLogResult(RUN_SUCCESS).eventLogSubject in canDetectFocusDoesNotChange() constant
|
/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/ |
D | MSSIMMatcherTest.kt | 38 val result = matcher.calculateSSIM( in performDiff_sameBitmaps() constant 54 val result = matcher.calculateSSIM( in performDiff_noPixelsCompared() constant 78 val result = matcher.calculateSSIM( in performDiff_sameRegion() constant 94 val result = matcher.calculateSSIM( in performDiff_checkedAgainstUnchecked() constant 109 val result = matcher.calculateSSIM( in performDiff_differentBorders() constant 124 val result = matcher.calculateSSIM( in performDiff_fullscreen_differentBorders_dark() constant 139 val result = matcher.calculateSSIM( in performDiff_differentBorders_dark() constant 154 val result = matcher.calculateSSIM( in performDiff_fullscreen_movedToRight() constant 169 val result = matcher.calculateSSIM( in performDiff_fullscreen_checkboxes_differentRadius() constant
|
D | PixelPerfectMatcherTest.kt | 38 val result = matcher.compareBitmaps( in performDiff_sameBitmaps() constant 52 val result = matcher.compareBitmaps( in performDiff_sameSize_differentBorders() constant 66 val result = matcher.compareBitmaps( in performDiff_sameSize_differentBorders_partialCompare() constant 81 val result = matcher.compareBitmaps( in performDiff_sameSize_partialCompare_checkDiffImage() constant
|
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/ |
D | Flicker.kt | 97 var result: FlickerResult? = null variable in com.android.server.wm.flicker.Flicker 106 val result = runner.execute(this) in <lambda>() constant 116 val result = result in checkHasSuccessfullyExecutedATransitionRun() constant 145 val result = result in checkAssertion() 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
|
/platform_testing/libraries/health/rules/src/android/platform/test/rule/ |
D | EnsureKeepScreenAwakeSetRule.kt | 19 val result = in starting() constant
|
/platform_testing/libraries/collectors-helper/statsd/test/src/com/android/helpers/ |
D | StatsdStatsHelperTest.java | 257 private static void verifyAtomStats(Map<String, Long> result, int atomsCount) { in verifyAtomStats() 275 Map<String, Long> result, String metricKeyPrefix, long count) { in verifyConfigAlertStats() 288 Map<String, Long> result, String metricKeyPrefix, long count) { in verifyConfigMatcherStats() 301 Map<String, Long> result, String metricKeyPrefix, long count) { in verifyConfigConditionStats() 314 Map<String, Long> result, String metricKeyPrefix, long count) { in verifyConfigMetricStats() 327 Map<String, Long> result, in verifyConfigStats() 359 private static void verifyAnomalyAlarmStats(Map<String, Long> result) { in verifyAnomalyAlarmStats() 368 private static void verifyPulledAtomStats(Map<String, Long> result, int pulledAtomStatsCount) { in verifyPulledAtomStats() 440 private static void verifyAtomMetricStats(Map<String, Long> result, int atomMetricCount) { in verifyAtomMetricStats() 497 Map<String, Long> result, int logLossStatsCount) { in verifyDetectedLogLossStats() [all …]
|
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/tags/ |
D | TagTrace.kt | 40 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/region/ |
D | RegionTrace.kt | 47 var result = components.contentHashCode() in <lambda>() variable
|
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/layers/ |
D | LayersTrace.kt | 50 var result = entries.contentHashCode() 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 | Size.kt | 41 var result = width in prettyPrint() variable
|
D | ActiveBuffer.kt | 41 var result = height in prettyPrint() variable
|
D | Color.kt | 47 var result = super.hashCode() in hashCode() 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
|