Home
last modified time | relevance | path

Searched refs:test_data (Results 1 – 9 of 9) sorted by relevance

/tools/test/graphicsbenchmark/functional_tests/native/
Dcpu_test.cpp59 for (auto test_data : data) { in TEST() local
62 for (int i = 0; i < test_data.size(); ++i) { in TEST()
63 auto cpu = test_data[i]; in TEST()
66 test_data[i] = cpu; in TEST()
75 ASSERT_THAT(test_data, ::testing::Contains(sched_getcpu())) in TEST()
/tools/asuite/
D.gitignore15 !aidegen/test_data/*.iml
16 !aidegen/test_data/.idea
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dbase_lib.py54 test_data = json.dumps({
60 return requests.get(url=self.address, data=test_data).json()
/tools/asuite/aidegen/lib/
Dnative_module_info_unittest.py287 test_data = {'a': 'test'}
288 mod_info.is_suite_in_compatibility_suites(suite_name, test_data)
294 test_data = {'a': 'test'}
295 mod_info.is_testable_module(test_data)
298 test_data = {'a': 'test'}
299 mod_info.has_test_config(test_data)
314 test_data = {'a': 'test'}
315 mod_info.is_robolectric_module(test_data)
/tools/test/connectivity/acts/tests/google/wifi/
DWifiThroughputStabilityTest.py485 test_data = channel_data.setdefault(
491 test_data['position'].append(current_params['position'])
492 test_data['throughput'].append(current_throughput)
503 for test_id, test_data in channel_data.items():
510 metric_value = numpy.mean(test_data['throughput'])
514 metric_value = min(test_data['throughput'])
526 for test_id, test_data in channel_data.items():
532 current_plot.add_line(test_data['position'],
533 test_data['throughput'], legend)
DWifiRvrTest.py766 for test_id, test_data in compiled_data.items():
773 numpy.not_equal(test_data['metrics']['high_tput_range'], -1))
776 for metric_key, metric_value in test_data['metrics'].items():
781 test_data['avg_rvr'] = numpy.mean(test_data['throughput'], 0)
782 test_data['median_rvr'] = numpy.median(test_data['throughput'], 0)
783 plots[test_id].add_line(test_data['total_attenuation'],
784 test_data['avg_rvr'],
787 plots[test_id].add_line(test_data['total_attenuation'],
788 test_data['median_rvr'],
DWifiSensitivityTest.py737 for test_id, test_data in testclass_results_dict.items():
751 for line_id, line_results in test_data.items():
/tools/asuite/aidegen/
DAndroid.bp68 "test_data/**/*",
/tools/test/connectivity/acts/framework/acts/controllers/
Dfuchsia_device.py280 test_data = json.dumps({
286 return requests.get(url=self.address, data=test_data).json()