/tools/tradefederation/core/atest/unittest_data/ |
D | module-info.json | 2 … "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/ |
D | module_finder.py | 80 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
|
D | suite_plan_finder.py | 45 def _get_mod_paths(self, module_name): argument
|
D | tf_integration_finder.py | 56 def _get_mod_paths(self, module_name): argument
|
D | test_finder_utils.py | 830 def get_levenshtein_distance(test_name, module_name, dir_costs=constants.COST_TYPO): argument
|
/tools/tradefederation/core/atest/ |
D | module_info.py | 240 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
|
D | atest.py | 343 def _print_module_info_from_module_name(mod_info, module_name): argument
|
/tools/asuite/aidegen_functional_test/ |
D | aidegen_functional_test_main.py | 167 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/ |
D | configuration_description.proto | 54 string module_name = 6; field
|
/tools/asuite/aidegen/lib/ |
D | source_locator.py | 170 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
|
D | project_file_gen.py | 554 def _get_dependencies_name(module_name): argument
|