HomeSort by relevance Sort by last modified time
    Searched defs:flush (Results 76 - 100 of 2652) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/proguard/src/proguard/io/
DataEntryRewriter.java 62 writer.flush();
63 outputStream.flush();
  /libcore/ojluni/src/main/java/java/io/
OutputStreamWriter.java 228 public void flush() throws IOException { method in class:OutputStreamWriter
229 se.flush();
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
DemuxOutputStream.java 69 public void flush() method in class:DemuxOutputStream
75 output.flush();
FileWriterWithEncoding.java 310 * Flush the stream.
313 public void flush() throws IOException { method in class:FileWriterWithEncoding
314 out.flush();
  /external/caliper/caliper/src/main/java/com/google/caliper/bridge/
OpenedSocket.java 119 @Override public void flush() throws IOException { method in class:OpenedSocket.Writer
120 output.flush();
138 delegate.flush();
160 @Override public void flush() throws IOException { method in class:OpenedSocket
161 delegate.flush();
  /external/apache-http/src/org/apache/http/impl/conn/
LoggingSessionOutputBuffer.java 91 public void flush() throws IOException { method in class:LoggingSessionOutputBuffer
92 this.out.flush();
  /external/apache-http/src/org/apache/http/impl/io/
ContentLengthOutputStream.java 101 this.out.flush();
105 public void flush() throws IOException { method in class:ContentLengthOutputStream
106 this.out.flush();
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
CaliperMain.java 89 stdout.flush();
90 stderr.flush();
133 // courtesy flush
134 stderr.flush();
135 stdout.flush();
  /external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
ClientEndpoint.java 101 void flush() { method in class:ClientEndpoint
103 output.flush();
  /external/guava/guava-tests/test/com/google/common/io/
AppendableWriterTest.java 52 @Override public void flush() { method in class:AppendableWriterTest.SpyAppendable
95 writer.flush();
119 writer.flush();
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/
ZipMultiReportOutput.java 87 public void flush() throws IOException { method in class:ZipMultiReportOutput.EntryOutput
89 zip.flush();
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
DeltaOutputStream.java 67 public void flush() throws IOException { method in class:DeltaOutputStream
75 out.flush();
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/transport/
ProcessTransport.java 55 public void flush() throws IOException { method in class:ProcessTransport
56 os.flush();
  /frameworks/base/services/robotests/src/com/android/server/testing/shadows/
ShadowBackupDataOutput.java 77 stream.flush();
83 mOutput.flush();
  /libcore/luni/src/test/java/libcore/java/io/
OutputStreamWriterTest.java 28 @Override public void flush() throws IOException { method in class:OutputStreamWriterTest.FlushCountingOutputStream
42 writer.flush();
52 // On flush/close, the writer needs to admit defeat and write the replacement character.
59 writer.flush();
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldErrorManagerTest.java 43 st.flush();
51 public void flush() {} method in class:OldErrorManagerTest.MockStream
  /libcore/ojluni/src/main/java/java/util/logging/
StreamHandler.java 179 flush(); method
253 * Flush any buffered messages.
256 public synchronized void flush() { method in class:StreamHandler
259 writer.flush();
277 writer.flush();
  /libcore/support/src/test/java/tests/support/
Support_OutputStream.java 50 public void flush() throws IOException { method in class:Support_OutputStream
54 super.flush();
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
InterruptableOutputStream.java 59 public void flush() throws IOException { method in class:InterruptableOutputStream
61 mOutputStream.flush();
  /cts/tests/tests/permission/src/android/permission/cts/
NoSdCardWritePermissionTest.java 42 strm.flush();
  /dalvik/dx/src/com/android/dx/command/findusages/
Main.java 33 out.flush();
  /external/apache-http/src/org/apache/http/entity/
ByteArrayEntity.java 82 outstream.flush();
StringEntity.java 95 outstream.flush();
  /external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
RandomAccessFileOutputStream.java 24 * 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(); method
  /external/autotest/client/cros/
kernel_trace.py 23 flush : Flushes trace buffer
43 def __init__(self, flush=True, events=None, on=True):
50 if flush:
51 self.flush()
59 def __del__(self, flush=True, events=None, on=True):
160 def flush(self): member in class:KernelTrace
161 """Flush trace buffer.
164 error.TestFail: If unable to flush

Completed in 2648 milliseconds

1 2 34 5 6 7 8 91011>>