Home
last modified time | relevance | path

Searched refs:flushing (Results 1 – 25 of 55) sorted by relevance

123

/external/v8/build_overrides/
Dgtest.gni14 # Exclude support for flushing coverage files on iOS.
/external/webrtc/webrtc/libjingle/xmpp/
Dxmppengineimpl.cc415 bool flushing = closing || (engine->engine_entered_ == 0); in ~EnterExit() local
417 if (engine->output_handler_ && flushing) { in ~EnterExit()
/external/lzma/Java/Tukaani/
DNEWS18 * Fix a data corruption bug when flushing the LZMA2 encoder or
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_context.c634 assert(!draw->flushing); /* catch inadvertant recursion */ in draw_do_flush()
636 draw->flushing = TRUE; in draw_do_flush()
642 draw->flushing = FALSE; in draw_do_flush()
Ddraw_private.h208 boolean flushing; /**< debugging/sanity */ member
/external/libogg/
DCHANGES3 * Alter default flushing behavior to span less often and use larger page
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_common.c659 if (rmesa->cmdbuf.flushing) { in rcommonFlushCmdBufLocked()
663 rmesa->cmdbuf.flushing = 1; in rcommonFlushCmdBufLocked()
676 rmesa->cmdbuf.flushing = 0; in rcommonFlushCmdBufLocked()
Dradeon_common_context.h383 unsigned int flushing:1; /** whether we're currently in FlushCmdBufLocked */ member
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_common.c659 if (rmesa->cmdbuf.flushing) { in rcommonFlushCmdBufLocked()
663 rmesa->cmdbuf.flushing = 1; in rcommonFlushCmdBufLocked()
676 rmesa->cmdbuf.flushing = 0; in rcommonFlushCmdBufLocked()
Dradeon_common_context.h383 unsigned int flushing:1; /** whether we're currently in FlushCmdBufLocked */ member
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
Dde.po276 msgid "Enable flushing batchbuffer after each draw call"
280 msgid "Enable flushing GPU caches with each draw call"
/external/libunwind/
DTODO1 - Update the libunwind man page for the new/fixed cache-flushing behavior.
/external/libunwind/doc/
DNOTES115 register ar.bsp after flushing the current register stack to the
/external/mesa3d/src/gallium/docs/
Dd3d11ddi.txt71 … appear to support explicit fencing; queries can often substitute though, and flushing is supported
356 …- D3D11 supports optionally not flushing command buffers here and instead returning DXGI_DDI_ERR_W…
/external/v8/test/cctest/
Dcctest.status139 …# TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !function->shared()->is_com…
547 …# TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !function->shared()->is_com…
/external/e2fsprogs/doc/
Dlibext2fs.texinfo154 * Closing and flushing out changes::
161 @node Opening an ext2 filesystem, Closing and flushing out changes, Filesystem-level functions, Fil…
209 @node Closing and flushing out changes, Initializing a filesystem, Opening an ext2 filesystem, File…
211 @subsection Closing and flushing out changes
242 @node Initializing a filesystem, Filesystem flag functions, Closing and flushing out changes, Files…
/external/tlsdate/
DCHANGELOG8 Fix routeup flushing when using stdout (Avery Pennarun).
/external/deqp/doc/testspecs/GLES3/
Dperformance.buffer.data_upload.txt55 - Different mapping & flushing strategies:
/external/e2fsprogs/
DTODO24 versus backup superblock flushing, so that mke2fs can print an
/external/jemalloc/
DChangeLog199 "tcache.destroy" mallctls control tcache lifetime and flushing, and the
829 - Fix crash in tcache flushing code during thread destruction.
/external/jetty/
DVERSION.txt618 + 368992 avoid update key while flushing during a write
2367 + JETTY-748 Reduced flushing of large content
3096 + JETTY-274 Improve flushing at end of request for blocking
3100 + JETTY-280 Fixed deadlock with two flushing threads
3297 + Fixed resource cache flushing
3346 + Fixed resource cache flushing
3767 be used, which increases the chance of efficient asynchronous flushing and
4742 + Improved flushing of chunked responses
5397 + Cleaned up response committing and flushing
5691 + Reduced flushing on writing response.
/external/blktrace/doc/
Dblktrace.tex426 the vm flushing dirty data to disk or the file system syncing
/external/icu/icu4c/source/test/testdata/
Dconversion.txt1779 // same but not flushing
/external/v8/
DChangeLog14424 Activated incremental code flushing by default.
14526 Put incremental code flushing behind a flag. (Chromium issue 159140)
14556 Switched code flushing to use different JSFunction field.
16224 Fixed a GC bug with RegExp code flushing.
16246 Introduced code flushing of RegExp code to free memory used by
17372 Fixed bug related to code flushing while compiling a lazy
/external/libxml2/
DNEWS222 Fix an output buffer flushing conversion bug (Mikhail Titov),
229 Fix the flushing out of raw buffers on encoding conversions (Daniel,

123