/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_copy.py | 34 command = "copy" variable in CommandCopy
|
D | command_info.py | 32 command = 'info' variable in CommandInfo
|
D | command_request.py | 31 command = "request" variable in CommandRequest
|
D | command_gsispl.py | 41 command = "gsispl" variable in CommandGsispl
|
D | command_shell.py | 33 command = "shell" variable in CommandShell
|
D | command_password.py | 32 command = "password" variable in CommandPassword
|
D | command_flash.py | 36 command = "flash" variable in CommandFlash
|
D | command_sleep.py | 32 command = "sleep" variable in CommandSleep
|
D | command_fastboot.py | 36 command = "fastboot" variable in CommandFastboot
|
D | command_acloud.py | 33 command = 'acloud' variable in CommandAcloud
|
D | command_exit.py | 32 command = "exit" variable in CommandExit
|
D | command_adb.py | 35 command = "adb" variable in CommandAdb
|
D | command_fetch.py | 34 command = "fetch" variable in CommandFetch
|
D | command_lease.py | 31 command = "lease" variable in CommandLease
|
D | command_repack.py | 34 command = "repack" variable in CommandRepack
|
D | command_list.py | 32 command = "list" variable in CommandList
|
D | command_retry.py | 43 command = "retry" variable in CommandRetry
|
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/ |
D | VtsHalAdapterPreparer.java | 117 String command = String.format("chmod a+x %s", SCRIPT_PATH); in setUp() local 150 String command = String.format("setprop %s %s", ADAPTER_SYSPROP, "true"); in tearDown() local 215 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()
|
D | ProtoUtils.java | 42 ITestDevice device, Parser<T> parser, String command) throws Exception { in getProto()
|
/test/vts/utils/python/mirror/ |
D | shell_mirror.py | 60 def Execute(self, command, no_except=False): argument
|
/test/vts-testcase/kernel/ltp/testcase/tools/ |
D | test_case.py | 43 def __init__(self, testsuite, testname, command): argument 94 def command(self): member in TestCase
|