Home
last modified time | relevance | path

Searched refs:flush (Results 1 – 25 of 55) sorted by relevance

123

/packages/apps/Email/src/org/apache/commons/io/output/
DTeeOutputStream.java80 public void flush() throws IOException { in flush() method in TeeOutputStream
81 super.flush(); in flush()
82 this.branch.flush(); in flush()
DThresholdingOutputStream.java139 public void flush() throws IOException in flush() method in ThresholdingOutputStream
141 getStream().flush(); in flush()
155 flush(); in close()
DProxyOutputStream.java77 public void flush() throws IOException { in flush() method in ProxyOutputStream
78 out.flush(); in flush()
DDemuxOutputStream.java67 public void flush() in flush() method in DemuxOutputStream
73 output.flush(); in flush()
DProxyWriter.java99 public void flush() throws IOException { in flush() method in ProxyWriter
100 out.flush(); in flush()
DNullWriter.java87 public void flush() { in flush() method in NullWriter
DLockableFileWriter.java329 public void flush() throws IOException { in flush() method in LockableFileWriter
330 out.flush(); in flush()
DFileWriterWithEncoding.java313 public void flush() throws IOException { in flush() method in FileWriterWithEncoding
314 out.flush(); in flush()
/packages/apps/Email/src/com/android/email/mail/transport/
DEOLConvertingOutputStream.java42 public void flush() throws IOException { in flush() method in EOLConvertingOutputStream
47 super.flush(); in flush()
DRfc822Output.java211 writer.flush(); in writeTo()
212 out.flush(); in writeTo()
246 writer.flush(); in writeOneAttachment()
258 out.flush(); in writeOneAttachment()
352 writer.flush(); in writeTextWithHeaders()
/packages/apps/Email/src/com/android/exchange/utility/
DFileLogger.java62 pw.flush(); in log()
102 sLogWriter.flush(); in log()
/packages/apps/Email/src/com/android/email/mail/internet/
DMimeMultipart.java95 writer.flush(); in writeTo()
101 writer.flush(); in writeTo()
/packages/apps/Email/src/org/apache/commons/io/
DCopyUtils.java290 out.flush(); in copy()
314 out.flush(); in copy()
DHexDump.java99 stream.flush(); in dump()
/packages/apps/Camera/tests/src/com/android/camera/stress/
DImageCapture.java219 mOut.flush(); in testImageCapture()
225 mOut.flush(); in testImageCapture()
276 mOut.flush(); in testVideoCapture()
DSwitchPreview.java107 mOut.flush(); in testSwitchMode()
/packages/apps/Gallery3D/src/com/cooliris/media/
DDiskCache.java131 flush(); in put()
160 flush(); in put()
190 public void flush() { in flush() method in DiskCache
DGallery.java238 LocalDataSource.sThumbnailCache.flush(); in onPause()
239 LocalDataSource.sThumbnailCacheVideo.flush(); in onPause()
240 PicasaDataSource.sThumbnailCache.flush(); in onPause()
/packages/apps/Gallery3D/src/com/cooliris/cache/
DCacheService.java556 thumbnailCache.flush(); in buildThumbnails()
563 sSkipThumbnailIds.flush(); in addToThumbnailerSkipList()
681 dataOutput.flush(); in writeBitmapToCache()
731 dos.flush(); in putLocaleForAlbumCache()
732 bos.flush(); in putLocaleForAlbumCache()
735 sAlbumCache.flush(); in putLocaleForAlbumCache()
1046 sMetaAlbumCache.flush(); in computeDirtySets()
1162 dos.flush(); in writeSetsToCache()
1169 sAlbumCache.flush(); in writeSetsToCache()
1185 sAlbumCache.flush(); in writeItemsToCache()
[all …]
DBootReceiver.java53 CacheService.sSkipThumbnailIds.flush(); in onReceive()
/packages/apps/VoiceDialer/src/com/android/voicedialer/
DRecognizerLogger.java156 mWriter.flush(); in logContacts()
175 mWriter.flush(); in logIntents()
/packages/providers/DownloadProvider/tests/permission/src/com/android/providers/downloads/permission/tests/
DDownloadProviderPermissionsTest.java57 strm.flush(); in testAccessCacheFilesystem()
/packages/apps/Mms/src/com/android/mms/transaction/
DProgressCallbackEntity.java65 outstream.flush(); in writeTo()
/packages/apps/Mms/src/com/android/mms/dom/smil/parser/
DSmilXmlSerializer.java39 writer.flush(); in serialize()
/packages/apps/Launcher2/src/com/android/launcher2/
DItemInfo.java122 out.flush(); in flattenBitmap()

123