Home
last modified time | relevance | path

Searched defs:chunk (Results 1 – 25 of 539) sorted by relevance

12345678910>>...22

/third_party/node/test/parallel/
Dtest-stream-writev.js66 chunk: [104, 101, 108, 108, 111, 44, 32] }, property
68 chunk: [119, 111, 114, 108, 100] }, property
70 chunk: [33] }, property
72 chunk: [10, 97, 110, 100, 32, 116, 104, 101, 110, 46, 46, 46] }, property
74 chunk: [250, 206, 190, 167, 222, 173, 190, 239, 222, 202, 251, 173] }, property
76 { encoding: 'ascii', chunk: 'hello, ' }, property
77 { encoding: 'utf8', chunk: 'world' }, property
78 { encoding: 'buffer', chunk: [33] }, property
79 { encoding: 'latin1', chunk: '\nand then...' }, property
80 { encoding: 'hex', chunk: 'facebea7deadbeefdecafbad' }, property
[all …]
Dtest-stream-writable-destroy.js9 write(chunk, enc, cb) { cb(); } argument
21 write(chunk, enc, cb) { argument
35 write(chunk, enc, cb) { cb(); } argument
52 write(chunk, enc, cb) { cb(); } argument
74 write(chunk, enc, cb) { cb(); }, argument
95 write(chunk, enc, cb) { cb(); } argument
109 write(chunk, enc, cb) { cb(); } argument
134 write(chunk, enc, cb) { cb(); } argument
157 write(chunk, enc, cb) { cb(); } argument
184 write(chunk, enc, cb) { argument
[all …]
Dtest-zlib-dictionary.js58 deflate.on('data', function(chunk) { argument
62 inflate.on('data', function(chunk) { argument
85 deflate.on('data', function(chunk) { argument
90 inflate.on('data', function(chunk) { argument
117 deflate.on('data', function(chunk) { argument
121 inflate.on('data', function(chunk) { argument
144 deflate.on('data', function(chunk) { argument
149 inflate.on('data', function(chunk) { argument
Dtest-stream2-writable.js36 _write(chunk, encoding, cb) { argument
62 chunks.forEach(function(chunk) { argument
149 chunks.forEach(function(chunk, i) { argument
163 tw._write = function(chunk, encoding, cb) { argument
166 return TestWriter.prototype._write.call(this, chunk, encoding, cb); argument
188 chunks.forEach(function(chunk, i) { argument
197 const callbacks = chunks.map(function(chunk, i) { argument
220 chunks.forEach(function(chunk, i) { argument
269 tw._write = common.mustCall(function(chunk) { argument
323 w._write = function(chunk, e, cb) { argument
[all …]
Dtest-stream-duplex-destroy.js9 write(chunk, enc, cb) { cb(); }, argument
25 write(chunk, enc, cb) { cb(); }, argument
44 write(chunk, enc, cb) { cb(); }, argument
67 write(chunk, enc, cb) { cb(); }, argument
89 write(chunk, enc, cb) { cb(); }, argument
104 write(chunk, enc, cb) { cb(); }, argument
134 write(chunk, enc, cb) { cb(); }, argument
157 write(chunk, enc, cb) { cb(); }, argument
172 write(chunk, enc, cb) { cb(); }, argument
202 write(chunk, enc, cb) { cb(); }, argument
[all …]
Dtest-stdout-stderr-reading.js29 c1.stdout.on('data', function(chunk) { argument
33 c1.stderr.on('data', function(chunk) { argument
46 c2.stdout.on('data', function(chunk) { argument
50 c1.stderr.on('data', function(chunk) { argument
Dtest-stream-transform-destroy.js9 transform(chunk, enc, cb) {} argument
23 transform(chunk, enc, cb) {} argument
41 transform(chunk, enc, cb) {} argument
63 transform(chunk, enc, cb) {}, argument
83 transform(chunk, enc, cb) {} argument
96 transform(chunk, enc, cb) {} argument
125 transform(chunk, enc, cb) {} argument
/third_party/libxml2/python/tests/
Dsync.py46 chunk="""<foo><bar2/>""" variable
58 chunk="""<foo><bar2></bar2>""" variable
70 chunk="""<foo><bar2>""" variable
82 chunk="""<foo><bar2 a="1" b='2' />""" variable
95 chunk="""<foo><bar2 a="1" b='2' >""" variable
108 chunk="""<foo><bar2 a="1" b='2' ></bar2>""" variable
121 chunk="""<foo><bar2 a="b='1' />""" variable
Dindexes.py63 chunk = """ <bar1>chars1</bar1> variable
77 chunk = "</foo>" variable
85 chunk="""<?xml version="1.0" encoding="ISO-8859-1"?> variable
89 chunk = """ <bar1>chars1</bar1> variable
103 chunk = "</foo>" variable
/third_party/musl/src/malloc/oldmalloc/
Dmalloc_impl.h7 struct chunk { struct
9 struct chunk *next, *prev; argument
/third_party/node/deps/npm/node_modules/sorted-union-stream/node_modules/readable-stream/lib/
D_stream_writable.js44 function WriteReq(chunk, encoding, cb) { argument
174 function validChunk(stream, state, chunk, cb) { argument
190 Writable.prototype.write = function(chunk, encoding, cb) { argument
238 function decodeChunk(state, chunk, encoding) { argument
250 function writeOrBuffer(stream, state, chunk, encoding, cb) { argument
271 function doWrite(stream, state, writev, len, chunk, encoding, cb) { argument
406 Writable.prototype._write = function(chunk, encoding, cb) { argument
413 Writable.prototype.end = function(chunk, encoding, cb) { argument
D_stream_transform.js143 Transform.prototype.push = function(chunk, encoding) { argument
145 return Duplex.prototype.push.call(this, chunk, encoding); argument
158 Transform.prototype._transform = function(chunk, encoding, cb) { argument
162 Transform.prototype._write = function(chunk, encoding, cb) { argument
/third_party/node/deps/npm/node_modules/sshpk/lib/
Ded-compat.js30 Verifier.prototype._write = function (chunk, enc, cb) { argument
35 Verifier.prototype.update = function (chunk) { argument
78 Signer.prototype._write = function (chunk, enc, cb) { argument
83 Signer.prototype.update = function (chunk) { argument
/third_party/ffmpeg/libavformat/
D3dostr.c29 unsigned chunk = AV_RL32(p->buf + i); in threedostr_probe() local
76 unsigned chunk, codec = 0, size, ctrl_size = -1, found_shdr = 0; in threedostr_read_header() local
152 unsigned chunk, size; in threedostr_read_packet() local
/third_party/node/deps/npm/node_modules/concat-stream/node_modules/readable-stream/lib/
D_stream_writable.js36 function WriteReq(chunk, encoding, cb) { argument
85 function _uint8ArrayToBuffer(chunk) { argument
297 function validChunk(stream, state, chunk, cb) { argument
314 Writable.prototype.write = function (chunk, encoding, cb) { argument
364 function decodeChunk(state, chunk, encoding) { argument
384 function writeOrBuffer(stream, state, isBuf, chunk, encoding, cb) { argument
404 chunk: chunk, property
423 function doWrite(stream, state, writev, len, chunk, encoding, cb) { argument
567 Writable.prototype._write = function (chunk, encoding, cb) { argument
573 Writable.prototype.end = function (chunk, encoding, cb) { argument
/third_party/node/deps/npm/node_modules/from2/node_modules/readable-stream/lib/
D_stream_writable.js36 function WriteReq(chunk, encoding, cb) { argument
85 function _uint8ArrayToBuffer(chunk) { argument
297 function validChunk(stream, state, chunk, cb) { argument
314 Writable.prototype.write = function (chunk, encoding, cb) { argument
364 function decodeChunk(state, chunk, encoding) { argument
384 function writeOrBuffer(stream, state, isBuf, chunk, encoding, cb) { argument
404 chunk: chunk, property
423 function doWrite(stream, state, writev, len, chunk, encoding, cb) { argument
567 Writable.prototype._write = function (chunk, encoding, cb) { argument
573 Writable.prototype.end = function (chunk, encoding, cb) { argument
/third_party/node/deps/npm/node_modules/through2/node_modules/readable-stream/lib/
D_stream_writable.js36 function WriteReq(chunk, encoding, cb) { argument
85 function _uint8ArrayToBuffer(chunk) { argument
297 function validChunk(stream, state, chunk, cb) { argument
314 Writable.prototype.write = function (chunk, encoding, cb) { argument
364 function decodeChunk(state, chunk, encoding) { argument
384 function writeOrBuffer(stream, state, isBuf, chunk, encoding, cb) { argument
404 chunk: chunk, property
423 function doWrite(stream, state, writev, len, chunk, encoding, cb) { argument
567 Writable.prototype._write = function (chunk, encoding, cb) { argument
573 Writable.prototype.end = function (chunk, encoding, cb) { argument
/third_party/node/deps/npm/node_modules/stream-iterate/node_modules/readable-stream/lib/
D_stream_writable.js36 function WriteReq(chunk, encoding, cb) { argument
85 function _uint8ArrayToBuffer(chunk) { argument
297 function validChunk(stream, state, chunk, cb) { argument
314 Writable.prototype.write = function (chunk, encoding, cb) { argument
364 function decodeChunk(state, chunk, encoding) { argument
384 function writeOrBuffer(stream, state, isBuf, chunk, encoding, cb) { argument
404 chunk: chunk, property
423 function doWrite(stream, state, writev, len, chunk, encoding, cb) { argument
567 Writable.prototype._write = function (chunk, encoding, cb) { argument
573 Writable.prototype.end = function (chunk, encoding, cb) { argument
/third_party/node/deps/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib/
D_stream_writable.js36 function WriteReq(chunk, encoding, cb) { argument
85 function _uint8ArrayToBuffer(chunk) { argument
297 function validChunk(stream, state, chunk, cb) { argument
314 Writable.prototype.write = function (chunk, encoding, cb) { argument
364 function decodeChunk(state, chunk, encoding) { argument
384 function writeOrBuffer(stream, state, isBuf, chunk, encoding, cb) { argument
404 chunk: chunk, property
423 function doWrite(stream, state, writev, len, chunk, encoding, cb) { argument
567 Writable.prototype._write = function (chunk, encoding, cb) { argument
573 Writable.prototype.end = function (chunk, encoding, cb) { argument
/third_party/node/deps/npm/node_modules/flush-write-stream/node_modules/readable-stream/lib/
D_stream_writable.js36 function WriteReq(chunk, encoding, cb) { argument
85 function _uint8ArrayToBuffer(chunk) { argument
297 function validChunk(stream, state, chunk, cb) { argument
314 Writable.prototype.write = function (chunk, encoding, cb) { argument
364 function decodeChunk(state, chunk, encoding) { argument
384 function writeOrBuffer(stream, state, isBuf, chunk, encoding, cb) { argument
404 chunk: chunk, property
423 function doWrite(stream, state, writev, len, chunk, encoding, cb) { argument
567 Writable.prototype._write = function (chunk, encoding, cb) { argument
573 Writable.prototype.end = function (chunk, encoding, cb) { argument
/third_party/node/deps/npm/node_modules/parallel-transform/node_modules/readable-stream/lib/
D_stream_writable.js36 function WriteReq(chunk, encoding, cb) { argument
85 function _uint8ArrayToBuffer(chunk) { argument
297 function validChunk(stream, state, chunk, cb) { argument
314 Writable.prototype.write = function (chunk, encoding, cb) { argument
364 function decodeChunk(state, chunk, encoding) { argument
384 function writeOrBuffer(stream, state, isBuf, chunk, encoding, cb) { argument
404 chunk: chunk, property
423 function doWrite(stream, state, writev, len, chunk, encoding, cb) { argument
567 Writable.prototype._write = function (chunk, encoding, cb) { argument
573 Writable.prototype.end = function (chunk, encoding, cb) { argument
/third_party/node/deps/npm/node_modules/are-we-there-yet/node_modules/readable-stream/lib/
D_stream_writable.js36 function WriteReq(chunk, encoding, cb) { argument
85 function _uint8ArrayToBuffer(chunk) { argument
297 function validChunk(stream, state, chunk, cb) { argument
314 Writable.prototype.write = function (chunk, encoding, cb) { argument
364 function decodeChunk(state, chunk, encoding) { argument
384 function writeOrBuffer(stream, state, isBuf, chunk, encoding, cb) { argument
404 chunk: chunk, property
423 function doWrite(stream, state, writev, len, chunk, encoding, cb) { argument
567 Writable.prototype._write = function (chunk, encoding, cb) { argument
573 Writable.prototype.end = function (chunk, encoding, cb) { argument
/third_party/node/deps/npm/node_modules/duplexify/node_modules/readable-stream/lib/
D_stream_writable.js36 function WriteReq(chunk, encoding, cb) { argument
85 function _uint8ArrayToBuffer(chunk) { argument
297 function validChunk(stream, state, chunk, cb) { argument
314 Writable.prototype.write = function (chunk, encoding, cb) { argument
364 function decodeChunk(state, chunk, encoding) { argument
384 function writeOrBuffer(stream, state, isBuf, chunk, encoding, cb) { argument
404 chunk: chunk, property
423 function doWrite(stream, state, writev, len, chunk, encoding, cb) { argument
567 Writable.prototype._write = function (chunk, encoding, cb) { argument
573 Writable.prototype.end = function (chunk, encoding, cb) { argument
/third_party/rust/crates/memchr/src/memchr/
Dfallback.rs60 let chunk = (ptr as *const usize).read_unaligned(); in memchr() localVariable
99 let chunk = (ptr as *const usize).read_unaligned(); in memchr2() localVariable
112 let chunk = *(ptr as *const usize); in memchr2() localVariable
140 let chunk = (ptr as *const usize).read_unaligned(); in memchr3() localVariable
154 let chunk = *(ptr as *const usize); in memchr3() localVariable
182 let chunk = (ptr.sub(USIZE_BYTES) as *const usize).read_unaligned(); in memrchr() localVariable
220 let chunk = (ptr.sub(USIZE_BYTES) as *const usize).read_unaligned(); in memrchr2() localVariable
232 let chunk = *(ptr.sub(USIZE_BYTES) as *const usize); in memrchr2() localVariable
260 let chunk = (ptr.sub(USIZE_BYTES) as *const usize).read_unaligned(); in memrchr3() localVariable
273 let chunk = *(ptr.sub(USIZE_BYTES) as *const usize); in memrchr3() localVariable
/third_party/node/deps/npm/node_modules/readable-stream/lib/
D_stream_writable.js29 function WriteReq(chunk, encoding, cb) { argument
74 function _uint8ArrayToBuffer(chunk) { argument
270 function validChunk(stream, state, chunk, cb) { argument
288 Writable.prototype.write = function (chunk, encoding, cb) { argument
343 function decodeChunk(state, chunk, encoding) { argument
363 function writeOrBuffer(stream, state, isBuf, chunk, encoding, cb) { argument
383 chunk: chunk, property
404 function doWrite(stream, state, writev, len, chunk, encoding, cb) { argument
545 Writable.prototype._write = function (chunk, encoding, cb) { argument
551 Writable.prototype.end = function (chunk, encoding, cb) { argument

12345678910>>...22