Home
last modified time | relevance | path

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

12345678910>>...37

/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.js31 const write = new Writable({ constant
32 write(data, enc, cb) { method
74 const write = new Writable({ constant
75 write(data, enc, cb) { method
93 const write = new Writable({ constant
94 write(data, enc, cb) { method
120 const write = new Writable({ constant
121 write(data, enc, cb) { method
233 write(data, enc, cb) { method
310 write(data, enc, cb) { method
[all …]
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-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-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.js8 write: common.mustCall((buf, enc, cb) => { property
23 write: common.mustCall((buf, enc, cb) => { property
40 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
/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/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/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/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/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/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
/third_party/icu/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/
DCapDocument.java21 public void write(PrintWriter pw, int i) { in write() method in CapDocument.TextCap
31 public void write(PrintWriter pw, int indent) { in write() method in CapDocument.CommentElement
47 public void write(PrintWriter pw, int indent) { in write() method in CapDocument.TagElement
99 public void write(PrintWriter pw, int indent) { in write() method in CapDocument

12345678910>>...37