Home
last modified time | relevance | path

Searched defs:results (Results 1 – 25 of 29) sorted by relevance

12

/platform_testing/libraries/collectors-helper/memory/test/src/com/android/helpers/tests/
DDumpsysMeminfoHelperTest.java91 Map<String, Long> results = mDumpsysMeminfoHelper.getMetrics(); in testCollectMeminfo_noProcess() local
100 Map<String, Long> results = mDumpsysMeminfoHelper.getMetrics(); in testCollectMeminfo_nullProcess() local
108 Map<String, Long> results = mDumpsysMeminfoHelper.getMetrics(); in testCollectMeminfo_nullProcessObjectMap() local
116 Map<String, Long> results = mDumpsysMeminfoHelper.getMetrics(); in testCollectMeminfo_wrongProcesses() local
128 Map<String, Long> results = mDumpsysMeminfoHelper.getMetrics(); in testCollectMeminfo_wrongProcessesNameInProcessObjectMap() local
140 Map<String, Long> results = mDumpsysMeminfoHelper.getMetrics(); in testCollectMeminfo_wrongObjectNameInProcessObjectMap() local
149 Map<String, Long> results = mDumpsysMeminfoHelper.getMetrics(); in testCollectMeminfo_oneProcess() local
159 Map<String, Long> results = mDumpsysMeminfoHelper.getMetrics(); in testCollectMeminfo_multipleProcesses() local
175 Map<String, Long> results = mDumpsysMeminfoHelper.getMetrics(); in testCollectMeminfo_oneProcessObjectMap() local
190 Map<String, Long> results = mDumpsysMeminfoHelper.getMetrics(); in testCollectMeminfo_twoProcessObjectMap() local
[all …]
/platform_testing/libraries/device-collectors/src/hostsidetests/src/com/android/collectors/
DDeviceCollectorsTest.java88 Collection<TestRunResult> results = listener.getRunResults(); in testBaseListenerRuns() local
115 Collection<TestRunResult> results = listener.getRunResults(); in testBaseListenerRuns_withExcludeFilters() local
145 Collection<TestRunResult> results = listener.getRunResults(); in testBaseListenerRuns_withIncludeAndExcludeFilters() local
175 Collection<TestRunResult> results = listener.getRunResults(); in testBaseListenerRuns_withIncludeFilters() local
211 Collection<TestRunResult> results = listener.getRunResults(); in testScheduledListenerRuns() local
234 Collection<TestRunResult> results = listener.getRunResults(); in testScheduledListenerRuns_defaultValue() local
DBatterystatsCollectorHostTest.java122 Collection<TestRunResult> results = listener.getRunResults(); in testBatteryStatsListener_perRun() local
DLogcatCollectorHostTest.java89 TestRunResult results = getLastDeviceRunResults(); in testCollect() local
/platform_testing/libraries/collectors-helper/system/test/src/com/android/helpers/tests/
DDumpsysServiceHelperTest.java71 Map<String, String> results = mDumpsysServiceHelper.getMetrics(); in testCollectDumpsys_noService() local
82 Map<String, String> results = mDumpsysServiceHelper.getMetrics(); in testCollectDumpsys_oneService() local
100 Map<String, String> results = mDumpsysServiceHelper.getMetrics(); in testCollectDumpsys_multipleServices() local
DTimeInStateHelperTest.java79 Map<String, Long> results = mTimeInStateHelper.getMetrics(); in testCollectTimeInState_noSource() local
97 Map<String, Long> results = mTimeInStateHelper.getMetrics(); in testCollectTimeInState_oneSource() local
122 Map<String, Long> results = mTimeInStateHelper.getMetrics(); in testCollectTimeInState_multipleSources() local
/platform_testing/libraries/flicker/src/android/tools/flicker/junit/
DUtils.kt65 val results = Bundle() in notifyRunnerProgress() constant
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DCaseResult.java74 List<ITestResult> results = new ArrayList<>(); in getResults() local
88 ArrayList<ITestResult> results = new ArrayList<>(mResults.values()); in getResults() local
DModuleResult.java237 ArrayList<ICaseResult> results = new ArrayList<>(mResults.values()); in getResults() local
/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/
DThermalHelper.java103 Map<String, StringBuilder> results = new HashMap<>(); in getMetrics() local
130 private void updateTemperatureMetrics(Map<String, StringBuilder> results) { in updateTemperatureMetrics()
179 Map<String, StringBuilder> results = new HashMap<>(); in getTemperature() local
DBatteryUsageStatsHelper.java126 Map<String, Long> results = new HashMap<>(); in batteryUsageStatsFromBucket() local
326 Map<String, Long> results = new HashMap<>(); in getMetrics() local
/platform_testing/libraries/flicker/src/android/tools/flicker/
DFlickerServiceResultsCollector.kt134 val results = errorReportingBlock { in <lambda>() constant
162 val results = errorReportingBlock { in <lambda>() constant
192 val results = scenarios.flatMap { it.generateAssertions() }.map { it.execute() } in <lambda>() constant
364 val results = mutableListOf<AssertionResult>() in <lambda>() constant
/platform_testing/libraries/flicker/test/src/android/tools/flicker/
DScenarioInstanceTest.kt93 val results = assertions.map { it.execute() } in willReportFlickerAssertions() constant
167 val results = assertions.map { it.execute() } in willReportMainBlockAssertions() constant
/platform_testing/libraries/device-collectors/src/hostsidetests/src/com/android/loggers/
DDeviceFileLoggerHostTest.java77 Collection<TestRunResult> results = listener.getRunResults(); in testFileIsLogged() local
/platform_testing/host_runners/utils/src/com/android/runner/utils/
DInstrumentationResultProtoParser.java125 ResultsBundle results = testStatus.getResults(); in processTestStatus() local
154 ResultsBundle results = sessionStatus.getResults(); in processSessionStatus() local
/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/
DMemLeaksHelper.java81 Map<String, Long> results = new HashMap<>(); in getMetrics() local
105 Map<String, Long> results = new HashMap<>(); in getMeminfo() local
DFreeMemHelper.java114 Map<String, Long> results = new HashMap<>(); in getMetrics() local
/platform_testing/libraries/flicker/test/src/android/tools/integration/
DTransitionErrorTest.kt54 val results = in <lambda>() constant
/platform_testing/tests/automotive/functional/settings/src/android/platform/tests/
DAppInfoSettingTest.java82 List<Integer> results = in testAllowedAppNumber() local
/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DClassMetricRuleTest.java77 List<Bundle> results = addResultsCaptor.getAllValues(); in testRunsSpecifiedCollectorsAndReportRunMetrics() local
/platform_testing/libraries/collectors-helper/generic/src/com/android/helpers/
DGenericExecutableCollectorHelper.java82 Map<String, String> results = new HashMap<>(); in getMetrics() local
/platform_testing/libraries/screenshot/proto/src/main/proto/
Dscreenshot_result.proto108 repeated DiffResult results = 1; field
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DProcessStatusTracker.java184 List<RunningAppProcessInfo> results = new ArrayList<RunningAppProcessInfo>(); in getRunningAppProcesses() local
/platform_testing/libraries/collectors-helper/jank/src/com/android/helpers/
DSfStatsCollectionHelper.java86 Map<String, Double> results = new HashMap<>(); in getMetrics() local
/platform_testing/libraries/collectors-helper/simpleperf/src/com/android/helpers/
DSimpleperfHelper.java209 Map<String, String> results = new HashMap<>(); in getMetrics() local

12