Home
last modified time | relevance | path

Searched refs:printArray (Results 1 – 17 of 17) sorted by relevance

/cts/suite/cts/deviceTests/tvproviderperf/src/com/android/cts/tvproviderperf/
DTvProviderPerfTest.java109 getReportLog().printArray("Elapsed time for insert: ", in testChannels()
137 getReportLog().printArray("Elapsed time for update: ", in testChannels()
153 getReportLog().printArray("Elapsed time for query (channels): ", in testChannels()
173 getReportLog().printArray("Elapsed time for query (a channel): ", in testChannels()
184 getReportLog().printArray("Elapsed time for delete: ", in testChannels()
188 getReportLog().printArray("Average elapsed time for insert, update, query (channels), " in testChannels()
246 getReportLog().printArray("Elapsed time for insert: ", in testPrograms()
281 getReportLog().printArray("Elapsed time for update: ", in testPrograms()
297 getReportLog().printArray("Elapsed time for query (programs): ", in testPrograms()
317 getReportLog().printArray("Elapsed time for query (programs with selection): ", in testPrograms()
[all …]
/cts/suite/cts/deviceTests/opengl/src/com/android/cts/opengl/reference/
DGLReferenceBenchmark.java68 getReportLog().printArray( in testReferenceBenchmark()
70 getReportLog().printArray( in testReferenceBenchmark()
75 getReportLog().printArray( in testReferenceBenchmark()
/cts/suite/cts/deviceTests/dram/src/com/android/cts/dram/
DBandwidthTest.java168 getReportLog().printArray("memcpy time", result, ResultType.LOWER_BETTER, in doRunMemcpy()
172 getReportLog().printArray("memcpy throughput", mbps, ResultType.HIGHER_BETTER, in doRunMemcpy()
201 getReportLog().printArray("memset time", result, ResultType.LOWER_BETTER, in doRunMemset()
205 getReportLog().printArray("memset throughput", mbps, ResultType.HIGHER_BETTER, in doRunMemset()
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DPerformanceTest.java184 mReportLog.printArray("Camera " + id in testCameraLaunch()
187 mReportLog.printArray("Camera " + id in testCameraLaunch()
190 mReportLog.printArray("Camera " + id in testCameraLaunch()
193 mReportLog.printArray("Camera " + id in testCameraLaunch()
196 mReportLog.printArray("Camera " + id in testCameraLaunch()
199 mReportLog.printArray("Camera " + id in testCameraLaunch()
304 mReportLog.printArray("Camera " + id in testSingleCapture()
309 mReportLog.printArray("Camera " + id in testSingleCapture()
313 mReportLog.printArray("Camera " + id in testSingleCapture()
483 mReportLog.printArray("Camera " + mCamera.getId() in reprocessingCaptureStallTestByCamera()
[all …]
DStaticMetadataCollectionTest.java95 mReportLog.printArray(name, values, ResultType.NEUTRAL, ResultUnit.NONE); in dumpDoubleArrayAsCtsResult()
/cts/suite/cts/deviceTests/filesystemperf/src/com/android/cts/filesystemperf/
DSequentialRWTest.java68 getReportLog().printArray("write throughput", in testSingleSequentialWrite()
70 getReportLog().printArray("write amount", wrAmount, ResultType.NEUTRAL, in testSingleSequentialWrite()
119 getReportLog().printArray("read throughput", in testSingleSequentialRead()
DFileUtil.java306 report.printArray("read throughput", in doRandomReadTest()
309 report.printArray("read amount", rdAmount, ResultType.NEUTRAL, ResultUnit.BYTE); in doRandomReadTest()
359 report.printArray("write throughput", in doRandomWriteTest()
361 report.printArray("write amount", wrAmount, ResultType.NEUTRAL, in doRandomWriteTest()
400 report.printArray(i + "-th round throughput", in doSequentialUpdateTest()
/cts/suite/cts/deviceTests/simplecpu/src/com/android/cts/simplecpu/
DSimpleCpuTest.java102 getReportLog().printArray("sorting time", result, ResultType.LOWER_BETTER, in doTestSort()
124 getReportLog().printArray("matrix mutiplication time", result, ResultType.LOWER_BETTER, in doMatrixMultiplication()
/cts/libs/commonutil/src/com/android/cts/util/
DReportLog.java47 public void printArray(String message, double[] values, ResultType type, ResultUnit unit) { in printArray() method in ReportLog
54 public void printArray(String testId, String message, in printArray() method in ReportLog
/cts/suite/cts/deviceTests/ui/src/com/android/cts/ui/
DScrollingTest.java69 getReportLog().printArray("scrolling time", results, ResultType.LOWER_BETTER, in testFullScrolling()
/cts/tests/sample/src/android/sample/cts/
DSampleDeviceResultTest.java116 log.printArray("Times", result, ResultType.LOWER_BETTER, ResultUnit.MS); in runTest()
/cts/suite/cts/deviceTests/browserbench/src/com/android/cts/browser/
DBrowserBenchTest.java168 getReportLog().printArray(message, scores, mTypeFinal, mUnitFinal); in doTest()
172 getReportLog().printArray(message, scores, mTypeNonFinal, mUnitNonFinal); in doTest()
/cts/suite/cts/deviceTests/opengl/src/com/android/cts/opengl/primitive/
DGLPrimitiveBenchmark.java134 getReportLog().printArray( in runBenchmark()
/cts/suite/cts/hostTests/uihost/control/src/com/android/cts/taskswitching/control/
DTaskswitchingDeviceTest.java86 getReportLog().printArray("taskswitching time", results, ResultType.LOWER_BETTER, in testMeasureTaskSwitching()
/cts/suite/cts/hostTests/uihost/src/com/android/cts/uihost/
DInstallTimeTest.java93 report.printArray("install time", result, ResultType.LOWER_BETTER, in testInstallTime()
/cts/hostsidetests/sample/src/android/sample/cts/
DSampleHostResultTest.java138 report.printArray("Times", result, ResultType.LOWER_BETTER, ResultUnit.MS); in testTransferTime()
/cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
DVideoEncoderDecoderTest.java502 mReportLog.printArray("encoder", encoderFpsResults, ResultType.HIGHER_BETTER, in doTestByName()
504 mReportLog.printArray("rms error", decoderRmsErrorResults, ResultType.LOWER_BETTER, in doTestByName()
506 mReportLog.printArray("decoder", decoderFpsResults, ResultType.HIGHER_BETTER, in doTestByName()
508 mReportLog.printArray("encoder decoder", totalFpsResults, ResultType.HIGHER_BETTER, in doTestByName()