HomeSort by relevance Sort by last modified time
    Searched full:flush (Results 76 - 100 of 1410) sorted by null

1 2 34 5 6 7 8 91011>>

  /dalvik/libcore/logging/src/main/java/java/util/logging/
ConsoleHandler.java 62 * Logs a record if necessary. A flush operation will be done.
70 super.flush();
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
CharArrayWriterTest.java 90 * @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();
OutputStreamWriterTest.java 290 writer.flush();
319 * @tests java.io.OutputStreamWriter#flush()
324 method = "flush",
328 // Test for method void java.io.OutputStreamWriter.flush()
332 osw.flush();
343 osw.flush();
391 writer.flush();
459 writer.flush();
556 charsOut.flush();
684 writer.flush();
    [all...]
PrintStreamTest.java 243 // 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/support/src/test/java/tests/support/
Support_OutputStream.java 50 public void flush() throws IOException { method in class:Support_OutputStream
54 super.flush();
Support_ASimpleWriter.java 48 public void flush() throws IOException { method in class:Support_ASimpleWriter
  /external/e2fsprogs/lib/ext2fs/
ext2_io.h 68 errcode_t (*flush)(io_channel channel); member in struct:struct_io_manager
86 #define io_channel_flush(c) ((c)->manager->flush((c)))
  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextPlatformPrivateCG.h 57 void flush() {} function in class:WebCore::GraphicsContextPlatformPrivate
72 void flush();
  /external/webkit/WebCore/platform/text/
TextCodecICU.h 50 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
60 const char* sourceLimit, int32_t* offsets, bool flush, UErrorCode& err);
  /packages/apps/Email/src/com/android/email/mail/internet/
MimeMultipart.java 94 writer.flush();
100 writer.flush();
  /packages/apps/Email/src/org/apache/commons/io/output/
DemuxOutputStream.java 67 public void flush() method in class:DemuxOutputStream
73 output.flush();
NullWriter.java 86 /** @see java.io.Writer#flush() */
87 public void flush() { method in class:NullWriter
  /external/webkit/JavaScriptCore/wrec/
WRECParser.cpp 65 void flush() function in class:JSC::WREC::PatternCharacterSequence
74 void flush(const Quantifier& quantifier) function in class:JSC::WREC::PatternCharacterSequence
333 constructor.flush();
514 sequence.flush();
536 sequence.flush(q);
543 sequence.flush();
550 sequence.flush();
557 sequence.flush();
565 sequence.flush();
573 sequence.flush();
    [all...]
  /dalvik/libcore/nio_char/src/test/java/tests/api/java/nio/charset/
AbstractCharsetDecoderTestCase.java 356 decoder.flush(out);
522 * test flush
526 method = "flush",
533 assertSame(CoderResult.UNDERFLOW, decoder.flush(out));
539 .flush(CharBuffer.allocate(10)));
569 method = "flush",
585 CoderResult result = decoder.flush(out);
588 // Illegal state: flush twice
590 decoder.flush(out);
595 // Illegal state: flush after decode with endOfInput is fals
    [all...]
CharsetDecoderTest.java 346 decoder.flush(out);
581 * test flush
587 assertSame(CoderResult.UNDERFLOW, decoder.flush(out));
593 .flush(CharBuffer.allocate(10)));
619 CoderResult result = decoder.flush(out);
622 // Illegal state: flush twice
624 decoder.flush(out);
629 // Illegal state: flush after decode with endOfInput is false
633 decoder.flush(out);
664 // Normal case: just after flush
    [all...]
AbstractCharsetEncoderTestCase.java 105 * methods which can change internal states are two encode, flush, two canEncode, reset
160 method = "flush",
172 CoderResult result = encoder.flush(out);
174 // Illegal state: flush twice
176 encoder.flush(out);
181 // Illegal state: flush after encode with endOfInput is false
185 encoder.flush(out);
215 method = "flush",
254 // Normal case: just after flush
258 encoder.flush(ByteBuffer.allocate(10))
    [all...]
ISOCharsetEncoderTest.java 141 notes = "Checks also: flush & encode, but not covers exceptions.",
147 notes = "Checks also: flush & encode, but not covers exceptions.",
153 notes = "Checks also: flush & encode, but not covers exceptions.",
170 encoder.flush(out);
UTF16CharsetDecoderTest.java 92 decoder.flush(out);
100 decoder.flush(out);
109 decoder.flush(out);
116 decoder.flush(out);
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
ToUnknownStream.java 213 flush(); method
277 flush(); method
291 flush(); method
305 flush(); method
336 flush(); method
391 * for the up coming element, so flush the old element
394 flush(); method
469 * But we have the old element pending, so flush it out,
472 flush(); method
507 // if there are attributes, then lets make the flush()
511 flush(); method
754 flush(); method
768 flush(); method
782 flush(); method
797 flush(); method
814 flush(); method
844 flush(); method
858 flush(); method
892 flush(); method
1199 flush(); method
1204 private void flush() method in class:ToUnknownStream
    [all...]
  /bionic/libc/kernel/common/linux/mtd/
blktrans.h 48 int (*flush)(struct mtd_blktrans_dev *dev); member in struct:mtd_blktrans_ops
  /cts/tests/tests/permission/src/android/permission/cts/
NoSdCardWritePermissionTest.java 42 strm.flush();
  /dalvik/libcore/luni/src/main/java/java/io/
FilterOutputStream.java 61 flush(); method
84 * if an error occurs attempting to flush this stream.
87 public void flush() throws IOException { method in class:FilterOutputStream
88 out.flush();
Flushable.java 32 void flush() throws IOException; method in interface:Flushable
  /external/apache-http/src/org/apache/http/impl/io/
AbstractSessionOutputBuffer.java 93 public void flush() throws IOException { method in class:AbstractSessionOutputBuffer
95 this.outstream.flush();
106 // flush the buffer
115 // flush the buffer
  /external/clearsilver/man/man3/
skipNewList.3 34 forcing a flush.

Completed in 311 milliseconds

1 2 34 5 6 7 8 91011>>