Searched defs:shell (Results 1 – 6 of 6) sorted by relevance
/tools/ndkports/buildSrc/src/main/kotlin/com/android/ndkports/ |
D | Devices.kt | 54 fun shell(cmd: Iterable<String>) = run(listOf("shell") + cmd) in compatibleWith() method in com.android.ndkports.Device
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | adb.py | 258 def shell(self, command, ignore_status=False, timeout=DEFAULT_ADB_TIMEOUT): member in AdbProxy
|
/tools/asuite/atest-py2/test_finders/ |
D | module_finder_unittest.py | 84 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/asuite/atest/test_finders/ |
D | module_finder_unittest.py | 92 def classoutside_side_effect(find_cmd, shell=False): argument
|
/tools/test/connectivity/acts/framework/acts/ |
D | utils.py | 445 def start_standing_subprocess(cmd, check_health_delay=0, shell=True): argument
|