Home
last modified time | relevance | path

Searched defs:metrics (Results 1 – 25 of 47) sorted by relevance

12

/platform_testing/libraries/collectors-helper/memory/test/src/com/android/helpers/tests/
DHeapDumpHelperTest.java64 Map<String, String> metrics = mHeapDumpHelper.getMetrics(); in testHeapDumpCollectionNoProcess() local
74 Map<String, String> metrics = mHeapDumpHelper.getMetrics(); in testSuccessfulHeapDumpCollection() local
90 Map<String, String> metrics = mHeapDumpHelper.getMetrics(); in testHeapCollectionProcessWithSpecialChars() local
107 Map<String, String> metrics = mHeapDumpHelper.getMetrics(); in testSuccessfulHeapDumpCollectionForTwoProcesses() local
131 Map<String, String> metrics = mHeapDumpHelper.getMetrics(); in testSuccessfulNativeHeapDumpCollectionForTwoProcesses() local
164 Map<String, String> metrics = mHeapDumpHelper.getMetrics(); in testHeapDumpNotCollectedWithEmptyId() local
175 Map<String, String> metrics = mHeapDumpHelper.getMetrics(); in testHeapDumpCollectionForInvalidProcesses() local
193 Map<String, String> metrics = mHeapDumpHelper.getMetrics(); in testNativeHeapDumpCollectionForInvalidProcesses() local
DShowmapSnapshotHelperTest.java134 Map<String, String> metrics = mShowmapSnapshotHelper.getMetrics(); in testEmptyProcessName() local
192 Map<String, String> metrics = mShowmapSnapshotHelper.getMetrics(); in testGetMetrics_MixedProcess() local
224 Map<String, String> metrics = mShowmapSnapshotHelper.getMetrics(); in testGetMetrics_CachedProcess() local
256 Map<String, String> metrics = mShowmapSnapshotHelper.getMetrics(); in testGetMetrics_AllProcess() local
273 Map<String, String> metrics = mShowmapSnapshotHelper.getMetrics(); in testGetMetrics_Invalid_Metric_Pattern() local
286 Map<String, String> metrics = mShowmapSnapshotHelper.getMetrics(); in testGetMetrics_Empty_Metric_Pattern() local
298 Map<String, String> metrics = mShowmapSnapshotHelper.getMetrics(); in testGetMetrics_Summation_Metric_Pattern() local
310 Map<String, String> metrics = mShowmapSnapshotHelper.getMetrics(); in testGetMetrics_verify_child_processes_metrics() local
347 Map<String, String> metrics = mShowmapSnapshotHelper.getMetrics(); in testGetMetrics_parent_process_child_processes_metrics() local
360 private boolean verifyDefaultMetrics(Map<String, String> metrics) { in verifyDefaultMetrics() argument
[all …]
DMemLeaksHelperTest.java146 Map<String, Long> metrics = mMemLeaksHelper.getMetrics(); in testGetMetricsNoIncrease() local
320 Map<String, Long> metrics = mMemLeaksHelper.getMetrics(); in testGetMetricsHasIncrease() local
419 Map<String, Long> metrics = mMemLeaksHelper.getMetrics(); in testNoUnreachableMemory() local
484 Map<String, Long> metrics = mMemLeaksHelper.getMetrics(); in testNoProcessName() local
535 Map<String, Long> metrics = mMemLeaksHelper.getMetrics(); in testEnclosedProcessName() local
946 Map<String, Long> metrics = mMemLeaksHelper.getMetrics(); in testByGivenNamesDiffOff() local
1392 Map<String, Long> metrics = mMemLeaksHelper.getMetrics(); in testByGivenNamesDiffOn() local
1448 Map<String, Long> metrics = mMemLeaksHelper.getMetrics(); in testByGivenEmptyNames() local
DPinnerHelperTest.java90 Map<String, String> metrics = mPinnerHelper.getMetrics(); in testPinnerSnapshotDumpFile() local
102 Map<String, String> metrics = mPinnerHelper.getMetrics(); in testPinnerTotalFileSizeMetric() local
114 Map<String, String> metrics = mPinnerHelper.getMetrics(); in testValidateTotalFileSizeCount() local
/platform_testing/libraries/collectors-helper/jank/test/src/com/android/helpers/
DJankCollectionHelperTest.java115 Map<String, Double> metrics = mHelper.getMetrics(); in testCollect_valuesMatch() local
159 Map<String, Double> metrics = mHelper.getMetrics(); in testCollect_singlePackage() local
184 Map<String, Double> metrics = mHelper.getMetrics(); in testCollect_multiPackage() local
224 Map<String, Double> metrics = mHelper.getMetrics(); in testCollect_allPackages() local
274 Map<String, Double> metrics = mHelper.getMetrics(); in testCollect_ignoreMissingFields() local
339 Map<String, Double> metrics = mHelper.getMetrics(); in testCollect_firstValuesMatch() local
388 Map<String, Double> metrics = mHelper.getMetrics(); in testCollect_ignoreUnknownField() local
450 Map<String, Double> metrics = mHelper.getMetrics(); in testCollect_withFailures_stillReportsSuccessfulPackages() local
DSfStatsCollectionHelperTest.java151 Map<String, Double> metrics = mHelper.getMetrics(); in testCollect_valuesMatch() local
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DLauncherJankTests.java101 public void afterTestOpenAllAppsContainer(Bundle metrics) throws IOException { in afterTestOpenAllAppsContainer()
115 public void afterTestAllAppsContainerSwipe(Bundle metrics) throws IOException { in afterTestAllAppsContainerSwipe()
141 public void afterTestHomeScreenSwipe(Bundle metrics) throws IOException { in afterTestHomeScreenSwipe()
167 public void afterTestWidgetsContainerFling(Bundle metrics) throws IOException { in afterTestWidgetsContainerFling()
192 public void afterOpenCloseMessagesApp(Bundle metrics) throws IOException { in afterOpenCloseMessagesApp()
DSystemUiJankTests.java175 public void forceStopPackages(Bundle metrics) throws IOException { in forceStopPackages()
405 public void afterNotificationListPull(Bundle metrics) throws Exception { in afterNotificationListPull()
437 public void afterNotificationListScroll(Bundle metrics) throws Exception { in afterNotificationListScroll()
495 public void afterQuickSettings(Bundle metrics) throws Exception { in afterQuickSettings()
530 public void afterUnlock(Bundle metrics) throws Exception { in afterUnlock()
567 public void afterExpand(Bundle metrics) throws Exception { in afterExpand()
615 public void afterClearAll(Bundle metrics) throws Exception { in afterClearAll()
653 public void afterChangeBrightness(Bundle metrics) throws Exception { in afterChangeBrightness()
695 public void afterNotificationAppear(Bundle metrics) throws Exception { in afterNotificationAppear()
748 public void afterAmbientWakeUp(Bundle metrics) throws Exception { in afterAmbientWakeUp()
[all …]
/platform_testing/tests/automotive/health/boottime/src/android/boottime/postprocessor/
DDmesgPostProcessor.java104 ArrayListMultimap<String, Double> metrics = ArrayListMultimap.create(); in processDmesgLogs() local
149 Map<String, Double> metrics = new HashMap<>(); in analyzeDmesgServiceInfo() local
176 Map<String, Double> metrics = new HashMap<>(); in analyzeDmesgStageInfo() local
203 Map<String, Double> metrics = new HashMap<>(); in analyzeDmesgActionInfo() local
236 ArrayListMultimap<String, Double> metrics = ArrayListMultimap.create(); in analyzeBootLoaderTimingInfo() local
DLogcatPostProcessor.java134 ArrayListMultimap<String, Double> metrics = ArrayListMultimap.create(); in processLogcatLogs() local
163 Map<String, Double> metrics = new HashMap<>(); in analyzeGranularBootInfo() local
207 Map<String, Double> metrics = new HashMap<>(); in analyzeCustomBootInfo() local
/platform_testing/libraries/collectors-helper/statsd/test/src/com/android/helpers/
DThermalHelperTest.java133 Map<String, StringBuilder> metrics = mThermalHelper.getMetrics(); in testSingleEvent() local
163 Map<String, StringBuilder> metrics = mThermalHelper.getMetrics(); in testMultipleDifferentEvents() local
183 Map<String, StringBuilder> metrics = mThermalHelper.getMetrics(); in testParseTemperature() local
218 Map<String, StringBuilder> metrics = mThermalHelper.getMetrics(); in testParseTemperatureMock() local
/platform_testing/tests/example/perf/src/android/test/example/helloworldperformance/
DHelloWorldPerformanceTest.java32 @Rule public TestMetrics metrics = new TestMetrics(); field in HelloWorldPerformanceTest
/platform_testing/libraries/collectors-helper/generic/test/src/com/android/helpers/tests/
DGenericExecutableCollectorHelperTest.java119 Map<String, String> metrics = mGenericExecutableCollectorHelper.getMetrics(); in testMultipleGoodFiles() local
177 Map<String, String> metrics = mGenericExecutableCollectorHelper.getMetrics(); in testBadExectuable_goodExecutableStillCollects() local
/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/
DDumpsysMeminfoHelper.java76 Map<String, Long> metrics = new HashMap<>(); in getMetrics() local
129 Map<String, Long> metrics = new HashMap<>(); in parseMetrics() local
150 Map<String, Long> metrics = new HashMap<>(); in parseObjectCountMetrics() local
248 Map<String, Long> metrics, in putHeapMetrics()
264 Map<String, Long> metrics, in putHeapMetric()
DProcessShowmapHelper.java143 ShowmapMetrics[] metrics = new ShowmapMetrics[processNames.length]; in sampleMemoryOfProcesses() local
177 ShowmapMetrics metrics = new ShowmapMetrics(); in sampleMemory() local
/platform_testing/libraries/collectors-helper/lyric/src/com/android/helpers/
DLyricCpuUtilizationHelper.java93 Map<String, Double> metrics = new HashMap<>(); in processOutput() local
102 Map<String, Double> metrics = new HashMap<>(); in processMatch() local
/platform_testing/libraries/collectors-helper/lyric/test/src/com/android/helpers/
DLyricCpuUtilizationHelperTest.java59 Map<String, Double> metrics = LyricCpuUtilizationHelper.processOutput(testString); in testProcessOutput() local
DLyricMemProfilerHelperTest.java227 Map<String, Integer> metrics = helper.processOutput(memInfoStringList, dmabufDumpString); in testParsePid() local
388 Map<String, Integer> metrics = helper.processOutput(memInfoStringList, dmabufDumpString); in testProcessOutput() local
441 Map<String, Integer> metrics = helper.getMetrics(); in testProfilePeriod() local
522 Map<String, Integer> metrics = helper.getMetrics(); in testProfilePeriodLessThanMin() local
/platform_testing/libraries/collectors-helper/power/test/src/com/android/helpers/
DPwrStatsUtilHelperTest.java71 Map<String, Long> metrics = mHelper.getMetrics(); in successfulRun() local
/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/
DDeviceEmulationRuleTest.kt64 val metrics = DisplayMetrics() in <lambda>() constant
/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/layoutlib/bridge/android/
DPlatformRenderTestCase.java77 DisplayMetrics metrics = new DisplayMetrics(); in setUpContext() local
/platform_testing/tests/jank/androidtvjanktests/src/com/android/androidtv/janktests/
DSystemUiJankTests.java77 public void afterTestHomeScreenNavigation(Bundle metrics) throws IOException { in afterTestHomeScreenNavigation()
100 public void afterTestSettings(Bundle metrics) throws IOException { in afterTestSettings()
/platform_testing/tests/jank/uibench_wear/src/com/android/wearable/uibench/janktests/
DUiBenchRenderingJankTests.java109 public void goBackHome(Bundle metrics) throws UiObjectNotFoundException { in goBackHome()
/platform_testing/libraries/collectors-helper/app/src/com/android/helpers/
DAppVersionHelper.java58 Map<String, Long> metrics = new HashMap<>(); in getMetrics() local
/platform_testing/libraries/collectors-helper/system/test/src/com/android/helpers/tests/
DFailureCountHelperTest.java72 Map<String, Integer> metrics = mHelper.getMetrics(); in testGetMetricsWithFailure() local

12