OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:flush
(Results
301 - 325
of
1083
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/apache-http/src/org/apache/http/impl/conn/
AbstractClientConnAdapter.java
214
public void
flush
()
method in class:AbstractClientConnAdapter
221
conn.
flush
();
/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/apache-xml/src/main/java/org/apache/xml/serializer/
WriterToUTF8Buffered.java
33
* is done via the close()
flush
() or flushBuffer() method.
135
/* If we are close to the end of the buffer then
flush
it.
438
*
Flush
the internal buffer
454
*
Flush
the stream. If the stream has saved any characters from the
457
* byte stream,
flush
it. Thus one
flush
() invocation will
flush
all the
464
public void
flush
() throws java.io.IOException
method in class:WriterToUTF8Buffered
467
m_os.
flush
();
472
* further write() or
flush
() invocations will cause an IOException to b
[
all
...]
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DalvInsnList.java
245
iw.
flush
();
264
w.
flush
();
/external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/
ZIPSerializer.java
75
out.
flush
();
103
zipOutput.
flush
();
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
JavaSourceWriter.java
280
public void
flush
() {
method in class:JavaSourceWriter
281
out.
flush
();
/external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
SpdyWriter.java
58
out.
flush
();
71
out.
flush
();
84
out.
flush
();
95
out.
flush
();
103
out.
flush
();
114
nameValueBlockOut.
flush
();
130
out.
flush
();
139
out.
flush
();
148
out.
flush
();
159
out.
flush
();
[
all
...]
/external/okhttp/src/test/java/com/squareup/okhttp/internal/
FaultRecoveringOutputStreamTest.java
81
recovering.
flush
();
200
@Override public void
flush
() throws IOException {
method in class:FaultRecoveringOutputStreamTest.FaultingOutputStream
/frameworks/base/core/java/android/util/
JsonWriter.java
383
public void
flush
() throws IOException {
method in class:JsonWriter
384
out.
flush
();
/frameworks/base/core/tests/coretests/src/android/net/http/
HttpResponseCacheTest.java
67
first.
flush
();
90
cache.
flush
();
/frameworks/base/opengl/java/android/opengl/
EGLLogWrapper.java
409
flush
();
method
412
private void
flush
() {
method in class:EGLLogWrapper
414
mLog.
flush
();
456
flush
();
method
/libcore/luni/src/main/java/java/util/logging/
FileHandler.java
513
flush
();
method
557
public void
flush
() throws IOException {
method in class:FileHandler.MeasureOutputStream
558
wrapped.
flush
();
/libcore/xml/src/main/java/org/kxml2/io/
KXmlSerializer.java
165
flush
();
method
471
public void
flush
() throws IOException {
method in class:KXmlSerializer
473
writer.
flush
();
/packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
Rfc822Output.java
208
writer.
flush
();
209
out.
flush
();
262
writer.
flush
();
274
out.
flush
();
383
writer.
flush
();
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
AbstractDirectory.java
210
*
Flush
the contents of this directory to the persistent storage
212
public void
flush
() throws IOException {
method in class:AbstractDirectory
335
dir.
flush
();
FatFileSystem.java
187
*
Flush
all changed structures to the device.
192
public void
flush
() throws IOException {
method in class:FatFileSystem
203
rootDir.
flush
();
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
ConsoleHandlerTest.java
160
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
...]
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpTransport.java
107
requestOut.
flush
();
240
@Override public void
flush
() throws IOException {
method in class:HttpTransport.FixedLengthOutputStream
244
socketOut.
flush
();
337
@Override public synchronized void
flush
() throws IOException {
method in class:HttpTransport.ChunkedOutputStream
342
socketOut.
flush
();
/cts/tests/tests/util/src/android/util/cts/
PrintStreamPrinterTest.java
53
ps.
flush
();
/cts/tools/signature-tools/src/signature/io/html/
HtmlDeltaExternalizer.java
128
fileOutputStream.
flush
();
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
MultipartForm.java
119
writer.
flush
(); // Must
flush
here before writing to the byte stream!
124
writer.
flush
();
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
GeeTest.java
116
resultParser.
flush
();
119
resultParser.
flush
();
WrappedGTest.java
106
resultParser.
flush
();
109
resultParser.
flush
();
/development/tools/mkstubs/src/com/android/mkstubs/
StubGenerator.java
97
jar.
flush
();
/device/lge/mako/camera/QCamera/HAL/core/src/
QCameraStream.cpp
38
flush
();
91
void StreamQueue::
flush
(){
function in class:android::StreamQueue
Completed in 757 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>