Home
last modified time | relevance | path

Searched defs:command (Results 1 – 25 of 45) sorted by relevance

12

/test/vts/drivers/shell/
DShellDriver.cpp53 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
DShellDriverTest.cpp49 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/
Dcommand_test.py40 command = "test" variable in CommandTest
86 def _GenerateTestSuiteCommand(bin_path, command, serials, result_dir=None): argument
Dcommand_copy.py34 command = "copy" variable in CommandCopy
Dcommand_info.py32 command = 'info' variable in CommandInfo
Dcommand_request.py31 command = "request" variable in CommandRequest
Dcommand_gsispl.py41 command = "gsispl" variable in CommandGsispl
Dcommand_shell.py33 command = "shell" variable in CommandShell
Dcommand_password.py32 command = "password" variable in CommandPassword
Dcommand_flash.py36 command = "flash" variable in CommandFlash
Dcommand_sleep.py32 command = "sleep" variable in CommandSleep
Dcommand_fastboot.py36 command = "fastboot" variable in CommandFastboot
Dcommand_acloud.py33 command = 'acloud' variable in CommandAcloud
Dcommand_exit.py32 command = "exit" variable in CommandExit
Dcommand_adb.py35 command = "adb" variable in CommandAdb
Dcommand_fetch.py34 command = "fetch" variable in CommandFetch
Dcommand_lease.py31 command = "lease" variable in CommandLease
Dcommand_repack.py34 command = "repack" variable in CommandRepack
Dcommand_list.py32 command = "list" variable in CommandList
Dcommand_retry.py43 command = "retry" variable in CommandRetry
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/
DVtsHalAdapterPreparer.java117 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/
DShellCommandUtil.java26 public static void execute(ITestDevice device, String command) in execute()
DProtoUtils.java42 ITestDevice device, Parser<T> parser, String command) throws Exception { in getProto()
/test/vts/utils/python/mirror/
Dshell_mirror.py60 def Execute(self, command, no_except=False): argument
/test/vts-testcase/kernel/ltp/testcase/tools/
Dtest_case.py43 def __init__(self, testsuite, testname, command): argument
94 def command(self): member in TestCase

12