Home
last modified time | relevance | path

Searched refs:Duplex (Results 1 – 25 of 225) sorted by relevance

123456789

/third_party/node/deps/npm/node_modules/readable-stream/lib/
D_stream_duplex.js40 module.exports = Duplex;
46 require('inherits')(Duplex, Readable);
54 if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method];
58 function Duplex(options) { class
59 if (!(this instanceof Duplex)) return new Duplex(options);
75 Object.defineProperty(Duplex.prototype, 'writableHighWaterMark', {
84 Object.defineProperty(Duplex.prototype, 'writableBuffer', {
93 Object.defineProperty(Duplex.prototype, 'writableLength', {
115 Object.defineProperty(Duplex.prototype, 'destroyed', {
/third_party/cups-filters/ppd/
DFuji_Xerox-DocuPrint_CM305_df-PDF.ppd138 *JCLOpenUI *Duplex/Double-Sided Printing: PickOne
139 *OrderDependency: 100 JCLSetup *Duplex
141 *Duplex None/Off: "@PJL SET DUPLEX=OFF<0A>"
142 *Duplex DuplexNoTumble/Long-Edge binding: "@PJL SET DUPLEX=ON<0A>@PJL SET BINDING=LONGEDGE<0A>"
143 *Duplex DuplexTumble/Short-Edge binding: "@PJL SET DUPLEX=ON<0A>@PJL SET BINDING=SHORTEDGE<0A>"
144 *JCLCloseUI: *Duplex
174 *UIConstraints: *PageSize A5 *Duplex DuplexNoTumble
175 *UIConstraints: *PageSize A5 *Duplex DuplexTumble
176 *UIConstraints: *PageSize B5 *Duplex DuplexNoTumble
177 *UIConstraints: *PageSize B5 *Duplex DuplexTumble
[all …]
/third_party/node/deps/npm/node_modules/duplexify/node_modules/readable-stream/lib/
D_stream_duplex.js43 module.exports = Duplex;
53 util.inherits(Duplex, Readable);
60 if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method];
64 function Duplex(options) { class
65 if (!(this instanceof Duplex)) return new Duplex(options);
80 Object.defineProperty(Duplex.prototype, 'writableHighWaterMark', {
105 Object.defineProperty(Duplex.prototype, 'destroyed', {
126 Duplex.prototype._destroy = function (err, cb) {
/third_party/node/deps/npm/node_modules/through2/node_modules/readable-stream/lib/
D_stream_duplex.js43 module.exports = Duplex;
53 util.inherits(Duplex, Readable);
60 if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method];
64 function Duplex(options) { class
65 if (!(this instanceof Duplex)) return new Duplex(options);
80 Object.defineProperty(Duplex.prototype, 'writableHighWaterMark', {
105 Object.defineProperty(Duplex.prototype, 'destroyed', {
126 Duplex.prototype._destroy = function (err, cb) {
D_stream_transform.js68 var Duplex = require('./_stream_duplex'); variable
75 util.inherits(Transform, Duplex);
105 Duplex.call(this, options);
148 return Duplex.prototype.push.call(this, chunk, encoding); class
195 Duplex.prototype._destroy.call(this, err, function (err2) {
/third_party/node/deps/npm/node_modules/from2/node_modules/readable-stream/lib/
D_stream_duplex.js43 module.exports = Duplex;
53 util.inherits(Duplex, Readable);
60 if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method];
64 function Duplex(options) { class
65 if (!(this instanceof Duplex)) return new Duplex(options);
80 Object.defineProperty(Duplex.prototype, 'writableHighWaterMark', {
105 Object.defineProperty(Duplex.prototype, 'destroyed', {
126 Duplex.prototype._destroy = function (err, cb) {
/third_party/node/deps/npm/node_modules/flush-write-stream/node_modules/readable-stream/lib/
D_stream_duplex.js43 module.exports = Duplex;
53 util.inherits(Duplex, Readable);
60 if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method];
64 function Duplex(options) { class
65 if (!(this instanceof Duplex)) return new Duplex(options);
80 Object.defineProperty(Duplex.prototype, 'writableHighWaterMark', {
105 Object.defineProperty(Duplex.prototype, 'destroyed', {
126 Duplex.prototype._destroy = function (err, cb) {
/third_party/node/deps/npm/node_modules/stream-iterate/node_modules/readable-stream/lib/
D_stream_duplex.js43 module.exports = Duplex;
53 util.inherits(Duplex, Readable);
60 if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method];
64 function Duplex(options) { class
65 if (!(this instanceof Duplex)) return new Duplex(options);
80 Object.defineProperty(Duplex.prototype, 'writableHighWaterMark', {
105 Object.defineProperty(Duplex.prototype, 'destroyed', {
126 Duplex.prototype._destroy = function (err, cb) {
/third_party/node/deps/npm/node_modules/parallel-transform/node_modules/readable-stream/lib/
D_stream_duplex.js43 module.exports = Duplex;
53 util.inherits(Duplex, Readable);
60 if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method];
64 function Duplex(options) { class
65 if (!(this instanceof Duplex)) return new Duplex(options);
80 Object.defineProperty(Duplex.prototype, 'writableHighWaterMark', {
105 Object.defineProperty(Duplex.prototype, 'destroyed', {
126 Duplex.prototype._destroy = function (err, cb) {
/third_party/node/deps/npm/node_modules/concat-stream/node_modules/readable-stream/lib/
D_stream_duplex.js43 module.exports = Duplex;
53 util.inherits(Duplex, Readable);
60 if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method];
64 function Duplex(options) { class
65 if (!(this instanceof Duplex)) return new Duplex(options);
80 Object.defineProperty(Duplex.prototype, 'writableHighWaterMark', {
105 Object.defineProperty(Duplex.prototype, 'destroyed', {
126 Duplex.prototype._destroy = function (err, cb) {
D_stream_transform.js68 var Duplex = require('./_stream_duplex'); variable
75 util.inherits(Transform, Duplex);
105 Duplex.call(this, options);
148 return Duplex.prototype.push.call(this, chunk, encoding); class
195 Duplex.prototype._destroy.call(this, err, function (err2) {
/third_party/node/deps/npm/node_modules/are-we-there-yet/node_modules/readable-stream/lib/
D_stream_duplex.js43 module.exports = Duplex;
53 util.inherits(Duplex, Readable);
60 if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method];
64 function Duplex(options) { class
65 if (!(this instanceof Duplex)) return new Duplex(options);
80 Object.defineProperty(Duplex.prototype, 'writableHighWaterMark', {
105 Object.defineProperty(Duplex.prototype, 'destroyed', {
126 Duplex.prototype._destroy = function (err, cb) {
D_stream_transform.js68 var Duplex = require('./_stream_duplex'); variable
75 util.inherits(Transform, Duplex);
105 Duplex.call(this, options);
148 return Duplex.prototype.push.call(this, chunk, encoding); class
195 Duplex.prototype._destroy.call(this, err, function (err2) {
/third_party/node/deps/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib/
D_stream_duplex.js43 module.exports = Duplex;
53 util.inherits(Duplex, Readable);
60 if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method];
64 function Duplex(options) { class
65 if (!(this instanceof Duplex)) return new Duplex(options);
80 Object.defineProperty(Duplex.prototype, 'writableHighWaterMark', {
105 Object.defineProperty(Duplex.prototype, 'destroyed', {
126 Duplex.prototype._destroy = function (err, cb) {
D_stream_transform.js68 var Duplex = require('./_stream_duplex'); variable
75 util.inherits(Transform, Duplex);
105 Duplex.call(this, options);
148 return Duplex.prototype.push.call(this, chunk, encoding); class
195 Duplex.prototype._destroy.call(this, err, function (err2) {
/third_party/node/test/parallel/
Dtest-stream-duplex-destroy.js4 const { Duplex } = require('stream');
8 const duplex = new Duplex({
24 const duplex = new Duplex({
43 const duplex = new Duplex({
66 const duplex = new Duplex({
88 const duplex = new Duplex({
103 const duplex = new Duplex({
133 const duplex = new Duplex({
156 const duplex = new Duplex({
171 const duplex = new Duplex({
[all …]
Dtest-stream-inheritance.js4 const { Readable, Writable, Duplex, Transform } = require('stream');
8 const duplex = new Duplex({ read() {}, write() {} });
21 assert.ok(!(readable instanceof Duplex));
22 assert.ok(!(writable instanceof Duplex));
23 assert.ok(duplex instanceof Duplex);
24 assert.ok(transform instanceof Duplex);
Dtest-stream-duplex.js25 const Duplex = require('stream').Duplex; constant
27 const stream = new Duplex({ objectMode: true });
29 assert(Duplex() instanceof Duplex);
Dtest-stream-duplex-end.js5 const Duplex = require('stream').Duplex; constant
8 const stream = new Duplex({
19 const stream = new Duplex({
31 const stream = new Duplex({
Dtest-stream-wrap-encoding.js6 const Duplex = require('stream').Duplex; constant
9 const stream = new Duplex({
28 const stream = new Duplex({
/third_party/node/lib/internal/streams/
Dduplex.js36 module.exports = Duplex;
41 ObjectSetPrototypeOf(Duplex.prototype, Readable.prototype);
42 ObjectSetPrototypeOf(Duplex, Readable);
47 if (!Duplex.prototype[method])
48 Duplex.prototype[method] = Writable.prototype[method];
52 function Duplex(options) { class
53 if (!(this instanceof Duplex))
54 return new Duplex(options);
73 ObjectDefineProperties(Duplex.prototype, {
Dtransform.js79 const Duplex = require('internal/streams/duplex'); constant
82 ObjectSetPrototypeOf(Transform.prototype, Duplex.prototype);
83 ObjectSetPrototypeOf(Transform, Duplex);
117 Duplex.call(this, options);
166 return Duplex.prototype.push.call(this, chunk, encoding); class
215 Duplex.prototype._destroy.call(this, err, (err2) => {
/third_party/node/deps/npm/node_modules/isstream/
Dtest.js75 test(true, 'CoreStreams.Duplex', new (CoreStreams.Duplex)())
81 test(true, 'ReadableStream10.Duplex', new (ReadableStream10.Duplex)())
87 test(true, 'ReadableStream11.Duplex', new (ReadableStream11.Duplex)())
95 testReadable(true, 'CoreStreams.Duplex', new (CoreStreams.Duplex)())
101 testReadable(true, 'ReadableStream10.Duplex', new (ReadableStream10.Duplex)())
107 testReadable(true, 'ReadableStream11.Duplex', new (ReadableStream11.Duplex)())
115 testWritable(true, 'CoreStreams.Duplex', new (CoreStreams.Duplex)())
121 testWritable(true, 'ReadableStream10.Duplex', new (ReadableStream10.Duplex)())
127 testWritable(true, 'ReadableStream11.Duplex', new (ReadableStream11.Duplex)())
135 testDuplex(true, 'CoreStreams.Duplex', new (CoreStreams.Duplex)())
[all …]
/third_party/node/deps/npm/node_modules/sorted-union-stream/node_modules/readable-stream/lib/
D_stream_duplex.js27 module.exports = Duplex;
46 util.inherits(Duplex, Readable);
49 if (!Duplex.prototype[method])
50 Duplex.prototype[method] = Writable.prototype[method];
53 function Duplex(options) { class
54 if (!(this instanceof Duplex))
55 return new Duplex(options);
/third_party/node/benchmark/streams/
Dcreation.js4 Duplex,
18 new Duplex({});
19 new Duplex();
23 new Duplex();

123456789