Searched refs:test_data (Results 1 – 9 of 9) sorted by relevance
/tools/test/graphicsbenchmark/functional_tests/native/ |
D | cpu_test.cpp | 59 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 | .gitignore | 15 !aidegen/test_data/*.iml 16 !aidegen/test_data/.idea
|
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/ |
D | base_lib.py | 54 test_data = json.dumps({ 60 return requests.get(url=self.address, data=test_data).json()
|
/tools/asuite/aidegen/lib/ |
D | native_module_info_unittest.py | 287 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/ |
D | WifiThroughputStabilityTest.py | 485 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)
|
D | WifiRvrTest.py | 766 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'],
|
D | WifiSensitivityTest.py | 737 for test_id, test_data in testclass_results_dict.items(): 751 for line_id, line_results in test_data.items():
|
/tools/asuite/aidegen/ |
D | Android.bp | 68 "test_data/**/*",
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | fuchsia_device.py | 280 test_data = json.dumps({ 286 return requests.get(url=self.address, data=test_data).json()
|