Searched defs:flush (Results 1 - 25 of 203) sorted by relevance

123456789

/external/proguard/src/proguard/gui/
H A DTextAreaOutputStream.java48 public void flush() throws IOException method in class:TextAreaOutputStream
50 super.flush();
/external/guava/guava/src/com/google/common/io/
H A DFlushables.java48 * thrown by the {@code flush} method
50 * {@link Flushable#flush} throws an {@code IOException}.
53 public static void flush(Flushable flushable, boolean swallowIOException) method in class:Flushables
56 flushable.flush();
68 * Equivalent to calling {@code flush(flushable, true)}, but with no
75 flush(flushable, true);
/external/jmonkeyengine/engine/src/android/com/jme3/util/
H A DAndroidLogHandler.java20 public void flush() { method in class:AndroidLogHandler
/external/srec/srec/Semproc/include/
H A DSR_SemanticProcessor.h77 ESR_ReturnCode(*flush)(struct SR_SemanticProcessor_t* self); member in struct:SR_SemanticProcessor_t
/external/webkit/Tools/Scripts/webkitpy/common/
H A Darray_stream.py61 def flush(self): member in class:ArrayStream
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dmetered_stream.py95 def flush(self): member in class:MeteredStream
97 self._stream.flush()
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_StringWriter.java68 public void flush() { method in class:Support_StringWriter
/external/apache-http/src/org/apache/http/
H A DHttpClientConnection.java110 void flush() throws IOException; method in interface:HttpClientConnection
H A DHttpServerConnection.java93 void flush() method in interface:HttpServerConnection
/external/apache-http/src/org/apache/http/impl/io/
H A DContentLengthOutputStream.java96 this.out.flush();
100 public void flush() throws IOException { method in class:ContentLengthOutputStream
101 this.out.flush();
H A DIdentityOutputStream.java74 this.out.flush();
78 public void flush() throws IOException { method in class:IdentityOutputStream
79 this.out.flush();
/external/apache-http/src/org/apache/http/io/
H A DSessionOutputBuffer.java59 void flush() throws IOException; method in interface:SessionOutputBuffer
/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/astl/tests/
H A Dtest_iostream.cpp78 << " a nul char |" << std::ends << std::flush << "| in line 2."; member in class:android::std
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/
H A DTeeOutputStream.java39 public void flush() method in class:TeeOutputStream
42 this.output1.flush();
43 this.output2.flush();
/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/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
H A DChannelOutputStream.java48 public void flush() throws IOException method in class:ChannelOutputStream
/external/guava/guava-testlib/src/com/google/common/testing/
H A DTestLogHandler.java69 public void flush() { } method in class:TestLogHandler
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dlogtesting.py60 # constructor should support write() and flush():
66 def flush(self): member in class:TestLogStream
/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.java86 public void flush() throws IOException { method in class:LoggingSessionOutputBuffer
87 this.out.flush();
/external/astl/src/
H A Dostream.cpp145 ostream& ostream::flush() { function in class:std::ostream
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/io/
H A DCipherOutputStream.java141 public void flush() method in class:CipherOutputStream
144 super.flush();
154 * <code>flush</code> method of this output stream.
184 flush();
/external/chromium/chrome/browser/ui/views/
H A Dfind_bar_host_interactive_uitest.cc31 << " ms" << std::flush; member in class:__anon2555::std

Completed in 2540 milliseconds

123456789