Home
last modified time | relevance | path

Searched defs:streamObj (Results 1 – 3 of 3) sorted by relevance

/third_party/node/test/parallel/
Dtest-stream-promises.js101 const streamObj = new Readable(); constant
112 const streamObj = new Readable(); constant
120 const streamObj = new Writable(); constant
131 const streamObj = new Writable(); constant
142 const streamObj = new Writable(); constant
Dtest-stream-end-of-streams.js16 const streamObj = new Duplex(); constant
/third_party/skia/tests/
DCodecTest.cpp1253 auto streamObj = GetResourceAsStream(path); in DEF_TEST() local