Home
last modified time | relevance | path

Searched refs:setEncoding (Results 1 – 25 of 295) sorted by relevance

12345678910>>...12

/third_party/node/test/es-module/
Dtest-esm-cjs-load-error-note.mjs27 pExport1.stderr.setEncoding('utf8');
40 pExport2.stderr.setEncoding('utf8');
52 pImport1.stderr.setEncoding('utf8');
65 pImport2.stderr.setEncoding('utf8');
78 pImport3.stderr.setEncoding('utf8');
91 pImport4.stderr.setEncoding('utf8');
104 pImport5.stderr.setEncoding('utf8');
116 pError1.stderr.setEncoding('utf8');
129 pError2.stderr.setEncoding('utf8');
142 pError3.stderr.setEncoding('utf8');
[all …]
Dtest-esm-cjs-exports.js11 child.stderr.setEncoding('utf8');
13 child.stdout.setEncoding('utf8');
26 child.stderr.setEncoding('utf8');
Dtest-esm-cjs-main.js11 child.stderr.setEncoding('utf8');
13 child.stdout.setEncoding('utf8');
Dtest-esm-cjs-builtins.js11 child.stderr.setEncoding('utf8');
13 child.stdout.setEncoding('utf8');
Dtest-esm-unknown-or-no-extension.js22 child.stderr.setEncoding('utf8');
23 child.stdout.setEncoding('utf8');
/third_party/node/deps/npm/node_modules/node-gyp/test/
Dtest-addon.js50 proc.stdout.setEncoding('utf-8')
51 proc.stderr.setEncoding('utf-8')
122 proc.stdout.setEncoding('utf-8')
123 proc.stderr.setEncoding('utf-8')
148 proc.stdout.setEncoding('utf-8')
149 proc.stderr.setEncoding('utf-8')
/third_party/node/test/parallel/
Dtest-http-generic-streams.js22 res.setEncoding('utf8');
48 res.setEncoding('utf8');
67 req.setEncoding('utf8');
90 res.setEncoding('utf8');
106 req.setEncoding('utf8');
130 res.setEncoding('utf8');
Dtest-stdout-stderr-reading.js28 c1.stdout.setEncoding('utf8');
32 c1.stderr.setEncoding('utf8');
45 c2.stdout.setEncoding('utf8');
49 c1.stderr.setEncoding('utf8');
Dtest-stream2-set-encoding.js60 tr.setEncoding('utf8');
89 tr.setEncoding('hex');
127 tr.setEncoding('hex');
161 tr.setEncoding('base64');
322 assert.deepStrictEqual(tr.setEncoding('utf8'), tr);
Dtest-child-process-stdio-overlapped.js40 child.stdin.setEncoding('utf8');
41 child.stdout.setEncoding('utf8');
42 child.stderr.setEncoding('utf8');
Dtest-stream-readable-setEncoding-existing-buffers.js13 r.setEncoding('utf8');
32 r.setEncoding('utf8');
49 r.setEncoding('utf8');
Dtest-zlib-dictionary.js56 inflate.setEncoding('utf-8');
83 inflate.setEncoding('utf-8');
115 inflate.setEncoding('utf-8');
142 inflate.setEncoding('utf-8');
Dtest-http-client-race-2.js65 res1.setEncoding('utf8');
87 res2.setEncoding('utf8');
97 res3.setEncoding('utf8');
Dtest-http-upgrade-server.js84 conn.setEncoding('utf8');
122 conn.setEncoding('utf8');
146 conn.setEncoding('utf8');
Dtest-repl-harmony.js35 child.stderr.setEncoding('utf8');
40 child.stdout.setEncoding('utf8');
Dtest-repl-unexpected-token-recoverable.js17 child.stderr.setEncoding('utf8');
22 child.stdout.setEncoding('utf8');
Dtest-child-process-exec-std-encoding.js20 child.stdout.setEncoding('utf-8');
21 child.stderr.setEncoding('utf-8');
Dtest-child-process-stdio-reuse-readable-stdio.js15 p2.stdout.setEncoding('utf8');
22 p1.stdout.setEncoding('utf8');
Dtest-stdout-cannot-be-closed-child-process-pipe.js16 child.stdout.setEncoding('utf8');
17 child.stderr.setEncoding('utf8');
Dtest-child-process-stdout-flush.js36 child.stderr.setEncoding('utf8');
39 child.stdout.setEncoding('utf8');
Dtest-stdin-script-child.js14 child.stdout.setEncoding('utf8');
19 child.stderr.setEncoding('utf8');
Dtest-http.js81 res.setEncoding('utf8');
99 res.setEncoding('utf8');
126 res.setEncoding('utf8');
Dtest-repl-syntax-error-handling.js39 child.stderr.setEncoding('utf8');
45 child.stdout.setEncoding('utf8');
Dtest-socket-write-after-fin.js12 sock.setEncoding('utf8');
26 sock.setEncoding('utf8');
/third_party/node/deps/npm/node_modules/iconv-lite/lib/
Dextend-node.js177 original.ReadableSetEncoding = Readable.prototype.setEncoding;
178 Readable.prototype.setEncoding = function setEncoding(enc, options) { method in Readable
211 Readable.prototype.setEncoding = original.ReadableSetEncoding; method in Readable

12345678910>>...12