/tools/asuite/atest/ |
D | atest.py | 79 def _run_multi_proc(func, *args, **kwargs): 168 def get_extra_args(args): argument 215 def _get_regression_detection_args(args, results_dir): argument 235 def _validate_exec_mode(args, test_infos, host_tests=None): argument 274 def _validate_tm_tests_exec_mode(args, test_infos): argument 296 def _will_run_tests(args): argument 313 def _has_valid_regression_detection_args(args): argument 353 def _has_valid_test_mapping_args(args): argument 380 def _validate_args(args): argument 583 def _non_action_validator(args): argument [all …]
|
D | atest_execution_info.py | 191 def has_non_test_options(args): argument 269 def __init__(self, args, work_dir, args_ns): argument 310 def _generate_execution_detail(args): argument
|
/tools/acloud/create/ |
D | create.py | 112 def _CheckForAutoconnect(args): argument 158 def _CheckForSetup(args): argument 208 def PreRunCheck(args): argument 218 def Run(args): argument
|
D | create_args.py | 572 def _VerifyLocalArgs(args): argument 614 def _VerifyHostArgs(args): argument 641 def VerifyArgs(args): argument
|
D | avd_spec.py | 96 def __init__(self, args): argument 187 def _ProcessArgs(self, args): argument 201 def _ProcessImageArgs(self, args): argument 268 def _ProcessHWPropertyArgs(self, args): argument 298 def _ProcessMiscArgs(self, args): argument 375 def _ProcessLocalImageArgs(self, args): argument 537 def _ProcessRemoteBuildArgs(self, args): argument 689 def _GetBuildTarget(self, args): argument
|
/tools/test/connectivity/acts/framework/acts/ |
D | tracelogger.py | 41 def _log_with(self, logging_lambda, trace_level, msg, *args, **kwargs): 45 def exception(self, msg, *args, **kwargs): 48 def debug(self, msg, *args, **kwargs): 51 def error(self, msg, *args, **kwargs): 54 def warn(self, msg, *args, **kwargs): 57 def warning(self, msg, *args, **kwargs): 60 def info(self, msg, *args, **kwargs):
|
D | test_decorators.py | 175 def __call__(self, *args, **kwargs): 183 def _get_signal_from_func_call(self, *args, **kwargs): 219 def gather(self, *args, **kwargs): 236 def _gather_local_info(self, gather_into, *args, **kwargs): 266 def __call__(self, *args, **kwargs): 341 def __call__(self, *args, **kwargs): 348 def gather(self, *args, **kwargs):
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/ |
D | tako_trace_logger.py | 22 def __init__(self, *args, **kwargs): 34 def step(self, msg, *args, **kwargs): 38 def device(self, msg, *args, **kwargs): 42 def suite(self, msg, *args, **kwargs): 46 def case(self, msg, *args, **kwargs):
|
/tools/asuite/atest-py2/ |
D | atest.py | 163 def get_extra_args(args): argument 207 def _get_regression_detection_args(args, results_dir): argument 227 def _validate_exec_mode(args, test_infos, host_tests=None): argument 263 def _validate_tm_tests_exec_mode(args, test_infos): argument 285 def _will_run_tests(args): argument 299 def _has_valid_regression_detection_args(args): argument 336 def _has_valid_test_mapping_args(args): argument 363 def _validate_args(args): argument 566 def main(argv, results_dir, args): argument
|
D | atest_execution_info.py | 164 def has_non_test_options(args): argument 223 def __init__(self, args, work_dir, args_ns): argument 265 def _generate_execution_detail(args): argument
|
/tools/platform-compat/java/com/android/annotationvisitor/ |
D | AnnotatedClassContext.java | 43 private String buildReportString(String message, Object... args) { in buildReportString() 52 public void reportError(String message, Object... args) { in reportError() 57 public void reportWarning(String message, Object... args) { in reportWarning()
|
D | AnnotatedMemberContext.java | 48 private String buildReportString(String message, Object... args) { in buildReportString() 58 public void reportError(String message, Object... args) { in reportError() 63 public void reportWarning(String message, Object... args) { in reportWarning()
|
D | Status.java | 36 public void debug(String msg, Object... args) { in debug() 48 public void error(String message, Object... args) { in error() 54 public void warning(String message, Object... args) { in warning()
|
D | StatusReporter.java | 24 void reportError(String message, Object... args); in reportError() 30 void reportWarning(String message, Object... args); in reportWarning()
|
/tools/asuite/aidegen/ |
D | aidegen_main.py | 98 def _parse_args(args): argument 227 def _launch_native_projects(ide_util_obj, args, cmakelists): argument 265 def _launch_ide_by_module_contents(args, ide_util_obj, language, jlist=None, argument 431 def main_with_message(args): argument 441 def main_without_message(args): argument 508 def aidegen_main(args): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | fastboot.py | 79 def args(self, *args, **kwargs): member in FastbootProxy 83 def fastboot_call(*args, **kwargs):
|
/tools/external_updater/ |
D | notifier.py | 138 def _process_results(args, history, results): argument 163 def send_notification(args): argument 204 def _check_updates(args): argument
|
/tools/test/connectivity/acts/framework/tests/libs/test_bindings/ |
D | binding_test.py | 39 def inner(*args, **kwargs): 55 def inner(*args, **kwargs): 67 def inner(*args, **kwargs): 105 def arg_modifier(_, *args, **kwargs): 111 def inner(*args, **kwargs):
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | OptionsTest.kt | 461 val args = listOf(ARG_NO_COLOR, "--blah-blah-blah") in Test invalid arguments() constant 484 val args = listOf(ARG_NO_COLOR, "--help") in Test help() constant
|
/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/ |
D | rpc_client.py | 118 def rpc(self, name, *args, **kwargs): 125 def rpc_call(*args, **kwargs): 231 def rpc(self, method, *args, timeout=None, retries=3): 352 def rpc_call(*args, **kwargs):
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/ |
D | base_test_actions.py | 35 def timed(self, *args, **kw): 149 def __exit__(self, *args): 152 def _perform_action(self, action_name, *args, **kwargs):
|
/tools/test/connectivity/acts/framework/acts/event/ |
D | subscription_handle.py | 58 def _wrapped_call(*args, **kwargs): 65 def __call__(self, *args, **kwargs):
|
/tools/test/connectivity/acts/framework/acts/bin/ |
D | monsoon.py | 25 def main(args): argument
|
/tools/repohooks/rh/ |
D | utils.py | 62 def __init__(self, args=None, returncode=None, stdout=None, stderr=None): argument 234 def _lock_breaker(self, func, *args, **kwargs): 251 def poll_lock_breaker(self, *args, **kwargs): 255 def wait_lock_breaker(self, *args, **kwargs):
|
/tools/acloud/public/acloud_kernel/ |
D | acloud_kernel.py | 34 def _ParseArgs(args): argument
|