HomeSort by relevance Sort by last modified time
    Searched full:flushmode (Results 1 - 22 of 22) sorted by null

  /frameworks/base/libs/hwui/
Caches.h 80 enum class FlushMode { Layers = 0, Moderate, Full };
94 void flush(FlushMode mode);
98 * be called after a flush(FlushMode::Full).
Caches.cpp 226 void Caches::flush(FlushMode mode) {
230 case FlushMode::Full:
238 case FlushMode::Moderate:
244 case FlushMode::Layers:
  /frameworks/base/libs/hwui/renderstate/
RenderState.h 68 void flush(Caches::FlushMode flushMode);
RenderState.cpp 114 void RenderState::flush(Caches::FlushMode mode) {
116 case Caches::FlushMode::Full:
118 case Caches::FlushMode::Moderate:
120 case Caches::FlushMode::Layers:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
zlibmodule.c 602 int flushmode = Z_FINISH; local
605 if (!PyArg_ParseTuple(args, "|i:flush", &flushmode))
610 if (flushmode == Z_NO_FLUSH) {
625 err = deflate(&(self->zst), flushmode);
639 err = deflate(&(self->zst), flushmode);
643 /* If flushmode is Z_FINISH, we also have to call deflateEnd() to free
645 flushmode is Z_FINISH, but checking both for safety*/
646 if (err == Z_STREAM_END && flushmode == Z_FINISH) {
828 /* If flushmode is Z_FINISH, we also have to call deflateEnd() to free
830 flushmode is Z_FINISH */
    [all...]
  /external/python/cpython2/Modules/
zlibmodule.c 690 int flushmode = Z_FINISH; local
692 if (!PyArg_ParseTuple(args, "|i:flush", &flushmode))
697 if (flushmode == Z_NO_FLUSH) {
713 err = deflate(&self->zst, flushmode);
724 /* If flushmode is Z_FINISH, we also have to call deflateEnd() to free
726 flushmode is Z_FINISH, but checking both for safety*/
727 if (err == Z_STREAM_END && flushmode == Z_FINISH) {
914 /* If flushmode is Z_FINISH, we also have to call deflateEnd() to free
916 flushmode is Z_FINISH */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
zlibmodule.c 628 int flushmode = Z_FINISH; local
631 if (!PyArg_ParseTuple(args, "|i:flush", &flushmode))
636 if (flushmode == Z_NO_FLUSH) {
651 err = deflate(&(self->zst), flushmode);
665 err = deflate(&(self->zst), flushmode);
669 /* If flushmode is Z_FINISH, we also have to call deflateEnd() to free
671 flushmode is Z_FINISH, but checking both for safety*/
672 if (err == Z_STREAM_END && flushmode == Z_FINISH) {
862 /* If flushmode is Z_FINISH, we also have to call deflateEnd() to free
864 flushmode is Z_FINISH */
    [all...]
  /hardware/google/av/media/codecs/base/
SimpleC2Component.cpp 114 flush_mode_t flushMode, std::list<std::unique_ptr<C2Work>>* const flushedWork) {
115 (void)flushMode;
  /frameworks/base/libs/hwui/tests/common/
TestUtils.cpp 154 renderThread.renderState().flush(Caches::FlushMode::Full);
  /external/guice/extensions/persist/lib/
hibernate-entitymanager.jar 
hibernate3.jar 
hibernate-annotations.jar 
hibernate-search.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_gzip.py 14 int flushmode = Z_FINISH;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_gzip.py 14 int flushmode = Z_FINISH;
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_gzip.py 14 int flushmode = Z_FINISH;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gzip.py 14 int flushmode = Z_FINISH;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gzip.py 14 int flushmode = Z_FINISH;
  /frameworks/base/libs/hwui/renderthread/
CanvasContext.cpp 632 thread.renderState().flush(Caches::FlushMode::Full);
635 thread.renderState().flush(Caches::FlushMode::Moderate);
OpenGLPipeline.cpp 179 mRenderThread.renderState().flush(Caches::FlushMode::Layers);
  /external/python/cpython2/Lib/test/
test_gzip.py 13 int flushmode = Z_FINISH;
  /external/python/cpython3/Lib/test/
test_gzip.py 16 int flushmode = Z_FINISH;

Completed in 513 milliseconds