HomeSort by relevance Sort by last modified time
    Searched refs:commandLineForm (Results 1 - 2 of 2) sorted by null

  /external/desugar/java/com/google/devtools/common/options/
ParsedOptionDescription.java 31 @Nullable private final String commandLineForm;
37 @Nullable String commandLineForm,
41 this.commandLineForm = commandLineForm;
48 String commandLineForm,
55 Preconditions.checkNotNull(commandLineForm),
75 return commandLineForm;
174 String.format("While parsing option %s: %s", commandLineForm, e.getMessage()), e);
181 if (commandLineForm == null) {
187 commandLineForm, source == null ? "" : String.format(" (source %s)", source))
    [all...]
OptionsParserImpl.java 453 StringBuilder commandLineForm = new StringBuilder();
454 commandLineForm.append(arg);
519 commandLineForm.append(" ").append(unconvertedValue);
527 commandLineForm.toString(),

Completed in 1306 milliseconds