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.java51 String streamName = "test_random_read"; in testRandomRead() local
52 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testRandomRead()
68 String streamName = "test_random_update"; in testRandomUpdate() local
69 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testRandomUpdate()
DAlmostFullTest.java116 String streamName = "test_sequential_update"; in testSequentialUpdate() local
118 NUMBER_REPETITION, REPORT_LOG_NAME, streamName); in testSequentialUpdate() local
132 String streamName = "test_random_read"; in testRandomRead() local
133 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testRandomRead()
147 String streamName = "test_random_update"; in testRandomUpdate() local
148 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.java380 int bufferSize, int numberRepetition, String reportName, String streamName) in doSequentialUpdateTest() argument
389 DeviceReportLog report = new DeviceReportLog(reportName, streamName); in doSequentialUpdateTest()
412 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.java126 String streamName = "test_camera_launch"; in testCameraLaunch() local
127 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testCameraLaunch()
245 String streamName = "test_camera_launch_average"; in testCameraLaunch() local
246 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testCameraLaunch()
273 String streamName = "test_single_capture"; in testSingleCapture() local
274 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testSingleCapture()
370 String streamName = "test_single_capture_average"; in testSingleCapture() local
371 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testSingleCapture()
441 String streamName = "test_multiple_capture"; in testMultipleCapture() local
442 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testMultipleCapture()
[all …]
/cts/tests/jank/src/android/jank/cts/
DCtsJankTestBase.java54 String streamName = "cts_device_jank_test"; in setUp() local
55 mLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in setUp()
/cts/tests/ui/src/android/ui/cts/
DScrollingTest.java73 String streamName = "test_full_scrolling"; in testFullScrolling() local
74 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testFullScrolling()
/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/common/device-side/util/src/com/android/compatibility/common/util/
DReportLogDeviceInfoStore.java32 public ReportLogDeviceInfoStore(File jsonFile, String streamName) throws Exception { in ReportLogDeviceInfoStore() argument
34 mStreamName = streamName; in ReportLogDeviceInfoStore()
DDeviceReportLog.java42 public DeviceReportLog(String reportLogName, String streamName) { in DeviceReportLog() argument
43 this(reportLogName, streamName, in DeviceReportLog()
47 public DeviceReportLog(String reportLogName, String streamName, File logDirectory) { in DeviceReportLog() argument
48 super(reportLogName, streamName); in DeviceReportLog()
/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/tests/leanbackjank/src/android/leanbackjank/cts/
DCtsJankTestBase.java94 String streamName = "cts_leanback_jank"; in setUp() local
95 mLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in setUp()
/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/tests/security/src/android/security/cts/
DHwRngTest.java56 String streamName = "test_device_file_present"; in testDeviceFilePresent() local
57 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testDeviceFilePresent()
/cts/tests/tvprovider/src/android/tvprovider/cts/
DTvProviderPerfTest.java108 String streamName = "test_channels"; in testChannels() local
109 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testChannels()
246 String streamName = "test_programs"; in testPrograms() local
247 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.java2020 String streamName = "test_get_timestamp"; in testGetTimestamp() local
2026 streamName); in testGetTimestamp()
2035 String streamName = "test_fast_timestamp"; in testFastTimestamp() local
2041 streamName); in testFastTimestamp() local
2045 String streamName) throws Exception { in doTestTimestamp() argument
2190 DeviceReportLog log = new DeviceReportLog(REPORT_LOG_NAME, streamName); in doTestTimestamp()
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java811 String streamName = "video_encoder_decoder_quality"; in logQualityResults() local
812 DeviceReportLog log = new DeviceReportLog(REPORT_LOG_NAME, streamName); in logQualityResults()
836 String streamName = "video_encoder_performance"; in logPerformanceResults() local
837 DeviceReportLog log = new DeviceReportLog(REPORT_LOG_NAME, streamName); in logPerformanceResults()