| /third_party/mesa3d/bin/ |
| H A D | post_version.py | 50 f.write(line)
|
| H A D | gen_vs_module_defs.py | 72 f.write(out_file_content.encode('utf-8'))
|
| /third_party/jsframework/ |
| H A D | build_strip_native_min.js | 83 bundle.write(configOutput).then(() => {
|
| /third_party/jinja2/ |
| H A D | meta.py | 21 def write(self, x: str) -> None: member in TrackingCodeGenerator 22 """Don't write."""
|
| /third_party/mesa3d/src/compiler/spirv/ |
| H A D | spirv_info_c.py | 132 f.write(TEMPLATE.render(info=info))
|
| /third_party/libwebsockets/lib/plat/unix/ |
| H A D | unix-misc.c | 102 n = write(fd, buf, len); in lws_plat_write_cert()
|
| /third_party/ltp/lib/ |
| H A D | tst_fill_file.c | 15 * 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 D | crasher.c | 15 * 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 D | random-access.c | 78 if (write(nullfd, buf, c) < 0) { in open_read_close()
|
| /third_party/ltp/testcases/kernel/controllers/cgroup/ |
| H A D | cgroup_core02.c | 80 TEST(write(targ.fds[i], "0", 1)); in test_lesser_ns_open()
|
| H A D | cgroup_core01.c | 59 TEST(write(fds[i], "0", 1)); in test_lesser_euid_open()
|
| /third_party/ltp/testcases/kernel/fs/doio/ |
| H A D | doio.h | 20 * 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 D | sfn_shader_cs.cpp | 116 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 D | emitKeypressEvents.js | 48 const string = stream[KEYPRESS_DECODER].write(input);
|
| /third_party/node/lib/internal/util/ |
| H A D | debuglog.js | 64 process.stderr.write(format('%s %s: %s\n', set, coloredPID, msg));
|
| /third_party/node/test/parallel/ |
| H A D | test-http-client-timeout-agent.js | 42 res.write(reqid.toString());
|
| H A D | test-http-keep-alive-close-on-header.js | 32 res.write(body);
|
| H A D | test-http-keep-alive.js | 31 res.write(body);
|
| H A D | test-http-response-status-message.js | 56 connection.write(testCase.response);
|
| H A D | test-http2-create-client-session.js | 28 stream.write(body.slice(0, 20));
|
| H A D | test-http2-window-size.js | 14 // Given a list of buffers and an initial window size, have a server write 33 const drained = stream.write(buffers[i]);
|
| H A D | test-https-foafssl.js | 84 client.stdin.write('GET /\n\n');
|
| H A D | test-net-server-max-connections.js | 37 connection.write('hello');
|
| H A D | test-npm-install.js | 59 process.stderr.write(stderr);
|
| H A D | test-stream-transform-split-objectmode.js | 77 serializer.write({ val: 42 });
|