Searched defs:readStream (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/npm/node_modules/byline/lib/ |
D | byline.js | 26 module.exports = function(readStream, options) { argument 31 module.exports.createStream = function(readStream, options) { argument 40 module.exports.createLineStream = function(readStream) { argument 45 function createLineStream(readStream, options) { argument
|
/third_party/node/test/parallel/ |
D | test-stream-readable-unpipe-resume.js | 7 const readStream = fs.createReadStream(process.execPath); constant
|
D | test-fs-ready-event-stream.js | 8 const readStream = fs.createReadStream(__filename); constant
|
/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
|
/third_party/node/deps/npm/node_modules/cacache/lib/content/ |
D | read.js | 53 function readStream (cache, integrity, opts) { function
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | VertexRoutine.cpp | 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.cpp | 171 Vector4f VertexRoutine::readStream(Pointer<Byte> &buffer, UInt &stride, const Stream &stream, Point… in readStream() function in sw::VertexRoutine
|