Home
last modified time | relevance | path

Searched refs:write (Results 1776 - 1800 of 3634) sorted by relevance

1...<<71727374757677787980>>...146

/third_party/mesa3d/bin/
H A Dpost_version.py50 f.write(line)
H A Dgen_vs_module_defs.py72 f.write(out_file_content.encode('utf-8'))
/third_party/jsframework/
H A Dbuild_strip_native_min.js83 bundle.write(configOutput).then(() => {
/third_party/jinja2/
H A Dmeta.py21 def write(self, x: str) -> None: member in TrackingCodeGenerator
22 """Don't write."""
/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_info_c.py132 f.write(TEMPLATE.render(info=info))
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-misc.c102 n = write(fd, buf, len); in lws_plat_write_cert()
/third_party/ltp/lib/
H A Dtst_fill_file.c15 * along with this program; if not, write the Free Software Foundation,
48 if (write(fd, buf, bs) != (ssize_t)bs) { in tst_fill_fd()
/third_party/ltp/testcases/kdump/lib/crasher/
H A Dcrasher.c15 * along with this program; if not, write to the Free Software
99 .write = crasher_write,
/third_party/ltp/testcases/kernel/fs/fs-bench/
H A Drandom-access.c78 if (write(nullfd, buf, c) < 0) { in open_read_close()
/third_party/ltp/testcases/kernel/controllers/cgroup/
H A Dcgroup_core02.c80 TEST(write(targ.fds[i], "0", 1)); in test_lesser_ns_open()
H A Dcgroup_core01.c59 TEST(write(fds[i], "0", 1)); in test_lesser_euid_open()
/third_party/ltp/testcases/kernel/fs/doio/
H A Ddoio.h20 * with this program; if not, write the Free Software Foundation, Inc.,
152 int r_aio_strat; /* asynch write completion strategy */
194 struct write_req write; member
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_cs.cpp116 emit_instruction(new AluInstr(op1_mov, dest, src[i], i == 2 ? AluInstr::last_write : AluInstr::write)); in emit_load_3vec()
/third_party/node/lib/internal/readline/
H A DemitKeypressEvents.js48 const string = stream[KEYPRESS_DECODER].write(input);
/third_party/node/lib/internal/util/
H A Ddebuglog.js64 process.stderr.write(format('%s %s: %s\n', set, coloredPID, msg));
/third_party/node/test/parallel/
H A Dtest-http-client-timeout-agent.js42 res.write(reqid.toString());
H A Dtest-http-keep-alive-close-on-header.js32 res.write(body);
H A Dtest-http-keep-alive.js31 res.write(body);
H A Dtest-http-response-status-message.js56 connection.write(testCase.response);
H A Dtest-http2-create-client-session.js28 stream.write(body.slice(0, 20));
H A Dtest-http2-window-size.js14 // Given a list of buffers and an initial window size, have a server write
33 const drained = stream.write(buffers[i]);
H A Dtest-https-foafssl.js84 client.stdin.write('GET /\n\n');
H A Dtest-net-server-max-connections.js37 connection.write('hello');
H A Dtest-npm-install.js59 process.stderr.write(stderr);
H A Dtest-stream-transform-split-objectmode.js77 serializer.write({ val: 42 });

Completed in 7 milliseconds

1...<<71727374757677787980>>...146