Home
last modified time | relevance | path

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

/test/vts/tests/angleallowliststrace_test/host/src/com/google/android/angleallowlists/vts/
DCommandException.java25 private static String getCommandAsString(final String... command) { in getCommandAsString()
29 public CommandException(final String[] command, final CommandResult commandResult) { in CommandException()
DHelper.java249 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()
DInstrumentationCrashException.java23 final String[] command, final CommandResult commandResult) { in InstrumentationCrashException()
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DProtoUtils.java42 ITestDevice device, Parser<T> parser, String command) throws Exception { in getProto()
/test/vts-testcase/kernel/ltp/testcase/tools/
Dtest_case.py43 def __init__(self, testsuite, testname, command): argument
94 def command(self): member in TestCase
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DSystemPackageUninstaller.java182 ITestDevice device, String command, String failureMessage) in executeShellCommandOrThrow()
196 ITestDevice device, String command, String failureMessage) in executeShellCommandOrLog()
DAppCrawlTester.java332 AtomicReference<String[]> command = new AtomicReference<>(); in startCrawl() local
DDeviceUtils.java617 private CommandResult executeShellCommandOrThrow(String command, String failureMessage) in executeShellCommandOrThrow()
/test/robolectric-extensions/clearcut-junit-listener/src/main/java/com/google/asuite/clearcut/junit/listener/
DEnvironmentInformation.java94 static Optional<String> executeCommand(String... command) { in executeCommand()
/test/catbox/target_preparers/src/com/android/catbox/targetpreparer/
DLowPerformanceTargetPreparer.java120 private CommandResult executeFastbootCommand(ITestDevice device, String command) in executeFastbootCommand()
/test/catbox/runner/src/com/android/catbox/runner/
DMopedRunner.java136 private ArrayList<String> executeHostCommand(String[] command, int timeout) in executeHostCommand()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DPreviousResultLoader.java215 List<String> command = mPreviousContext.getAttributes().get( in getCommandLine() local
/test/vts-testcase/security/avb/
Dgsi_validation_utils.cpp90 static std::optional<std::string> ReadCommandToString(const std::string &command) { in ReadCommandToString()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DIncrementalDeqpPreparer.java214 String command = in getDeqpDependencies() local