Searched refs:flush (Results 101 - 125 of 1080) sorted by relevance

1234567891011>>

/external/pdfium/build/
H A Dgyp_pdfium41 sys.stdout.flush()
/external/proguard/src/proguard/io/
H A DClassRewriter.java76 classOutputStream.flush();
H A DDataEntryClassWriter.java77 classOutputStream.flush();
/external/selinux/policycoreutils/sepolicy/sepolicy/
H A Dcommunicate.py30 sys.stderr.flush()
/external/skia/bench/
H A DDeferredSurfaceCopyBench.cpp61 drawingCanvas->flush();
/external/skia/include/core/
H A DSkMultiPictureDraw.h48 * of this object. If flush is true, all canvases are flushed after
51 void draw(bool flush = false);
/external/v8/src/
H A Dostreams.h24 // For manipulators like 'os << endl' or 'os << flush', etc.
53 virtual OStream& flush() = 0;
65 OStream& flush(OStream& os); // NOLINT(runtime/references)
87 virtual OStringStream& flush() OVERRIDE;
111 virtual OFStream& flush() OVERRIDE;
/external/zlib/src/examples/
H A Dzpipe.c38 int ret, flush; local
59 flush = feof(source) ? Z_FINISH : Z_NO_FLUSH;
67 ret = deflate(&strm, flush); /* no bad return value */
78 } while (flush != Z_FINISH);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
H A DDataReadWriteTest.java52 xrw.flush();
67 xrw.flush();
100 xrw.flush();
121 xrw.flush();
154 xrw.flush();
177 xrw.flush();
211 xrw.flush();
235 xrw.flush();
281 xrw.flush();
331 xrw.flush();
[all...]
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DCodedOutputStreamTest.java87 output.flush();
99 output.flush();
115 output.flush();
124 output.flush();
169 output.flush();
177 output.flush();
191 output.flush();
199 output.flush();
292 output.flush();
353 codedStream.flush();
[all...]
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_HttpServer.java308 os.flush();
326 os.flush();
355 os.flush();
381 os.flush();
406 os.flush();
435 os.flush();
477 os.flush();
491 os.flush();
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py3/term/
H A D_term.py92 _sys.stdout.flush()
114 _sys.stdout.flush()
/external/guava/guava/src/com/google/common/io/
H A DAppendableWriter.java30 * is {@link Flushable} or {@link Closeable}, flush()es and close()s will also
62 @Override public void flush() throws IOException { method in class:AppendableWriter
65 ((Flushable) target).flush();
H A DByteSink.java118 out.flush(); // https://code.google.com/p/guava-libraries/issues/detail?id=1330
140 out.flush(); // https://code.google.com/p/guava-libraries/issues/detail?id=1330
/external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/
H A DZIPSerializer.java75 out.flush();
103 zipOutput.flush();
/external/libcap-ng/libcap-ng-0.7/
H A Dpy-compile132 sys.stdout.flush()
149 sys.stdout.flush()
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoy.ml16 print_string "ready> "; flush stdout;
/external/protobuf/src/google/protobuf/io/
H A Dgzip_stream.h103 int Inflate(int flush);
159 // It is the caller's responsibility to flush the underlying stream if
168 // is greater than six to avoid repeated flush markers due to
198 // Takes zlib flush mode.
200 int Deflate(int flush);
H A Dgzip_stream.cc87 int GzipInputStream::Inflate(int flush) { argument
112 int error = inflate(&zcontext_, flush);
244 int GzipOutputStream::Deflate(int flush) { argument
258 error = deflate(&zcontext_, flush);
260 if ((flush == Z_FULL_FLUSH) || (flush == Z_FINISH)) {
303 // Return true if the flush succeeded or if it was a no-op.
/external/skia/src/gpu/
H A DGrCommandBuilder.h25 void flush(GrInOrderDrawBuffer* iodb) { fCommands.flush(iodb); } function in class:GrCommandBuilder
/external/zlib/src/
H A Ddeflate.c68 block_done, /* block flush performed */
73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
77 local block_state deflate_stored OF((deflate_state *s, int flush));
78 local block_state deflate_fast OF((deflate_state *s, int flush));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
82 local block_state deflate_rle OF((deflate_state *s, int flush));
83 local block_state deflate_huff OF((deflate_state *s, int flush));
665 int ZEXPORT deflate (strm, flush)
667 int flush;
669 int old_flush; /* value of flush para
[all...]
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DStreamHandlerTest.java308 assertEquals("flush", CallVerificationStack.getInstance()
324 h.flush();
339 assertEquals("flush", CallVerificationStack.getInstance()
355 * Test flush().
360 h.flush();
361 assertEquals("flush", CallVerificationStack.getInstance()
368 * Test flush() when having no output stream.
372 h.flush();
481 h.flush();
487 h.flush();
868 public void flush() throws IOException { method in class:StreamHandlerTest.MockOutputStream
903 public void flush() throws IOException { method in class:StreamHandlerTest.MockExceptionOutputStream
[all...]
/external/skia/bench/DATA/skia_resources/
H A Dslides_utils.lua62 function flush(slides, block) function
77 block = flush(slides, block)
98 flush(slides, block)
/external/skia/dm/DATA/skia_resources/
H A Dslides_utils.lua62 function flush(slides, block) function
77 block = flush(slides, block)
98 flush(slides, block)
/external/skia/gm/DATA/skia_resources/
H A Dslides_utils.lua62 function flush(slides, block) function
77 block = flush(slides, block)
98 flush(slides, block)

Completed in 895 milliseconds

1234567891011>>