Home
last modified time | relevance | path

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

12

/development/ndk/platforms/android-21/samples/native-codec/jni/
Dlooper.cpp73 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()
Dlooper.h27 void post(int what, void *data, bool flush = false);
33 void addmsg(loopermessage *msg, bool flush);
/development/tools/checkstyle/
Dpre-push.py31 sys.stdout.flush()
39 sys.stdout.flush()
/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/
DMidiDispatcher.java90 public void flush() throws IOException { in flush() method in MidiDispatcher
92 receiver.flush(); in flush()
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/
DMidiDispatcher.java90 public void flush() throws IOException { in flush() method in MidiDispatcher
92 receiver.flush(); in flush()
/development/samples/browseable/PermissionRequest/src/com.example.android.permissionrequest/
DSimpleWebServer.java153 output.flush(); in handle()
171 output.flush(); in writeServerError()
191 output.flush(); in loadContent()
/development/ndk/platforms/android-3/include/linux/mtd/
Dblktrans.h48 int (*flush)(struct mtd_blktrans_dev *dev); member
/development/tools/axl/
Dlog.py42 self._file.flush()
/development/ndk/platforms/android-3/include/
Dzlib.h242 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/
DDiskLruCache.java537 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()
DImageCache.java428 public void flush() { in flush() method in ImageCache
432 mDiskLruCache.flush(); in flush()
DImageFetcher.java135 mHttpDiskCache.flush(); in flushCacheInternal()
DImageWorker.java508 mImageCache.flush(); in flushCacheInternal()
/development/tools/mkstubs/src/com/android/mkstubs/
DStubGenerator.java97 jar.flush(); in createJar()
/development/samples/KeyChainDemo/src/com/example/android/keychain/
DSecureWebServer.java136 out.flush(); in start()
/development/samples/training/NsdChat/src/com/example/android/nsdchat/
DChatConnection.java276 out.flush(); in sendMessage()
/development/python-packages/gdbrunner/
D__init__.py296 gdb_script.flush()
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DImageDownloader.java275 outputStream.flush(); in doInBackground()
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
DNetworkUtilities.java252 convertStream.flush(); in downloadAvatar()
/development/scripts/
Dsymbol.py200 child.stdin.flush()
/development/samples/NotePad/src/com/example/android/notepad/
DNotePadProvider.java479 pw.flush(); in writeDataToPipe()
/development/apps/Development/src/com/android/development/
DConnectivity.java725 writer.flush(); in doSocketRequest()
/development/samples/SupportLeanbackShowcase/libs/
Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/development/samples/training/multiscreen/newsreader/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/basic/ActivityLifecycle/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...

12