Home
last modified time | relevance | path

Searched refs:REPORT_LOG_NAME (Results 1 – 25 of 25) sorted by relevance

/cts/tests/filesystem/src/android/filesystem/cts/
DRandomRWTest.java28 private static final String REPORT_LOG_NAME = "CtsFileSystemTestCases"; field in RandomRWTest
45 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testRandomRead()
61 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testRandomUpdate()
DAlmostFullTest.java36 private static final String REPORT_LOG_NAME = "CtsFileSystemTestCases"; field in AlmostFullTest
111 NUMBER_REPETITION, REPORT_LOG_NAME, streamName); in testSequentialUpdate() local
125 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testRandomRead()
139 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testRandomUpdate()
DSequentialRWTest.java38 private static final String REPORT_LOG_NAME = "CtsFileSystemTestCases"; field in SequentialRWTest
57 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testSingleSequentialWrite()
88 NUMBER_REPETITION, REPORT_LOG_NAME, streamName); in testSingleSequentialUpdate() local
102 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testSingleSequentialRead()
/cts/tests/sample/src/android/sample/cts/
DSampleDeviceReportLogTest.java37 private static final String REPORT_LOG_NAME = "CtsSampleDeviceTestCases"; field in SampleDeviceReportLogTest
70 DeviceReportLog reportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testMultiplication()
119 DeviceReportLog reportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in countHelper()
DSampleDeviceResultTest.java41 private static final String REPORT_LOG_NAME = "CtsSampleDeviceTestCases"; field in SampleDeviceResultTest
85 DeviceReportLog reportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testSort()
/cts/tests/simplecpu/src/android/simplecpu/cts/
DSimpleCpuTest.java40 private static final String REPORT_LOG_NAME = "CtsSimpleCpuTestCases"; field in SimpleCpuTest
103 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in doTestSort()
127 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in doMatrixMultiplication()
/cts/tests/jank/src/android/jank/cts/
DCtsJankTestBase.java30 private static final String REPORT_LOG_NAME = "CtsJankDeviceTestCases"; field in CtsJankTestBase
55 mLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in setUp()
/cts/tests/ui/src/android/ui/cts/
DScrollingTest.java31 private static final String REPORT_LOG_NAME = "CtsUiDeviceTestCases"; field in ScrollingTest
74 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testFullScrolling()
/cts/tests/openglperf2/src/android/opengl2/cts/reference/
DGLReferenceBenchmark.java33 private static final String REPORT_LOG_NAME = "CtsOpenGlPerf2TestCases"; field in GLReferenceBenchmark
68 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testReferenceBenchmark()
/cts/tests/openglperf2/src/android/opengl2/cts/primitive/
DGLPrimitiveBenchmark.java32 private static final String REPORT_LOG_NAME = "CtsOpenGlPerf2TestCases"; field in GLPrimitiveBenchmark
144 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in runBenchmark()
/cts/tests/dram/src/android/dram/cts/
DBandwidthTest.java38 private static final String REPORT_LOG_NAME = "CtsDramTestCases"; field in BandwidthTest
171 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in doRunMemcpy()
206 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in doRunMemset()
/cts/tests/camera/src/android/hardware/camera2/cts/
DPerformanceTest.java67 private static final String REPORT_LOG_NAME = "CtsCameraTestCases"; field in PerformanceTest
125 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testCameraLaunch()
211 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testCameraLaunch()
239 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testSingleCapture()
336 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testSingleCapture()
407 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testMultipleCapture()
535 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testMultipleCapture()
539 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testMultipleCapture()
560 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testReprocessingLatency()
589 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testReprocessingThroughput()
[all …]
/cts/hostsidetests/ui/src/android/ui/cts/
DInstallTimeTest.java47 private static final String REPORT_LOG_NAME = "CtsUiHostTestCases"; field in InstallTimeTest
78 String.format("%s#%s", getClass().getName(), "testInstallTime"), REPORT_LOG_NAME, in testInstallTime()
/cts/hostsidetests/ui/control/src/android/taskswitching/control/cts/
DTaskSwitchingDeviceTest.java43 private static final String REPORT_LOG_NAME = "CtsUiHostTestCases"; field in TaskSwitchingDeviceTest
89 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testMeasureTaskSwitching()
/cts/tests/leanbackjank/src/android/leanbackjank/cts/
DCtsJankTestBase.java31 private final String REPORT_LOG_NAME = "CtsLeanbackJankTestCases"; field in CtsJankTestBase
95 mLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in setUp()
/cts/hostsidetests/sample/src/android/sample/cts/
DSampleHostResultTest.java49 private static final String REPORT_LOG_NAME = "SampleHostTestMetrics"; field in SampleHostResultTest
144 REPORT_LOG_NAME, streamName); in testTransferTime()
/cts/tests/tests/security/src/android/security/cts/
DHwRngTest.java50 private static final String REPORT_LOG_NAME = "CtsSecurityTestCases"; field in HwRngTest
57 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testDeviceFilePresent()
/cts/tests/tests/media/src/android/media/cts/
DDecoderConformanceTest.java61 private static final String REPORT_LOG_NAME = "CtsMediaTestCases"; field in DecoderConformanceTest
186 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in decodeTestVectors()
DAudioTrack_ListenerTest.java36 private static final String REPORT_LOG_NAME = "CtsMediaTestCases"; field in AudioTrack_ListenerTest
210 DeviceReportLog log = new DeviceReportLog(REPORT_LOG_NAME, reportName); in doTest()
DVideoDecoderPerfTest.java44 private static final String REPORT_LOG_NAME = "CtsMediaTestCases"; field in VideoDecoderPerfTest
269 DeviceReportLog log = new DeviceReportLog(REPORT_LOG_NAME, "video_decoder_performance"); in doDecode()
DAudioRecordTest.java46 private static final String REPORT_LOG_NAME = "CtsMediaTestCases"; field in AudioRecordTest
1114 DeviceReportLog log = new DeviceReportLog(REPORT_LOG_NAME, reportName); in doTest()
DAudioTrackTest.java44 private static final String REPORT_LOG_NAME = "CtsMediaTestCases"; field in AudioTrackTest
2120 DeviceReportLog log = new DeviceReportLog(REPORT_LOG_NAME, streamName); in doTestTimestamp()
/cts/tests/tvprovider/src/android/tvprovider/cts/
DTvProviderPerfTest.java53 private static final String REPORT_LOG_NAME = "CtsTvProviderTestCases"; field in TvProviderPerfTest
109 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testChannels()
247 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testPrograms()
/cts/common/host-side/tradefed/tests/res/testtype/
DtestJar1.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/ui/ android/ ...
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java62 private static final String REPORT_LOG_NAME = "CtsVideoTestCases"; field in VideoEncoderDecoderTest
725 DeviceReportLog log = new DeviceReportLog(REPORT_LOG_NAME, streamName); in logQualityResults()
750 DeviceReportLog log = new DeviceReportLog(REPORT_LOG_NAME, streamName); in logPerformanceResults()