HomeSort by relevance Sort by last modified time
    Searched defs:flush (Results 251 - 275 of 2652) sorted by null

<<11121314151617181920>>

  /libcore/ojluni/src/main/java/java/io/
PipedWriter.java 160 public synchronized void flush() throws IOException { method in class:PipedWriter
StringWriter.java 223 * Flush the stream.
225 public void flush() { method in class:StringWriter
Writer.java 31 * subclass must implement are write(char[], int, int), flush(), and close().
301 * byte stream, flush it. Thus one flush() invocation will flush all the
313 abstract public void flush() throws IOException; method in class:Writer
317 * further write() or flush() invocations will cause an IOException to be
  /libcore/support/src/test/java/tests/support/
Support_ASimpleWriter.java 48 public void flush() throws IOException { method in class:Support_ASimpleWriter
Support_StringWriter.java 63 * Flush this Writer. This is the concrete implementation required. This
68 public void flush() { method in class:Support_StringWriter
  /packages/apps/Camera2/tests/src/com/android/camera/stress/
TestUtil.java 55 mOut.flush();
  /packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
TestUtil.java 55 mOut.flush();
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
HexDump.java 99 stream.flush();
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
ThresholdingOutputStream.java 139 public void flush() throws IOException method in class:ThresholdingOutputStream
141 getStream().flush();
155 flush(); method
  /prebuilts/gdb/darwin-x86/lib/python2.7/
StringIO.py 253 def flush(self): member in class:StringIO
254 """Flush the internal buffer
  /prebuilts/gdb/linux-x86/lib/python2.7/
StringIO.py 253 def flush(self): member in class:StringIO
254 """Flush the internal buffer
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
StringIO.py 253 def flush(self): member in class:StringIO
254 """Flush the internal buffer
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
StringIO.py 253 def flush(self): member in class:StringIO
254 """Flush the internal buffer
  /toolchain/binutils/binutils-2.27/zlib/examples/
fitblk.c 75 int ret, flush; local
78 flush = Z_NO_FLUSH;
85 flush = Z_FINISH;
86 ret = deflate(def, flush);
88 } while (def->avail_out != 0 && flush == Z_NO_FLUSH);
98 int ret, flush; local
101 flush = Z_NO_FLUSH;
116 flush = Z_FINISH;
117 ret = deflate(def, flush);
  /tools/test/connectivity/acts/framework/tests/controllers/sl4a_lib/
rpc_connection_test.py 37 def flush(self): member in class:MockSocketFile
  /tools/tradefederation/core/src/com/android/tradefed/device/
CollectingByteOutputReceiver.java 64 public void flush() { method in class:CollectingByteOutputReceiver
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/
TableFormatterTest.java 66 writer.flush();
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/sl4a/
FakeSocketServerHelper.java 70 out.flush();
74 out.flush();
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
FakeWorkers.java 124 System.out.flush();
127 System.err.flush();
181 writer.flush();
185 writer.flush();
191 System.out.flush();
  /external/guava/guava/src/com/google/common/io/
FileBackedOutputStream.java 186 @Override public synchronized void flush() throws IOException { method in class:FileBackedOutputStream
187 out.flush();
204 transfer.flush();
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
XZOutputStream.java 65 * If it doesn't support flushing, <code>flush()</code>
248 * Use <code>flush()</code> to force everything written so far to
291 * This doesn't flush the stream so it's possible that not all data will
293 * Call also <code>flush()</code> if flushing is wanted in addition to
304 * file a lot (more than plain <code>flush()</code> would do).
338 * Flushes the encoder and calls <code>out.flush()</code>.
348 * such a filter, <code>flush()</code> will call <code>endBlock()</code>
359 public void flush() throws IOException { method in class:XZOutputStream
369 // This will eventually call out.flush() so
371 blockEncoder.flush();
    [all...]
  /frameworks/base/core/java/android/util/
Log.java 351 pw.flush();
426 lbbw.flush();
475 public void flush() { method in class:Log.ImmediateLogWriter
  /frameworks/base/core/java/com/android/internal/util/
FastPrintWriter.java 44 public void flush() throws IOException { method in class:FastPrintWriter.DummyWriter
72 * stream. By default, the new print writer does not automatically flush its
137 * writer. By default, the new print writer does not automatically flush its
142 * flush() before retrieving any data from the Writer.</p>
162 * indicates whether to flush contents upon encountering a
180 * indicates whether to flush contents upon encountering a
266 flush(); method
359 //Log.i("PackageManager", "flush mPos=" + mPos);
376 mOutputStream.flush();
381 mWriter.flush();
    [all...]
  /frameworks/base/core/java/com/android/internal/util/dump/
DualDumpOutputStream.java 236 public void flush() { method in class:DualDumpOutputStream
238 mProtoStream.flush();
248 mIpw.flush();
  /external/desugar/test/java/com/google/devtools/build/android/desugar/runtime/
ThrowableExtensionTest.java 256 newErr.flush();
268 printStream.flush();
279 printWriter.flush();

Completed in 967 milliseconds

<<11121314151617181920>>