Searched defs:shell (Results 1 – 7 of 7) sorted by relevance
/tools/test/connectivity/tools/lab/metrics/ |
D | metric.py | 28 def __init__(self, shell=shell.ShellCommand(job)): argument
|
D | network_metric.py | 32 def __init__(self, ip_list=None, shell=shell.ShellCommand(job)): argument
|
/tools/repohooks/rh/ |
D | utils.py | 263 shell=False, env=None, extra_env=None, ignore_sigint=False, argument
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | adb.py | 260 def shell(self, command, ignore_status=False, timeout=DEFAULT_ADB_TIMEOUT): member in AdbProxy
|
/tools/tradefederation/core/atest/test_finders/ |
D | module_finder_unittest.py | 72 def classoutside_side_effect(find_cmd, shell=False): argument
|
/tools/test/connectivity/acts/framework/tests/ |
D | acts_android_device_test.py | 84 def shell(self, params, ignore_status=False, timeout=60): member in MockAdbProxy
|
/tools/test/connectivity/acts/framework/acts/ |
D | utils.py | 417 def start_standing_subprocess(cmd, check_health_delay=0, shell=True): argument
|