Home
last modified time | relevance | path

Searched refs:write (Results 876 - 900 of 5477) sorted by relevance

1...<<31323334353637383940>>...220

/third_party/node/test/parallel/
H A Dtest-tls-net-socket-keepalive.js23 conn.write('hello', common.mustCall());
55 socket.write('hello');
H A Dtest-tls-socket-close.js15 // 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 Dtest-http-regr-gh-2928.js23 process.stdout.write('.');
45 process.stdout.write('+');
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/tests/
H A Dbindgen-up-to-date.rs24 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 Dobjdump-v873 sys.stdout.write(format_line(line))
80 sys.stdout.write(line)
/third_party/node/deps/v8/tools/testrunner/local/
H A Dverbose.py95 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 Dinvalid-realm.window.js17 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 Ddaemon-failure.c46 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 Dfreopen.c43 f->write = f2->write; in freopen()
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A D__stdio_write.c15 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 Dfwrite.c10 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 Dfreopen.c38 f->write = f2->write; in freopen()
H A Dfwrite.c13 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.c15 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 Dfwrite.c10 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 Dshrpx_exec.cc88 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 Dfwrite.c10 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 Dnet-c2s-cork.js58 while (socket.write(chunk, encoding));
70 Writer.prototype.write = function(chunk, encoding, cb) {
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_qlog.h49 /* 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 Drazer-quirks-lister.py62 output.write(line)
64 output.write("\n")
/third_party/node/deps/v8/gni/
H A Dprotoc.py44 f.write(args.descriptor_set_out + ":")
45 f.write(dependency_data)
/third_party/mesa3d/src/vulkan/util/
H A Dvk_extensions_gen.py216 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 Dsocketpair.c36 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 Dabg-viz-svg.h122 write();
137 this->write(); in finish()
H A Dabg-viz-dot.h134 write();
146 this->write(); in finish()

Completed in 6 milliseconds

1...<<31323334353637383940>>...220