Home
last modified time | relevance | path

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

12

/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.java44 String streamName = "test_random_read"; in testRandomRead() local
45 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testRandomRead()
60 String streamName = "test_random_update"; in testRandomUpdate() local
61 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testRandomUpdate()
DAlmostFullTest.java109 String streamName = "test_sequential_update"; in testSequentialUpdate() local
111 NUMBER_REPETITION, REPORT_LOG_NAME, streamName); in testSequentialUpdate() local
124 String streamName = "test_random_read"; in testRandomRead() local
125 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testRandomRead()
138 String streamName = "test_random_update"; in testRandomUpdate() local
139 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testRandomUpdate()
DSequentialRWTest.java56 String streamName = "test_single_sequential_write"; in testSingleSequentialWrite() local
57 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testSingleSequentialWrite()
86 String streamName = "test_single_sequential_update"; in testSingleSequentialUpdate() local
88 NUMBER_REPETITION, REPORT_LOG_NAME, streamName); in testSingleSequentialUpdate() local
101 String streamName = "test_single_sequential_read"; in testSingleSequentialRead() local
102 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.java124 String streamName = "test_camera_launch"; in testCameraLaunch() local
125 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testCameraLaunch()
210 String streamName = "test_camera_launch_average"; in testCameraLaunch() local
211 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testCameraLaunch()
238 String streamName = "test_single_capture"; in testSingleCapture() local
239 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testSingleCapture()
335 String streamName = "test_single_capture_average"; in testSingleCapture() local
336 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testSingleCapture()
406 String streamName = "test_multiple_capture"; in testMultipleCapture() local
407 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testMultipleCapture()
[all …]
/cts/tests/dram/src/android/dram/cts/
DBandwidthTest.java170 String streamName = "run_memcpy"; in doRunMemcpy() local
171 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in doRunMemcpy()
205 String streamName = "run_memset"; in doRunMemset() local
206 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in doRunMemset()
/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/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.java46 public DeviceReportLog(String reportLogName, String streamName) { in DeviceReportLog() argument
47 super(reportLogName, streamName); in DeviceReportLog()
/cts/common/host-side/util/src/com/android/compatibility/common/util/
DReportLogHostInfoStore.java32 public ReportLogHostInfoStore(File jsonFile, String streamName) throws Exception { in ReportLogHostInfoStore() argument
34 mStreamName = streamName; in ReportLogHostInfoStore()
DMetricsReportLog.java47 String reportLogName, String streamName) { in MetricsReportLog() argument
48 super(reportLogName, streamName); in MetricsReportLog()
/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/src/android/ui/cts/
DInstallTimeTest.java76 String streamName = "test_install_time"; in testInstallTime() local
79 streamName); in testInstallTime()
/cts/hostsidetests/ui/control/src/android/taskswitching/control/cts/
DTaskSwitchingDeviceTest.java88 String streamName = "test_measure_task_switching"; in testMeasureTaskSwitching() local
89 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testMeasureTaskSwitching()
/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.java185 String streamName = "decoder_conformance_test"; in decodeTestVectors() local
186 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in decodeTestVectors()
/cts/common/host-side/tradefed/tests/res/testtype/
DtestJar1.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/ui/ android/ ...

12