/development/ndk/platforms/android-21/samples/native-codec/jni/ |
D | looper.h | 27 void post(int what, void *data, bool flush = false); 33 void addmsg(loopermessage *msg, bool flush);
|
D | looper.cpp | 73 void looper::post(int what, void *data, bool flush) { in post() argument 79 addmsg(msg, flush); in post() 82 void looper::addmsg(loopermessage *msg, bool flush) { in addmsg() argument 86 if (flush) { in addmsg()
|
/development/samples/browseable/PermissionRequest/src/com.example.android.permissionrequest/ |
D | SimpleWebServer.java | 153 output.flush(); in handle() 171 output.flush(); in writeServerError() 191 output.flush(); in loadContent()
|
/development/ndk/platforms/android-3/include/linux/mtd/ |
D | blktrans.h | 48 int (*flush)(struct mtd_blktrans_dev *dev); member
|
/development/tools/axl/ |
D | log.py | 42 self._file.flush()
|
/development/ndk/platforms/android-3/include/ |
D | zlib.h | 242 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush)); 363 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush)); 1173 ZEXTERN int ZEXPORT gzflush OF((gzFile file, int flush));
|
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/ |
D | DiskLruCache.java | 537 journalWriter.flush(); in edit() 675 public synchronized void flush() throws IOException { in flush() method in DiskLruCache 678 journalWriter.flush(); in flush() 886 @Override public void flush() { in flush() method in DiskLruCache.Editor.FaultHidingOutputStream 888 out.flush(); in flush()
|
D | ImageCache.java | 428 public void flush() { in flush() method in ImageCache 432 mDiskLruCache.flush(); in flush()
|
D | ImageFetcher.java | 135 mHttpDiskCache.flush(); in flushCacheInternal()
|
D | ImageWorker.java | 463 mImageCache.flush(); in flushCacheInternal()
|
/development/tools/mkstubs/src/com/android/mkstubs/ |
D | StubGenerator.java | 97 jar.flush(); in createJar()
|
/development/samples/KeyChainDemo/src/com/example/android/keychain/ |
D | SecureWebServer.java | 136 out.flush(); in start()
|
/development/samples/training/NsdChat/src/com/example/android/nsdchat/ |
D | ChatConnection.java | 276 out.flush(); in sendMessage()
|
/development/scripts/ |
D | symbol.py | 198 child.stdin.flush()
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
D | ImageDownloader.java | 275 outputStream.flush(); in doInBackground()
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/ |
D | NetworkUtilities.java | 252 convertStream.flush(); in downloadAvatar()
|
/development/samples/NotePad/src/com/example/android/notepad/ |
D | NotePadProvider.java | 479 pw.flush(); in writeDataToPipe()
|
/development/perftests/panorama/feature_stab/doc/ |
D | dbreg_API_doxyfile | 287 # determine which symbols to keep in memory and which to flush to disk.
|
/development/perftests/panorama/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 287 # determine which symbols to keep in memory and which to flush to disk.
|