/tools/asuite/atest/ |
D | module_info.py | 77 def load_from_dict(name_to_module_info: Dict[str, Any]) -> ModuleInfo: argument 259 name_to_module_info: Dict[str, Any], argument 282 def _save_json_async(self, name_to_module_info: Dict[str, Any], _): argument 324 name_to_module_info: Dict[str, Any], argument 472 name_to_module_info: Dict[str, Any] = None, argument 570 def is_tradefed_testable_module(info: Dict[str, Any]) -> bool: argument 579 def is_mobly_module(info: Dict[str, Any]) -> bool: argument 595 def is_testable_module(self, info: Dict[str, Any]) -> bool: argument 614 def has_test_config(info: Dict[str, Any]) -> bool: argument 633 def is_legacy_robolectric_test(self, info: Dict[str, Any]) -> bool: argument [all …]
|
D | bazel_mode.py | 532 self, info: Dict[str, Any], is_host_driven: bool argument 548 def _add_deviceless_test_target(self, info: Dict[str, Any]) -> Target: argument 562 self, info: Dict[str, Any] argument 575 def _add_prebuilt_target(self, info: Dict[str, Any]) -> Target: argument 618 def _get_module_path(self, info: Dict[str, Any]) -> str: argument 1008 name: str, package_name: str, info: Dict[str, Any] argument 1024 name: str, package_name: str, info: Dict[str, Any], is_host_driven: bool argument 1052 name: str, package_name: str, info: Dict[str, Any], jdk_label: str argument 1071 attributes: Dict[str, Any], argument 1222 gen: WorkspaceGenerator, info: Dict[str, Any], package_name: str = '' argument [all …]
|
D | test_runner_handler.py | 106 extra_args: Dict[str, Any], argument
|
D | test_runner_invocation.py | 38 extra_args: Dict[str, Any], argument
|
D | atest_utils.py | 166 def get_build_top(*joinpaths: Any) -> Path: 171 def get_host_out(*joinpaths: Any) -> Path: 176 def get_product_out(*joinpaths: Any) -> Path: 181 def get_index_path(*filename: Any) -> Path: 719 prefix: str, msg: Any, *fmt_args: list[Any], color: int = None
|
D | atest_main.py | 1321 extra_args: Dict[str, Any], argument 1351 extra_args: Dict[str, Any], argument 1516 extra_args: Dict[str, Any], argument
|
/tools/asuite/atest/integration_tests/ |
D | split_build_test_script.py | 148 def add_snapshot_obj(self, name: str, obj: Any): 448 cls, func: Callable[[Any], Any], decorator_name: str 502 def run_in_parallel(cls, func: Callable[[Any], Any]) -> Callable[[Any], Any]: 508 cls, func: Callable[[Any], Any] 515 cls, func: Callable[[Any], Any] 521 def setup_parallel(cls, func: Callable[[Any], Any]) -> Callable[[Any], Any]: 527 cls, func: Callable[[Any], Any] 534 cls, func: Callable[[Any], Any] 687 def __init__(self, dest: str, *args: Any, **kwargs: Any) -> None: 836 def __init__(self, *args: Any, **kwargs: Any) -> None:
|
D | atest_dry_run_diff_tests.py | 47 def from_json(json_dict: dict[str, Any]) -> '_AtestCommandUsage': argument
|
D | atest_command_verification_tests.py | 665 **assertion_func_params: dict[str, Any], argument
|
D | snapshot.py | 86 objs: Optional[dict[str, Any]] = None, argument 140 objs: Optional[dict[str, Any]] = None, argument
|
/tools/repohooks/tools/ |
D | android_test_mapping_format.py | 80 def _validate_import(entry: Dict[str, Any], test_mapping_file: str): argument 100 def _validate_test(test: Dict[str, Any], test_mapping_file: str) -> bool: argument
|
/tools/asuite/atest/test_runners/ |
D | atest_tf_test_runner.py | 162 extra_args: Dict[str, Any], argument 218 extra_args: Dict[str, Any], argument 1140 self, test_infos: list[TestInfo], extra_args: Dict[str, Any] argument 1381 def is_log_upload_enabled(extra_args: Dict[str, Any]) -> bool: argument 1391 arg_value: Any, 1426 extra_args: Dict[str, Any], mod_info: module_info.ModuleInfo = None argument 1686 self, info: Dict[str, Any], variant: Variant, mainline_modules: Set[str] argument 1751 def __init__(self, info: Dict[str, Any], variant: Variant): argument 1779 def _get_libs_deps(info: Dict[str, Any], variant: Variant) -> Set[Target]: argument 1793 def _get_host_required_deps(info: Dict[str, Any]) -> Set[Target]: argument [all …]
|
D | vts_tf_test_runner.py | 41 def __init__(self, results_dir: str, extra_args: Dict[str, Any], **kwargs): argument
|
D | suite_plan_test_runner.py | 38 def __init__(self, results_dir: str, extra_args: Dict[str, Any], **kwargs): argument
|
D | mobly_test_runner.py | 245 def _finalize_workunit(self, workunit: Dict[str, Any]): argument 376 extra_args: Dict[str, Any], argument 449 extra_args: Dict[str, Any], argument 496 def _get_rerun_options(self, extra_args: dict[str, Any]) -> RerunOptions: argument
|
D | test_runner_base.py | 96 extra_args: Dict[str, Any], argument
|
/tools/test/mobly_extensions/tools/results_uploader/src/ |
D | mobly_result_converter.py | 198 entry: Mapping[str, Any], argument 244 summary_record: Mapping[str, Any] argument 385 entries: List[Mapping[str, Any]] argument 432 entry: Mapping[str, Any], argument
|
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/ |
D | base_lib.py | 47 args: Mapping[str, Any], argument
|
/tools/tradefederation/core/tools/content_uploader/ |
D | artifact_manager.py | 42 def override_artifacts(self, args: Any) -> Self:
|
/tools/treble/split/ |
D | xml_diff.py | 108 diff_fn: Callable[[Element, Element, Set[str]], Any]) -> ChangeMap: argument
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/cellular/ |
D | ims_api_connector_utils.py | 176 self, property_name: str, property_value: Optional[Any]
|
/tools/asuite/atest/test_finders/ |
D | test_finder_utils.py | 1199 mod_info: Dict[str, Any], _=None argument 1225 def get_config_srcs(info: Dict[str, Any], test_name: str): argument
|