Home
last modified time | relevance | path

Searched defs:Callable (Results 1 – 7 of 7) sorted by relevance

/tools/asuite/atest/
Dbanner.py82 def print(self, print_func: Callable = None, date_supplier: Callable = None):
Datest_execution_info.py345 get_exit_code_func: Callable[[], int] = None,
Dbazel_mode.py589 self, package_path: str, target_name: str, create_fn: Callable
1630 write_value_fn: Callable,
1764 run_command: Callable = default_run_command,
1767 generate_workspace_fn: Callable = generate_bazel_workspace,
1998 feature: Features, extra_args: Dict[str, Any], generator: Callable
Dmodule_info.py136 need_merge_fn: Callable = None,
475 get_testable_modules: Callable = None,
1258 def _save_data_async(function: Callable, contents: Any, target_path: Path):
/tools/asuite/atest/logstorage/
Datest_gcp_utils.py204 build_client_creator: Callable,
Dlog_uploader.py219 def is_uploading_logs(gcert_checker: Callable[[], bool] = None) -> bool:
/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabPwsTest.py77 def wait_until(condition: Callable[..., bool], interval: datetime.timedelta,