Home
last modified time | relevance | path

Searched refs:createStream (Results 1 – 16 of 16) sorted by relevance

/third_party/node/deps/npm/node_modules/byline/
DREADME.md53 stream = byline.createStream(stream);
66 stream = byline.createStream(stream);
75 stream = byline.createStream(stream);
79 var lineStream = byline.createStream();
93 stream = byline.createStream(stream);
122 the call to `byline.createStream(stream, options)` or `byline(stream, options)`.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp52 std::unique_ptr<MappedBlockStream> MappedBlockStream::createStream( in createStream() function in MappedBlockStream
77 return createStream(Layout.SB->BlockSize, SL, MsfData, Allocator); in createDirectoryStream()
85 return createStream(Layout.SB->BlockSize, SL, MsfData, Allocator); in createFpmStream()
317 WritableMappedBlockStream::createStream(uint32_t BlockSize, in createStream() function in WritableMappedBlockStream
334 return createStream(Layout.SB->BlockSize, SL, MsfData, Allocator); in createIndexedStream()
344 return createStream(Layout.SB->BlockSize, SL, MsfData, Allocator); in createDirectoryStream()
363 createStream(Layout.SB->BlockSize, FullLayout, MsfData, Allocator); in createFpmStream()
370 return createStream(Layout.SB->BlockSize, MinLayout, MsfData, Allocator); in createFpmStream()
/third_party/flutter/skia/tests/
DStreamBufferTest.cpp95 std::function<std::unique_ptr<SkStream>()> createStream; in DEF_TEST() member
109 test_buffer_from_beginning(r, f.createStream(), size); in DEF_TEST()
110 test_flushing(r, f.createStream(), size, false); in DEF_TEST()
111 test_flushing(r, f.createStream(), size, true); in DEF_TEST()
/third_party/skia/tests/
DStreamBufferTest.cpp94 std::function<std::unique_ptr<SkStream>()> createStream; in DEF_TEST() member
110 test_buffer_from_beginning(r, f.createStream(), size); in DEF_TEST()
111 test_flushing(r, f.createStream(), size, false); in DEF_TEST()
112 test_flushing(r, f.createStream(), size, true); in DEF_TEST()
/third_party/node/deps/npm/node_modules/byline/lib/
Dbyline.js27 return module.exports.createStream(readStream, options);
31 module.exports.createStream = function(readStream, options) { function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/
DMappedBlockStream.h44 createStream(uint32_t BlockSize, const MSFStreamLayout &Layout,
110 createStream(uint32_t BlockSize, const MSFStreamLayout &Layout,
/third_party/node/deps/npm/node_modules/once/
DREADME.md45 var stream = createStream()
/third_party/node/deps/npm/node_modules/sorted-union-stream/node_modules/from2/
DREADME.md56 ### `createStream = from2.ctor([opts], read)` ###
/third_party/node/deps/npm/node_modules/from2/
DREADME.md54 ### `createStream = from2.ctor([opts], read)` ###
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DDisplay.h110 Error createStream(const AttributeMap &attribs, Stream **outStream);
DDisplay.cpp867 Error Display::createStream(const AttributeMap &attribs, Stream **outStream) in createStream() function in egl::Display
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DDisplay.h187 Error createStream(const AttributeMap &attribs, Stream **outStream);
DDisplay.cpp1289 Error Display::createStream(const AttributeMap &attribs, Stream **outStream) in createStream() function in egl::Display
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_fileio.js307 createStream: function (...args) { method
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Degl_ext_stubs.cpp99 ANGLE_EGL_TRY_RETURN(thread, display->createStream(attributes, &stream), "eglCreateStreamKHR", in CreateStreamKHR()
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_egl_ext.cpp522 error = display->createStream(attributes, &stream); in EGL_CreateStreamKHR()