Home
last modified time | relevance | path

Searched refs:autoFlush (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
DFastPrintWriter.java101 public FastPrintWriter(OutputStream out, boolean autoFlush) { in FastPrintWriter() argument
102 this(out, autoFlush, 8192); in FastPrintWriter()
122 public FastPrintWriter(OutputStream out, boolean autoFlush, int bufferLen) { in FastPrintWriter() argument
123 super(new DummyWriter(), autoFlush); in FastPrintWriter()
133 mAutoFlush = autoFlush; in FastPrintWriter()
170 public FastPrintWriter(Writer wr, boolean autoFlush) { in FastPrintWriter() argument
171 this(wr, autoFlush, 8192); in FastPrintWriter()
191 public FastPrintWriter(Writer wr, boolean autoFlush, int bufferLen) { in FastPrintWriter() argument
192 super(new DummyWriter(), autoFlush); in FastPrintWriter()
202 mAutoFlush = autoFlush; in FastPrintWriter()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...