HomeSort by relevance Sort by last modified time
    Searched refs:streamName (Results 1 - 25 of 54) sorted by null

1 2 3

  /cts/tests/openglperf2/src/android/opengl2/cts/primitive/
GLPrimitiveBenchmark.java 42 String streamName = "test_full_pipeline_offscreen";
44 streamName);
51 String streamName = "test_full_pipeline_onscreen";
53 streamName);
60 String streamName = "test_pixel_output_offscreen";
62 streamName);
69 String streamName = "test_pixel_output_onscreen";
71 streamName);
78 String streamName = "test_shader_perf_offscreen";
80 streamName);
    [all...]
  /cts/tests/sample/src/android/sample/cts/
SampleDeviceReportLogTest.java 69 String streamName = "test_multiplication";
70 DeviceReportLog reportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName);
82 String streamName = "test_count_up";
83 countHelper(1, streamName);
90 String streamName = "test_count_down";
91 countHelper(2, streamName);
98 * @param streamName {@link String} name of the report log stream retrieved from dynamic config.
100 private void countHelper(int testParameter, String streamName) {
119 DeviceReportLog reportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName);
SampleDeviceResultTest.java 84 String streamName = "test_sort";
85 DeviceReportLog reportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName);
  /cts/tests/filesystem/src/android/filesystem/cts/
RandomRWTest.java 51 String streamName = "test_random_read";
52 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName);
68 String streamName = "test_random_update";
69 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName);
AlmostFullTest.java 116 String streamName = "test_sequential_update";
118 NUMBER_REPETITION, REPORT_LOG_NAME, streamName);
132 String streamName = "test_random_read";
133 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName);
147 String streamName = "test_random_update";
148 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName);
SequentialRWTest.java 63 String streamName = "test_single_sequential_write";
64 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName);
94 String streamName = "test_single_sequential_update";
96 NUMBER_REPETITION, REPORT_LOG_NAME, streamName);
110 String streamName = "test_single_sequential_read";
111 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName);
  /system/tools/hidl/
NamedType.cpp 51 const std::string &streamName,
53 emitDumpWithMethod(out, streamName, fqName().cppNamespace() + "::toString", name);
NamedType.h 48 const std::string &streamName,
  /cts/tests/simplecpu/src/android/simplecpu/cts/
SimpleCpuTest.java 102 String streamName = "do_test_sort";
103 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName);
126 String streamName = "do_matrix_multiplication";
127 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName);
  /frameworks/wilhelm/src/itf/
IStreamInformation.cpp 178 char streamName[16]; // large enough for the fixed format in next line
179 snprintf(streamName, sizeof(streamName), "stream%u", streamIndex);
180 size_t actualNameLength = strlen(streamName);
187 memcpy(pName, streamName, availableNameLength);
190 memcpy(pName, streamName, availableNameLength);
193 memcpy(pName, streamName, actualNameLength + 1);
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3exception.h 132 pANTLR3_STRING streamName;
antlr3intstream.h 104 pANTLR3_STRING streamName;
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ReportLogDeviceInfoStore.java 32 public ReportLogDeviceInfoStore(File jsonFile, String streamName) throws Exception {
34 mStreamName = streamName;
DeviceReportLog.java 42 public DeviceReportLog(String reportLogName, String streamName) {
43 this(reportLogName, streamName,
47 public DeviceReportLog(String reportLogName, String streamName, File logDirectory) {
48 super(reportLogName, streamName);
  /cts/tests/jank/src/android/jank/cts/
CtsJankTestBase.java 54 String streamName = "cts_device_jank_test";
55 mLog = new DeviceReportLog(REPORT_LOG_NAME, streamName);
  /cts/tests/openglperf2/src/android/opengl2/cts/reference/
GLReferenceBenchmark.java 67 String streamName = "test_reference_benchmark";
68 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName);
  /cts/tests/ui/src/android/ui/cts/
ScrollingTest.java 73 String streamName = "test_full_scrolling";
74 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName);
  /test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
ReportLogHostInfoStore.java 33 public ReportLogHostInfoStore(File jsonFile, String streamName) throws Exception {
35 mStreamName = streamName;
MetricsReportLog.java 44 * @param streamName the key for the JSON object of the set of metrics to be logged.
47 String reportLogName, String streamName) {
48 this(buildInfo, abi, classMethodName, reportLogName, streamName, false);
57 * @param streamName the key for the JSON object of the set of metrics to be logged.
61 String reportLogName, String streamName, boolean deviceDir) {
62 super(reportLogName, streamName);
  /cts/hostsidetests/ui/control/src/android/taskswitching/control/cts/
TaskSwitchingDeviceTest.java 67 String streamName = "test_measure_task_switching";
68 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName);
  /cts/tests/camera/src/android/hardware/camera2/cts/
PerformanceTest.java 126 String streamName = "test_camera_launch";
127 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName);
245 String streamName = "test_camera_launch_average";
246 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName);
273 String streamName = "test_single_capture";
274 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName);
370 String streamName = "test_single_capture_average";
371 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName);
441 String streamName = "test_multiple_capture";
442 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName);
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3filestream.c 81 input->istream->streamName = input->strFactory->newStr8(input->strFactory, fileName);
82 input->fileName = input->istream->streamName;
119 input->istream->streamName = input->strFactory->newStr8(input->strFactory, name);
120 input->fileName = input->istream->streamName;
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-kinesis/1.11.18/
aws-java-sdk-kinesis-1.11.18.jar 
  /cts/hostsidetests/sample/src/android/sample/cts/
SampleHostResultTest.java 140 String streamName = "test_transfer_time_metrics";
144 REPORT_LOG_NAME, streamName);
  /cts/hostsidetests/ui/src/android/ui/cts/
InstallTimeTest.java 88 String streamName = "test_install_time";
91 streamName);

Completed in 750 milliseconds

1 2 3