Home
last modified time | relevance | path

Searched defs:flush (Results 1 – 25 of 613) sorted by relevance

12345678910>>...25

/third_party/boost/boost/iostreams/
Dflush.hpp40 bool flush(T& t) in flush() function
44 bool flush(T& t, Sink& snk) in flush() function
68 static bool flush(T& t) in flush() function
75 static bool flush(T& t) in flush() function
82 static bool flush(T& t) { return t.flush(); } in flush() function
88 static bool flush(T&) { return true; } in flush() function
110 static bool flush(T& t, Sink& snk) { return t.flush(snk); } in flush() function
116 static bool flush(T&, Sink&) { return false; } in flush() function
/third_party/node/deps/npm/node_modules/through2/
Dthrough2.js33 return function (options, transform, flush) { argument
52 module.exports = through2(function (options, transform, flush) { argument
66 module.exports.ctor = through2(function (options, transform, flush) { argument
80 if (flush) argument
81 Through2.prototype._flush = flush argument
87 module.exports.obj = through2(function (options, transform, flush) { argument
/third_party/node/test/parallel/
Dtest-zlib-flush-flags.js6 zlib.createGzip({ flush: zlib.constants.Z_SYNC_FLUSH }); property
9 () => zlib.createGzip({ flush: 'foobar' }), property
19 () => zlib.createGzip({ flush: 10000 }), property
Dtest-stream-readable-emit-readable-short-stream.js20 flush: common.mustCall(function(callback) { property
43 flush: common.mustCall(function(callback) { property
66 flush: common.mustCall(function(callback) { property
130 flush: common.mustCall(function(callback) { property
Dtest-zlib-flush-drain.js19 const flush = deflater.flush; constant
20 deflater.flush = function(kind, callback) { function in deflater
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetASCII.java41 boolean flush) { in decodeLoop()
191 boolean flush) { in encodeLoop()
273 boolean flush) { in encodeLoopCoreOptimized()
296 …tected CoderResult encodeLoopCoreUnoptimized(CharBuffer source, ByteBuffer target, boolean flush) { in encodeLoopCoreUnoptimized()
324 …protected final CoderResult encodeMalformedOrUnmappable(CharBuffer source, int ch, boolean flush) { in encodeMalformedOrUnmappable()
334 private final CoderResult encodeTrail(CharBuffer source, char lead, boolean flush) { in encodeTrail()
DCharset88591.java72 boolean flush) { in encodeLoopCoreOptimized()
102 … final CoderResult encodeLoopCoreUnoptimized(CharBuffer source, ByteBuffer target, boolean flush) { in encodeLoopCoreUnoptimized()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_dirty_surfaces.h57 …pling(struct pipe_context *pipe, struct util_dirty_surfaces *dss, util_dirty_surface_flush_t flush) in util_dirty_surfaces_use_for_sampling()
70 …, struct util_dirty_surfaces *dss, unsigned first, unsigned last, util_dirty_surface_flush_t flush) in util_dirty_surfaces_use_levels_for_sampling()
86 …s, struct pipe_sampler_view *psv, struct pipe_sampler_state *pss, util_dirty_surface_flush_t flush) in util_dirty_surfaces_use_for_sampling_with()
/third_party/boost/boost/iostreams/filter/
Dsymmetric.hpp114 bool flush = status == f_eof; in read() local
218 bool flush(Sink& snk) in flush() function in boost::iostreams::symmetric_filter
226 bool flush(Sink& snk, mpl::true_) in flush() function in boost::iostreams::symmetric_filter
239 bool flush(Sink&, mpl::false_) { return true;} in flush() function in boost::iostreams::symmetric_filter
/third_party/node/deps/npm/node_modules/flush-write-stream/
Dindex.js10 function WriteStream (opts, write, flush) { argument
28 WriteStream.obj = function (opts, worker, flush) { argument
Dtest.js42 function flush (cb) { function
68 function flush (cb) { function
Dexample.js19 function flush (cb) { function
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DTransliteratingTextComponent.java81 public void flush() { in flush() method in TransliteratingTextComponent
86 protected void transliterate(char ch, boolean flush) { in transliterate()
/third_party/zlib/examples/
Dfitblk.c75 int ret, flush; in partcompress() local
98 int ret, flush; in recompress() local
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/examples/
Dfitblk.c75 int ret, flush; in partcompress() local
98 int ret, flush; in recompress() local
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/examples/
Dfitblk.c75 int ret, flush; in partcompress() local
98 int ret, flush; in recompress() local
/third_party/flutter/skia/resources/lua/
Dslides_utils.lua62 function flush(slides, block) function
/third_party/skia/src/codec/
DSkStreamBuffer.h57 void flush() { in flush() function
/third_party/flutter/skia/src/codec/
DSkStreamBuffer.h57 void flush() { in flush() function
/third_party/python/Lib/test/
Dsortperf.py56 def flush(): function
/third_party/node/deps/npm/node_modules/asap/
Draw.js44 function flush() { function
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_bufmgr.h82 (*flush)( struct pb_manager *mgr ); member
/third_party/boost/libs/log/src/
Ddefault_sink.cpp215 void default_sink::flush() in flush() function in boost::sinks::aux::default_sink
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DQueryGL.cpp178 angle::Result StandardQueryGL::flush(const gl::Context *context, bool force) in flush() function in rx::StandardQueryGL
238 angle::Result flush(const gl::Context *context, bool force, bool *finished) override in flush() function in rx::SyncProviderGLSync
278 angle::Result flush(const gl::Context *context, bool force, bool *finished) override in flush() function in rx::SyncProviderGLQuery
381 angle::Result SyncQueryGL::flush(const gl::Context *context, bool force) in flush() function in rx::SyncQueryGL
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DQueryGL.cpp192 angle::Result StandardQueryGL::flush(const gl::Context *context, bool force) in flush() function in rx::StandardQueryGL
259 angle::Result flush(const gl::Context *context, bool force, bool *finished) override in flush() function in rx::SyncProviderGLSync
299 angle::Result flush(const gl::Context *context, bool force, bool *finished) override in flush() function in rx::SyncProviderGLQuery
402 angle::Result SyncQueryGL::flush(const gl::Context *context, bool force) in flush() function in rx::SyncQueryGL

12345678910>>...25