Searched defs:printf (Results 1 - 4 of 4) sorted by relevance

/libcore/support/src/test/java/libcore/java/io/
H A DNullPrintStream.java38 public PrintStream printf(String format, Object... args) { return this; } method in class:NullPrintStream
39 public PrintStream printf(Locale l, String format, Object... args) { return this; } method in class:NullPrintStream
/libcore/ojluni/src/main/java/java/io/
H A DConsole.java56 * {@link #printf printf()} as well as the read, format and write operations
179 * <p> An invocation of this method of the form <tt>con.printf(format,
209 public Console printf(String format, Object ... args) { method in class:Console
H A DPrintStream.java862 * <p> An invocation of this method of the form <tt>out.printf(format,
899 public PrintStream printf(String format, Object ... args) { method in class:PrintStream
907 * <p> An invocation of this method of the form <tt>out.printf(l, format,
949 public PrintStream printf(Locale l, String format, Object ... args) { method in class:PrintStream
H A DPrintWriter.java42 * it will be done only when one of the <tt>println</tt>, <tt>printf</tt>, or
108 * <tt>printf</tt>, or <tt>format</tt> methods will
142 * <tt>printf</tt>, or <tt>format</tt> methods will
766 * <p> An invocation of this method of the form <tt>out.printf(format,
803 public PrintWriter printf(String format, Object ... args) { method in class:PrintWriter
812 * <p> An invocation of this method of the form <tt>out.printf(l, format,
854 public PrintWriter printf(Locale l, String format, Object ... args) { method in class:PrintWriter

Completed in 471 milliseconds