Home
last modified time | relevance | path

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

12

/cts/tests/sample/src/android/sample/cts/
DSampleDeviceReportLogTest.java45 private static final String REPORT_LOG_NAME = "CtsSampleDeviceTestCases"; field in SampleDeviceReportLogTest
72 DeviceReportLog reportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testMultiplication()
123 DeviceReportLog reportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in countHelper()
DSampleDeviceResultTest.java50 private static final String REPORT_LOG_NAME = "CtsSampleDeviceTestCases"; field in SampleDeviceResultTest
88 DeviceReportLog reportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testSort()
/cts/tests/filesystem/src/android/filesystem/cts/
DAlmostFullTest.java44 private static final String REPORT_LOG_NAME = "CtsFileSystemTestCases"; field in AlmostFullTest
122 NUMBER_REPETITION, REPORT_LOG_NAME, streamName); in testSequentialUpdate() local
137 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testRandomRead()
152 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testRandomUpdate()
DRandomRWTest.java44 private static final String REPORT_LOG_NAME = "CtsFileSystemTestCases"; field in RandomRWTest
71 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testRandomRead()
97 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testRandomUpdate()
DSequentialRWTest.java56 private static final String REPORT_LOG_NAME = "CtsFileSystemTestCases"; field in SequentialRWTest
85 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testSingleSequentialWrite()
127 NUMBER_REPETITION, REPORT_LOG_NAME, streamName); in testSingleSequentialUpdate() local
143 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testSingleSequentialRead()
/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/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/hostsidetests/ui/control/src/android/taskswitching/control/cts/
DTaskSwitchingDeviceTest.java42 private static final String REPORT_LOG_NAME = "CtsUiHostTestCases"; field in TaskSwitchingDeviceTest
68 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testMeasureTaskSwitching()
/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/camera/src/android/hardware/cts/
DLegacyCameraPerformanceTest.java48 private static final String REPORT_LOG_NAME = "CtsCamera1TestCases"; field in LegacyCameraPerformanceTest
78 DeviceReportLog reportLog = new DeviceReportLog(REPORT_LOG_NAME, in testLegacyApiPerformance()
198 DeviceReportLog reportLog = new DeviceReportLog(REPORT_LOG_NAME, in testLegacyApiPerformance()
/cts/tests/leanbackjank/src/android/leanbackjank/cts/
DCtsJankTestBase.java32 private final String REPORT_LOG_NAME = "CtsLeanbackJankTestCases"; field in CtsJankTestBase
96 mLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in setUp()
/cts/tests/tests/security/src/android/security/cts/
DHwRngTest.java49 private static final String REPORT_LOG_NAME = "CtsSecurityTestCases"; field in HwRngTest
56 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testDeviceFilePresent()
/cts/tests/camera/src/android/hardware/camera2/cts/
DPerformanceTest.java19 import static android.hardware.camera2.cts.CameraTestUtils.REPORT_LOG_NAME;
184 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testCameraLaunch()
311 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testCameraLaunch()
379 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testSingleCaptureForFormat()
522 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testSingleCaptureForFormat()
605 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testMultipleCapture()
750 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testMultipleCapture()
754 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testMultipleCapture()
776 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testReprocessingLatency()
807 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testReprocessingThroughput()
[all …]
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DMediaSyncEventTest.java49 private static final String REPORT_LOG_NAME = "CtsMediaAudioTestCases"; field in MediaSyncEventTest
211 final DeviceReportLog log = new DeviceReportLog(REPORT_LOG_NAME, in testSynchronizedRecord()
DAudioTrack_ListenerTest.java42 private static final String REPORT_LOG_NAME = "CtsMediaAudioTestCases"; field in AudioTrack_ListenerTest
222 DeviceReportLog log = new DeviceReportLog(REPORT_LOG_NAME, reportName); in doTest()
DAudioPresentationTest.java37 private static final String REPORT_LOG_NAME = "CtsMediaAudioTestCases"; field in AudioPresentationTest
/cts/tests/tests/keystore/src/android/keystore/cts/performance/
DPerformanceTestBase.java47 private static final String REPORT_LOG_NAME = "CtsKeystorePerformanceTests"; field in PerformanceTestBase
67 REPORT_LOG_NAME, "performance_test", TestUtils.getFilesDir()); in measure()
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DDecoderConformanceTest.java73 private static final String REPORT_LOG_NAME = "CtsMediaDecoderTestCases"; field in DecoderConformanceTest
221 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testDecoderConformance()
DDecoderLowLatencyTest.java66 private static final String REPORT_LOG_NAME = "CtsMediaDecoderTestCases"; field in DecoderLowLatencyTest
291 DeviceReportLog log = new DeviceReportLog(REPORT_LOG_NAME, "video_decoder_latency"); in testLowLatencyVideo()
DVideoDecoderPerfTest.java64 private static final String REPORT_LOG_NAME = "CtsMediaDecoderTestCases"; field in VideoDecoderPerfTest
391 DeviceReportLog log = new DeviceReportLog(REPORT_LOG_NAME, "video_decoder_performance"); in doDecode()
DDecoderRenderTest.java65 private static final String REPORT_LOG_NAME = "CtsMediaDecoderTestCases"; field in DecoderRenderTest
/cts/tests/tvprovider/src/android/tvprovider/cts/
DTvProviderPerfTest.java54 private static final String REPORT_LOG_NAME = "CtsTvProviderTestCases"; field in TvProviderPerfTest
116 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testChannels()
254 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testPrograms()
/cts/tests/mediapc/common/src/android/mediapc/cts/common/
DRequirementConstants.java29 public static final String REPORT_LOG_NAME = "CtsMediaPerformanceClassTestCases"; field in RequirementConstants
/cts/tests/tests/media/common/src/android/media/cts/
DAudioHelper.java386 private static final String REPORT_LOG_NAME = "CtsMediaTestCases"; field in AudioHelper.TimestampVerifier
511 DeviceReportLog log = new DeviceReportLog(REPORT_LOG_NAME, logName); in verifyAndLog()
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DMediaFormatTest.java807 private static final String REPORT_LOG_NAME = "CtsMediaTestCases"; field in MediaFormatTest
819 DeviceReportLog log = new DeviceReportLog(REPORT_LOG_NAME, logName); in logFailures()

12