| /third_party/node/test/parallel/ |
| H A D | test-tls-net-socket-keepalive.js | 23 conn.write('hello', common.mustCall()); 55 socket.write('hello');
|
| H A D | test-tls-socket-close.js | 15 // before the client side write callback, which is not guaranteed by the TLS 56 tlsConnection.write('foo', 'utf8', common.mustCall(() => { 63 // Checking this way allows us to do the write at a time that causes a 68 tlsSocket.write('bar');
|
| /third_party/node/test/sequential/ |
| H A D | test-http-regr-gh-2928.js | 23 process.stdout.write('.'); 45 process.stdout.write('+');
|
| /third_party/node/deps/v8/third_party/ittapi/ittapi-rs/tests/ |
| H A D | bindgen-up-to-date.rs | 24 std::fs::write("src/ittnotify_bindings.rs", expected).unwrap(); in test_ittnotify_bindings_up_to_date() 52 std::fs::write("src/jitprofiling_bindings.rs", expected).unwrap(); in test_jitprofiling_bindings_up_to_date()
|
| /third_party/node/deps/v8/tools/ |
| H A D | objdump-v8 | 73 sys.stdout.write(format_line(line)) 80 sys.stdout.write(line)
|
| /third_party/node/deps/v8/tools/testrunner/local/ |
| H A D | verbose.py | 95 sys.stderr.write("--- Total time: %s ---\n" % FormatTime(overall_time)) 102 sys.stderr.write("%4i (%s) %s\n" % (index, t, test))
|
| /third_party/node/test/fixtures/wpt/encoding/streams/ |
| H A D | invalid-realm.window.js | 17 return Promise.all([writer.write(new Uint8Array([65])),readPromise]); 18 }, 'TextDecoderStream: write in detached realm should succeed'); 27 return Promise.all([writer.write('A'), readPromise]); 28 }, 'TextEncoderStream: write in detached realm should succeed');
|
| /third_party/musl/libc-test/src/regression/ |
| H A D | daemon-failure.c | 46 write(fdout, "ERROR:\n", 7); in main() 56 if (write(fd[1], "1" + !t_status, 1) != 1) in main() 57 t_error("write failed: %s\n", strerror(errno)); in main()
|
| /third_party/musl/porting/linux/user/src/stdio/ |
| H A D | freopen.c | 43 f->write = f2->write; in freopen()
|
| /third_party/musl/porting/uniproton/kernel/src/stdio/ |
| H A D | __stdio_write.c | 15 cnt = write(f->fd, iov[0].iov_base, iov[0].iov_len);
in __stdio_write() 16 if (0 != iov[1].iov_len) cnt += write(f->fd, iov[1].iov_base, iov[1].iov_len);
in __stdio_write()
|
| H A D | fwrite.c | 10 if (l > f->wend - f->wpos) return f->write(f, s, l); in __fwritex() 16 size_t n = f->write(f, s, i); in __fwritex()
|
| /third_party/musl/src/stdio/ |
| H A D | freopen.c | 38 f->write = f2->write; in freopen()
|
| H A D | fwrite.c | 13 if (l > f->wend - f->wpos) return f->write(f, s, l); in __fwritex() 19 size_t n = f->write(f, s, i); in __fwritex()
|
| /third_party/musl/porting/liteos_m/kernel/src/stdio/ |
| H A D | __stdio_write.c | 15 cnt = write(f->fd, iov[0].iov_base, iov[0].iov_len);
in __stdio_write() 16 if (0 != iov[1].iov_len) cnt += write(f->fd, iov[1].iov_base, iov[1].iov_len);
in __stdio_write()
|
| H A D | fwrite.c | 10 if (l > f->wend - f->wpos) return f->write(f, s, l); in __fwritex() 16 size_t n = f->write(f, s, i); in __fwritex()
|
| /third_party/nghttp2/src/ |
| H A D | shrpx_exec.cc | 88 while (write(STDERR_FILENO, msg, str_size(msg)) == -1 && errno == EINTR) in exec_read_command() 99 while (write(STDERR_FILENO, msg, str_size(msg)) == -1 && errno == EINTR) in exec_read_command()
|
| /third_party/musl/porting/liteos_a/kernel/src/stdio/ |
| H A D | fwrite.c | 10 if (l > f->wend - f->wpos) return f->write(f, s, l); in __fwritex() 16 size_t n = f->write(f, s, i); in __fwritex()
|
| /third_party/node/benchmark/net/ |
| H A D | net-c2s-cork.js | 58 while (socket.write(chunk, encoding)); 70 Writer.prototype.write = function(chunk, encoding, cb) {
|
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| H A D | ngtcp2_qlog.h | 49 /* write is a callback function to write qlog. */ 50 ngtcp2_qlog_write write; member 55 /* buf is a heap allocated buffer to write exclusively 58 /* user_data is an opaque pointer which is passed to write 66 void ngtcp2_qlog_init(ngtcp2_qlog *qlog, ngtcp2_qlog_write write, 87 * ngtcp2_qlog_pkt_received_start starts to write packet_received 90 * write callback. 96 * the content of qlog->buf to qlog->write callback. 102 * ngtcp2_qlog_pkt_sent_start starts to write packet_sen [all...] |
| /third_party/libinput/tools/ |
| H A D | razer-quirks-lister.py | 62 output.write(line) 64 output.write("\n")
|
| /third_party/node/deps/v8/gni/ |
| H A D | protoc.py | 44 f.write(args.descriptor_set_out + ":") 45 f.write(dependency_data)
|
| /third_party/mesa3d/src/vulkan/util/ |
| H A D | vk_extensions_gen.py | 216 f.write(_TEMPLATE_H.render(**template_env)) 220 f.write(_TEMPLATE_C.render(**template_env))
|
| /third_party/musl/libc-test/src/functionalext/supplement/network/ |
| H A D | socketpair.c | 36 int size = write(fb[0], str, strlen(str)); in socketpair_0100() 71 int size = write(fb[0], str, strlen(str)); in socketpair_0300()
|
| /third_party/libabigail/include/ |
| H A D | abg-viz-svg.h | 122 write(); 137 this->write(); in finish()
|
| H A D | abg-viz-dot.h | 134 write(); 146 this->write(); in finish()
|