Home
last modified time | relevance | path

Searched refs:test_data (Results 1 – 11 of 11) 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/test/connectivity/acts_tests/tests/google/cellular/performance/
DCellularLteRvrTest.py103 for test_id, test_data in compiled_data.items():
105 cell_power_interp = sorted(set(sum(test_data['cell_power'], [])))
108 test_data['mcs'], test_data['cell_power'],
109 test_data['average_throughput']):
DCellularFr1SensitivityTest.py105 for test_id, test_data in compiled_data.items():
107 cell_power_interp = sorted(set(sum(test_data['cell_power'], [])))
110 test_data['mcs'], test_data['cell_power'],
111 test_data['average_throughput']):
DCellularLteSensitivityTest.py103 for test_id, test_data in compiled_data.items():
105 cell_power_interp = sorted(set(sum(test_data['cell_power'], [])))
108 test_data['mcs'], test_data['cell_power'],
109 test_data['average_throughput']):
DCellularFr2SensitivityTest.py110 for test_id, test_data in compiled_data.items():
112 cell_power_interp = sorted(set(sum(test_data['cell_power'], [])))
115 test_data['mcs'], test_data['cell_power'],
116 test_data['average_throughput']):
/tools/asuite/aidegen/lib/
Dnative_module_info_unittest.py288 test_data = {'a': 'test'}
289 mod_info.is_suite_in_compatibility_suites(suite_name, test_data)
295 test_data = {'a': 'test'}
296 mod_info.is_testable_module(test_data)
299 test_data = {'a': 'test'}
300 mod_info.has_test_config(test_data)
315 test_data = {'a': 'test'}
316 mod_info.is_robolectric_module(test_data)
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiRvrTest.py1000 for test_id, test_data in compiled_data.items():
1007 numpy.not_equal(test_data['metrics']['high_tput_range'], -1))
1010 for metric_key, metric_value in test_data['metrics'].items():
1015 test_data['avg_rvr'] = numpy.mean(test_data['throughput'], 0)
1016 test_data['median_rvr'] = numpy.median(test_data['throughput'], 0)
1017 test_data['avg_rx_phy_rate'] = numpy.mean(test_data['rx_phy_rate'],
1019 test_data['avg_tx_phy_rate'] = numpy.mean(test_data['tx_phy_rate'],
1021 plots[test_id].add_line(test_data['total_attenuation'],
1022 test_data['avg_rvr'],
1025 plots[test_id].add_line(test_data['total_attenuation'],
[all …]
DWifiThroughputStabilityTest.py560 test_data = channel_data.setdefault(
562 test_data['position'].append(current_params['position'])
563 test_data['throughput'].append(
575 for test_id, test_data in channel_data.items():
582 metric_value = numpy.nanmean(test_data['throughput'])
586 metric_value = min(test_data['throughput'])
598 for test_id, test_data in channel_data.items():
604 current_plot.add_line(test_data['position'],
605 test_data['throughput'], legend)
DWifiSensitivityTest.py793 for test_id, test_data in testclass_results_dict.items():
806 for line_id, line_results in test_data.items():
/tools/asuite/
D.gitignore21 !aidegen/test_data/*.iml
22 !aidegen/test_data/.idea
/tools/asuite/aidegen/
DAndroid.bp74 "test_data/**/*",