Searched refs:cmdLine (Results 1 – 6 of 6) sorted by relevance
69 public ClusterCommand(String commandId, String taskId, String cmdLine) { in ClusterCommand() argument70 this(null, commandId, taskId, cmdLine, null, RequestType.UNMANAGED, null, null); in ClusterCommand()88 String cmdLine, in ClusterCommand() argument96 mCommandLine = cmdLine; in ClusterCommand()
628 String cmdLine = commandTask.getCommandLine(); in execClusterCommand() local629 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()
148 String cmdLine = QuotationAwareTokenizer.combineTokens(args); in testCommandLines() local150 if (cmdLine.contains("--" + CommandOptions.USE_SANDBOX)) { in testCommandLines()164 String errorMessage = String.format("Failed to parse command line: %s.", cmdLine); in testCommandLines()
314 String cmdLine = getRunCommand(); in run() local315 CLog.i("Running %s on %s", cmdLine, mRemoteDevice.getSerialNumber()); in run()321 cmdLine, mParser, mMaxTimeout, mMaxTimeToOutputResponse, TimeUnit.MILLISECONDS); in run()
1249 String cmdLine = QuotationAwareTokenizer.combineTokens(args); in internalAddCommand() local1250 CLog.d("Dry run mode; skipping adding command: %s", cmdLine); in internalAddCommand()1252 System.out.println(cmdLine.replace("--noisy-dry-run", "")); in internalAddCommand()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...