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

12

/development/tools/emulator/opengl/system/OpenglSystemCommon/
H A DHostConnection.h37 void flush() { function in class:HostConnection
39 m_stream->flush();
/development/tools/emulator/opengl/host/include/libOpenglRender/
H A DIOStream.h47 if (flush() < 0) {
48 ERR("Failed to flush in alloc\n");
49 return NULL; // we failed to flush so something is wrong
71 int flush() {
82 flush();
/development/ndk/platforms/android-3/include/linux/mtd/
H A Dblktrans.h48 int (*flush)(struct mtd_blktrans_dev *dev); member in struct:mtd_blktrans_ops
/development/tools/axl/
H A Dlog.py42 self._file.flush()
/development/ndk/platforms/android-3/include/
H A Dzlib.h168 /* Allowed flush values; see deflate() and inflate() below for details */
242 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
247 forced to flush.
258 accordingly. This action is forced if the parameter flush is non zero.
259 Forcing flush frequently degrades the compression ratio, so this parameter
261 Some output may be provided even if flush is not set.
272 Normally the parameter flush is set to Z_NO_FLUSH, which allows deflate to
276 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
283 If flush is set to Z_FULL_FLUSH, all output is flushed as with
290 with the same value of the flush paramete
[all...]
/development/samples/KeyChainDemo/src/com/example/android/keychain/
H A DSecureWebServer.java136 out.flush();
/development/tools/mkstubs/src/com/android/mkstubs/
H A DStubGenerator.java97 jar.flush();
/development/tools/emulator/opengl/system/GLESv1_enc/
H A DGLEncoder.h33 void flush() { m_stream->flush(); } function in class:GLEncoder
H A DGLEncoder.cpp233 ctx->m_stream->flush();
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
H A DDiskLruCache.java535 // flush the journal before creating files to prevent file leaks
537 journalWriter.flush();
675 public synchronized void flush() throws IOException { method in class:DiskLruCache
678 journalWriter.flush();
886 @Override public void flush() { method in class:DiskLruCache.Editor.FaultHidingOutputStream
888 out.flush();
H A DImageCache.java347 public void flush() { method in class:ImageCache
351 mDiskLruCache.flush();
356 Log.e(TAG, "flush - " + e);
H A DImageFetcher.java135 mHttpDiskCache.flush();
140 Log.e(TAG, "flush - " + e);
H A DImageWorker.java446 mImageCache.flush();
/development/tools/emulator/opengl/system/GLESv2_enc/
H A DGL2Encoder.h35 void flush() { m_stream->flush(); } function in class:GL2Encoder
H A Dgl2_enc.cpp229 stream->flush();
252 stream->flush();
392 stream->flush();
418 stream->flush();
1843 stream->flush();
1941 stream->flush();
2561 stream->flush();
2589 stream->flush();
2638 stream->flush();
2666 stream->flush();
[all...]
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
H A DNetworkUtilities.java252 convertStream.flush();
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
H A DImageDownloader.java275 outputStream.flush();
/development/samples/training/NsdChat/src/com/example/android/nsdchat/
H A DChatConnection.java274 out.flush();
/development/scripts/
H A Dsymbol.py177 child.stdin.flush()
H A Dstack57 sys.stdout.flush()
/development/tools/emulator/opengl/system/gralloc/
H A Dgralloc.cpp456 hostCon->flush();
494 hostCon->flush();
660 // flush color buffer write cache on host and get its sync status.
/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A Degl.cpp601 server->glEncoder()->flush();
602 server->gl2Encoder()->flush();
/development/samples/NotePad/src/com/example/android/notepad/
H A DNotePadProvider.java479 pw.flush();
/development/tools/emulator/opengl/system/renderControl_enc/
H A DrenderControl_enc.cpp497 stream->flush();
/development/tools/emulator/opengl/system/egl/
H A Degl.cpp1109 hostCon->flush();

Completed in 621 milliseconds

12