Home
last modified time | relevance | path

Searched defs:flush (Results 1 – 25 of 57) sorted by relevance

123

/libcore/ojluni/src/main/java/java/io/
DFlushable.java45 void flush() throws IOException; in flush() method
DOutputStream.java138 public void flush() throws IOException { in flush() method in OutputStream
DObjectOutput.java81 public void flush() throws IOException; in flush() method
DPipedOutputStream.java159 public synchronized void flush() throws IOException { in flush() method in PipedOutputStream
DBufferedOutputStream.java139 public synchronized void flush() throws IOException { in flush() method in BufferedOutputStream
DPipedWriter.java160 public synchronized void flush() throws IOException { in flush() method in PipedWriter
DFilterOutputStream.java139 public void flush() throws IOException { in flush() method in FilterOutputStream
DFilterWriter.java99 public void flush() throws IOException { in flush() method in FilterWriter
DOutputStreamWriter.java228 public void flush() throws IOException { in flush() method in OutputStreamWriter
DStringWriter.java225 public void flush() { in flush() method in StringWriter
DWriter.java313 abstract public void flush() throws IOException; in flush() method in Writer
/libcore/support/src/test/java/org/apache/harmony/testframework/
DCharWrapperTester.java203 public void flush() throws IOException { in flush() method in CharWrapperTester.ClosableStringWriter
233 public void flush() throws IOException { in flush() method in CharWrapperTester.FailOnFlushWriter
245 public void flush() throws IOException { in flush() method in CharWrapperTester.FailOnCloseWriter
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DWriterTest.java88 public synchronized void flush() throws IOException { in flush() method in WriterTest.MockLockWriter
117 public synchronized void flush() throws IOException { in flush() method in WriterTest.MockWriter
/libcore/luni/src/test/java/libcore/java/util/logging/
DOldXMLFormatterTest.java71 public void flush() {} in flush() method in OldXMLFormatterTest.MockHandler
DOldErrorManagerTest.java51 public void flush() {} in flush() method in OldErrorManagerTest.MockStream
DOldMemoryHandlerTest.java92 public void flush() {} in flush() method in OldMemoryHandlerTest.MockHandler
/libcore/support/src/test/java/tests/support/
DSupport_ASimpleOutputStream.java48 public void flush() throws IOException { in flush() method in Support_ASimpleOutputStream
DSupport_ASimpleWriter.java48 public void flush() throws IOException { in flush() method in Support_ASimpleWriter
DSupport_StringWriter.java68 public void flush() { in flush() method in Support_StringWriter
DSupport_OutputStream.java50 public void flush() throws IOException { in flush() method in Support_OutputStream
/libcore/ojluni/src/main/java/javax/crypto/
DCipherOutputStream.java179 public void flush() throws IOException { in flush() method in CipherOutputStream
/libcore/luni/src/main/java/libcore/icu/
DNativeConverter.java24 char[] output, int outEnd, int[] data, boolean flush); in decode()
27 byte[] output, int outEnd, int[] data, boolean flush); in encode()
/libcore/luni/src/test/java/libcore/java/io/
DOutputStreamWriterTest.java28 @Override public void flush() throws IOException { in flush() method in OutputStreamWriterTest.FlushCountingOutputStream
/libcore/ojluni/src/main/java/java/util/logging/
DStreamHandler.java256 public synchronized void flush() { in flush() method in StreamHandler
/libcore/ojluni/src/main/java/java/util/zip/
DInflaterOutputStream.java144 public void flush() throws IOException { in flush() method in InflaterOutputStream

123