Home
last modified time | relevance | path

Searched refs:readStream (Results 1 – 18 of 18) sorted by relevance

/third_party/node/test/parallel/
Dtest-stream-readable-unpipe-resume.js7 const readStream = fs.createReadStream(process.execPath); constant
11 readStream.unpipe();
12 readStream.resume();
16 readStream.on('end', common.mustCall());
18 readStream
Dtest-fs-ready-event-stream.js8 const readStream = fs.createReadStream(__filename); constant
9 assert.strictEqual(readStream.pending, true);
10 readStream.on('ready', common.mustCall(() => {
11 assert.strictEqual(readStream.pending, false);
/third_party/node/deps/npm/node_modules/cacache/lib/content/
Dread.js49 module.exports.stream = readStream
50 module.exports.readStream = readStream
52 function readStream (cache, integrity, opts = {}) { function
/third_party/skia/third_party/externals/brotli/java/org/brotli/integration/
DBundleHelper.java41 public static byte[] readStream(InputStream input) throws IOException { in readStream() method in BundleHelper
57 byte[] result = readStream(zis); in readEntry()
/third_party/node/deps/npm/node_modules/cacache/lib/
Dget.js91 const src = read.readStream(
119 const stream = read.readStream(cache, integrity, opts)
/third_party/node/doc/api/
Dtty.md47 ### `readStream.isRaw`
60 ### `readStream.isTTY`
68 ### `readStream.setRawMode(mode)`
76 default mode. The `readStream.isRaw` property will be set to the resulting
Dfs.md6629 #### `readStream.bytesRead`
6639 #### `readStream.path`
6649 `readStream.path` will be a string. If `path` is passed as a {Buffer}, then
6650 `readStream.path` will be a {Buffer}. If `fd` is specified, then
6651 `readStream.path` will be `undefined`.
6653 #### `readStream.pending`
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DVertexRoutine.hpp61 Vector4f readStream(Pointer<Byte> &buffer, UInt &stride, const Stream &stream, const UInt &index);
DVertexRoutine.cpp105 v[i] = readStream(input, stride, state.input[i], index); in readInput()
140 …Vector4f VertexRoutine::readStream(Pointer<Byte> &buffer, UInt &stride, const Stream &stream, cons… in readStream() function in sw::VertexRoutine
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DVertexRoutine.hpp75 …Vector4f readStream(Pointer<Byte> &buffer, UInt &stride, const Stream &stream, Pointer<UInt> &batc…
DVertexRoutine.cpp106 …auto value = readStream(input, stride, state.input[i / 4], batch, state.robustBufferAccess, robust… in readInput()
171 Vector4f VertexRoutine::readStream(Pointer<Byte> &buffer, UInt &stride, const Stream &stream, Point… in readStream() function in sw::VertexRoutine
/third_party/node/doc/changelogs/
DCHANGELOG_V4.md564 ….com/nodejs/node/commit/52edebc8f3)] - **test**: improve test-fs-empty-readStream.js (Adrian Estra…
2690 …com/nodejs/node/commit/7ca3c6c388)] - **test**: refactor test-fs-empty-readStream (Rich Trott) [#4…
DCHANGELOG_V17.md1609 …://github.com/nodejs/node/commit/eafdeab97b)] - **test**: add test for readStream.path when fd is …
DCHANGELOG_V5.md1152 …com/nodejs/node/commit/02b3a5be52)] - **test**: refactor test-fs-empty-readStream (Rich Trott) [#4…
DCHANGELOG_V7.md1341 ….com/nodejs/node/commit/4a16f9b054)] - **test**: improve test-fs-empty-readStream.js (Adrian Estra…
DCHANGELOG_V16.md979 …://github.com/nodejs/node/commit/641b1bb052)] - **test**: add test for readStream.path when fd is …
DCHANGELOG_V10.md2313 …om/nodejs/node/commit/9c36827e94)] - **(SEMVER-MINOR)** **tty**: make `readStream.setRawMode()` re…
DCHANGELOG_V6.md2719 ….com/nodejs/node/commit/e067c48889)] - **test**: improve test-fs-empty-readStream.js (Adrian Estra…