Home
last modified time | relevance | path

Searched refs:streamName (Results 1 – 24 of 24) sorted by relevance

/cts/tests/openglperf2/src/android/opengl2/cts/primitive/
DGLPrimitiveBenchmark.java42 String streamName = "test_full_pipeline_offscreen"; in testFullPipelineOffscreen() local
44 streamName); in testFullPipelineOffscreen()
51 String streamName = "test_full_pipeline_onscreen"; in testFullPipelineOnscreen() local
53 streamName); in testFullPipelineOnscreen()
60 String streamName = "test_pixel_output_offscreen"; in testPixelOutputOffscreen() local
62 streamName); in testPixelOutputOffscreen()
69 String streamName = "test_pixel_output_onscreen"; in testPixelOutputOnscreen() local
71 streamName); in testPixelOutputOnscreen()
78 String streamName = "test_shader_perf_offscreen"; in testShaderPerfOffscreen() local
80 streamName); in testShaderPerfOffscreen()
[all …]
/cts/tests/sample/src/android/sample/cts/
DSampleDeviceReportLogTest.java69 String streamName = "test_multiplication"; in testMultiplication() local
70 DeviceReportLog reportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testMultiplication()
82 String streamName = "test_count_up"; in testCountUp() local
83 countHelper(1, streamName); in testCountUp()
90 String streamName = "test_count_down"; in testCountDown() local
91 countHelper(2, streamName); in testCountDown()
100 private void countHelper(int testParameter, String streamName) { in countHelper() argument
119 DeviceReportLog reportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in countHelper()
DSampleDeviceResultTest.java84 String streamName = "test_sort"; in testSort() local
85 DeviceReportLog reportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testSort()
/cts/tests/filesystem/src/android/filesystem/cts/
DRandomRWTest.java53 String streamName = "test_random_read"; in testRandomRead() local
54 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testRandomRead()
70 String streamName = "test_random_update"; in testRandomUpdate() local
71 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testRandomUpdate()
DAlmostFullTest.java118 String streamName = "test_sequential_update"; in testSequentialUpdate() local
120 NUMBER_REPETITION, REPORT_LOG_NAME, streamName); in testSequentialUpdate() local
134 String streamName = "test_random_read"; in testRandomRead() local
135 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testRandomRead()
149 String streamName = "test_random_update"; in testRandomUpdate() local
150 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testRandomUpdate()
DSequentialRWTest.java63 String streamName = "test_single_sequential_write"; in testSingleSequentialWrite() local
64 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testSingleSequentialWrite()
94 String streamName = "test_single_sequential_update"; in testSingleSequentialUpdate() local
96 NUMBER_REPETITION, REPORT_LOG_NAME, streamName); in testSingleSequentialUpdate() local
110 String streamName = "test_single_sequential_read"; in testSingleSequentialRead() local
111 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testSingleSequentialRead()
DFileUtil.java379 int bufferSize, int numberRepetition, String reportName, String streamName) in doSequentialUpdateTest() argument
388 DeviceReportLog report = new DeviceReportLog(reportName, streamName); in doSequentialUpdateTest()
411 streamName)); in doSequentialUpdateTest()
/cts/tests/simplecpu/src/android/simplecpu/cts/
DSimpleCpuTest.java102 String streamName = "do_test_sort"; in doTestSort() local
103 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in doTestSort()
126 String streamName = "do_matrix_multiplication"; in doMatrixMultiplication() local
127 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in doMatrixMultiplication()
/cts/tests/camera/src/android/hardware/camera2/cts/
DPerformanceTest.java142 String streamName = "test_camera_launch"; in testCameraLaunch() local
143 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testCameraLaunch()
263 String streamName = "test_camera_launch_average"; in testCameraLaunch() local
264 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testCameraLaunch()
318 String streamName = appendFormatDescription("test_single_capture", formatDescription); in testSingleCaptureForFormat() local
319 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testSingleCaptureForFormat()
452 String streamName = appendFormatDescription("test_single_capture_average", in testSingleCaptureForFormat() local
454 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testSingleCaptureForFormat()
526 String streamName = "test_multiple_capture"; in testMultipleCapture() local
527 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testMultipleCapture()
[all …]
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DDeviceReportLog.java44 public DeviceReportLog(String reportLogName, String streamName) { in DeviceReportLog() argument
45 this(reportLogName, streamName, new File(InstrumentationRegistry in DeviceReportLog()
51 public DeviceReportLog(String reportLogName, String streamName, File logDirectory) { in DeviceReportLog() argument
52 super(reportLogName, streamName); in DeviceReportLog()
DReportLogDeviceInfoStore.java32 public ReportLogDeviceInfoStore(File jsonFile, String streamName) throws Exception { in ReportLogDeviceInfoStore() argument
34 mStreamName = streamName; in ReportLogDeviceInfoStore()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DDeviceReportLog.java44 public DeviceReportLog(String reportLogName, String streamName) { in DeviceReportLog() argument
45 this(reportLogName, streamName, new File(InstrumentationRegistry in DeviceReportLog()
51 public DeviceReportLog(String reportLogName, String streamName, File logDirectory) { in DeviceReportLog() argument
52 super(reportLogName, streamName); in DeviceReportLog()
DReportLogDeviceInfoStore.java32 public ReportLogDeviceInfoStore(File jsonFile, String streamName) throws Exception { in ReportLogDeviceInfoStore() argument
34 mStreamName = streamName; in ReportLogDeviceInfoStore()
/cts/tests/openglperf2/src/android/opengl2/cts/reference/
DGLReferenceBenchmark.java67 String streamName = "test_reference_benchmark"; in testReferenceBenchmark() local
68 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testReferenceBenchmark()
/cts/hostsidetests/ui/control/src/android/taskswitching/control/cts/
DTaskSwitchingDeviceTest.java67 String streamName = "test_measure_task_switching"; in testMeasureTaskSwitching() local
68 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testMeasureTaskSwitching()
/cts/hostsidetests/ui/src/android/ui/cts/
DInstallTimeTest.java88 String streamName = "test_install_time"; in testInstallTime() local
91 streamName); in testInstallTime()
/cts/hostsidetests/sample/src/android/sample/cts/
DSampleHostResultTest.java140 String streamName = "test_transfer_time_metrics"; in testTransferTime() local
144 REPORT_LOG_NAME, streamName); in testTransferTime()
/cts/tests/leanbackjank/src/android/leanbackjank/cts/
DCtsJankTestBase.java95 String streamName = "cts_leanback_jank"; in setUp() local
96 mLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in setUp()
/cts/tests/tests/security/src/android/security/cts/
DHwRngTest.java57 String streamName = "test_device_file_present"; in testDeviceFilePresent() local
58 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testDeviceFilePresent()
/cts/tests/tvprovider/src/android/tvprovider/cts/
DTvProviderPerfTest.java115 String streamName = "test_channels"; in testChannels() local
116 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testChannels()
253 String streamName = "test_programs"; in testPrograms() local
254 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testPrograms()
/cts/tests/tests/media/src/android/media/cts/
DDecoderConformanceTest.java187 String streamName = "decoder_conformance_test"; in decodeTestVectors() local
188 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in decodeTestVectors()
DAudioTrack_ListenerTest.java75 String streamName = "test_static_audio_track_callback_handler"; in testStaticAudioTrackCallbackWithHandler() local
DAudioTrackTest.java2100 String streamName = "test_get_timestamp"; in testGetTimestamp() local
2106 streamName); in testGetTimestamp()
2116 String streamName = "test_fast_timestamp"; in testFastTimestamp() local
2122 streamName); in testFastTimestamp() local
2126 String streamName) throws Exception { in doTestTimestamp() argument
2225 tsVerifier.verifyAndLog(trackStartTimeNs, streamName); in doTestTimestamp()
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java851 String streamName = "video_encoder_decoder_quality"; in logQualityResults() local
852 DeviceReportLog log = new DeviceReportLog(REPORT_LOG_NAME, streamName); in logQualityResults()
876 String streamName = "video_encoder_performance"; in logPerformanceResults() local
877 DeviceReportLog log = new DeviceReportLog(REPORT_LOG_NAME, streamName); in logPerformanceResults()