| /third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
| H A D | ByteStringTest.java | 346 // 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 D | codecs.py | 373 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 D | client.js | 1467 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 D | reg.py | 15 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 D | minidom.py | 308 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 D | reg.py | 15 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 D | xcode.py | 159 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 D | xcode.py | 159 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 D | test_marshal.py | 317 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 D | warnless.h | 102 #undef write macro 103 #define write(fd, buf, count) curlx_write(fd, buf, count) macro
|
| /third_party/libunwind/libunwind/src/x86/ |
| H A D | Gresume.c | 38 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.c | 29 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 D | vtn_gather_types_c.py | 119 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 D | properties.any.js | 9 write: { 11 trigger: writer => writer.write()
|
| /third_party/node/test/parallel/ |
| H A D | test-child-process-stdio-big-write-end.js | 62 } while (child.stdin.write(buf)); 64 // Then write a bunch more times. 68 child.stdin.write(buf);
|
| H A D | test-http-after-connect.js | 31 res.write(''); 38 socket.write('HTTP/1.1 200 Connection established\r\n\r\n');
|
| H A D | test-http-incoming-pipelined-socket-destroy.js | 50 res.write('hello '); 81 // Immediately write the pipelined requests. 83 client.write(generator(seeds));
|
| H A D | test-http-set-trailers.js | 36 c.write('GET / HTTP/1.0\r\n\r\n'); 62 c.write('GET / HTTP/1.1\r\n\r\n');
|
| H A D | test-http2-pack-end-stream-flag.js | 23 stream.write('OK'); 27 stream.write('OK', () => stream.end());
|
| H A D | test-https-client-resume.js | 53 client1.write('GET / HTTP/1.0\r\n' + 71 client2.write('GET / HTTP/1.0\r\n' +
|
| H A D | test-https-server-close-all.js | 63 client2.write('GET / HTTP/1.1\r\n\r\n'); 70 client1.write('GET / HTTP/1.1');
|
| H A D | test-pipe-stream.js | 26 conn.write('PING', 'utf-8'); 44 conn.write('PONG', 'utf-8');
|
| H A D | test-repl-pretty-custom-stack.js | 16 outputStream.write = (data) => accum += data.replace('\r', ''); 26 r.write(`${command}\n`);
|
| H A D | test-repl-pretty-stack.js | 16 outputStream.write = (data) => accum += data.replace('\r', ''); 27 r.write(`${command}\n`);
|
| H A D | test-stream3-cork-end.js | 22 // 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.
|