Home
last modified time | relevance | path

Searched refs:test_data (Results 1 – 8 of 8) 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/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/
DWifiThroughputStabilityTest.py539 test_data = channel_data.setdefault(
541 test_data['position'].append(current_params['position'])
542 test_data['throughput'].append(
554 for test_id, test_data in channel_data.items():
561 metric_value = numpy.nanmean(test_data['throughput'])
565 metric_value = min(test_data['throughput'])
577 for test_id, test_data in channel_data.items():
583 current_plot.add_line(test_data['position'],
584 test_data['throughput'], legend)
DWifiRvrTest.py952 for test_id, test_data in compiled_data.items():
959 numpy.not_equal(test_data['metrics']['high_tput_range'], -1))
962 for metric_key, metric_value in test_data['metrics'].items():
967 test_data['avg_rvr'] = numpy.mean(test_data['throughput'], 0)
968 test_data['median_rvr'] = numpy.median(test_data['throughput'], 0)
969 plots[test_id].add_line(test_data['total_attenuation'],
970 test_data['avg_rvr'],
973 plots[test_id].add_line(test_data['total_attenuation'],
974 test_data['median_rvr'],
DWifiSensitivityTest.py778 for test_id, test_data in testclass_results_dict.items():
791 for line_id, line_results in test_data.items():
/tools/asuite/
D.gitignore15 !aidegen/test_data/*.iml
16 !aidegen/test_data/.idea
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dbase_lib.py68 test_data = json.dumps({
76 data=test_data,
/tools/asuite/aidegen/
DAndroid.bp89 "test_data/**/*",