Searched defs:flush (Results 26 - 50 of 448) sorted by relevance

1234567891011>>

/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DWriterChain.java38 * flush()
64 public void flush() throws IOException; method in interface:WriterChain
H A DWriterToASCI.java115 * byte stream, flush it. Thus one flush() invocation will flush all the
120 public void flush() throws java.io.IOException method in class:WriterToASCI
122 m_os.flush();
127 * further write() or flush() invocations will cause an IOException to be
/external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
H A DRandomAccessFileOutputStream.java24 * the space for a stream as a file and then writing to that file as a stream. Call {@link #flush()}
77 public void flush() throws IOException { method in class:RandomAccessFileOutputStream
83 flush();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/
H A DTeeOutputStream.java49 public void flush() method in class:TeeOutputStream
52 this.output1.flush();
53 this.output2.flush();
/external/conscrypt/common/src/jni/main/include/
H A DBioStream.h48 int flush() { function in class:conscrypt::BioStream
55 JNI_TRACE("BioStream::flush called with pending exception");
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
H A DPipe.java51 public abstract void flush(); method in class:Pipe
H A DPipeShort.java134 public void flush() { method in class:PipeShort
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DHTMLWriter.java85 public void flush () method in class:HTMLWriter
91 m_out.flush ();
/external/gemmlowp/meta/
H A Dsingle_thread_transform.h47 << std::flush; member in class:gemmlowp::meta::internal::Dispatch1D::std
65 << std::flush; member in class:gemmlowp::meta::internal::Dispatch1D::std
72 << std::flush; member in class:gemmlowp::meta::internal::Dispatch1D::std
/external/guava/guava-testlib/src/com/google/common/testing/
H A DTestLogHandler.java71 public void flush() {} method in class:TestLogHandler
/external/icu/icu4c/source/common/
H A Dunistrappender.h67 inline void flush() { function in class:UnicodeStringAppender
75 * flush the buffer when we go out of scope.
78 flush();
/external/llvm/tools/llvm-pdbdump/
H A DYAMLOutputStyle.cpp45 flush();
133 void YAMLOutputStyle::flush() { function in class:YAMLOutputStyle
135 outs().flush();
/external/lzma/Java/Tukaani/src/org/tukaani/xz/
H A DCountingOutputStream.java43 public void flush() throws IOException { method in class:CountingOutputStream
44 out.flush();
H A DFinishableWrapperOutputStream.java58 * Calls {@link java.io.OutputStream#flush() out.flush()}.
60 public void flush() throws IOException { method in class:FinishableWrapperOutputStream
61 out.flush();
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt.h76 void (*flush)( struct draw_pt_front_end *, unsigned flags ); member in struct:draw_pt_front_end
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DFaultHidingSink.java29 @Override public void flush() throws IOException { method in class:FaultHidingSink
32 super.flush();
/external/okhttp/okio/okio/src/main/java/okio/
H A DDeflaterSink.java27 * <h3>Sync flush</h3>
29 * call to {@link #flush} immediately compresses all currently-buffered data;
33 * <p>This is equivalent to using {@link Deflater} with the sync flush option.
34 * This class does not offer any partial flush mechanism. For best performance,
35 * only call {@link #flush} when application behavior requires it.
113 @Override public void flush() throws IOException { method in class:DeflaterSink
115 sink.flush();
/external/python/cpython2/Lib/bsddb/
H A Ddbrecio.py140 def flush(self): member in class:DBRecIO
/external/python/cpython2/Lib/test/
H A Dsortperf.py56 def flush(): function
57 sys.stdout.flush()
64 flush()
92 flush()
/external/skia/src/codec/
H A DSkStreamBuffer.h36 * after the last call to flush().
59 void flush() { function in class:SkStreamBuffer
/external/syslinux/com32/hdt/
H A Dhdt-cli-cpu.c77 static void show_flag(char *buffer, bool flag, char *flag_name, bool flush) argument
85 if ((((strlen(buffer) + strlen(flag_name)) > 66) && flag) || flush) {
90 if (flush)
H A Dhdt-menu-processor.c32 char *flag_name, bool flush)
36 if ((((strlen(buffer) + strlen(flag_name)) > 35) && flag) || flush) {
43 if (flush)
309 /* Let's flush the remaining flags */
31 show_flag(struct s_my_menu *menu, char *buffer, bool flag, char *flag_name, bool flush) argument
/external/syslinux/com32/libupload/
H A Dzout.c36 static int do_deflate(struct upload_backend *be, int flush) argument
42 rv = deflate(&be->zstream, flush);
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DInflater.cs25 private static extern int inflate(ref ZStream sz, int flush); argument
/external/apache-http/src/org/apache/http/impl/conn/
H A DLoggingSessionOutputBuffer.java91 public void flush() throws IOException { method in class:LoggingSessionOutputBuffer
92 this.out.flush();

Completed in 593 milliseconds

1234567891011>>