| /test/vts/drivers/shell/ |
| D | ShellDriver.cpp | 53 CommandResult* VtsShellDriver::ExecShellCommandPopen(const string& command) { in ExecShellCommandPopen() 91 CommandResult* VtsShellDriver::ExecShellCommandNohup(const string& command) { in ExecShellCommandNohup() 138 const string& command, VtsDriverControlResponseMessage* responseMessage) { in ExecShellCommand() 176 for (const auto& command : cmd_msg.shell_command()) { in HandleShellCommandConnection() local
|
| D | ShellDriverTest.cpp | 49 static string vts_shell_driver_test_client_start(const string& command, in vts_shell_driver_test_client_start() 125 static string test_shell_command_output(const string& command, in test_shell_command_output()
|
| /test/framework/harnesses/host_controller/command_processor/ |
| D | command_test.py | 40 command = "test" variable in CommandTest 86 def _GenerateTestSuiteCommand(bin_path, command, serials, result_dir=None): argument
|
| D | command_info.py | 32 command = 'info' variable in CommandInfo
|
| D | command_copy.py | 34 command = "copy" variable in CommandCopy
|
| D | command_sleep.py | 32 command = "sleep" variable in CommandSleep
|
| D | command_fastboot.py | 36 command = "fastboot" variable in CommandFastboot
|
| D | command_gsispl.py | 41 command = "gsispl" variable in CommandGsispl
|
| D | command_exit.py | 32 command = "exit" variable in CommandExit
|
| D | command_request.py | 31 command = "request" variable in CommandRequest
|
| D | command_fetch.py | 34 command = "fetch" variable in CommandFetch
|
| D | command_acloud.py | 33 command = 'acloud' variable in CommandAcloud
|
| D | command_flash.py | 36 command = "flash" variable in CommandFlash
|
| D | command_shell.py | 33 command = "shell" variable in CommandShell
|
| D | command_password.py | 32 command = "password" variable in CommandPassword
|
| D | command_adb.py | 35 command = "adb" variable in CommandAdb
|
| D | command_lease.py | 31 command = "lease" variable in CommandLease
|
| D | command_repack.py | 34 command = "repack" variable in CommandRepack
|
| D | command_retry.py | 43 command = "retry" variable in CommandRetry
|
| D | command_list.py | 32 command = "list" variable in CommandList
|
| /test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/ |
| D | VtsHalAdapterPreparer.java | 121 String command = String.format("chmod a+x %s", SCRIPT_PATH); in setUp() local 154 String command = String.format("setprop %s %s", ADAPTER_SYSPROP, "true"); in tearDown() local 219 void addCommand(String command) { in addCommand()
|
| /test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/ |
| D | ShellCommandUtil.java | 26 public static void execute(ITestDevice device, String command) in execute()
|
| /test/vts/utils/python/mirror/ |
| D | shell_mirror.py | 60 def Execute(self, command, no_except=False): argument
|
| /test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
| D | BackupUtils.java | 60 protected abstract InputStream executeShellCommand(String command) throws IOException; in executeShellCommand() 62 public void executeShellCommandSync(String command) throws IOException { in executeShellCommandSync() 66 public String getShellCommandOutput(String command) throws IOException { in getShellCommandOutput() 288 public String executeShellCommandAndReturnOutput(String command) throws IOException { in executeShellCommandAndReturnOutput()
|
| /test/vts-testcase/kernel/ltp/ |
| D | test_case.py | 46 def __init__(self, testsuite, testname, command): argument 97 def command(self): member in TestCase
|