Searched defs:printf (Results 1 - 5 of 5) sorted by relevance
/openjdk7/langtools/test/tools/javac/ |
H A D | T6224167.java | 10 void printf(String s, Object[] args) { } method in class:T6224167 11 void printf(String s, Object... args) { } method in class:T6224167
|
/openjdk7/jdk/src/share/classes/java/io/ |
H A D | Console.java | 55 * {@link #printf printf()} as well as the read, format and write operations 176 * <p> An invocation of this method of the form <tt>con.printf(format, 206 public Console printf(String format, Object ... args) { method in class:Console
|
H A D | PrintStream.java | 833 * <p> An invocation of this method of the form <tt>out.printf(format, 870 public PrintStream printf(String format, Object ... args) { method in class:PrintStream 878 * <p> An invocation of this method of the form <tt>out.printf(l, format, 920 public PrintStream printf(Locale l, String format, Object ... args) { method in class:PrintStream
|
H A D | PrintWriter.java | 42 * 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
|
/openjdk7/jdk/src/share/classes/com/sun/tools/script/shell/ |
H A D | init.js | 843 * This is C-like printf 848 function printf(format, args/*, more args*/) { function 854 return java.lang.System.out.printf(format, array);
|
Completed in 54 milliseconds