Home
last modified time | relevance | path

Searched defs:Any (Results 1 – 22 of 22) sorted by relevance

/tools/asuite/atest/
Dmodule_info.py77 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 …]
Dbazel_mode.py532 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 …]
Dtest_runner_handler.py106 extra_args: Dict[str, Any], argument
Dtest_runner_invocation.py38 extra_args: Dict[str, Any], argument
Datest_utils.py166 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
Datest_main.py1321 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/
Dsplit_build_test_script.py148 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:
Datest_dry_run_diff_tests.py47 def from_json(json_dict: dict[str, Any]) -> '_AtestCommandUsage': argument
Datest_command_verification_tests.py665 **assertion_func_params: dict[str, Any], argument
Dsnapshot.py86 objs: Optional[dict[str, Any]] = None, argument
140 objs: Optional[dict[str, Any]] = None, argument
/tools/repohooks/tools/
Dandroid_test_mapping_format.py80 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/
Datest_tf_test_runner.py162 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 …]
Dvts_tf_test_runner.py41 def __init__(self, results_dir: str, extra_args: Dict[str, Any], **kwargs): argument
Dsuite_plan_test_runner.py38 def __init__(self, results_dir: str, extra_args: Dict[str, Any], **kwargs): argument
Dmobly_test_runner.py245 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
Dtest_runner_base.py96 extra_args: Dict[str, Any], argument
/tools/test/mobly_extensions/tools/results_uploader/src/
Dmobly_result_converter.py198 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/
Dbase_lib.py47 args: Mapping[str, Any], argument
/tools/tradefederation/core/tools/content_uploader/
Dartifact_manager.py42 def override_artifacts(self, args: Any) -> Self:
/tools/treble/split/
Dxml_diff.py108 diff_fn: Callable[[Element, Element, Set[str]], Any]) -> ChangeMap: argument
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/cellular/
Dims_api_connector_utils.py176 self, property_name: str, property_value: Optional[Any]
/tools/asuite/atest/test_finders/
Dtest_finder_utils.py1199 mod_info: Dict[str, Any], _=None argument
1225 def get_config_srcs(info: Dict[str, Any], test_name: str): argument