/libcore/ojluni/src/main/java/java/io/ |
PrintStream.java | 62 private final boolean autoFlush; 104 private PrintStream(boolean autoFlush, OutputStream out) { 106 this.autoFlush = autoFlush; 109 private PrintStream(boolean autoFlush, OutputStream out, Charset charset) { 111 this.autoFlush = autoFlush; 119 private PrintStream(boolean autoFlush, Charset charset, OutputStream out) 122 this(autoFlush, out, charset); 142 * @param autoFlush A boolean; if true, the output buffer will be flushe [all...] |
PrintWriter.java | 66 private final boolean autoFlush; 107 * @param autoFlush A boolean; if true, the <tt>println</tt>, 112 boolean autoFlush) { 115 this.autoFlush = autoFlush; 141 * @param autoFlush A boolean; if true, the <tt>println</tt>, 147 public PrintWriter(OutputStream out, boolean autoFlush) { 148 this(new BufferedWriter(new OutputStreamWriter(out)), autoFlush); 481 if (autoFlush) 906 if (autoFlush) [all...] |
/frameworks/base/core/java/com/android/internal/util/ |
FastPrintWriter.java | 70 * stream. The parameter {@code autoFlush} determines if the print writer 76 * @param autoFlush 82 public FastPrintWriter(OutputStream out, boolean autoFlush) { 83 this(out, autoFlush, 8192); 88 * stream and a custom buffer size. The parameter {@code autoFlush} determines 94 * @param autoFlush 103 public FastPrintWriter(OutputStream out, boolean autoFlush, int bufferLen) { 104 super(new DummyWriter(), autoFlush); 114 mAutoFlush = autoFlush; 139 * writer. The parameter {@code autoFlush} determines if the print write [all...] |
/external/jetty/src/java/org/eclipse/jetty/io/ |
UncheckedPrintWriter.java | 64 * @param autoFlush 68 public UncheckedPrintWriter(Writer out, boolean autoFlush) 70 super(out,autoFlush); 71 this._autoFlush = autoFlush; 100 * @param autoFlush 106 public UncheckedPrintWriter(OutputStream out, boolean autoFlush) 108 this(new BufferedWriter(new OutputStreamWriter(out)),autoFlush);
|
/external/lz4/lib/ |
lz4frame.h | 80 unsigned autoFlush; /* 1 == always flush : reduce need for tmp buffer */
|
lz4frame.c | 241 prefs.autoFlush = 1; 271 cctxI.maxBufferSize = 5 MB; /* mess with real buffer size to prevent allocation; works because autoflush==1 & stableSrc==1 */ 288 prefs.autoFlush = 1; 395 if (preferencesPtr->autoFlush) 444 size_t lastBlockSize = prefsPtr->autoFlush ? srcSize % blockSize : blockSize; 573 if ((cctxPtr->prefs.autoFlush) && (srcPtr < srcEnd)) 598 && !(cctxPtr->prefs.autoFlush)) [all...] |
/prebuilts/tools/common/m2/repository/org/sonatype/gshell/gshell-io/2.4/ |
gshell-io-2.4.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
javax.servlet.jsp_2.0.0.v200806031607.jar | |
org.mortbay.jetty.server_6.1.23.v201004211559.jar | |
org.apache.jasper_5.5.17.v201004212143.jar | |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/ |
TestFmwk.java | [all...] |
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
TestFmwk.java | [all...] |
/external/lz4/programs/ |
frametest.c | 417 unsigned autoflush = (FUZ_rand(&randState) & 7) == 2; local 432 prefs.autoFlush = autoflush;
|
lz4io.c | 392 prefs.autoFlush = 1;
|
/prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/ |
jetty-io-8.1.14.v20131031.jar | |
/external/guice/extensions/struts2/lib/ |
jsp-2.1.jar | |
jsp-api-2.1.jar | |
freemarker-2.3.16.jar | |
/prebuilts/tools/common/m2/repository/org/apache/velocity/velocity/1.5/ |
velocity-1.5.jar | |
/prebuilts/tools/common/m2/repository/org/apache/velocity/velocity/1.7/ |
velocity-1.7.jar | |
/prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/ |
freemarker-2.3.20.jar | |
/external/guice/extensions/persist/lib/ |
dom4j-1.6.1.jar | |
/external/owasp/sanitizer/tools/findbugs/lib/ |
dom4j-1.6.1.jar | |
/external/robolectric/v3/runtime/ |
android-all-4.4_r1-robolectric-1.jar | |
android-all-5.0.0_r2-robolectric-1.jar | |