HomeSort by relevance Sort by last modified time
    Searched refs:flushing (Results 1 - 6 of 6) 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...]
  /frameworks/base/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.cpp 517 // a discontinuity that leads to flushing, we'll never find the
566 bool flushing = false; local
571 flushing = mFlushingAudio;
573 flushing = mFlushingVideo;
577 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/blktrace/doc/
blktrace.tex 426 the vm flushing dirty data to disk or the file system syncing
    [all...]

Completed in 71 milliseconds