Searched refs:flush (Results 1 - 25 of 163) sorted by last modified time

1234567

/libcore/support/src/test/java/tests/support/
H A DSupport_ASimpleOutputStream.java48 public void flush() throws IOException { method in class:Support_ASimpleOutputStream
H A DSupport_ASimpleWriter.java48 public void flush() throws IOException { method in class:Support_ASimpleWriter
H A DSupport_OutputStream.java50 public void flush() throws IOException { method in class:Support_OutputStream
54 super.flush();
H A DSupport_StringWriter.java68 public void flush() { method in class:Support_StringWriter
H A DSupport_TestWebData.java124 out.flush();
H A DSupport_TestWebServer.java593 ps.flush();
670 ps.flush();
/libcore/support/src/test/java/tests/support/resource/
H A DSupport_Resources.java190 out.flush();
/libcore/xml/src/main/java/org/kxml2/io/
H A DKXmlSerializer.java81 writer.flush();
203 flush();
501 public void flush() throws IOException { method in class:KXmlSerializer
/libcore/xml/src/main/java/org/xmlpull/v1/
H A DXmlSerializer.java315 * before flush() is called on underlying output stream.
322 void flush () method in interface:XmlSerializer
/libcore/ojluni/src/main/java/java/net/
H A DInetAddress.java1603 s.flush();
H A DSocksSocketImpl.java191 out.flush();
230 // out.flush();
279 out.flush();
465 out.flush();
508 out.flush();
624 out.flush();
787 out.flush();
822 out.flush();
829 out.flush();
H A DURI.java2860 cr = dec.flush(cb);
H A DURLEncoder.java267 charArrayWriter.flush();
/libcore/ojluni/src/main/java/java/nio/charset/
H A DCharsetDecoder.java66 * <li><p> Invoke the {@link #flush flush} method so that the decoder can
67 * flush any internal state to the output buffer. </p></li>
77 * examine this object and fill the input buffer, flush the output buffer, or
656 * invocation neither of the {@link #flush flush} method nor of
662 public final CoderResult flush(CharBuffer out) { method in class:CharsetDecoder
800 cr = flush(out);
H A DCharsetEncoder.java66 * <li><p> Invoke the {@link #flush flush} method so that the encoder can
67 * flush any internal state to the output buffer. </p></li>
77 * examine this object and fill the input buffer, flush the output buffer, or
679 * invocation neither of the {@link #flush flush} method nor of
685 public final CoderResult flush(ByteBuffer out) { method in class:CharsetEncoder
823 cr = flush(out);
/libcore/ojluni/src/main/java/java/security/
H A DSignedObject.java153 // write and flush the object content to byte array
155 a.flush();
/libcore/ojluni/src/main/java/java/sql/
H A DDriverManager.java450 logWriter.flush();
/libcore/ojluni/src/main/java/java/util/
H A DFormatter.java2363 * java.io.Flushable} interface, its {@code flush} method will be invoked.
2372 public void flush() { method in class:Formatter
2376 ((Flushable)a).flush();
H A DProperties.java843 bw.flush();
/libcore/ojluni/src/main/java/java/util/jar/
H A DManifest.java166 dos.flush();
/libcore/ojluni/src/main/java/java/util/logging/
H A DConsoleHandler.java117 flush();
121 * Override <tt>StreamHandler.close</tt> to do a flush but not
127 flush();
H A DFileHandler.java196 public void flush() throws IOException { method in class:FileHandler.MeteredStream
197 out.flush();
686 flush();
H A DHandler.java95 public abstract void flush(); method in class:Handler
100 * The close method will perform a <tt>flush</tt> and then close the
H A DMemoryHandler.java236 * Causes a flush on the target <tt>Handler</tt>.
242 public void flush() { method in class:MemoryHandler
243 target.flush();
H A DSocketHandler.java210 flush();

Completed in 874 milliseconds

1234567