/cts/tests/openglperf2/src/android/opengl2/cts/primitive/ |
D | GLPrimitiveBenchmark.java | 42 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/ |
D | SampleDeviceReportLogTest.java | 71 String streamName = "test_multiplication"; in testMultiplication() local 72 DeviceReportLog reportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testMultiplication() 85 String streamName = "test_count_up"; in testCountUp() local 86 countHelper(1, streamName); in testCountUp() 94 String streamName = "test_count_down"; in testCountDown() local 95 countHelper(2, streamName); in testCountDown() 104 private void countHelper(int testParameter, String streamName) { in countHelper() argument 123 DeviceReportLog reportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in countHelper()
|
D | SampleDeviceResultTest.java | 87 String streamName = "test_sort"; in testSort() local 88 DeviceReportLog reportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testSort()
|
/cts/tests/filesystem/src/android/filesystem/cts/ |
D | AlmostFullTest.java | 120 String streamName = "test_sequential_update"; in testSequentialUpdate() local 122 NUMBER_REPETITION, REPORT_LOG_NAME, streamName); in testSequentialUpdate() local 136 String streamName = "test_random_read"; in testRandomRead() local 137 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testRandomRead() 151 String streamName = "test_random_update"; in testRandomUpdate() local 152 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testRandomUpdate()
|
D | RandomRWTest.java | 70 String streamName = "test_random_read"; in testRandomRead() local 71 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testRandomRead() 96 String streamName = "test_random_update"; in testRandomUpdate() local 97 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testRandomUpdate()
|
D | SequentialRWTest.java | 84 String streamName = "test_single_sequential_write"; in testSingleSequentialWrite() local 85 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testSingleSequentialWrite() 125 String streamName = "test_single_sequential_update"; in testSingleSequentialUpdate() local 127 NUMBER_REPETITION, REPORT_LOG_NAME, streamName); in testSingleSequentialUpdate() local 142 String streamName = "test_single_sequential_read"; in testSingleSequentialRead() local 143 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testSingleSequentialRead()
|
D | FileUtil.java | 385 int bufferSize, int numberRepetition, String reportName, String streamName) in doSequentialUpdateTest() argument 394 DeviceReportLog report = new DeviceReportLog(reportName, streamName); in doSequentialUpdateTest() 417 streamName)); in doSequentialUpdateTest()
|
/cts/tests/simplecpu/src/android/simplecpu/cts/ |
D | SimpleCpuTest.java | 102 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/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | ReportLogDeviceInfoStore.java | 32 public ReportLogDeviceInfoStore(File jsonFile, String streamName) throws Exception { in ReportLogDeviceInfoStore() argument 34 mStreamName = streamName; in ReportLogDeviceInfoStore()
|
D | DeviceReportLog.java | 42 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/tests/openglperf2/src/android/opengl2/cts/reference/ |
D | GLReferenceBenchmark.java | 67 String streamName = "test_reference_benchmark"; in testReferenceBenchmark() local 68 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testReferenceBenchmark()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | CtsVerifierReportLog.java | 48 public CtsVerifierReportLog(String reportLogName, String streamName) { in CtsVerifierReportLog() argument 49 this(reportLogName, streamName, new File(Environment.getExternalStorageDirectory(), in CtsVerifierReportLog() 53 public CtsVerifierReportLog(String reportLogName, String streamName, File logDirectory) { in CtsVerifierReportLog() argument 54 super(reportLogName, streamName); in CtsVerifierReportLog() 58 Log.d(TAG, " streamName:" + streamName); in CtsVerifierReportLog()
|
/cts/hostsidetests/ui/control/src/android/taskswitching/control/cts/ |
D | TaskSwitchingDeviceTest.java | 67 String streamName = "test_measure_task_switching"; in testMeasureTaskSwitching() local 68 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testMeasureTaskSwitching()
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | PerformanceTest.java | 183 String streamName = "test_camera_launch"; in testCameraLaunch() local 184 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testCameraLaunch() 310 String streamName = "test_camera_launch_average"; in testCameraLaunch() local 311 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testCameraLaunch() 378 String streamName = appendFormatDescription("test_single_capture", formatDescription); in testSingleCaptureForFormat() local 379 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testSingleCaptureForFormat() 520 String streamName = appendFormatDescription("test_single_capture_average", in testSingleCaptureForFormat() local 522 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testSingleCaptureForFormat() 604 String streamName = "test_multiple_capture"; in testMultipleCapture() local 605 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testMultipleCapture() [all …]
|
D | CameraExtensionSessionTest.java | 618 String streamName = "test_extension_postview_capture"; in testPostviewAndCapture() local 619 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testPostviewAndCapture() 892 String streamName = "test_extension_10_bit_repeating_and_capture"; in test10bitRepeatingAndCaptureCombined() local 893 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in test10bitRepeatingAndCaptureCombined() 1099 String streamName = "test_extension_capture"; in testMultiFrameCapture() local 1100 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testMultiFrameCapture()
|
/cts/tests/leanbackjank/src/android/leanbackjank/cts/ |
D | CtsJankTestBase.java | 95 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/ |
D | HwRngTest.java | 55 String streamName = "test_device_file_present"; in testDeviceFilePresent() local 56 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testDeviceFilePresent()
|
/cts/tests/tvprovider/src/android/tvprovider/cts/ |
D | TvProviderPerfTest.java | 115 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/decoder/src/android/media/decoder/cts/ |
D | DecoderConformanceTest.java | 220 String streamName = "decoder_conformance_test"; in testDecoderConformance() local 221 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testDecoderConformance()
|
/cts/tests/video/src/android/video/cts/ |
D | VideoEncoderDecoderTest.java | 561 String streamName = "video_encoder_decoder_quality"; in logQualityResults() local 562 DeviceReportLog log = new DeviceReportLog(REPORT_LOG_NAME, streamName); in logQualityResults() 586 String streamName = "video_encoder_performance"; in logPerformanceResults() local 587 DeviceReportLog log = new DeviceReportLog(REPORT_LOG_NAME, streamName); in logPerformanceResults()
|
/cts/tests/tests/media/audio/src/android/media/audio/cts/ |
D | AudioTrack_ListenerTest.java | 86 String streamName = "test_static_audio_track_callback_handler"; in testStaticAudioTrackCallbackWithHandler() local
|
D | AudioTrackTest.java | 2148 String streamName = "test_get_timestamp"; in testGetTimestamp() local 2154 streamName); in testGetTimestamp() 2164 String streamName = "test_fast_timestamp"; in testFastTimestamp() local 2170 streamName); in testFastTimestamp() local 2175 String streamName) throws Exception { in doTestTimestamp() argument 2292 tsVerifier.verifyAndLog(trackStartTimeNs, streamName); in doTestTimestamp()
|