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

  /libcore/luni/src/test/java/libcore/java/util/zip/
DeflaterOutputStreamTest.java 57 * Creates an optionally-flushing deflater stream, writes some bytes to it,
68 private InflaterInputStream createInflaterStream(final boolean flushing) throws Exception {
75 OutputStream out = new DeflaterOutputStream(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/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.
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.cpp 549 // a discontinuity that leads to flushing, we'll never find the
598 bool flushing = false; local
603 flushing = mFlushingAudio;
605 flushing = mFlushingVideo;
609 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-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 2407 milliseconds