Searched refs:flush (Results 1 - 25 of 64) sorted by relevance

123

/packages/apps/Email/src/com/android/email/mail/transport/
H A DEOLConvertingOutputStream.java42 public void flush() throws IOException { method in class:EOLConvertingOutputStream
47 super.flush();
/packages/apps/Email/emailcommon/src/org/apache/commons/io/output/
H A DTeeOutputStream.java80 public void flush() throws IOException { method in class:TeeOutputStream
81 super.flush();
82 this.branch.flush();
H A DProxyOutputStream.java74 * Invokes the delegate's <code>flush()</code> method.
77 public void flush() throws IOException { method in class:ProxyOutputStream
78 out.flush();
H A DNullWriter.java86 /** @see java.io.Writer#flush() */
87 public void flush() { method in class:NullWriter
H A DDemuxOutputStream.java69 public void flush() method in class:DemuxOutputStream
75 output.flush();
H A DProxyWriter.java96 * Invokes the delegate's <code>flush()</code> method.
99 public void flush() throws IOException { method in class:ProxyWriter
100 out.flush();
H A DThresholdingOutputStream.java139 public void flush() throws IOException method in class:ThresholdingOutputStream
141 getStream().flush();
155 flush();
H A DFileWriterWithEncoding.java313 public void flush() throws IOException { method in class:FileWriterWithEncoding
314 out.flush();
H A DLockableFileWriter.java329 public void flush() throws IOException { method in class:LockableFileWriter
330 out.flush();
/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DInterruptableOutputStream.java59 public void flush() throws IOException { method in class:InterruptableOutputStream
61 mOutputStream.flush();
/packages/apps/Camera/tests/src/com/android/camera/stress/
H A DTestUtil.java55 mOut.flush();
H A DSwitchPreview.java111 mOut.flush();
/packages/apps/Exchange/src/com/android/exchange/utility/
H A DFileLogger.java62 pw.flush();
102 sLogWriter.flush();
H A DSimpleIcsWriter.java115 mOut.flush();
/packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
H A DMimeMultipart.java95 writer.flush();
101 writer.flush();
H A DRfc822Output.java274 writer.flush();
275 out.flush();
311 writer.flush();
323 out.flush();
441 writer.flush();
452 writer.flush();
H A DMimeHeader.java131 writer.flush();
/packages/apps/Email/emailcommon/src/org/apache/commons/io/
H A DCopyUtils.java37 * flush or close the streams. Often doing so would require making non-portable
277 * <code>OutputStream</code>, and flush the <code>OutputStream</code>.
289 // have to flush here.
290 out.flush();
300 * flush the <code>OutputStream</code>.
313 // have to flush here.
314 out.flush();
H A DHexDump.java99 stream.flush();
/packages/apps/Mms/src/com/android/mms/transaction/
H A DProgressCallbackEntity.java65 outstream.flush();
/packages/providers/DownloadProvider/tests/permission/src/com/android/providers/downloads/permission/tests/
H A DDownloadProviderPermissionsTest.java57 strm.flush();
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DResolveCache.java72 // Register for package-changes so that we can flush our cache
83 private synchronized static void flush() { method in class:ResolveCache
93 flush();
/packages/apps/Mms/src/com/android/mms/dom/smil/parser/
H A DSmilXmlSerializer.java39 writer.flush();
/packages/apps/CertInstaller/src/com/android/certinstaller/
H A DCertInstallerMain.java104 out.flush();
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/message/
H A DHeader.java155 writer.flush();

Completed in 286 milliseconds

123