Searched defs:flush (Results 1 - 25 of 370) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DConsoleHandlerTest.java160 assertEquals("flush", CallVerificationStack.getInstance()
180 h.flush();
197 assertEquals("flush", CallVerificationStack.getInstance()
217 h.flush();
223 h.flush();
229 h.flush();
236 h.flush();
329 h.flush();
345 h.flush();
373 h.flush();
480 public void flush() throws IOException { method in class:ConsoleHandlerTest.MockOutputStream
[all...]
H A DHandlerTest.java122 h.flush();
339 public void flush() { method in class:HandlerTest.MockHandler
H A DLogManagerTest.java959 public void flush() { method in class:LogManagerTest.MockHandler
960 // System.out.println(this + ":flush");
H A DLogRecordTest.java374 public void flush() { method in class:LogRecordTest.MockHandler
H A DLoggerTest.java3072 public void flush() { method in class:LoggerTest.MockHandler
3091 public void flush() { method in class:LoggerTest.MockExceptionalHandler
H A DMemoryHandlerTest.java120 handler.flush();
121 assertEquals(writer.toString(), "flush");
304 // assertEquals(writer.toString(), "flush");
370 public void flush() { method in class:MemoryHandlerTest.MockHandler
371 writer.write("flush");
H A DStreamHandlerTest.java308 assertEquals("flush", CallVerificationStack.getInstance()
324 h.flush();
339 assertEquals("flush", CallVerificationStack.getInstance()
355 * Test flush().
360 h.flush();
361 assertEquals("flush", CallVerificationStack.getInstance()
368 * Test flush() when having no output stream.
372 h.flush();
481 h.flush();
487 h.flush();
868 public void flush() throws IOException { method in class:StreamHandlerTest.MockOutputStream
903 public void flush() throws IOException { method in class:StreamHandlerTest.MockExceptionOutputStream
[all...]
H A DXMLFormatterTest.java225 public void flush() { method in class:XMLFormatterTest.MockHandler
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
H A DCharWrapperTester.java116 o.flush();
134 // any of these is permitted to flush
137 o.flush();
139 fail("flush exception ignored");
150 // any of these is permitted to flush
155 fail("flush exception ignored");
203 public void flush() throws IOException { method in class:CharWrapperTester.ClosableStringWriter
229 flush();
233 public void flush() throws IOException { method in class:CharWrapperTester.FailOnFlushWriter
245 public void flush() throw method in class:CharWrapperTester.FailOnCloseWriter
[all...]
H A DWrapperTester.java117 o.flush();
135 // any of these is permitted to flush
138 o.flush();
140 fail("flush exception ignored");
151 // any of these is permitted to flush
156 fail("flush exception ignored");
222 flush();
226 public void flush() throws IOException { method in class:WrapperTester.FailOnFlushOutputStream
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_StringWriter.java66 public void flush() { method in class:Support_StringWriter
/external/apache-http/src/org/apache/http/
H A DHttpClientConnection.java115 void flush() throws IOException; method in interface:HttpClientConnection
H A DHttpServerConnection.java98 void flush() method in interface:HttpServerConnection
/external/apache-http/src/org/apache/http/impl/
H A DAbstractHttpClientConnection.java174 this.outbuffer.flush();
177 public void flush() throws IOException { method in class:AbstractHttpClientConnection
H A DAbstractHttpServerConnection.java162 this.outbuffer.flush();
165 public void flush() throws IOException { method in class:AbstractHttpServerConnection
/external/apache-http/src/org/apache/http/impl/conn/
H A DAbstractClientConnAdapter.java219 public void flush() method in class:AbstractClientConnAdapter
226 conn.flush();
H A DLoggingSessionOutputBuffer.java91 public void flush() throws IOException { method in class:LoggingSessionOutputBuffer
92 this.out.flush();
/external/apache-http/src/org/apache/http/impl/io/
H A DAbstractSessionOutputBuffer.java98 public void flush() throws IOException { method in class:AbstractSessionOutputBuffer
100 this.outstream.flush();
111 // flush the buffer
120 // flush the buffer
H A DChunkedOutputStream.java180 public void flush() throws IOException { method in class:ChunkedOutputStream
182 this.out.flush();
193 this.out.flush();
H A DContentLengthOutputStream.java101 this.out.flush();
105 public void flush() throws IOException { method in class:ContentLengthOutputStream
106 this.out.flush();
H A DIdentityOutputStream.java79 this.out.flush();
83 public void flush() throws IOException { method in class:IdentityOutputStream
84 this.out.flush();
/external/apache-http/src/org/apache/http/io/
H A DSessionOutputBuffer.java64 void flush() throws IOException; method in interface:SessionOutputBuffer
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DSerializerTraceWriter.java134 * Flush the internal buffer and flush the Writer
135 * @see java.io.Writer#flush()
137 public void flush() throws java.io.IOException method in class:SerializerTraceWriter
141 m_writer.flush();
181 /* If we are close to the end of the buffer then flush it.
229 * flush the output buffer and make the buffer bigger to handle.
290 * flush the output buffer and make the buffer bigger to handle.
H A DToStream.java141 /** True if we control the buffer, and we should flush the output on endDocument. */
249 ((WriterToUTF8Buffered) writer).flush();
256 writer.flush();
263 writer.flush();
2298 // the "true" causes the flush of any open tags
2975 m_writer.flush();
3144 // flush out the "<elemName" if not already flushed
3145 m_writer.flush();
3206 * @see java.io.Writer#flush()
3208 public void flush() throw method in class:ToStream.WritertoStringBuffer
[all...]

Completed in 521 milliseconds

1234567891011>>