Home
last modified time | relevance | path

Searched defs:readStream (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/npm/node_modules/byline/lib/
Dbyline.js26 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/
Dtest-stream-readable-unpipe-resume.js7 const readStream = fs.createReadStream(process.execPath); constant
Dtest-fs-ready-event-stream.js8 const readStream = fs.createReadStream(__filename); constant
/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
/third_party/node/deps/npm/node_modules/cacache/lib/content/
Dread.js53 function readStream (cache, integrity, opts) { function
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DVertexRoutine.cpp140 …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.cpp171 Vector4f VertexRoutine::readStream(Pointer<Byte> &buffer, UInt &stride, const Stream &stream, Point… in readStream() function in sw::VertexRoutine