Home
last modified time | relevance | path

Searched defs:write (Results 1 – 25 of 886) sorted by relevance

12345678910>>...36

/third_party/node/test/parallel/
Dtest-stream-writable-destroy.js8 const write = new Writable({ constant
9 write(chunk, enc, cb) { cb(); } method
20 const write = new Writable({ constant
21 write(chunk, enc, cb) { method
34 const write = new Writable({ constant
35 write(chunk, enc, cb) { cb(); } method
51 const write = new Writable({ constant
52 write(chunk, enc, cb) { cb(); } method
73 const write = new Writable({ constant
74 write(chunk, enc, cb) { cb(); }, method
[all …]
Dtest-stream-writable-writable.js9 write() {} method
18 write: common.mustCall((chunk, encoding, callback) => { property
30 write: common.mustCall((chunk, encoding, callback) => { property
43 write: common.mustNotCall() property
Dtest-stream-duplex-destroy.js9 write(chunk, enc, cb) { cb(); }, method
25 write(chunk, enc, cb) { cb(); }, method
44 write(chunk, enc, cb) { cb(); }, method
67 write(chunk, enc, cb) { cb(); }, method
89 write(chunk, enc, cb) { cb(); }, method
104 write(chunk, enc, cb) { cb(); }, method
134 write(chunk, enc, cb) { cb(); }, method
157 write(chunk, enc, cb) { cb(); }, method
172 write(chunk, enc, cb) { cb(); }, method
202 write(chunk, enc, cb) { cb(); }, method
[all …]
Dtest-stream-pipe-unpipe-streams.js8 const dest1 = Writable({ write: () => {} }); method
9 const dest2 = Writable({ write: () => {} }); method
38 const dest1 = Writable({ write: () => {} }); method
39 const dest2 = Writable({ write: () => {} }); method
90 const dst = Writable({ write: () => {} }); method
Dtest-stream-pipeline.js34 const write = new Writable({ constant
35 write(data, enc, cb) { method
77 const write = new Writable({ constant
78 write(data, enc, cb) { method
96 const write = new Writable({ constant
97 write(data, enc, cb) { method
123 const write = new Writable({ constant
124 write(data, enc, cb) { method
236 write(data, enc, cb) { method
313 write(data, enc, cb) { method
[all …]
Dtest-stream-writable-finish-destroyed.js8 write: common.mustCall((chunk, encoding, cb) => { property
22 write: common.mustCall((chunk, encoding, cb) => { property
37 write() { method
Dtest-console-sync-write-error.js9 write: common.mustCall((chunk, enc, callback) => { property
20 write: common.mustCall((chunk, enc, callback) => { property
31 write: common.mustCall((chunk, enc, callback) => { property
Dtest-stream-writable-write-cb-error.js14 write: common.mustCall((buf, enc, cb) => { property
30 write: common.mustCall((buf, enc, cb) => { property
45 write: common.mustCall((buf, enc, cb) => { property
Dtest-stream-pipe-same-destination-twice.js13 write: common.mustCall((chunk, encoding, cb) => { property
40 write: common.mustCall((chunk, encoding, cb) => { property
60 write: common.mustNotCall() property
Dtest-stream-writable-finished.js36 write(chunk, encoding, cb) { method
49 write(chunk, encoding, cb) { method
66 write(chunk, encoding, cb) { method
88 write(chunk, encoding, cb) { method
Dtest-stream-writable-write-cb-twice.js8 write: common.mustCall((buf, enc, cb) => { property
23 write: common.mustCall((buf, enc, cb) => { property
40 write: common.mustCall((buf, enc, cb) => { property
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DMsgPackWriter.cpp25 void Writer::write(bool b) { EW.write(b ? FirstByte::True : FirstByte::False); } in write() function in Writer
27 void Writer::write(int64_t i) { in write() function in Writer
60 void Writer::write(uint64_t u) { in write() function in Writer
88 void Writer::write(double d) { in write() function in Writer
101 void Writer::write(StringRef s) { in write() function in Writer
121 void Writer::write(MemoryBufferRef Buffer) { in write() function in Writer
/third_party/protobuf/python/google/protobuf/internal/
Dencoder.py376 def EncodeVarint(write, value, unused_deterministic=None): argument
393 def EncodeSignedVarint(write, value, unused_deterministic=None): argument
446 def EncodePackedField(write, value, deterministic): argument
457 def EncodeRepeatedField(write, value, deterministic): argument
464 def EncodeField(write, value, deterministic): argument
480 def EncodePackedField(write, value, deterministic): argument
491 def EncodeRepeatedField(write, value, deterministic): argument
498 def EncodeField(write, value, deterministic): argument
521 def EncodePackedField(write, value, deterministic): argument
529 def EncodeRepeatedField(write, value, unused_deterministic=None): argument
[all …]
/third_party/rust/crates/cxx/syntax/
Dsymbol.rs44 fn write(&self, symbol: &mut Symbol); in write() method
48 fn write(&self, symbol: &mut Symbol) { in write() method
54 fn write(&self, symbol: &mut Symbol) { in write() method
60 fn write(&self, symbol: &mut Symbol) { in write() method
66 fn write(&self, symbol: &mut Symbol) { in write() method
72 fn write(&self, symbol: &mut Symbol) { in write() method
80 fn write(&self, symbol: &mut Symbol) { in write() method
87 fn write(&self, symbol: &mut Symbol) { in write() method
98 fn write(&self, symbol: &mut Symbol) { in write() function
/third_party/skia/src/sksl/
DSkSLDehydrator.cpp84 void Dehydrator::write(Layout l) { in write() function in SkSL::Dehydrator
103 void Dehydrator::write(Modifiers m) { in write() function in SkSL::Dehydrator
119 void Dehydrator::write(skstd::string_view s) { in write() function in SkSL::Dehydrator
123 void Dehydrator::write(String s) { in write() function in SkSL::Dehydrator
139 void Dehydrator::write(const Symbol& s) { in write() function in SkSL::Dehydrator
229 void Dehydrator::write(const SymbolTable& symbols) { in write() function in SkSL::Dehydrator
261 void Dehydrator::write(const Expression* e) { in write() function in SkSL::Dehydrator
442 void Dehydrator::write(const Statement* s) { in write() function in SkSL::Dehydrator
544 void Dehydrator::write(const ProgramElement& e) { in write() function in SkSL::Dehydrator
589 void Dehydrator::write(const std::vector<std::unique_ptr<ProgramElement>>& elements) { in write() function in SkSL::Dehydrator
/third_party/node/test/fixtures/wpt/streams/piping/
Derror-propagation-backward.any.js35 write() { method
66 write() { method
96 write() { method
126 write() { method
155 write() { method
183 write() { method
215 write() { method
240 write() { method
262 write() { method
286 write() { method
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DEndianStream.h27 inline void write(raw_ostream &os, value_type value, endianness endian) { in write() function
44 inline void write(raw_ostream &os, ArrayRef<value_type> vals, in write() function
55 template <typename value_type> void write(ArrayRef<value_type> Val) { in write() function
58 template <typename value_type> void write(value_type Val) { in write() function
/third_party/node/test/fixtures/wpt/streams/writable-streams/
Dwrite.any.js24 write(chunk) { method
53 write() { method
69 write() { method
113 write() { method
159 write() { method
173 write(chunk, controller) { method
200 write() { method
243 write() { method
Dbad-underlying-sinks.any.js84 get write() { getter
92 write() { method
107 write() { method
134 write() { method
168 write: 'test' property
Daborting.any.js14 write: t.unreached_func('write() should not be called') property
162 write() { method
319 write() { method
339 write() { method
362 write() { method
382 write() { method
403 write() { method
421 write() { method
500 write() { method
526 write() { method
[all …]
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/testutils/
DDebuggingOutputStream.java36 public void write(byte[] b, int off, int len) throws IOException { in write() method in DebuggingOutputStream
43 public void write(byte[] b) throws IOException { in write() method in DebuggingOutputStream
48 public void write(int b) throws IOException { in write() method in DebuggingOutputStream
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DByteOutput.java57 public abstract void write(byte value) throws IOException; in write() method in ByteOutput
72 public abstract void write(byte[] value, int offset, int length) throws IOException; in write() method in ByteOutput
101 public abstract void write(ByteBuffer value) throws IOException; in write() method in ByteOutput
/third_party/node/deps/npm/node_modules/iconv-lite/encodings/
Dutf16.js22 Utf16BEEncoder.prototype.write = function(str) { method in Utf16BEEncoder
40 Utf16BEDecoder.prototype.write = function(buf) { method in Utf16BEDecoder
94 Utf16Encoder.prototype.write = function(str) { method in Utf16Encoder
114 Utf16Decoder.prototype.write = function(buf) { method in Utf16Decoder
Dinternal.js59 InternalDecoder.prototype.write = function(buf) { method in InternalDecoder
79 InternalEncoder.prototype.write = function(str) { method in InternalEncoder
94 InternalEncoderBase64.prototype.write = function(str) { method in InternalEncoderBase64
114 InternalEncoderCesu8.prototype.write = function(str) { method in InternalEncoderCesu8
148 InternalDecoderCesu8.prototype.write = function(buf) { method in InternalDecoderCesu8
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
DBrotliOutputStream.java57 public void write(int b) throws IOException { in write() method in BrotliOutputStream
68 public void write(byte[] b) throws IOException { in write() method in BrotliOutputStream
73 public void write(byte[] b, int off, int len) throws IOException { in write() method in BrotliOutputStream

12345678910>>...36