/cts/hostsidetests/statsd/src/android/cts/statsd/uidmap/ |
D | UidMapTests.java | 42 ConfigMetricsReportList reports = getReportList(); in testUidSnapshotIncluded() local 43 assertTrue(reports.getReportsCount() > 0); in testUidSnapshotIncluded() 45 for (ConfigMetricsReport report : reports.getReportsList()) { in testUidSnapshotIncluded() 83 ConfigMetricsReportList reports = getReportList(); in testChangeFromInstallation() local 84 assertTrue(reports.getReportsCount() > 0); in testChangeFromInstallation() 88 for (ConfigMetricsReport report : reports.getReportsList()) { in testChangeFromInstallation() 110 ConfigMetricsReportList reports = getReportList(); in testChangeFromReinstall() local 111 assertTrue(reports.getReportsCount() > 0); in testChangeFromReinstall() 115 for (ConfigMetricsReport report : reports.getReportsList()) { in testChangeFromReinstall() 136 ConfigMetricsReportList reports = getReportList(); in testChangeFromUninstall() local [all …]
|
/cts/hostsidetests/statsd/src/android/cts/statsd/metric/ |
D | MetricActivationTests.java | 231 List<ConfigMetricsReport> reports = getSortedConfigMetricsReports(reportList); in testCancellation() local 232 ConfigMetricsReport report = reports.get(0); in testCancellation() 376 List<ConfigMetricsReport> reports = getSortedConfigMetricsReports(reportList); in testRestart() local 377 assertEquals(3, reports.size()); in testRestart() 380 ConfigMetricsReport report = reports.get(0); in testRestart() 384 report = reports.get(1); in testRestart() 388 report = reports.get(2); in testRestart() 512 List<ConfigMetricsReport> reports = getSortedConfigMetricsReports(reportList); in testMultipleActivations() local 513 assertEquals(3, reports.size()); in testMultipleActivations() 516 ConfigMetricsReport report = reports.get(0); in testMultipleActivations() [all …]
|
D | CountMetricsTests.java | 273 ConfigMetricsReportList reports = getReportList(); in testPartialBucketCountMetric() local 274 LogUtil.CLog.d("Got following report list: " + reports.toString()); in testPartialBucketCountMetric() 276 assertEquals("Expected 2 reports, got " + reports.getReportsCount(), in testPartialBucketCountMetric() 277 2, reports.getReportsCount()); in testPartialBucketCountMetric() 278 boolean inOrder = reports.getReports(0).getCurrentReportWallClockNanos() < in testPartialBucketCountMetric() 279 reports.getReports(1).getCurrentReportWallClockNanos(); in testPartialBucketCountMetric() 282 for (ConfigMetricsReport report : reports.getReportsList()) { in testPartialBucketCountMetric() 289 reports.getReports(inOrder? 0 : 1).getMetrics(0).getCountMetrics().getData(0); in testPartialBucketCountMetric() 291 reports.getReports(inOrder? 1 : 0).getMetrics(0).getCountMetrics().getData(0); in testPartialBucketCountMetric()
|
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/ |
D | README.md | 13 This will show you the hid reports that the device produces. 15 To observe the MotionEvents that Android receives in response to the hid reports, write a small 18 historical data as well, since multiple reports could get batched into a single MotionEvent.
|
D | InputTestCase.java | 151 for (int i = 0; i < testData.reports.size(); i++) { in testInputEvents() 152 final String report = testData.reports.get(i); in testInputEvents()
|
/cts/libs/input/src/com/android/cts/input/ |
D | HidJsonParser.java | 169 JSONArray reports = testcaseEntry.getJSONArray("reports"); in getTestData() local 171 for (int i = 0; i < reports.length(); i++) { in getTestData() 172 String report = reports.getString(i); in getTestData() 173 testData.reports.add(report); in getTestData()
|
D | HidTestData.java | 35 public List<String> reports = new ArrayList<String>(); field in HidTestData
|
/cts/hostsidetests/jvmti/redefining/app/src/android/jvmti/cts/ |
D | JvmtiRedefineClassesTest.java | 76 public ArrayList<String> reports = new ArrayList<>(); field in JvmtiRedefineClassesTest.StringCollector 79 reports.add(data); in accept() 247 String[] output = c.reports.toArray(new String[0]); in checkRedefinedTransform()
|
/cts/suite/audio_quality/ |
D | Android.mk | 42 zip -rq $(notdir $@) android-cts-audio-quality -x android-cts-audio-quality/reports/\*
|
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/ |
D | AtomTestCase.java | 407 List<ConfigMetricsReportList> reports in getReportsFromStatsDataDumpProto() local 410 reports.add(ConfigMetricsReportList.parseFrom(reportListBytes)); in getReportsFromStatsDataDumpProto() 412 LogUtil.CLog.d("Got dumpsys stats output:\n " + reports.toString()); in getReportsFromStatsDataDumpProto() 413 return reports; in getReportsFromStatsDataDumpProto()
|
/cts/tools/cts-api-coverage/proto/ |
D | cts_report.proto | 15 // Contains proto definition for storing CTS reports.
|
/cts/apps/CameraITS/build/scripts/ |
D | gpylint_rcfile | 101 reports=no
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | Rationale | 304 prevent such optimizations. However, measurement reports should
|