Home
last modified time | relevance | path

Searched refs:cmdLine (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommand.java69 public ClusterCommand(String commandId, String taskId, String cmdLine) { in ClusterCommand() argument
70 this(null, commandId, taskId, cmdLine, null, RequestType.UNMANAGED, null, null); in ClusterCommand()
88 String cmdLine, in ClusterCommand() argument
96 mCommandLine = cmdLine; in ClusterCommand()
DClusterCommandScheduler.java628 String cmdLine = commandTask.getCommandLine(); in execClusterCommand() local
629 String[] args = QuotationAwareTokenizer.tokenizeLine(cmdLine); in execClusterCommand()
640 cmdLine += " --serial "; in execClusterCommand()
641 cmdLine += serial; in execClusterCommand()
644 CLog.i("executing cluster command: [%s] %s", commandTask.getTaskId(), cmdLine); in execClusterCommand()
645 execCommand(handler, QuotationAwareTokenizer.tokenizeLine(cmdLine)); in execClusterCommand()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DNoisyDryRunTest.java148 String cmdLine = QuotationAwareTokenizer.combineTokens(args); in testCommandLines() local
150 if (cmdLine.contains("--" + CommandOptions.USE_SANDBOX)) { in testCommandLines()
164 String errorMessage = String.format("Failed to parse command line: %s.", cmdLine); in testCommandLines()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DUiAutomatorRunner.java314 String cmdLine = getRunCommand(); in run() local
315 CLog.i("Running %s on %s", cmdLine, mRemoteDevice.getSerialNumber()); in run()
321 cmdLine, mParser, mMaxTimeout, mMaxTimeToOutputResponse, TimeUnit.MILLISECONDS); in run()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1249 String cmdLine = QuotationAwareTokenizer.combineTokens(args); in internalAddCommand() local
1250 CLog.d("Dry run mode; skipping adding command: %s", cmdLine); in internalAddCommand()
1252 System.out.println(cmdLine.replace("--noisy-dry-run", "")); in internalAddCommand()
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...