/packages/apps/Email/src/org/apache/commons/io/output/ |
D | TeeOutputStream.java | 80 public void flush() throws IOException { in flush() method in TeeOutputStream 81 super.flush(); in flush() 82 this.branch.flush(); in flush()
|
D | ThresholdingOutputStream.java | 139 public void flush() throws IOException in flush() method in ThresholdingOutputStream 141 getStream().flush(); in flush() 155 flush(); in close()
|
D | ProxyOutputStream.java | 77 public void flush() throws IOException { in flush() method in ProxyOutputStream 78 out.flush(); in flush()
|
D | DemuxOutputStream.java | 67 public void flush() in flush() method in DemuxOutputStream 73 output.flush(); in flush()
|
D | ProxyWriter.java | 99 public void flush() throws IOException { in flush() method in ProxyWriter 100 out.flush(); in flush()
|
D | NullWriter.java | 87 public void flush() { in flush() method in NullWriter
|
D | LockableFileWriter.java | 329 public void flush() throws IOException { in flush() method in LockableFileWriter 330 out.flush(); in flush()
|
D | FileWriterWithEncoding.java | 313 public void flush() throws IOException { in flush() method in FileWriterWithEncoding 314 out.flush(); in flush()
|
/packages/apps/Email/src/com/android/email/mail/transport/ |
D | EOLConvertingOutputStream.java | 42 public void flush() throws IOException { in flush() method in EOLConvertingOutputStream 47 super.flush(); in flush()
|
D | Rfc822Output.java | 211 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/ |
D | FileLogger.java | 62 pw.flush(); in log() 102 sLogWriter.flush(); in log()
|
/packages/apps/Email/src/com/android/email/mail/internet/ |
D | MimeMultipart.java | 95 writer.flush(); in writeTo() 101 writer.flush(); in writeTo()
|
/packages/apps/Email/src/org/apache/commons/io/ |
D | CopyUtils.java | 290 out.flush(); in copy() 314 out.flush(); in copy()
|
D | HexDump.java | 99 stream.flush(); in dump()
|
/packages/apps/Camera/tests/src/com/android/camera/stress/ |
D | ImageCapture.java | 219 mOut.flush(); in testImageCapture() 225 mOut.flush(); in testImageCapture() 276 mOut.flush(); in testVideoCapture()
|
D | SwitchPreview.java | 107 mOut.flush(); in testSwitchMode()
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
D | DiskCache.java | 131 flush(); in put() 160 flush(); in put() 190 public void flush() { in flush() method in DiskCache
|
D | Gallery.java | 238 LocalDataSource.sThumbnailCache.flush(); in onPause() 239 LocalDataSource.sThumbnailCacheVideo.flush(); in onPause() 240 PicasaDataSource.sThumbnailCache.flush(); in onPause()
|
/packages/apps/Gallery3D/src/com/cooliris/cache/ |
D | CacheService.java | 556 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 …]
|
D | BootReceiver.java | 53 CacheService.sSkipThumbnailIds.flush(); in onReceive()
|
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
D | RecognizerLogger.java | 156 mWriter.flush(); in logContacts() 175 mWriter.flush(); in logIntents()
|
/packages/providers/DownloadProvider/tests/permission/src/com/android/providers/downloads/permission/tests/ |
D | DownloadProviderPermissionsTest.java | 57 strm.flush(); in testAccessCacheFilesystem()
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
D | ProgressCallbackEntity.java | 65 outstream.flush(); in writeTo()
|
/packages/apps/Mms/src/com/android/mms/dom/smil/parser/ |
D | SmilXmlSerializer.java | 39 writer.flush(); in serialize()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | ItemInfo.java | 122 out.flush(); in flattenBitmap()
|