Searched refs:autoFlush (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/com/android/internal/util/ |
D | FastPrintWriter.java | 100 public FastPrintWriter(OutputStream out, boolean autoFlush) { in FastPrintWriter() argument 101 this(out, autoFlush, 8192); in FastPrintWriter() 121 public FastPrintWriter(OutputStream out, boolean autoFlush, int bufferLen) { in FastPrintWriter() argument 122 super(new DummyWriter(), autoFlush); in FastPrintWriter() 132 mAutoFlush = autoFlush; in FastPrintWriter() 169 public FastPrintWriter(Writer wr, boolean autoFlush) { in FastPrintWriter() argument 170 this(wr, autoFlush, 8192); in FastPrintWriter() 190 public FastPrintWriter(Writer wr, boolean autoFlush, int bufferLen) { in FastPrintWriter() argument 191 super(new DummyWriter(), autoFlush); in FastPrintWriter() 201 mAutoFlush = autoFlush; in FastPrintWriter()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 103589 Ljava/io/PrintStream;->autoFlush:Z 103604 Ljava/io/PrintWriter;->autoFlush:Z
|