/aosp_15_r20/cts/tests/openglperf2/src/android/opengl2/cts/primitive/ |
H A D | GLPrimitiveBenchmark.java | 42 String streamName = "test_full_pipeline_offscreen"; in testFullPipelineOffscreen() local 51 String streamName = "test_full_pipeline_onscreen"; in testFullPipelineOnscreen() local 60 String streamName = "test_pixel_output_offscreen"; in testPixelOutputOffscreen() local 69 String streamName = "test_pixel_output_onscreen"; in testPixelOutputOnscreen() local 78 String streamName = "test_shader_perf_offscreen"; in testShaderPerfOffscreen() local 87 String streamName = "test_shader_perf_onscreen"; in testShaderPerfOnscreen() local 96 String streamName = "test_context_switch_offscreen"; in testContextSwitchOffscreen() local 105 String streamName = "test_context_switch_onscreen"; in testContextSwitchOnscreen() local 122 int numIterations, int timeout, String streamName) throws Exception { in runBenchmark()
|
/aosp_15_r20/cts/tests/camera/src/android/hardware/camera2/cts/ |
H A D | PerformanceTest.java | 184 String streamName = "test_camera_launch"; in testCameraLaunch() local 311 String streamName = "test_camera_launch_average"; in testCameraLaunch() local 379 String streamName = appendFormatDescription("test_single_capture", formatDescription); in testSingleCaptureForFormat() local 521 String streamName = appendFormatDescription("test_single_capture_average", in testSingleCaptureForFormat() local 605 String streamName = "test_multiple_capture"; in testMultipleCapture() local 750 String streamName = "test_multiple_capture_average"; in testMultipleCapture() local 776 String streamName = "test_reprocessing_latency"; in testReprocessingLatency() local 807 String streamName = "test_reprocessing_throughput"; in testReprocessingThroughput() local 837 String streamName = "test_high_quality_reprocessing_latency"; in testHighQualityReprocessingLatency() local 868 String streamName = "test_high_quality_reprocessing_throughput"; in testHighQualityReprocessingThroughput() local [all …]
|
/aosp_15_r20/cts/tests/sample/src/android/sample/cts/ |
H A D | SampleDeviceReportLogTest.java | 71 String streamName = "test_multiplication"; in testMultiplication() local 85 String streamName = "test_count_up"; in testCountUp() local 94 String streamName = "test_count_down"; in testCountDown() local 104 private void countHelper(int testParameter, String streamName) { in countHelper()
|
H A D | SampleDeviceResultTest.java | 87 String streamName = "test_sort"; in testSort() local
|
/aosp_15_r20/cts/tests/filesystem/src/android/filesystem/cts/ |
H A D | SequentialRWTest.java | 88 String streamName = "test_single_sequential_write"; in testSingleSequentialWrite() local 129 String streamName = "test_single_sequential_update"; in testSingleSequentialUpdate() local 131 NUMBER_REPETITION, REPORT_LOG_NAME, streamName); in testSingleSequentialUpdate() local 146 String streamName = "test_single_sequential_read"; in testSingleSequentialRead() local
|
H A 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 151 String streamName = "test_random_update"; in testRandomUpdate() local
|
H A D | RandomRWTest.java | 74 String streamName = "test_random_read"; in testRandomRead() local 100 String streamName = "test_random_update"; in testRandomUpdate() local
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/playbacktests/src/androidTest/java/com/google/android/exoplayer2/playbacktests/gts/ |
H A D | DashTestRunner.java | 94 private String streamName; field in DashTestRunner 131 public DashTestRunner setStreamName(String streamName) { in setStreamName() 216 private final String streamName; field in DashTestRunner.DashHostedTest 249 String streamName, in DashHostedTest()
|
H A D | DashStreamingTest.java | 166 final String streamName = "test_h264_adaptive_with_seeking"; in h264AdaptiveWithSeeking() local 184 final String streamName = "test_h264_adaptive_with_renderer_disabling"; in h264AdaptiveWithRendererDisabling() local
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/playbacktests/src/androidTest/java/com/google/android/exoplayer2/playbacktests/gts/ |
H A D | DashTestRunner.java | 94 private String streamName; field in DashTestRunner 131 public DashTestRunner setStreamName(String streamName) { in setStreamName() 216 private final String streamName; field in DashTestRunner.DashHostedTest 249 String streamName, in DashHostedTest()
|
H A D | DashStreamingTest.java | 166 final String streamName = "test_h264_adaptive_with_seeking"; in h264AdaptiveWithSeeking() local 184 final String streamName = "test_h264_adaptive_with_renderer_disabling"; in h264AdaptiveWithRendererDisabling() local
|
/aosp_15_r20/external/aws-sdk-java-v2/services/kinesis/src/it/java/software/amazon/awssdk/services/kinesis/ |
H A D | KinesisIntegrationTests.java | 108 String streamName = "java-test-stream-" + System.currentTimeMillis(); in testCreatePutGetDelete() local 135 private void testGets(final String streamName, final Shard shard) throws InterruptedException { in testGets()
|
/aosp_15_r20/cts/tests/simplecpu/src/android/simplecpu/cts/ |
H A D | SimpleCpuTest.java | 102 String streamName = "do_test_sort"; in doTestSort() local 126 String streamName = "do_matrix_multiplication"; in doMatrixMultiplication() local
|
/aosp_15_r20/cts/tests/tvprovider/src/android/tvprovider/cts/ |
H A D | TvProviderPerfTest.java | 115 String streamName = "test_channels"; in testChannels() local 253 String streamName = "test_programs"; in testPrograms() local
|
/aosp_15_r20/test/catbox/report/src/com/android/catbox/result/ |
H A D | JsonResultReporter.java | 198 String streamName = classMethodName; in writeTestMetrics() local 246 MetricsReportLog reportLog, Map<String, String> metrics, String streamName) { in writeMetricsForGivenKeys() argument
|
/aosp_15_r20/frameworks/av/media/libeffects/config/src/ |
H A D | EffectsConfig.cpp | 129 bool stringToStreamType(const char *streamName, Type* type) in stringToStreamType() 141 bool stringToStreamType(const char *streamName, audio_devices_t* type) { in stringToStreamType()
|
/aosp_15_r20/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/ |
H A D | MetricsReportLog.java | 50 String reportLogName, String streamName) { in MetricsReportLog() 64 String reportLogName, String streamName, boolean deviceDir) { in MetricsReportLog()
|
/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
H A D | DeviceReportLog.java | 42 public DeviceReportLog(String reportLogName, String streamName) { in DeviceReportLog() 47 public DeviceReportLog(String reportLogName, String streamName, File logDirectory) { in DeviceReportLog()
|
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
H A D | CtsVerifierReportLog.java | 48 public CtsVerifierReportLog(String reportLogName, String streamName) { in CtsVerifierReportLog() 53 public CtsVerifierReportLog(String reportLogName, String streamName, File logDirectory) { in CtsVerifierReportLog()
|
/aosp_15_r20/system/tools/hidl/ |
D | Type.cpp | 432 const std::string &streamName, in emitDump() 439 const std::string &streamName, in emitDumpWithMethod() 452 const std::string &streamName, in emitJavaDump()
|
D | EnumType.cpp | 647 const std::string &streamName, in emitJavaDump() 960 const std::string &streamName, in emitDump() 969 const std::string &streamName, in emitJavaDump()
|
D | NamedType.cpp | 49 const std::string &streamName, in emitDump()
|
/aosp_15_r20/packages/services/Car/cpp/computepipe/runner/stream_manager/include/ |
D | StreamManager.h | 58 explicit StreamManager(std::string streamName, const proto::PacketType& type) in StreamManager()
|
/aosp_15_r20/external/aws-sdk-java-v2/services/codebuild/src/main/resources/codegen-resources/ |
H A D | examples-1.json | 37 "streamName": "9b0ac37f-d19e-4254-9079-f47e9a389eEX" string 164 "streamName": "b79a46f7-1473-4636-a23f-da9c45c208EX" string
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | AudioServiceEvents.java | 732 final String streamName = in eventToString() local 757 final String streamName = in eventToString() local
|