Home
last modified time | relevance | path

Searched defs:shell (Results 1 – 6 of 6) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/
Dadb.py253 def shell(self, command, ignore_status=False, timeout=DEFAULT_ADB_TIMEOUT): member in AdbProxy
/tools/repohooks/rh/
Dutils.py267 shell=False, env=None, extra_env=None, combine_stdout_stderr=False, argument
/tools/asuite/atest/test_finders/
Dmodule_finder_unittest.py87 def classoutside_side_effect(find_cmd, shell=False): argument
/tools/tradefederation/core/atest/test_finders/
Dmodule_finder_unittest.py84 def classoutside_side_effect(find_cmd, shell=False): argument
/tools/test/connectivity/acts/framework/tests/
Dacts_android_device_test.py84 def shell(self, params, ignore_status=False, timeout=60): member in MockAdbProxy
/tools/test/connectivity/acts/framework/acts/
Dutils.py440 def start_standing_subprocess(cmd, check_health_delay=0, shell=True): argument