Home
last modified time | relevance | path

Searched refs:test_module (Results 1 – 5 of 5) sorted by relevance

/tools/asuite/aidegen/lib/
Dsource_locator_unittest.py137 test_module = dict(unittest_constants.MODULE_INFO)
138 test_module['srcs'] = []
141 test_module, 0)
148 test_module['depth'] = 1
150 test_module, 1)
156 test_module['class'] = ['APPS']
157 test_module['srcjars'] = []
159 test_module, 0)
165 test_module['srcjars'] = [('out/soong/.intermediates/packages/apps/'
168 test_module, 0)
[all …]
Dproject_file_gen_unittest.py87 test_module = common_util.read_file_content(self._MODULE_PATH)
91 self.assertEqual(test_module, sample_module)
97 test_module = common_util.read_file_content(self._MODULE_PATH)
102 self.assertEqual(test_module, sample_module)
205 test_module = common_util.read_file_content(self._MODULE_PATH)
206 self.assertEqual(test_module, sample_module)
/tools/asuite/atest/
Dbazel_mode_unittest.py363 test_module(name='hello_world_test', installed='out/invalid/path')
385 multi_config(host_unit_suite(test_module(
400 multi_config(host_unit_suite(test_module(
414 multi_config(host_unit_suite(test_module(
428 multi_config(host_unit_suite(test_module(
1059 return host_only_config(test_module(**kwargs))
1064 return device_only_config(test_module(**kwargs))
1094 def test_module(**kwargs): function
Datest_utils.py1022 test_module='', argument
1045 if test_module:
1046 test_module = 'x86 {}'.format(test_module)
1068 cmd = [tmp_service, branch, target, test_name, test_module, test_method]
Dresult_reporter.py565 flakes_info = au.get_flakes(test_module=module)