Home
last modified time | relevance | path

Searched refs:write (Results 776 - 800 of 3634) sorted by relevance

1...<<31323334353637383940>>...146

/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DByteStringTest.java346 // A stream which exposes the byte array passed into write(byte[], int, int).
351 public void write(byte[] buf, int off, int len) { in write() method in ByteStringTest.EvilOutputStream
358 public void write(int ignored) { in write() method in ByteStringTest.EvilOutputStream
374 output.write(bytes); in testNewOutput_InitialCapacity()
382 // write sizes
395 output.write(bytes, i, Math.min(writeSize, length - i)); in testNewOutput_ArrayWrite()
405 // characters using write(byte);
415 output.write(byteValue); in testNewOutput_WriteChar()
423 // Test newOutput() in which we write the bytes using a variety of methods
434 // Test writing the entire output using a mixture of write size in testNewOutput_Mixed()
[all...]
/third_party/python/Lib/
H A Dcodecs.py373 def write(self, object): member in StreamWriter
378 self.stream.write(data)
383 using .write().
385 self.write(''.join(list))
671 work in both read and write modes.
719 def write(self, data): member in StreamReaderWriter
721 return self.writer.write(data)
780 data visible to .read() and .write()) while Reader and Writer
834 def write(self, data): member in StreamRecoder
837 return self.writer.write(dat
[all...]
/third_party/node/deps/undici/src/lib/
H A Dclient.js1467 if (!request.aborted && write(client, request)) {
1480 function write (client, request) {
1610 socket.write(`${header}content-length: 0\r\n\r\n`, 'latin1')
1613 socket.write(`${header}\r\n`, 'latin1')
1620 socket.write(`${header}content-length: ${contentLength}\r\n\r\n`, 'latin1')
1621 socket.write(body)
1686 // We disabled endStream to allow the user to write to the stream
1852 stream.write(body)
1950 if (!writer.write(chunk) && this.pause) {
2037 h2stream.write(buffe
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dreg.py15 from generator import GeneratorOptions, OutputGenerator, noneStr, write namespace
410 "Output generator used to write headers / messages"
418 "Options controlling features to write and how to format them"
837 write('***************************************', file=filehandle)
838 write(' ** Dumping Registry contents **', file=filehandle)
839 write('***************************************', file=filehandle)
840 write('// Types', file=filehandle)
843 write(' Type', name, '->', etree.tostring(tobj.elem)[0:maxlen], file=filehandle)
844 write('// Groups', file=filehandle)
847 write(' Grou
[all...]
/third_party/python/Lib/xml/dom/
H A Dminidom.py308 writer.write(data)
875 a write method (e.g. a file or StringIO object).
880 writer.write(indent+"<" + self.tagName)
885 writer.write(" %s=\"" % a_name)
887 writer.write("\"")
889 writer.write(">")
895 writer.write(newl)
898 writer.write(indent)
899 writer.write("</%s>%s" % (self.tagName, newl))
901 writer.write("/>
[all...]
/third_party/vulkan-headers/registry/
H A Dreg.py15 from generator import GeneratorOptions, OutputGenerator, noneStr, write namespace
410 "Output generator used to write headers / messages"
418 "Options controlling features to write and how to format them"
837 write('***************************************', file=filehandle)
838 write(' ** Dumping Registry contents **', file=filehandle)
839 write('***************************************', file=filehandle)
840 write('// Types', file=filehandle)
843 write(' Type', name, '->', etree.tostring(tobj.elem)[0:maxlen], file=filehandle)
844 write('// Groups', file=filehandle)
847 write(' Grou
[all...]
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dxcode.py159 sys.stderr.write("Problem with gyp file %s\n" % self.gyp_path)
867 # There's no need to write anything into the script to ensure that the
1087 makefile.write("all: \\\n")
1104 makefile.write(f" {concrete_output}{eol}\n")
1112 makefile.write("\n")
1125 makefile.write(f"{bol}{concrete_output} \\\n")
1134 makefile.write(" : \\\n")
1145 makefile.write(f" {prerequisite}{eol}\n")
1150 makefile.write(
1158 makefile.write("\
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dxcode.py159 sys.stderr.write("Problem with gyp file %s\n" % self.gyp_path)
867 # There's no need to write anything into the script to ensure that the
1087 makefile.write("all: \\\n")
1104 makefile.write(f" {concrete_output}{eol}\n")
1112 makefile.write("\n")
1122 makefile.write(f"{bol}{concrete_output} \\\n")
1131 makefile.write(" : \\\n")
1142 makefile.write(f" {prerequisite}{eol}\n")
1147 makefile.write(
1155 makefile.write("\
[all...]
/third_party/python/Lib/test/
H A Dtest_marshal.py317 f.write(interleaved)
381 def write(self, s): member in NullWriter
593 f.write(b'\x34\x12xxxx')
600 f.write(b'\x12')
607 f.write(b'\x78\x56\x34\x12xxxx')
614 f.write(b'\x56\x34\x12')
624 f.write(data + b'xxxx')
630 f.write(data[:1])
640 f.write(data + b'xxxx')
647 f.write(dat
[all...]
/third_party/curl/lib/
H A Dwarnless.h102 #undef write macro
103 #define write(fd, buf, count) curlx_write(fd, buf, count) macro
/third_party/libunwind/libunwind/src/x86/
H A DGresume.c38 int write, void *); in establish_machine_state()
40 int write, void *); in establish_machine_state()
/third_party/libunwind/libunwind/src/coredump/
H A D_UCD_access_mem.c29 int write, void *arg) in _UCD_access_mem()
31 if (write) in _UCD_access_mem()
33 Debug(0, "write is not supported\n"); in _UCD_access_mem()
28 _UCD_access_mem(unw_addr_space_t as, unw_word_t addr, unw_word_t *val, int write, void *arg) _UCD_access_mem() argument
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_gather_types_c.py119 f.write(TEMPLATE.render(opcodes=opcodes))
128 sys.stderr.write(exceptions.text_error_template().render() + '\n')
/third_party/node/test/fixtures/wpt/streams/writable-streams/
H A Dproperties.any.js9 write: {
11 trigger: writer => writer.write()
/third_party/node/test/parallel/
H A Dtest-child-process-stdio-big-write-end.js62 } while (child.stdin.write(buf));
64 // Then write a bunch more times.
68 child.stdin.write(buf);
H A Dtest-http-after-connect.js31 res.write('');
38 socket.write('HTTP/1.1 200 Connection established\r\n\r\n');
H A Dtest-http-incoming-pipelined-socket-destroy.js50 res.write('hello ');
81 // Immediately write the pipelined requests.
83 client.write(generator(seeds));
H A Dtest-http-set-trailers.js36 c.write('GET / HTTP/1.0\r\n\r\n');
62 c.write('GET / HTTP/1.1\r\n\r\n');
H A Dtest-http2-pack-end-stream-flag.js23 stream.write('OK');
27 stream.write('OK', () => stream.end());
H A Dtest-https-client-resume.js53 client1.write('GET / HTTP/1.0\r\n' +
71 client2.write('GET / HTTP/1.0\r\n' +
H A Dtest-https-server-close-all.js63 client2.write('GET / HTTP/1.1\r\n\r\n');
70 client1.write('GET / HTTP/1.1');
H A Dtest-pipe-stream.js26 conn.write('PING', 'utf-8');
44 conn.write('PONG', 'utf-8');
H A Dtest-repl-pretty-custom-stack.js16 outputStream.write = (data) => accum += data.replace('\r', '');
26 r.write(`${command}\n`);
H A Dtest-repl-pretty-stack.js16 outputStream.write = (data) => accum += data.replace('\r', '');
27 r.write(`${command}\n`);
H A Dtest-stream3-cork-end.js22 // Stream end event is not seen before the last write.
41 writeState = w.write(writeChunk);
52 // Do an initial write.
53 w.write('stuff');
54 // The write was immediate.

Completed in 16 milliseconds

1...<<31323334353637383940>>...146