Searched refs:flushing (Results 1 – 25 of 55) sorted by relevance
123
/external/v8/build_overrides/ |
D | gtest.gni | 14 # Exclude support for flushing coverage files on iOS.
|
/external/webrtc/webrtc/libjingle/xmpp/ |
D | xmppengineimpl.cc | 415 bool flushing = closing || (engine->engine_entered_ == 0); in ~EnterExit() local 417 if (engine->output_handler_ && flushing) { in ~EnterExit()
|
/external/lzma/Java/Tukaani/ |
D | NEWS | 18 * Fix a data corruption bug when flushing the LZMA2 encoder or
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_context.c | 634 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()
|
D | draw_private.h | 208 boolean flushing; /**< debugging/sanity */ member
|
/external/libogg/ |
D | CHANGES | 3 * Alter default flushing behavior to span less often and use larger page
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_common.c | 659 if (rmesa->cmdbuf.flushing) { in rcommonFlushCmdBufLocked() 663 rmesa->cmdbuf.flushing = 1; in rcommonFlushCmdBufLocked() 676 rmesa->cmdbuf.flushing = 0; in rcommonFlushCmdBufLocked()
|
D | radeon_common_context.h | 383 unsigned int flushing:1; /** whether we're currently in FlushCmdBufLocked */ member
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_common.c | 659 if (rmesa->cmdbuf.flushing) { in rcommonFlushCmdBufLocked() 663 rmesa->cmdbuf.flushing = 1; in rcommonFlushCmdBufLocked() 676 rmesa->cmdbuf.flushing = 0; in rcommonFlushCmdBufLocked()
|
D | radeon_common_context.h | 383 unsigned int flushing:1; /** whether we're currently in FlushCmdBufLocked */ member
|
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/ |
D | de.po | 276 msgid "Enable flushing batchbuffer after each draw call" 280 msgid "Enable flushing GPU caches with each draw call"
|
/external/libunwind/ |
D | TODO | 1 - Update the libunwind man page for the new/fixed cache-flushing behavior.
|
/external/libunwind/doc/ |
D | NOTES | 115 register ar.bsp after flushing the current register stack to the
|
/external/mesa3d/src/gallium/docs/ |
D | d3d11ddi.txt | 71 … 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/ |
D | cctest.status | 139 …# 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/ |
D | libext2fs.texinfo | 154 * 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/ |
D | CHANGELOG | 8 Fix routeup flushing when using stdout (Avery Pennarun).
|
/external/deqp/doc/testspecs/GLES3/ |
D | performance.buffer.data_upload.txt | 55 - Different mapping & flushing strategies:
|
/external/e2fsprogs/ |
D | TODO | 24 versus backup superblock flushing, so that mke2fs can print an
|
/external/jemalloc/ |
D | ChangeLog | 199 "tcache.destroy" mallctls control tcache lifetime and flushing, and the 829 - Fix crash in tcache flushing code during thread destruction.
|
/external/jetty/ |
D | VERSION.txt | 618 + 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/ |
D | blktrace.tex | 426 the vm flushing dirty data to disk or the file system syncing
|
/external/icu/icu4c/source/test/testdata/ |
D | conversion.txt | 1779 // same but not flushing
|
/external/v8/ |
D | ChangeLog | 14424 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/ |
D | NEWS | 222 Fix an output buffer flushing conversion bug (Mikhail Titov), 229 Fix the flushing out of raw buffers on encoding conversions (Daniel,
|
123