/third_party/node/test/fixtures/wpt/streams/transform-streams/ |
D | flush.any.js | 9 flush() { method 28 flush() { method 62 flush() { method 92 flush() { method 126 flush(controller) { method
|
/third_party/node/test/parallel/ |
D | test-zlib-flush-flags.js | 6 zlib.createGzip({ flush: zlib.constants.Z_SYNC_FLUSH }); property 9 () => zlib.createGzip({ flush: 'foobar' }), property 19 () => zlib.createGzip({ flush: 10000 }), property
|
D | test-stream-readable-emit-readable-short-stream.js | 20 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
|
D | test-zlib-flush-drain.js | 19 const flush = deflater.flush; constant 20 deflater.flush = function(kind, callback) { function in deflater
|
D | test-stream-transform-flush-data.js | 22 flush: _flush property
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetASCII.java | 41 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()
|
D | Charset88591.java | 72 boolean flush) { in encodeLoopCoreOptimized() 102 … final CoderResult encodeLoopCoreUnoptimized(CharBuffer source, ByteBuffer target, boolean flush) { in encodeLoopCoreUnoptimized()
|
D | CharsetDecoderICU.java | 270 … abstract CoderResult decodeLoop(ByteBuffer in, CharBuffer out, IntBuffer offsets, boolean flush); in decodeLoop() 282 … final CoderResult decode(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) { in decode() 396 …sult toUnicodeWithCallback(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush){ in toUnicodeWithCallback()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_dirty_surfaces.h | 57 …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/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
D | TransliteratingTextComponent.java | 81 public void flush() { in flush() method in TransliteratingTextComponent 86 protected void transliterate(char ch, boolean flush) { in transliterate()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_utrace.c | 55 struct anv_utrace_flush_copy *flush = flush_data; in anv_utrace_delete_flush_data() local 80 struct anv_utrace_flush_copy *flush = cmdstream; in anv_device_utrace_emit_copy_ts_buffer() local 108 struct anv_utrace_flush_copy *flush = in anv_device_utrace_flush_cmd_buffers() local 244 struct anv_utrace_flush_copy *flush = flush_data; in anv_utrace_read_ts() local
|
/third_party/zlib/examples/ |
D | fitblk.c | 75 int ret, flush; in partcompress() local 98 int ret, flush; in recompress() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | QueryGL.cpp | 192 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
|
/third_party/libwebsockets/win32port/zlib/ |
D | deflate.c | 594 int ZEXPORT deflate (strm, flush) in deflate() argument 1474 local block_state deflate_stored(s, flush) in deflate_stored() argument 1532 local block_state deflate_fast(s, flush) in deflate_fast() argument 1628 local block_state deflate_slow(s, flush) in deflate_slow() argument 1753 local block_state deflate_rle(s, flush) in deflate_rle() argument 1819 local block_state deflate_huff(s, flush) in deflate_huff() argument
|
/third_party/skia/src/codec/ |
D | SkStreamBuffer.h | 57 void flush() { in flush() function
|
/third_party/python/Lib/test/ |
D | sortperf.py | 56 def flush(): function
|
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
D | pb_bufmgr.h | 82 (*flush)( struct pb_manager *mgr ); member
|
/third_party/node/deps/zlib/ |
D | deflate.h | 336 # define _tr_tally_lit(s, c, flush) \ argument 343 # define _tr_tally_dist(s, distance, length, flush) \ argument 354 # define _tr_tally_lit(s, c, flush) \ argument 362 # define _tr_tally_dist(s, distance, length, flush) \ argument 375 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) argument 376 # define _tr_tally_dist(s, distance, length, flush) \ argument
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/ |
D | MidiDispatcher.java | 90 public void flush() throws IOException { in flush() method in MidiDispatcher
|
/third_party/icu/icu4c/source/common/ |
D | unistrappender.h | 67 inline void flush() { in flush() function
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | unistrappender.h | 67 inline void flush() { in flush() function
|
/third_party/node/deps/icu-small/source/common/ |
D | unistrappender.h | 67 inline void flush() { in flush() function
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ucnv_err.h | 196 …UBool flush; /**< The internal state of converter will be reset and data flushed if… member 212 …UBool flush; /**< The internal state of converter will be reset and data flushed if… member
|
/third_party/icu/icu4c/source/common/unicode/ |
D | ucnv_err.h | 196 …UBool flush; /**< The internal state of converter will be reset and data flushed if… member 212 …UBool flush; /**< The internal state of converter will be reset and data flushed if… member
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | ucnv_err.h | 196 …UBool flush; /**< The internal state of converter will be reset and data flushed if… member 212 …UBool flush; /**< The internal state of converter will be reset and data flushed if… member
|