Home
last modified time | relevance | path

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

12345678910>>...28

/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) { 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 …]
Dtest-stream-pipeline.js29 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 …]
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-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
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
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-write-cb-twice.js9 write: common.mustCall((buf, enc, cb) => { property
23 write: common.mustCall((buf, enc, cb) => { property
39 write: common.mustCall((buf, enc, cb) => { property
Dtest-console-stdio-setters.js8 const streamToNowhere = new Writable({ write: common.mustCall() }); property
9 const anotherStreamToNowhere = new Writable({ write: common.mustCall() }); property
Dtest-stream-uint8array.js16 write: common.mustCall((chunk, encoding, cb) => { property
37 write: common.mustCall((chunk, encoding, cb) => { property
54 write: common.mustCall((chunk, encoding, cb) => { property
Dtest-console-no-swallow-stack-overflow.js10 write: common.mustCall(function write(...args) { function
/third_party/boost/boost/iostreams/
Dwrite.hpp47 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/
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/flutter/skia/src/gpu/
DGrVertexWriter.h49 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/
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/tools/node_modules/eslint/node_modules/iconv-lite/encodings/
Dutf16.js22 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
Dutf7.js26 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/
Dutf16.js22 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
Dutf7.js26 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/
DGinit.c77 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/
DGregs.c30 int write) in tdep_access_reg()
77 int write) in tdep_access_fpreg()
/third_party/libunwind/src/arm/
DGregs.c29 int write) in tdep_access_reg()
79 int write) in tdep_access_fpreg()
/third_party/libunwind/src/mips/
DGregs.c31 int write) in tdep_access_reg()
102 int write) in tdep_access_fpreg()
/third_party/libunwind/src/tilegx/
DGregs.c30 int write) in tdep_access_reg()
72 int write) in tdep_access_fpreg()
/third_party/libunwind/src/ppc32/
DGregs.c32 int write) in tdep_access_reg()
75 int write) in tdep_access_fpreg()

12345678910>>...28