Searched defs:command (Results 1 – 5 of 5) sorted by relevance
43 def __init__(self, testsuite, testname, command): argument94 def command(self): member in TestCase
182 ITestDevice device, String command, String failureMessage) in executeShellCommandOrThrow()196 ITestDevice device, String command, String failureMessage) in executeShellCommandOrLog()
201 AtomicReference<String[]> command = new AtomicReference<>(); in start() local
543 private CommandResult executeShellCommandOrThrow(String command, String failureMessage) in executeShellCommandOrThrow()
115 private ArrayList<String> executeHostCommand(String[] command, int timeout) in executeHostCommand()