Searched defs:stdout (Results 1 - 3 of 3) sorted by relevance

/sdk/sdkmanager/app/tests/com/android/sdkmanager/
H A DSdkCommandLineTest.java30 * exits and discards its stdout/stderr output.
53 protected void stdout(String format, Object... args) { method in class:SdkCommandLineTest.MockSdkCommandLine
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/util/
H A DCommandLineParserTest.java34 * exits and captures its stdout/stderr output.
75 protected void stdout(String format, Object... args) { method in class:CommandLineParserTest.MockCommandLineProcessor
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/util/
H A DCommandLineParser.java521 stdout("\n" +
531 stdout("\nValid actions are composed of a verb and an optional direct object:");
534 stdout("- %1$6s %2$-13s: %3$s",
547 stdout("\nAction \"%1$s %2$s\":",
550 stdout(" %1$s", action[ACTION_DESC_INDEX]);
551 stdout("Options:");
623 stdout(output);
629 stdout(" No options");
946 * Prints a line to stdout.
952 protected void stdout(Strin method in class:CommandLineParser
[all...]

Completed in 1553 milliseconds