/third_party/node/test/parallel/ |
D | test-stream-writable-destroy.js | 8 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 …]
|
D | test-stream-writable-writable.js | 9 write() {} method 18 write: common.mustCall((chunk, encoding, callback) => { property 30 write: common.mustCall((chunk, encoding, callback) => { property 43 write: common.mustNotCall() property
|
D | test-stream-duplex-destroy.js | 9 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 …]
|
D | test-stream-pipe-unpipe-streams.js | 8 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
|
D | test-stream-pipeline.js | 34 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 …]
|
D | test-stream-writable-finish-destroyed.js | 8 write: common.mustCall((chunk, encoding, cb) => { property 22 write: common.mustCall((chunk, encoding, cb) => { property 37 write() { method
|
D | test-console-sync-write-error.js | 9 write: common.mustCall((chunk, enc, callback) => { property 20 write: common.mustCall((chunk, enc, callback) => { property 31 write: common.mustCall((chunk, enc, callback) => { property
|
D | test-stream-writable-write-cb-error.js | 14 write: common.mustCall((buf, enc, cb) => { property 30 write: common.mustCall((buf, enc, cb) => { property 45 write: common.mustCall((buf, enc, cb) => { property
|
D | test-stream-pipe-same-destination-twice.js | 13 write: common.mustCall((chunk, encoding, cb) => { property 40 write: common.mustCall((chunk, encoding, cb) => { property 60 write: common.mustNotCall() property
|
D | test-stream-writable-finished.js | 36 write(chunk, encoding, cb) { method 49 write(chunk, encoding, cb) { method 66 write(chunk, encoding, cb) { method 88 write(chunk, encoding, cb) { method
|
D | test-stream-writable-write-cb-twice.js | 8 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/ |
D | MsgPackWriter.cpp | 25 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/ |
D | encoder.py | 376 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/ |
D | symbol.rs | 44 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/ |
D | SkSLDehydrator.cpp | 84 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/ |
D | error-propagation-backward.any.js | 35 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/ |
D | EndianStream.h | 27 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/ |
D | write.any.js | 24 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
|
D | bad-underlying-sinks.any.js | 84 get write() { getter 92 write() { method 107 write() { method 134 write() { method 168 write: 'test' property
|
D | aborting.any.js | 14 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/ |
D | DebuggingOutputStream.java | 36 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/ |
D | ByteOutput.java | 57 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/ |
D | utf16.js | 22 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
|
D | internal.js | 59 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/ |
D | BrotliOutputStream.java | 57 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
|