HomeSort by relevance Sort by last modified time
    Searched refs:flushing (Results 1 - 23 of 23) sorted by null

  /libcore/luni/src/test/java/libcore/java/util/zip/
DeflaterOutputStreamTest.java 60 * Creates an optionally-flushing deflater stream, writes some bytes to it,
71 static InputStream createInflaterStream(final Class<?> c, final boolean flushing) throws Exception {
80 out = new DeflaterOutputStream(pout, flushing);
82 out = new GZIPOutputStream(pout, flushing);
  /external/dropbear/
channel.h 87 int flushing; member in struct:Channel
common-channel.c 151 newchan->flushing = 0;
271 if (!channel->flushing && channel->type->check_close
274 channel->flushing = 1;
290 /* Special handling for flushing read data after an exit. We
293 if (channel->flushing) {
294 TRACE(("might send data, flushing"))
623 time we expect to receive EAGAIN is when we're flushing a FD,
641 /* If we receive less data than we requested when flushing, we've
643 if (channel->flushing && len < (ssize_t)maxlen)
645 TRACE(("closing from channel, flushing out.")
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-97116.js 30 // Check that we are not flushing code for inlined functions that
36 for (var i = 0; i < 10; i++) gc(); // Force code flushing.
regress-97116b.js 30 // Check that we are not flushing code for inlined functions that
36 for (var i = 0; i < 10; i++) gc(); // Force code flushing.
regress-2681.js 30 // Check that we are not flushing code for generators.
regress-regexp-codeflush.js 34 // generation (for code flushing support) in GC durring the matching.
  /external/v8/test/mjsunit/regress/
regress-97116.js 30 // Check that we are not flushing code for inlined functions that
36 for (var i = 0; i < 10; i++) gc(); // Force code flushing.
regress-regexp-codeflush.js 34 // generation (for code flushing support) in GC durring the matching.
  /external/chromium_org/v8/test/webkit/
dfg-inlining-reg-alloc.js 25 "This tests that register allocation still works under register pressure induced by inlining, out-of-line function calls (i.e. unconditional register flushing), and slow paths for object creation (i.e. conditional register flushing)."
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.cpp 572 // a discontinuity that leads to flushing, we'll never find the
578 ALOGV("flushing %s", audio ? "audio" : "video");
626 bool flushing = false; local
631 flushing = mFlushingAudio;
633 flushing = mFlushingVideo;
637 if (!flushing) {
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppengineimpl.cc 467 bool flushing = closing || (engine->engine_entered_ == 0); local
469 if (engine->output_handler_ && flushing) {
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppengineimpl.cc 433 bool flushing = closing || (engine->engine_entered_ == 0); local
435 if (engine->output_handler_ && flushing) {
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_context.c 339 /* We could improve this by only flushing the frontend and the fetch part
634 assert(!draw->flushing); /* catch inadvertant recursion */
636 draw->flushing = TRUE;
642 draw->flushing = FALSE;
draw_private.h 145 unsigned eltSize; /* saved eltSize for flushing */
208 boolean flushing; /**< debugging/sanity */ member in struct:draw_context
452 * Flushing
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_context.c 339 /* We could improve this by only flushing the frontend and the fetch part
634 assert(!draw->flushing); /* catch inadvertant recursion */
636 draw->flushing = TRUE;
642 draw->flushing = FALSE;
draw_private.h 145 unsigned eltSize; /* saved eltSize for flushing */
208 boolean flushing; /**< debugging/sanity */ member in struct:draw_context
452 * Flushing
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_common_context.h 144 int max_post_flush_size; /* Number of bytes necessary for post flushing emits */
383 unsigned int flushing:1; /** whether we're currently in FlushCmdBufLocked */ member in struct:radeon_cmdbuf
radeon_common.c 598 then no point flushing anything at all.
659 if (rmesa->cmdbuf.flushing) {
663 rmesa->cmdbuf.flushing = 1;
676 rmesa->cmdbuf.flushing = 0;
705 * by flushing if necessary.
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.h 144 int max_post_flush_size; /* Number of bytes necessary for post flushing emits */
383 unsigned int flushing:1; /** whether we're currently in FlushCmdBufLocked */ member in struct:radeon_cmdbuf
radeon_common.c 598 then no point flushing anything at all.
659 if (rmesa->cmdbuf.flushing) {
663 rmesa->cmdbuf.flushing = 1;
676 rmesa->cmdbuf.flushing = 0;
705 * by flushing if necessary.
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
_stream_hybi.py 843 DEFLATE block for flushing data may follow a close frame. If any data
  /external/blktrace/doc/
blktrace.tex 426 the vm flushing dirty data to disk or the file system syncing
    [all...]

Completed in 1095 milliseconds