OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:flush
(Results
101 - 125
of
1083
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/
BlockDevice.java
71
public abstract void
flush
() throws IOException;
method in interface:BlockDevice
FileSystem.java
94
public void
flush
() throws IOException;
method in interface:FileSystem
/dalvik/dexgen/src/com/android/dexgen/util/
TwoColumnOutput.java
76
twoOut.
flush
();
153
public void
flush
() {
method in class:TwoColumnOutput
/dalvik/dx/src/com/android/dx/util/
TwoColumnOutput.java
76
twoOut.
flush
();
153
public void
flush
() {
method in class:TwoColumnOutput
/external/apache-http/src/org/apache/http/impl/io/
ChunkedOutputStream.java
175
public void
flush
() throws IOException {
method in class:ChunkedOutputStream
177
this.out.
flush
();
188
this.out.
flush
();
/external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerTraceWriter.java
105
*
Flush
out the collected characters by sending them to the trace
134
*
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
();
148
*
Flush
the internal buffer and close the Writer
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
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1OutputStream.java
155
public void
flush
()
method in class:ASN1OutputStream
158
os.
flush
();
/external/dexmaker/src/dx/java/com/android/dx/util/
TwoColumnOutput.java
76
twoOut.
flush
();
153
public void
flush
() {
method in class:TwoColumnOutput
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
CipherOutputStream.java
71
public void
flush
() throws IOException
method in class:CipherOutputStream
75
throw new IOException("FATAL: cannot
flush
since crypto buffer is not aligned.");
83
bo.
flush
();
/external/guava/guava-tests/test/com/google/common/io/
CloseablesTest.java
35
* IOExceptions on Closeable.close() or Flushable.
flush
() are not
72
// throw an exception, either on close, on
flush
, or both.
89
// when the mock does throw an exception on
flush
.
96
// when the mock does throw an exception on
flush
.
104
// throw an exception on
flush
.
140
mockFlushable.
flush
();
169
//
Flush
the flushable using the Flushables, passing in the swallowException
171
// be thrown by Flushables.
flush
;
175
Flushables.
flush
(flushable, swallowException);
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
TwoColumnOutput.java
80
twoOut.
flush
();
157
public void
flush
() {
method in class:TwoColumnOutput
/external/smali/util/src/main/java/org/jf/util/
IndentingWriter.java
130
public void
flush
() throws IOException {
method in class:IndentingWriter
132
writer.
flush
();
/frameworks/base/core/java/android/net/http/
HttpResponseCache.java
66
* cache.
flush
();
240
public void
flush
() {
method in class:HttpResponseCache
242
delegate.
flush
();
/libcore/luni/src/main/java/java/io/
BufferedWriter.java
120
public void
flush
() throws IOException {
method in class:BufferedWriter
124
out.
flush
();
DataOutputStream.java
59
* if an error occurs attempting to
flush
this stream.
62
public void
flush
() throws IOException {
method in class:DataOutputStream
63
super.
flush
();
OutputStreamWriter.java
157
public void
flush
() throws IOException {
method in class:OutputStreamWriter
171
out.
flush
();
210
CoderResult result = encoder.
flush
(bytes);
214
result = encoder.
flush
(bytes);
PrintStream.java
42
* indicates whether or not this PrintStream should
flush
its contents after
51
* stream. By default, the new print stream does not automatically
flush
its
75
* indicates whether to
flush
contents upon encountering a
97
* indicates whether or not to
flush
contents upon encountering a
218
flush
();
method
237
flush
();
method
254
public synchronized void
flush
() {
method in class:PrintStream
257
out.
flush
();
560
* @see #
flush
()
573
flush
();
method
605
flush
();
method
[
all
...]
PrintWriter.java
43
* Indicates whether or not this PrintWriter should
flush
its contents after
50
* stream. By default, the new print writer does not automatically
flush
its
82
* writer. By default, the new print writer does not automatically
flush
its
103
* indicates whether to
flush
contents upon encountering a
117
* The print writer does not automatically
flush
its contents to the target
133
* The print writer does not automatically
flush
its contents to the target
158
*
flush
its contents to the target file when a newline is encountered. The
175
* character encoding. The print writer does not automatically
flush
its
211
flush
();
method
249
public void
flush
() {
method in class:PrintWriter
311
flush
();
method
474
flush
();
method
[
all
...]
/libcore/luni/src/main/java/java/sql/
DriverManager.java
312
thePrintWriter.
flush
();
315
thePrintStream.
flush
();
/libcore/luni/src/main/java/java/util/logging/
MemoryHandler.java
168
* Call target handler to
flush
any buffered output. Note that this doesn't
172
public void
flush
() {
method in class:MemoryHandler
173
target.
flush
();
/libcore/luni/src/main/java/java/util/zip/
DeflaterOutputStream.java
72
* Constructs a new instance with the given flushing behavior (see {@link #
flush
}).
81
* flushing behavior (see {@link #
flush
}).
90
* flushing behavior (see {@link #
flush
}).
190
@Override public void
flush
() throws IOException {
method in class:DeflaterOutputStream
197
out.
flush
();
InflaterOutputStream.java
100
public void
flush
() throws IOException {
method in class:InflaterOutputStream
102
out.
flush
();
/libcore/luni/src/test/java/libcore/java/io/
OldFilterWriterTest.java
44
public void
flush
() throws IOException {
method in class:OldFilterWriterTest.MockWriter
86
fw.
flush
();
87
assertTrue("
flush
() has not been called.", called);
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
LockableFileWriter.java
326
*
Flush
the stream.
329
public void
flush
() throws IOException {
method in class:LockableFileWriter
330
out.
flush
();
/cts/libs/vogar-expect/src/vogar/util/
MarkResetConsole.java
49
out.
flush
();
Completed in 199 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>