Home
last modified time | relevance | path

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

/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.java201 AtomicReference<String[]> command = new AtomicReference<>(); in start() local
DDeviceUtils.java543 private CommandResult executeShellCommandOrThrow(String command, String failureMessage) in executeShellCommandOrThrow()
/test/catbox/runner/src/com/android/catbox/runner/
DMopedRunner.java115 private ArrayList<String> executeHostCommand(String[] command, int timeout) in executeHostCommand()