Home
last modified time | relevance | path

Searched defs:result (Results 1 – 25 of 130) sorted by relevance

123456

/platform_testing/libraries/device-collectors/src/hostsidetests/src/com/android/collectors/
DDeviceCollectorsTest.java90 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/
DBinderCollectionHelperTest.java101 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/
DAlmostPerfectMatcherTest.kt40 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/
DEventLogSubjectTest.kt37 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/
DMSSIMMatcherTest.kt38 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
DPixelPerfectMatcherTest.kt38 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/
DFlicker.kt97 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/
DWindowToken.kt43 var result = super.hashCode() in hashCode() variable
DDisplayArea.kt63 var result = super.hashCode() in hashCode() variable
DConfigurationContainer.kt58 var result = overrideConfiguration?.hashCode() ?: 0 in hashCode() variable
DActivity.kt65 var result = super.hashCode() in hashCode() variable
DWindowConfiguration.kt60 var result = windowingMode in hashCode() variable
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DEnsureKeepScreenAwakeSetRule.kt19 val result = in starting() constant
/platform_testing/libraries/collectors-helper/statsd/test/src/com/android/helpers/
DStatsdStatsHelperTest.java257 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/
DTagTrace.kt40 var result = entries.contentDeepHashCode() in <lambda>() variable
DTagState.kt33 var result = timestamp.hashCode() in hashCode() variable
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/region/
DRegionTrace.kt47 var result = components.contentHashCode() in <lambda>() variable
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/layers/
DLayersTrace.kt50 var result = entries.contentHashCode() in hashCode() variable
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/errors/
DErrorState.kt26 var result = timestamp.hashCode() in hashCode() variable
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/
DPoint.kt35 var result = x in hashCode() variable
DSize.kt41 var result = width in prettyPrint() variable
DActiveBuffer.kt41 var result = height in prettyPrint() variable
DColor.kt47 var result = super.hashCode() in hashCode() variable
/platform_testing/utils/esimutility/src/com/android/test/util/esimutility/
DESimUtilityInstrumentation.java59 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/
DMicrobenchmarkTest.java91 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

123456