Home
last modified time | relevance | path

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

12345678

/third_party/node/deps/npm/node_modules/node-gyp/node_modules/readable-stream/lib/
D_stream_duplex.js37 module.exports = Duplex;
40 require('inherits')(Duplex, Readable);
46 if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method];
49 function Duplex(options) { class
50 if (!(this instanceof Duplex)) return new Duplex(options);
63 Object.defineProperty(Duplex.prototype, 'writableHighWaterMark', {
72 Object.defineProperty(Duplex.prototype, 'writableBuffer', {
81 Object.defineProperty(Duplex.prototype, 'writableLength', {
103 Object.defineProperty(Duplex.prototype, 'destroyed', {
D_stream_transform.js72 var Duplex = require('./_stream_duplex'); variable
73 require('inherits')(Transform, Duplex);
95 Duplex.call(this, options);
132 return Duplex.prototype.push.call(this, chunk, encoding); class
174 Duplex.prototype._destroy.call(this, err, function (err2) {
/third_party/node/deps/npm/node_modules/readable-stream/lib/internal/streams/
Dduplex.js35 module.exports = Duplex
38 ObjectSetPrototypeOf(Duplex.prototype, Readable.prototype)
39 ObjectSetPrototypeOf(Duplex, Readable)
45 if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method]
48 function Duplex(options) { class
49 if (!(this instanceof Duplex)) return new Duplex(options)
69 ObjectDefineProperties(Duplex.prototype, {
131 Duplex.fromWeb = function (pair, options) {
134 Duplex.toWeb = function (duplex) {
138 Duplex.from = function (body) {
Dtransform.js69 const Duplex = require('./duplex') constant
71 ObjectSetPrototypeOf(Transform.prototype, Duplex.prototype)
72 ObjectSetPrototypeOf(Transform, Duplex)
96 Duplex.call(this, options)
Dcompose.js4 const Duplex = require('./duplex') constant
25 return Duplex.from(streams[0])
29 streams[0] = Duplex.from(streams[0])
33 streams[idx] = Duplex.from(streams[idx])
74 d = new Duplex({
/third_party/node/lib/internal/streams/
Dduplex.js36 module.exports = Duplex;
41 ObjectSetPrototypeOf(Duplex.prototype, Readable.prototype);
42 ObjectSetPrototypeOf(Duplex, Readable);
49 if (!Duplex.prototype[method])
50 Duplex.prototype[method] = Writable.prototype[method];
54 function Duplex(options) { class
55 if (!(this instanceof Duplex))
56 return new Duplex(options);
81 ObjectDefineProperties(Duplex.prototype, {
130 Duplex.fromWeb = function(pair, options) {
[all …]
Dtransform.js75 const Duplex = require('internal/streams/duplex'); constant
77 ObjectSetPrototypeOf(Transform.prototype, Duplex.prototype);
78 ObjectSetPrototypeOf(Transform, Duplex);
106 Duplex.call(this, options);
Dcompose.js4 const Duplex = require('internal/streams/duplex'); constant
30 return Duplex.from(streams[0]);
36 streams[0] = Duplex.from(streams[0]);
41 streams[idx] = Duplex.from(streams[idx]);
115 d = new Duplex({
/third_party/node/test/parallel/
Dtest-stream-duplex-from.js5 const { Duplex, Readable, Writable, pipeline, PassThrough } = require('stream');
10 const d = Duplex.from({
29 const d = Duplex.from(new Readable({
47 const d = Duplex.from(new Writable({
64 const d = Duplex.from({
83 const d = Duplex.from({
113 const d = Duplex.from(Promise.resolve('asd'));
128 Duplex.from(async function * (source) {
152 const duplex = new Duplex();
153 assert.strictEqual(Duplex.from(duplex), duplex);
[all …]
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-duplex.js25 const Duplex = require('stream').Duplex; constant
28 const stream = new Duplex({ objectMode: true });
30 assert(Duplex() instanceof Duplex);
76 const duplex = Duplex.fromWeb(pair);
105 const duplex = Duplex.fromWeb(pair, { encoding: 'utf8', objectMode: true });
117 const duplex = Duplex({
127 const { writable, readable } = Duplex.toWeb(duplex);
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-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({
Dtest-stream-duplex-readable-writable.js4 const { Duplex } = require('stream');
8 const duplex = new Duplex({
21 const duplex = new Duplex({
34 const duplex = new Duplex({
Dtest-stream-duplex-writable-finished.js4 const { Duplex } = require('stream');
10 assert(Object.hasOwn(Duplex.prototype, 'writableFinished'));
15 const duplex = new Duplex();
Dtest-stream-duplex-props.js5 const { Duplex } = require('stream');
8 const d = new Duplex({
20 const d = new Duplex({
Dtest-http-client-readable.js27 const Duplex = require('stream').Duplex; constant
31 const s = new Duplex();
Dtest-repl-history-perm.js19 const Duplex = require('stream').Duplex; constant
23 const stream = new Duplex();
/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 …]
Dpxlmono.ppd45 *UIConstraints: *Duplex *OptionDuplex False
54 *UIConstraints: *OptionDuplex False *Duplex
144 *OpenUI *Duplex/Double-Sided Printing: PickOne
145 *OrderDependency: 20 AnySetup *Duplex
147 *Duplex None/Off: "<</Duplex false>>setpagedevice"
148 *Duplex DuplexNoTumble/Long Edge (Standard): "<</Duplex true/Tumble false>>setpagedevice"
149 *Duplex DuplexTumble/Short Edge (Flip): "<</Duplex true/Tumble true>>setpagedevice"
150 *CloseUI: *Duplex
Dpxlcolor.ppd45 *UIConstraints: *Duplex *OptionDuplex False
54 *UIConstraints: *OptionDuplex False *Duplex
151 *OpenUI *Duplex/Double-Sided Printing: PickOne
152 *OrderDependency: 20 AnySetup *Duplex
154 *Duplex None/Off: "<</Duplex false>>setpagedevice"
155 *Duplex DuplexNoTumble/Long Edge (Standard): "<</Duplex true/Tumble false>>setpagedevice"
156 *Duplex DuplexTumble/Short Edge (Flip): "<</Duplex true/Tumble true>>setpagedevice"
157 *CloseUI: *Duplex
/third_party/node/benchmark/streams/
Dcreation.js4 Duplex,
18 new Duplex({});
19 new Duplex();
23 new Duplex();
Ddestroy.js4 Duplex,
18 new Duplex({});
19 new Duplex();
23 new Duplex().destroy();
/third_party/pulseaudio/src/modules/alsa/mixer/profile-sets/
Dnative-instruments-traktor-audio10.conf91 description = Analog Stereo Duplex Channels Main, A, B, C, D
98 description = Analog Stereo Duplex Main
105 description = Analog Stereo Duplex Channel A
112 description = Analog Stereo Duplex Channel B
119 description = Analog Stereo Duplex Channel C
126 description = Analog Stereo Duplex Channel D

12345678