Searched defs:print (Results 1 - 5 of 5) sorted by relevance

/libcore/luni/src/main/java/java/io/
H A DPrintStream.java51 * stream. By default, the new print stream does not automatically flush its
68 * stream. The parameter {@code autoFlush} determines if the print stream
91 * parameter {@code autoFlush} determines if the print stream automatically
231 * Closes this print stream. Flushes this stream and then closes the target
361 * Put the line separator String onto the print stream.
364 print(System.lineSeparator());
370 public void print(char[] chars) { method in class:PrintStream
371 print(new String(chars, 0, chars.length));
377 public void print(char c) { method in class:PrintStream
378 print(Strin
384 public void print(double d) { method in class:PrintStream
391 public void print(float f) { method in class:PrintStream
398 public void print(int i) { method in class:PrintStream
405 public void print(long l) { method in class:PrintStream
412 public void print(Object o) { method in class:PrintStream
428 public synchronized void print(String str) { method in class:PrintStream
452 public void print(boolean b) { method in class:PrintStream
[all...]
H A DPrintWriter.java33 * The writer to print data to.
50 * stream. By default, the new print writer does not automatically flush its
64 * stream. The parameter {@code autoFlush} determines if the print writer
82 * writer. By default, the new print writer does not automatically flush its
96 * writer. The parameter {@code autoFlush} determines if the print writer
117 * The print writer does not automatically flush its contents to the target
133 * The print writer does not automatically flush its contents to the target
157 * used for character encoding. The print writer does not automatically
175 * character encoding. The print writer does not automatically flush its
226 * Closes this print write
370 public void print(char[] charArray) { method in class:PrintWriter
382 public void print(char ch) { method in class:PrintWriter
393 public void print(double dnum) { method in class:PrintWriter
404 public void print(float fnum) { method in class:PrintWriter
415 public void print(int inum) { method in class:PrintWriter
426 public void print(long lnum) { method in class:PrintWriter
437 public void print(Object obj) { method in class:PrintWriter
452 public void print(String str) { method in class:PrintWriter
463 public void print(boolean bool) { method in class:PrintWriter
[all...]
/libcore/support/src/test/java/libcore/java/io/
H A DNullPrintStream.java40 public void print(char[] charArray) {} method in class:NullPrintStream
41 public void print(char ch) {} method in class:NullPrintStream
42 public void print(double dnum) {} method in class:NullPrintStream
43 public void print(float fnum) {} method in class:NullPrintStream
44 public void print(int inum) {} method in class:NullPrintStream
45 public void print(long lnum) {} method in class:NullPrintStream
46 public void print(Object obj) {} method in class:NullPrintStream
47 public void print(String str) {} method in class:NullPrintStream
48 public void print(boolean bool) {} method in class:NullPrintStream
/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 98 milliseconds