Searched defs:command (Results 1 – 14 of 14) sorted by relevance
25 private static String getCommandAsString(final String... command) { in getCommandAsString()29 public CommandException(final String[] command, final CommandResult commandResult) { in CommandException()
249 final String command) throws CommandException, InstrumentationCrashException { in adbShellInstrumentationCommandCheck()263 public CommandResult adbShellCommandCheck(final long timeout, final String command) in adbShellCommandCheck()269 final String command) throws CommandException { in adbShellCommandCheck()274 public CommandResult adbCommandCheck(final long timeout, final String... command) in adbCommandCheck()280 final String... command) throws CommandException { in adbCommandCheck()288 final String... command) throws CommandException { in commandCheck()310 final String... command) throws CommandException, FileNotFoundException, IOException { in adbShellCommandWithStdout()
23 final String[] command, final CommandResult commandResult) { in InstrumentationCrashException()
42 ITestDevice device, Parser<T> parser, String command) throws Exception { in getProto()
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()
332 AtomicReference<String[]> command = new AtomicReference<>(); in startCrawl() local
617 private CommandResult executeShellCommandOrThrow(String command, String failureMessage) in executeShellCommandOrThrow()
94 static Optional<String> executeCommand(String... command) { in executeCommand()
120 private CommandResult executeFastbootCommand(ITestDevice device, String command) in executeFastbootCommand()
136 private ArrayList<String> executeHostCommand(String[] command, int timeout) in executeHostCommand()
215 List<String> command = mPreviousContext.getAttributes().get( in getCommandLine() local
90 static std::optional<std::string> ReadCommandToString(const std::string &command) { in ReadCommandToString()
214 String command = in getDeqpDependencies() local