/third_party/node/test/parallel/ |
D | test-stream-readable-unpipe-resume.js | 7 const readStream = fs.createReadStream(process.execPath); constant 11 readStream.unpipe(); 12 readStream.resume(); 16 readStream.on('end', common.mustCall()); 18 readStream
|
D | test-fs-ready-event-stream.js | 8 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/ |
D | read.js | 49 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/ |
D | BundleHelper.java | 41 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/ |
D | get.js | 91 const src = read.readStream( 119 const stream = read.readStream(cache, integrity, opts)
|
/third_party/node/doc/api/ |
D | tty.md | 47 ### `readStream.isRaw` 60 ### `readStream.isTTY` 68 ### `readStream.setRawMode(mode)` 76 default mode. The `readStream.isRaw` property will be set to the resulting
|
D | fs.md | 6629 #### `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/ |
D | VertexRoutine.hpp | 61 Vector4f readStream(Pointer<Byte> &buffer, UInt &stride, const Stream &stream, const UInt &index);
|
D | VertexRoutine.cpp | 105 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/ |
D | VertexRoutine.hpp | 75 …Vector4f readStream(Pointer<Byte> &buffer, UInt &stride, const Stream &stream, Pointer<UInt> &batc…
|
D | VertexRoutine.cpp | 106 …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/ |
D | CHANGELOG_V4.md | 564 ….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…
|
D | CHANGELOG_V17.md | 1609 …://github.com/nodejs/node/commit/eafdeab97b)] - **test**: add test for readStream.path when fd is …
|
D | CHANGELOG_V5.md | 1152 …com/nodejs/node/commit/02b3a5be52)] - **test**: refactor test-fs-empty-readStream (Rich Trott) [#4…
|
D | CHANGELOG_V7.md | 1341 ….com/nodejs/node/commit/4a16f9b054)] - **test**: improve test-fs-empty-readStream.js (Adrian Estra…
|
D | CHANGELOG_V16.md | 979 …://github.com/nodejs/node/commit/641b1bb052)] - **test**: add test for readStream.path when fd is …
|
D | CHANGELOG_V10.md | 2313 …om/nodejs/node/commit/9c36827e94)] - **(SEMVER-MINOR)** **tty**: make `readStream.setRawMode()` re…
|
D | CHANGELOG_V6.md | 2719 ….com/nodejs/node/commit/e067c48889)] - **test**: improve test-fs-empty-readStream.js (Adrian Estra…
|