/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 | 86 def __call__(self, *args, **kwargs): 121 def gather(self, *args, **kwargs): 138 def _gather_local_info(self, gather_into, *args, **kwargs): 181 def __call__(self, *args, **kwargs): 188 def gather(self, *args, **kwargs):
|
D | dict_object.py | 28 def __init__(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/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):
|
D | all_tests_decorator_test.py | 26 def inner(*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/controllers/ |
D | adb.py | 185 def _exec_adb_cmd(self, name, arg_str, **kwargs): 189 def _exec_cmd_nb(self, cmd, **kwargs): 198 def _exec_adb_cmd_nb(self, name, arg_str, **kwargs): 279 def adb_call(*args, **kwargs):
|
D | fastboot.py | 79 def args(self, *args, **kwargs): 83 def fastboot_call(*args, **kwargs):
|
/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): 352 def rpc_call(*args, **kwargs):
|
/tools/asuite/aidegen/lib/ |
D | common_util.py | 78 def wrapper(*args, **kwargs): 373 def wrapper(*args, **kwargs): 514 def wrapper(*args, **kwargs): 548 def decorated(*args, **kwargs):
|
/tools/repohooks/rh/ |
D | utils.py | 238 def _lock_breaker(self, func, *args, **kwargs): 255 def poll_lock_breaker(self, *args, **kwargs): 259 def wait_lock_breaker(self, *args, **kwargs):
|
/tools/asuite/atest/tools/ |
D | atest_tools.py | 98 **kwargs): 300 def index_targets(output_cache=constants.LOCATE_CACHE, **kwargs):
|
/tools/tradefederation/core/atest/tools/ |
D | atest_tools.py | 103 **kwargs): 296 def index_targets(output_cache=constants.LOCATE_CACHE, **kwargs):
|
/tools/acloud/internal/lib/ |
D | utils.py | 181 def _FunctionWrapper(*args, **kwargs): 191 retry_backoff_factor, *args, **kwargs): 234 def RetryExceptionType(exception_types, max_retries, functor, *args, **kwargs): 253 sleep_interval_secs, *args, **kwargs): 465 def PrintColorString(message, colors=TextColors.OKBLUE, **kwargs): 1202 def _FunctionWrapper(*args, **kwargs):
|
D | driver_test_lib.py | 33 def Patch(self, *args, **kwargs):
|
/tools/asuite/atest/test_finders/ |
D | test_finder_base.py | 53 def __init__(self, *args, **kwargs):
|
D | cache_finder.py | 28 def __init__(self, **kwargs):
|
/tools/tradefederation/core/atest/test_finders/ |
D | cache_finder.py | 27 def __init__(self, **kwargs):
|
D | test_finder_base.py | 53 def __init__(self, *args, **kwargs):
|
/tools/asuite/atest/ |
D | asuite_metrics.py | 37 def log_event(metrics_url, dummy_key_fallback=True, **kwargs):
|
D | atest_execution_info_unittest.py | 161 def _create_test_result(self, **kwargs):
|
/tools/tradefederation/core/atest/ |
D | asuite_metrics.py | 43 def log_event(metrics_url, dummy_key_fallback=True, **kwargs):
|
D | atest_execution_info_unittest.py | 158 def _create_test_result(self, **kwargs):
|
/tools/acloud/setup/ |
D | setup_common.py | 34 def CheckCmdOutput(cmd, print_cmd=True, **kwargs):
|