Home
last modified time | relevance | path

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

12345

/platform_testing/libraries/flicker/test/src/com/android/server/wm/flicker/monitor/
DEventLogMonitorTest.kt45 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/
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/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/flicker/test/src/com/android/server/wm/flicker/
DEventLogSubjectTest.kt36 val result = builder.buildEventLogResult().eventLogSubject in canDetectFocusChanges() constant
49 val result = FlickerRunResult.Builder().buildEventLogResult().eventLogSubject in canDetectFocusDoesNotChange() constant
DTransitionRunnerTest.kt46 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/
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
DTaskFragment.kt57 var result = super.hashCode() in hashCode() variable
/platform_testing/libraries/collectors-helper/statsd/test/src/com/android/helpers/
DStatsdStatsHelperTest.java256 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/
DTagTrace.kt43 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/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
DBuffer.kt30 var result = height in prettyPrint() variable
DSize.kt36 var result = width in prettyPrint() variable
DRegion.kt53 var result = super.hashCode() in hashCode() variable
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/layers/
DLayersTrace.kt52 var result = entries.contentHashCode() in hashCode() variable
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/
DFlicker.kt102 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/
DWindowManagerTrace.kt52 var result = entries.contentHashCode() in <lambda>() 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
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/
DIncidentReportListener.java58 File result = createAndEmptyDirectory(DIRECTORY_NAME); in onTestRunStart() local
71 public void onTestRunEnd(DataRecord runData, Result result) { in onTestRunEnd()

12345