Searched defs:kwargs (Results 1 – 25 of 29) sorted by relevance
12
/test/framework/harnesses/host_controller/campaigns/ |
D | campaign_common.py | 37 def HasAttr(attr, **kwargs): 75 def EmitFetchCommands(**kwargs): 226 def EmitFlashCommands(gsi, **kwargs): 321 def EmitCommonConsoleCommands(**kwargs):
|
D | gts.py | 20 def EmitConsoleCommands(**kwargs):
|
D | vts.py | 20 def EmitConsoleCommands(**kwargs):
|
D | sts.py | 20 def EmitConsoleCommands(**kwargs):
|
D | cts.py | 20 def EmitConsoleCommands(**kwargs):
|
/test/vti/test_serving/gae/webapp/src/handlers/ |
D | base.py | 125 def get(self, *args, **kwargs): 129 def post(self, *args, **kwargs): 133 def put(self, *args, **kwargs): 137 def delete(self, *args, **kwargs): 141 def head(self, *args, **kwargs):
|
/test/vts/utils/python/mirror/ |
D | native_entity_mirror.py | 181 def __getattr__(self, api_name, *args, **kwargs): 190 def RemoteCall(*args, **kwargs): 305 def MessageGenerator(*args, **kwargs):
|
D | hal_mirror.py | 133 def GetHidlCallbackInterface(self, interface_name, **kwargs):
|
/test/framework/harnesses/host_controller/tfc/ |
D | command_task.py | 34 def __init__(self, task_id, command_line, device_serials, **kwargs):
|
D | api_message.py | 21 def __init__(self, all_keys, **kwargs):
|
D | request.py | 43 def __init__(self, cluster, command_line, run_target, user, **kwargs):
|
D | device_info.py | 51 def __init__(self, device_serial, **kwargs):
|
D | command_attempt.py | 73 def __init__(self, task_id, attempt_id, hostname, device_serial, **kwargs):
|
D | tfc_client.py | 167 def BuildHttpRequest(unused_http, *args, **kwargs):
|
/test/framework/harnesses/host_controller/build/ |
D | build_info.py | 53 def update(self, other=None, **kwargs):
|
/test/vts/utils/python/common/ |
D | timeout_utils.py | 50 def wrapper(*args, **kwargs):
|
/test/vti/test_serving/gae/webapp/src/testing/ |
D | unittest_base.py | 96 **kwargs): 150 **kwargs):
|
/test/vts/runners/host/ |
D | base_test.py | 261 def unpack_userparams(self, req_param_names=[], opt_param_names=[], **kwargs): 265 def getUserParams(self, req_param_names=[], opt_param_names=[], **kwargs): 414 def getUserConfigStr(self, key, **kwargs): 424 def getUserConfigInt(self, key, **kwargs): 433 def getUserConfigBool(self, key, **kwargs): 947 def execOneTest(self, test_name, test_func, args, **kwargs): 1090 kwargs=None, argument
|
D | signals.py | 33 def wrapper(*args, **kwargs):
|
D | asserts.py | 78 def assertRaises(expected_exception, extras=None, *args, **kwargs): 102 **kwargs):
|
/test/vts/utils/python/fuzzer/ |
D | GenePool.py | 23 def CreateGenePool(count, generator, fuzzer, **kwargs):
|
/test/vts-testcase/vndk/golden/ |
D | dump_abi.py | 26 def _ExecuteCommand(cmd, **kwargs):
|
/test/framework/harnesses/host_controller/command_processor/ |
D | command_reproduce_test.py | 30 def emit_fetch_commands(**kwargs): 35 def emit_flash_commands(gsi, **kwargs):
|
/test/framework/harnesses/host_controller/tradefed/ |
D | remote_operation.py | 35 def __init__(self, type, **kwargs):
|
/test/vts/utils/python/controllers/ |
D | adb.py | 184 def adb_call(*args, **kwargs):
|
12