Home
last modified time | relevance | path

Searched defs:args (Results 1 – 21 of 21) sorted by relevance

/tools/test/connectivity/acts/framework/acts/
Djsonrpc.py47 def call(self, path, methodname=None, *args):
84 def _call(self, path, methodname=None, *args):
112 def sys(self, *args):
116 def rpc_call(*args):
Dbase_test.py70 def __exit__(self, *args):
302 def exec_one_testcase(self, test_name, test_func, args, **kwargs): argument
372 args=None, kwargs=None, argument
420 def _exec_func(self, func, *args):
Ddict_object.py28 def __init__(self, *args, **kwargs):
Dsignals.py31 def wrapper(*args, **kwargs):
Dasserts.py51 def assert_raises(expected_exception, extras=None, *args, **kwargs):
70 def assert_raises_regex(expected_exception, expected_regex, extras=None, *args,
Dlogger.py236 def log_call(*args):
Dutils.py429 def wrapper(*args, **kwargs):
/tools/test/connectivity/acts/framework/acts/controllers/
Dfastboot.py62 def args(self, *args): member in FastbootProxy
66 def fastboot_call(*args):
Dandroid.py103 def _rpc(self, method, *args):
124 def rpc_call(*args):
Dnative.py48 def _rpc(self, method, *args):
Devent_dispatcher.py92 def register_handler(self, handler, event_name, args): argument
201 timeout=DEFAULT_TIMEOUT, *args, **kwargs):
Daccess_point.py472 def get_active_bssids_info(self, radio, *args):
503 def __init__(self, client, *args):
510 def __call__(self, *args):
Dadb.py174 def adb_call(*args):
Dmonsoon.py316 def _SendStruct(self, fmt, *args):
589 def __init__(self, *args, **kwargs):
779 … def execute_sequence_and_measure(self, step_funcs, hz, duration, offset_sec=20, *args, **kwargs):
/tools/test/connectivity/acts/framework/acts/bin/
Dmonsoon.py89 args = parser.parse_args() variable
/tools/test/connectivity/acts/tests/google/tel/etc/
Dmanage_sim.py151 args = parser.parse_args() variable
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
DBluetoothBaseTest.py37 def _safe_wrap_test_case(self, *args, **kwargs):
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
DTelephonyBaseTest.py62 def _safe_wrap_test_case(self, *args, **kwargs):
Dtel_test_utils.py1758 def _wait_for_droid_in_state(log, ad, max_time, state_check_func, *args,
1771 log, ad, sub_id, max_time, state_check_func, *args, **kwargs):
1782 def _wait_for_droids_in_state(log, ads, max_time, state_check_func, *args,
/tools/test/connectivity/acts/tests/google/tel/live/
DTelPowerTest.py155 *args,
198 *args,
/tools/test/connectivity/acts/framework/tests/
Dacts_android_device_test.py97 def adb_call(*args):