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

1 2 3

  /libcore/luni/src/test/java/libcore/java/util/zip/
DeflaterOutputStreamTest.java 64 * Creates an optionally-flushing deflater stream, writes some bytes to it,
75 static InputStream createInflaterStream(final Class<?> c, final boolean flushing) throws Exception {
84 out = new DeflaterOutputStream(pout, flushing);
86 out = new GZIPOutputStream(pout, flushing);
  /external/mesa3d/src/gallium/state_trackers/dri/
dri_drawable.h 68 boolean flushing; /* prevents recursion in dri_flush */ member in struct:dri_drawable
dri_drawable.c 456 if (drawable->flushing)
459 drawable->flushing = TRUE;
544 drawable->flushing = FALSE;
  /hardware/intel/common/libmix/mix_video/src/
mixframemanager.h 37 gboolean flushing; member in struct:_MixFrameManager
  /prebuilts/go/darwin-x86/src/runtime/
cpuprof.go 39 // and the goroutine is now in charge of flushing the data left in the hash table
97 flushing bool // flushing hash table - profile is over
98 eodSent bool // special end-of-data record sent; => flushing
164 cpuprof.flushing = false
348 p.flushing = true
359 if p.flushing {
376 p.flushing = true
421 p.flushing = false
  /prebuilts/go/linux-x86/src/runtime/
cpuprof.go 39 // and the goroutine is now in charge of flushing the data left in the hash table
97 flushing bool // flushing hash table - profile is over
98 eodSent bool // special end-of-data record sent; => flushing
164 cpuprof.flushing = false
348 p.flushing = true
359 if p.flushing {
376 p.flushing = true
421 p.flushing = false
  /external/webrtc/webrtc/libjingle/xmpp/
xmppengineimpl.cc 415 bool flushing = closing || (engine->engine_entered_ == 0); local
417 if (engine->output_handler_ && flushing) {
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common.c 570 then no point flushing anything at all.
631 if (rmesa->cmdbuf.flushing) {
635 rmesa->cmdbuf.flushing = 1;
648 rmesa->cmdbuf.flushing = 0;
676 * by flushing if necessary.
radeon_common_context.h 144 int max_post_flush_size; /* Number of bytes necessary for post flushing emits */
372 unsigned int flushing:1; /** whether we're currently in FlushCmdBufLocked */ member in struct:radeon_cmdbuf
  /prebuilts/go/darwin-x86/src/mime/quotedprintable/
writer.go 65 // Close closes the Writer, flushing any unwritten data to the underlying
  /prebuilts/go/linux-x86/src/mime/quotedprintable/
writer.go 65 // Close closes the Writer, flushing any unwritten data to the underlying
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_private.h 159 unsigned eltSize; /* saved eltSize for flushing */
226 boolean flushing; /**< debugging/sanity */ member in struct:draw_context
466 * Flushing
draw_context.c 419 /* We could improve this by only flushing the frontend and the fetch part
809 assert(!draw->flushing); /* catch inadvertant recursion */
811 draw->flushing = TRUE;
817 draw->flushing = FALSE;
  /prebuilts/go/darwin-x86/src/os/
file_posix.go 115 // Typically, this means flushing the file system's in-memory copy
  /prebuilts/go/linux-x86/src/os/
file_posix.go 115 // Typically, this means flushing the file system's in-memory copy
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
export.go 238 bcopy.Flush() // flushing to bytes.Buffer cannot fail
  /prebuilts/go/darwin-x86/src/cmd/internal/gcprog/
gcprog.go 111 // flushing the current bits plus at least one byte for
  /prebuilts/go/darwin-x86/src/compress/flate/
flate_test.go 319 // If a Flush occurs after all the actual data, the flushing
  /prebuilts/go/darwin-x86/src/compress/gzip/
gzip.go 225 // Close closes the Writer, flushing any unwritten data to the underlying
  /prebuilts/go/darwin-x86/src/compress/lzw/
writer.go 198 // Close closes the encoder, flushing any pending output. It does not close or
  /prebuilts/go/darwin-x86/src/compress/zlib/
writer.go 178 // Close closes the Writer, flushing any unwritten data to the underlying
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
export.go 238 bcopy.Flush() // flushing to bytes.Buffer cannot fail
  /prebuilts/go/linux-x86/src/cmd/internal/gcprog/
gcprog.go 111 // flushing the current bits plus at least one byte for
  /prebuilts/go/linux-x86/src/compress/flate/
flate_test.go 319 // If a Flush occurs after all the actual data, the flushing
  /prebuilts/go/linux-x86/src/compress/gzip/
gzip.go 225 // Close closes the Writer, flushing any unwritten data to the underlying

Completed in 2228 milliseconds

1 2 3