Searched refs:flush (Results 26 - 50 of 149) sorted by relevance

123456

/dalvik/libcore/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
H A DASCIICharsetEncoderTest.java147 encoder.flush(out);
207 method = "flush",
226 encoder.flush(out);
246 method = "flush",
278 newEncoder.flush(out);
335 newEncoder.flush(out);
396 newEncoder.flush(out);
419 newEncoder.flush(out);
429 newEncoder.flush(out);
440 newEncoder.flush(ou
[all...]
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DCipherOutputStream1Test.java82 cos.flush();
106 cos.flush();
128 cos.flush();
158 cos.flush();
203 * flush() method testing. Tests that method flushes the data to the
209 method = "flush",
217 cos.flush();
220 fail("CipherOutputStream did not flush the data.");
242 fail("CipherOutputStream did not flush the data.");
/dalvik/libcore/luni/src/main/java/java/io/
H A DPrintWriter.java47 * Indicates whether or not this PrintWriter should flush its contents after
57 * stream. By default, the new print writer does not automatically flush its
89 * writer. By default, the new print writer does not automatically flush its
110 * indicates whether to flush contents upon encountering a
124 * The print writer does not automatically flush its contents to the target
148 * The print writer does not automatically flush its contents to the target
180 * flush its contents to the target file when a newline is encountered. The
204 * character encoding. The print writer does not automatically flush its
247 flush();
275 public void flush() { method in class:PrintWriter
[all...]
H A DPipedOutputStream.java116 public void flush() throws IOException { method in class:PipedOutputStream
H A DPipedWriter.java121 public void flush() throws IOException { method in class:PipedWriter
H A DWriter.java23 * {@link #flush()} method to be called before closing the stream, to ensure all
28 * {@link #close()} and {@link #flush()} methods needs to be overridden.
87 public abstract void flush() throws IOException; method in class:Writer
/dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DStreamHandlerTest.java433 assertEquals("flush", CallVerificationStack.getInstance()
455 h.flush();
476 assertEquals("flush", CallVerificationStack.getInstance()
522 * Test flush().
526 notes = "Verifies flush() method.",
527 method = "flush",
533 h.flush();
534 assertEquals("flush", CallVerificationStack.getInstance().getCurrentSourceMethod());
540 * Test flush() when having no output stream.
544 notes = "Verifies flush() whe
1244 public void flush() throws IOException { method in class:StreamHandlerTest.MockOutputStream
1278 public void flush() throws IOException { method in class:StreamHandlerTest.MockExceptionOutputStream
[all...]
H A DErrorManagerTest.java69 st.flush();
107 public void flush() {} method in class:ErrorManagerTest.MockStream
H A DConsoleHandlerTest.java224 assertEquals("flush", CallVerificationStack.getInstance()
250 h.flush();
273 assertEquals("flush", CallVerificationStack.getInstance()
324 h.flush();
330 h.flush();
336 h.flush();
343 h.flush();
460 h.flush();
482 h.flush();
515 h.flush();
628 public void flush() throws IOException { method in class:ConsoleHandlerTest.MockOutputStream
[all...]
/dalvik/libcore/luni-kernel/src/main/java/java/lang/
H A DRuntime.java788 writer.flush();
837 flush();
843 public void flush() throws IOException { method in class:WriterOutputStream
844 out.flush();
852 writer.flush();
858 flush();
/dalvik/dx/src/com/android/dx/util/
H A DTwoColumnOutput.java76 twoOut.flush();
153 public void flush() { method in class:TwoColumnOutput
/dalvik/libcore/archive/src/main/java/java/util/zip/
H A DDeflaterOutputStream.java232 @Override public void flush() throws IOException { method in class:DeflaterOutputStream
237 out.flush();
/dalvik/libcore/logging/src/main/java/java/util/logging/
H A DMemoryHandler.java187 * Call target handler to flush any buffered output. Note that this doesn't
191 public void flush() { method in class:MemoryHandler
192 target.flush();
H A DSocketHandler.java167 * Logs a record if necessary. A flush operation will be done afterwards.
175 super.flush();
/dalvik/libcore/luni/src/test/java/java/nio/charset/
H A DCharsetDecoderTest.java39 decoder.flush(outBuffer);
55 decoder.flush(outBuffer);
/dalvik/libcore/luni/src/test/java/tests/api/java/io/
H A DFilterWriterTest.java53 public void flush() throws IOException { method in class:FilterWriterTest.MockWriter
113 * @tests java.io.FilterWriter#flush()
117 notes = "Verifies flush().",
118 method = "flush",
122 fw.flush();
123 assertTrue("flush() has not been called.", called);
H A DBufferedOutputStreamTest.java90 * @tests java.io.BufferedOutputStream#flush()
94 method = "flush",
101 os.flush();
102 assertEquals("Test 1: Bytes not written after flush;",
109 os.flush();
133 os.flush();
135 assertEquals("Test 2: Bytes not written after flush;",
217 os.flush();
219 assertEquals("Test 2: Byte not written after flush;",
H A DCharArrayWriterTest.java90 * @tests java.io.CharArrayWriter#flush()
94 notes = "Verifies flush() method.",
95 method = "flush",
99 // Test for method void java.io.CharArrayWriter.flush()
100 cw.flush();
367 writer.flush();
386 writer.flush();
430 writer.flush();
H A DPrintStreamTest.java243 // tobj.flush();
341 * @tests java.io.PrintStream#flush()
346 method = "flush",
350 // Test for method void java.io.PrintStream.flush()
353 os.flush();
354 assertEquals("Bytes not written after flush", 501, baos.size());
440 os.flush();
502 os.flush();
874 printStream.flush();
893 printStream.flush();
[all...]
/dalvik/libcore/archive/src/test/java/java/util/zip/
H A DDeflaterOutputStreamTest.java71 out.flush();
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
H A DWriterTest.java78 public synchronized void flush() throws IOException { method in class:WriterTest.MockWriter
/dalvik/libcore/support/src/test/java/tests/support/
H A DSupport_ASimpleWriter.java48 public void flush() throws IOException { method in class:Support_ASimpleWriter
H A DSupport_StringWriter.java68 public void flush() { method in class:Support_StringWriter
/dalvik/libcore-disabled/sound/src/main/java/com/android/internal/sound/midi/
H A DAndroidMidiFileReader.java73 out.flush();
/dalvik/libcore-disabled/sound/src/main/java/com/android/internal/sound/sampled/
H A DAndroidAudioFileReader.java77 out.flush();

Completed in 3290 milliseconds

123456