| /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) { cb(); } method 37 const write = new Writable({ constant 38 write(chunk, enc, cb) { cb(); } method 59 const write = new Writable({ constant 60 write(chunk, enc, cb) { cb(); }, method 80 const write = new Writable({ constant 81 write(chunk, enc, cb) { cb(); } method [all …]
|
| D | test-stream-pipeline.js | 29 const write = new Writable({ constant 30 write(data, enc, cb) { method 73 const write = new Writable({ constant 74 write(data, enc, cb) { method 92 const write = new Writable({ constant 93 write(data, enc, cb) { method 119 const write = new Writable({ constant 120 write(data, enc, cb) { method 232 write(data, enc, cb) { method 309 write(data, enc, cb) { method [all …]
|
| 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-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
|
| 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
|
| 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-write-cb-twice.js | 9 write: common.mustCall((buf, enc, cb) => { property 23 write: common.mustCall((buf, enc, cb) => { property 39 write: common.mustCall((buf, enc, cb) => { property
|
| D | test-console-stdio-setters.js | 8 const streamToNowhere = new Writable({ write: common.mustCall() }); property 9 const anotherStreamToNowhere = new Writable({ write: common.mustCall() }); property
|
| D | test-stream-uint8array.js | 16 write: common.mustCall((chunk, encoding, cb) => { property 37 write: common.mustCall((chunk, encoding, cb) => { property 54 write: common.mustCall((chunk, encoding, cb) => { property
|
| D | test-console-no-swallow-stack-overflow.js | 10 write: common.mustCall(function write(...args) { function
|
| /third_party/boost/boost/iostreams/ |
| D | write.hpp | 47 inline std::streamsize write in write() function 53 write( T& t, Sink& snk, const typename char_type_of<T>::type* s, in write() function 87 static std::streamsize write in write() function 103 static std::streamsize write in write() function 116 write(T& t, const typename char_type_of<T>::type* s, std::streamsize n) in write() function 140 write( T& t, Sink& snk, const typename char_type_of<T>::type* s, in write() function 149 write( T& t, Sink& snk, const typename char_type_of<T>::type* s, in write() function
|
| /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/flutter/skia/src/gpu/ |
| D | GrVertexWriter.h | 49 void write(const T& val, const Args&... remainder) { in write() function 61 void write(const T(&val)[N], const Args&... remainder) { in write() function 70 void write(const GrVertexColor& color, const Args&... remainder) { in write() function 79 void write(const Conditional<T>& val, const Args&... remainder) { in write() function 87 void write(const Skip<T>& val, const Args&... remainder) { in write() function 93 void write(const Sk4f& vector, const Args&... remainder) { in write() function 100 void write() {} in write() function
|
| /third_party/flutter/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/tools/node_modules/eslint/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 93 Utf16Encoder.prototype.write = function(str) { method in Utf16Encoder 113 Utf16Decoder.prototype.write = function(buf) { method in Utf16Decoder
|
| D | utf7.js | 26 Utf7Encoder.prototype.write = function(str) { method in Utf7Encoder 57 Utf7Decoder.prototype.write = function(buf) { method in Utf7Decoder 151 Utf7IMAPEncoder.prototype.write = function(str) { method in Utf7IMAPEncoder 227 Utf7IMAPDecoder.prototype.write = function(buf) { method in Utf7IMAPDecoder
|
| /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 93 Utf16Encoder.prototype.write = function(str) { method in Utf16Encoder 113 Utf16Decoder.prototype.write = function(buf) { method in Utf16Decoder
|
| D | utf7.js | 26 Utf7Encoder.prototype.write = function(str) { method in Utf7Encoder 57 Utf7Decoder.prototype.write = function(buf) { method in Utf7Decoder 151 Utf7IMAPEncoder.prototype.write = function(str) { method in Utf7IMAPEncoder 227 Utf7IMAPDecoder.prototype.write = function(buf) { method in Utf7IMAPDecoder
|
| /third_party/libunwind/src/ia64/ |
| D | Ginit.c | 77 access_mem (unw_addr_space_t as, unw_word_t addr, unw_word_t *val, int write, in access_mem() 99 access_reg (unw_addr_space_t as, unw_regnum_t reg, unw_word_t *val, int write, in access_reg() 220 int write, void *arg) in access_fpreg() 254 access_reg (unw_addr_space_t as, unw_regnum_t reg, unw_word_t *val, int write, in access_reg() 308 int write, void *arg) in access_fpreg() 383 int write) in ia64_uc_access_reg() 454 int write) in ia64_uc_access_fpreg()
|
| /third_party/libunwind/src/sh/ |
| D | Gregs.c | 30 int write) in tdep_access_reg() 77 int write) in tdep_access_fpreg()
|
| /third_party/libunwind/src/arm/ |
| D | Gregs.c | 29 int write) in tdep_access_reg() 79 int write) in tdep_access_fpreg()
|
| /third_party/libunwind/src/mips/ |
| D | Gregs.c | 31 int write) in tdep_access_reg() 102 int write) in tdep_access_fpreg()
|
| /third_party/libunwind/src/tilegx/ |
| D | Gregs.c | 30 int write) in tdep_access_reg() 72 int write) in tdep_access_fpreg()
|
| /third_party/libunwind/src/ppc32/ |
| D | Gregs.c | 32 int write) in tdep_access_reg() 75 int write) in tdep_access_fpreg()
|