HomeSort by relevance Sort by last modified time
    Searched full:flushed (Results 1 - 25 of 317) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
CharWrapperTester.java 112 assertTrue(delegate.flushed);
121 assertTrue(delegate.flushed);
133 assertTrue(delegate.flushed);
149 assertTrue(delegate.flushed);
207 boolean flushed = false; field in class:CharWrapperTester.FailOnFlushWriter
222 if (!flushed) {
223 flushed = true;
WrapperTester.java 113 assertTrue(delegate.flushed);
122 assertTrue(delegate.flushed);
134 assertTrue(delegate.flushed);
150 assertTrue(delegate.flushed);
202 boolean flushed = false; field in class:WrapperTester.FailOnFlushOutputStream
217 if (!flushed) {
218 flushed = true;
  /external/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.mli 22 will be flushed. Returns [true] if successful, [false] otherwise. *)
29 will be flushed. Returns [true] if successful, [false] otherwise. *)
  /external/apache-harmony/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
ASCIICharsetEncoderTest.java 218 //flushed - > encoding
273 //Flushed -> encoding_end
293 // init -> flushed
305 // reset - > flushed
320 //encoding - > flushed
335 //encoding_end -> flushed
344 //flushd - > flushed
395 //Flushed -> reset
438 //Encode -> Flushed
  /libcore/luni/src/main/java/java/io/
BufferedWriter.java 75 * Closes this writer. The contents of the buffer are flushed, the target
114 * target writer and it is then flushed.
155 * The target writer may or may not be flushed when a newline is written.
167 * writer's buffer, then the buffer is flushed and the characters are
223 * gets full by writing this character, this writer is flushed. Only the
246 * then this writer is flushed and the remaining characters are written
Flushable.java 20 * Defines an interface for classes that can (or need to) be flushed, typically
BufferedOutputStream.java 77 * target stream. In addition, the target stream is flushed.
99 * {@code buffer} are written to the target stream, the target is flushed,
163 * flushed, and the buffer is reset.
OutputStreamWriter.java 151 * stream is flushed as well.
244 * as a result of the conversion, this writer is flushed.
274 * by converting this character, this writer is flushed.
294 * as a result of the conversion, this writer is flushed.
  /external/guava/src/com/google/common/io/
Flushables.java 43 * @param flushable the {@code Flushable} object to be flushed.
67 * @param flushable the {@code Flushable} object to be flushed.
  /external/chromium/chrome/browser/chromeos/login/
wizard_accessibility_helper.h 35 // |interruptible| specified whether this utterance can be flushed by a
  /external/clang/test/PCH/
changed-files.c 6 // look like standard error isn't getting flushed properly.
  /external/webrtc/src/modules/audio_processing/utility/
ring_buffer.h 32 // Returns number of samples flushed
  /external/oprofile/events/mips/vr5432/
events 10 event:0x6 counters:0,1 um:zero minimum:500 name:DOUBLEWORDS_FLUSHED : Doublewords flushed to main memory (no uncached stores)
  /device/moto/stingray/whisper/
SA_Phys_Linux.c 90 DBG_TRACE("The input and output queues have been flushed");
123 DBG_TRACE("The input and output queues have been flushed");
138 DBG_TRACE("The input queue has been flushed");
366 DBG_TRACE("The input and output queues have been flushed.");
  /external/chromium/chrome/browser/extensions/
user_script_listener.h 70 // A list of every request that we delayed. Will be flushed when user scripts
  /external/icu4c/common/
ucln.h 44 * has its cache flushed. This will prevent any memory leaks due to
  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
phase1-down.sh 55 # any SAD instead of flushing what needs to be flushed.
  /frameworks/base/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 301 mFlushingAudio = FLUSHED;
304 mFlushingVideo = FLUSHED;
549 if (mFlushingAudio != FLUSHED && mFlushingAudio != SHUT_DOWN) {
553 if (mFlushingVideo != FLUSHED && mFlushingVideo != SHUT_DOWN) {
557 LOGV("both audio and video are flushed now.");
731 mFlushingAudio = FLUSHED;
733 mFlushingVideo = FLUSHED;
864 : FLUSHED;
875 : FLUSHED;
NuPlayer.h 111 FLUSHED,
  /libcore/luni/src/main/java/java/util/logging/
ConsoleHandler.java 54 * Closes this handler. The {@code System.err} is flushed but not closed.
  /libcore/luni/src/test/java/libcore/java/util/zip/
DeflaterTest.java 37 assertEquals(0, decompressed[2]); // the 3rd byte shouldn't have been flushed yet
DeflaterOutputStreamTest.java 90 * with flushParm == SYNC_FLUSH does not need to to be flushed.
147 // flushed even without SYNC_FLUSH being used
  /external/qemu/
buffered_file.c 99 DPRINTF("flushed %zd byte(s)\n", ret);
104 DPRINTF("flushed %zu of %zu byte(s)\n", offset, s->buffer_size);
  /external/iproute2/ip/
ipneigh.c 38 int flushed; member in struct:__anon6683
246 filter.flushed++;
395 filter.flushed = 0;
400 if (filter.flushed == 0) {
414 printf("\n*** Round %d, deleting %d entries ***\n", round, filter.flushed);
  /external/chromium/chrome/browser/ui/cocoa/
framed_browser_window_unittest.mm 74 // them the changes are never flushed to the screen).

Completed in 407 milliseconds

1 2 3 4 5 6 7 8 91011>>