Home
last modified time | relevance | path

Searched defs:module_name (Results 1 – 11 of 11) sorted by relevance

/tools/tradefederation/core/atest/unittest_data/
Dmodule-info.json2 … "installed": ["out/target/product/generic/data/app/AmSlam/AmSlam.apk"], "module_name": "AmSlam" }, string
3 …generic/data/app/CtsJankDeviceTestCases/CtsJankDeviceTestCases.apk"], "module_name": "CtsJankDevic… string
4 …uct/generic/data/app/CtsUiDeviceTestCases/CtsUiDeviceTestCases.apk"], "module_name": "CtsJankDevic… string
5 …["optional"], "installed": ["out/target/product/generic/VtsTarget"], "module_name": "VtsTarget" }, string
6 …, "installed": ["out/host/linux-x86/framework/google-tradefed.jar"], "module_name": "google-trade… string
7 …alled": ["out/host/linux-x86/framework/google-tradefed-contrib.jar"], "module_name": "google-trade… string
8 …x-x86/bin/tradefed.sh", "out/host/linux-x86/framework/tradefed.jar"], "module_name": "tradefed" }, string
9 … "installed": ["out/host/linux-x86/framework/tradefed-contrib.jar"], "module_name": "tradefed-con… string
10 … "installed": ["out/host/linux-x86/framework/tradefed-contrib.jar"], "module_name": ["module-no-p… array
11 …], "installed": ["out/host/linux-x86/framework/tradefed-contrib.jar"], "module_name": "module1" }, string
[all …]
/tools/tradefederation/core/atest/test_finders/
Dmodule_finder.py80 def _is_vts_module(self, module_name): argument
170 def _get_build_targets(self, module_name, rel_config): argument
190 def _get_module_test_config(self, module_name, rel_config=None): argument
286 def _get_test_info(self, test_path, rel_config, module_name, test_filter): argument
315 def find_test_by_module_name(self, module_name): argument
338 def find_test_by_class_name(self, class_name, module_name=None, argument
407 def find_test_by_package_name(self, package, module_name=None, argument
493 def find_test_by_cc_class_name(self, class_name, module_name=None, argument
Dsuite_plan_finder.py45 def _get_mod_paths(self, module_name): argument
Dtf_integration_finder.py56 def _get_mod_paths(self, module_name): argument
Dtest_finder_utils.py830 def get_levenshtein_distance(test_name, module_name, dir_costs=constants.COST_TYPO): argument
/tools/tradefederation/core/atest/
Dmodule_info.py240 def get_robolectric_test_name(self, module_name): argument
264 def is_robolectric_test(self, module_name): argument
285 def is_auto_gen_test_config(self, module_name): argument
314 def is_native_test(self, module_name): argument
Datest.py343 def _print_module_info_from_module_name(mod_info, module_name): argument
/tools/asuite/aidegen_functional_test/
Daidegen_functional_test_main.py167 def _compare_content(module_name, item_type, s_items, r_items): argument
192 def _compare_srcs_content(module_name, s_items, r_items, msg): argument
209 def _compare_jars_content(module_name, s_items, r_items, msg): argument
/tools/tradefederation/core/proto/
Dconfiguration_description.proto54 string module_name = 6; field
/tools/asuite/aidegen/lib/
Dsource_locator.py170 def _generate_moduledata(module_name, module_data, ide_name, project_relpath, argument
231 def __init__(self, module_name, module_data, depth): argument
576 def __init__(self, module_name, module_data, project_relpath): argument
Dproject_file_gen.py554 def _get_dependencies_name(module_name): argument