/test/dittosuite/include/ditto/ |
D | tracer.h | 41 std::string trace_format__(const T& id) { in trace_format__() argument 42 return std::string("|") + id; in trace_format__() 46 std::string trace_format__(const T& id, Args... vars) { in trace_format__() argument 47 return std::string("|") + id + trace_format__(vars...); in trace_format__() 51 std::string trace_format(const T& id) { in trace_format() argument 52 return id; in trace_format() 56 std::string trace_format(const T& id, Args... vars) { in trace_format() argument 59 result = trace_format(id); in trace_format()
|
/test/suite_harness/common/host-side/tradefed/tests/res/testdata/ |
D | perf-dump.txt | 7 sample_id: id 23808 15 sample_id: id 23808 21 sample_id: id 23804 27 sample_id: id 23808 35 sample_id: id 23808 43 sample_id: id 23808 51 sample_id: id 23808 59 sample_id: id 23808 67 sample_id: id 23808 75 sample_id: id 23808 [all …]
|
D | log_2.qpa | 20 <Text>Using --deqp-vk-device-id=1</Text>
|
D | log_1.qpa | 20 <Text>Using --deqp-vk-device-id=1</Text>
|
/test/mlts/benchmark/crashtest/src/com/android/nn/crashtest/ |
D | MainActivity.java | 78 mStartTestButton = (Button) findViewById(R.id.start_button); in onCreate() 79 mMessage = (TextView) findViewById(R.id.message); in onCreate() 98 final Spinner testModelSpinner = (Spinner) findViewById(R.id.test_model); in onCreate() 102 public void onItemSelected(AdapterView<?> parent, View view, int position, long id) { in onCreate() 103 mSelectedModelIndex.set((int) id - 1); in onCreate() 118 final Spinner acceleratorNameSpinner = (Spinner) findViewById(R.id.accelerator_name); in onCreate() 122 public void onItemSelected(AdapterView<?> parent, View view, int position, long id) { in onCreate() 139 final Spinner testTypeSpinner = (Spinner) findViewById(R.id.test_type); in onCreate() 143 public void onItemSelected(AdapterView<?> parent, View view, int position, long id) { in onCreate() 154 mThreadCount = (NumberPicker) findViewById(R.id.thread_count); in onCreate() [all …]
|
/test/mlts/benchmark/src/com/android/nn/benchmark/app/ |
D | NNControls.java | 76 mTestListView = findViewById(R.id.test_list); in init() 85 mResultView = findViewById(R.id.results); in init() 152 int id[] = data.getIntArrayExtra(NNBenchmark.EXTRA_RESULTS_TESTS); in onActivityResult() local 155 for (int ct = 0; ct < id.length; ct++) { in onActivityResult() 156 TestModels.TestModelEntry t = TestModels.modelsList().get(id[ct]); in onActivityResult() 160 mTestList.set(id[ct], s); in onActivityResult() 163 mResults[id[ct]] = ((BenchmarkResult) r[ct]).getMeanTimeSec(); in onActivityResult() 187 if (item.getItemId() == R.id.action_settings) { in onOptionsItemSelected()
|
D | NNSettings.java | 51 public void onClick(DialogInterface dialog, int id) { in onCreateDialog() 57 public void onClick(DialogInterface dialog, int id) { in onCreateDialog()
|
/test/vts-testcase/kernel/api/bpf_native_test/ |
D | BpfTest.cpp | 118 std::string id = android::base::StringPrintf("msg: %" PRIu64 "\n", j); in workerThread() local 119 res = sendto(sendSock, &id, id.length(), 0, (struct sockaddr *)&remote, in workerThread() 121 EXPECT_EQ(id.size(), res); in workerThread() 124 EXPECT_EQ(id.size(), recv_len); in workerThread()
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/ |
D | ConsoleReporter.java | 74 public void testRunStarted(String id, int numTests) { in testRunStarted() argument 75 boolean isRepeatModule = (mModuleId != null && mModuleId.equals(id)); in testRunStarted() 76 mModuleId = id; in testRunStarted() 87 id, in testRunStarted()
|
D | MetadataReporter.java | 94 public void testRunStarted(String id, int numTests) { in testRunStarted() argument 95 this.mCurrentModule = id; in testRunStarted()
|
/test/mlts/benchmark/dogfood/src/com/android/nn/dogfood/ |
D | MainActivity.java | 48 mStartStopButton = (Button) findViewById(R.id.start_stop_button); in onCreate() 49 mMessage = (TextView) findViewById(R.id.message); in onCreate()
|
/test/mlts/benchmark/src/com/android/nn/crashtest/app/ |
D | NNParallelTestActivity.java | 73 mTestResultView = findViewById(R.id.parallel_test_result); in onCreate() 74 mStopTestButton = findViewById(R.id.stop_test); in onCreate()
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ |
D | BusinessLogicPreparer.java | 392 for (Map.Entry<String, String> id : clientIds.entrySet()) { in getBusinessLogicProperties() 394 properties.add(String.format("%s:%s", id.getKey(), id.getValue())); in getBusinessLogicProperties()
|
/test/mlts/benchmark/results/ |
D | Chart.bundle.min.js | 10 …id&&l.isDatasetVisible(i)&&(a=d.getRightValue(h[i].data[e]),(c<0&&a<0||c>=0&&a>0)&&(m+=a));return … property
|
D | generate_result.py | 404 i=id(latency),
|
/test/app_compat/csuite/ |
D | pylintrc | 44 # Enable the message, report, category or checker with the given id(s). You can 50 # Disable the message, report, category or checker with the given id(s). You
|
/test/dittosuite/ |
D | Doxyfile | 359 # they do not have an id attribute. 1957 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
|