Home
last modified time | relevance | path

Searched defs:createStream (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/npm/node_modules/byline/lib/
Dbyline.js31 module.exports.createStream = function(readStream, options) { function
/third_party/node/tools/node_modules/eslint/node_modules/table/dist/
DcreateStream.js102 const createStream = (userConfig = {}) => { function
/third_party/flutter/skia/tests/
DStreamBufferTest.cpp95 std::function<std::unique_ptr<SkStream>()> createStream; in DEF_TEST() member
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dfileio.js296 createStream: function (...args) { method
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DDisplay.cpp867 Error Display::createStream(const AttributeMap &attribs, Stream **outStream) in createStream() function in egl::Display