| /third_party/mesa3d/src/gallium/winsys/virgl/vtest/ |
| H A D | virgl_vtest_socket.c | 37 /* block read/write routines */ 45 ret = write(fd, ptr, left); in virgl_block_write()
|
| /third_party/node/lib/internal/test_runner/ |
| H A D | runner.js | 398 process.stderr.write(line + '\n');
|
| /third_party/node/lib/internal/webstreams/ |
| H A D | transformstream.js | 359 write(chunk) {
|
| /third_party/node/deps/v8/tools/dev/ |
| H A D | gm.py | 243 f.write(content)
|
| /third_party/node/deps/v8/tools/unittests/ |
| H A D | run_perf_test.py | 139 f.write(json.dumps(json_content))
|
| /third_party/node/test/parallel/ |
| H A D | test-repl-history-navigation.js | 668 write(chunk, _, next) {
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | function-body-decoder.cc | 215 os.write(padding, num_whitespaces); in PrintRawWasmCode()
|
| /third_party/node/deps/v8/tools/mb/ |
| H A D | mb_test.py | 102 def write(self, contents): member in FakeFile
|
| /third_party/node/tools/gyp/pylib/gyp/generator/ |
| H A D | analyzer.py | 586 f.write(json.dumps(values) + "\n")
|
| /third_party/node/tools/gyp/pylib/gyp/ |
| H A D | __init__.py | 668 sys.stderr.write("gyp: %s\n" % e)
|
| /third_party/musl/porting/linux/user/src/aio/ |
| H A D | aio.c | 29 * queues themselves requires a write lock on the global map object, 258 ret = q->append ? write(fd, buf, len) : pwrite(fd, buf, len, off); in io_thread_func()
|
| /third_party/musl/porting/liteos_a/user/src/aio/ |
| H A D | aio.c | 30 * queues themselves requires a write lock on the global map object, 256 ret = q->append ? write(fd, buf, len) : pwrite(fd, buf, len, off); in io_thread_func()
|
| /third_party/nghttp2/src/ |
| H A D | shrpx_api_downstream_connection.cc | 319 while ((nwrite = write(fd_, data, datalen)) == -1 && errno == EINTR) in push_upload_data_chunk() 323 LOG(ERROR) << "Could not write API request body: errno=" << error; in push_upload_data_chunk()
|
| /third_party/musl/porting/linux/user/src/fortify/ |
| H A D | fortify.c | 129 __diagnose_buffer_access("recvfrom", "write into", len, buf_size); in __recvfrom_chk() 142 __diagnose_buffer_access("recv", "write into", len, buf_size); in __recv_chk() 181 __diagnose_buffer_access("strncat", "write into", src_len, dst_buf_size); in __strncat_chk() 188 __diagnose_buffer_access("strcat", "write into", src_len, dst_buf_size); in __strcat_chk() 195 __diagnose_buffer_access("strcpy", "write into", src_len, dst_len); in __strcpy_chk() 201 __diagnose_buffer_access("memmove", "write into", len, dst_len); in __memmove_chk() 208 __diagnose_buffer_access("memcpy", "write into", count, dst_len); in __memcpy_chk() 216 __diagnose_buffer_access("mempcpy", "write into", count, dst_len); in __mempcpy_chk() 224 __diagnose_buffer_access("stpcpy", "write into", src_len, dst_len); in __stpcpy_chk() 237 __diagnose_buffer_access("stpncpy", "write int in __stpncpy_chk() [all...] |
| /third_party/musl/src/fortify/linux/ |
| H A D | fortify.c | 140 __diagnose_buffer_access("recvfrom", "write into", len, buf_size); in __recvfrom_chk() 153 __diagnose_buffer_access("recv", "write into", len, buf_size); in __recv_chk() 192 __diagnose_buffer_access("strncat", "write into", src_len, dst_buf_size); in __strncat_chk() 199 __diagnose_buffer_access("strcat", "write into", src_len, dst_buf_size); in __strcat_chk() 206 __diagnose_buffer_access("strcpy", "write into", src_len, dst_len); in __strcpy_chk() 212 __diagnose_buffer_access("memmove", "write into", len, dst_len); in __memmove_chk() 219 __diagnose_buffer_access("memcpy", "write into", count, dst_len); in __memcpy_chk() 227 __diagnose_buffer_access("mempcpy", "write into", count, dst_len); in __mempcpy_chk() 235 __diagnose_buffer_access("stpcpy", "write into", src_len, dst_len); in __stpcpy_chk() 248 __diagnose_buffer_access("stpncpy", "write int in __stpncpy_chk() [all...] |
| /third_party/nghttp2/ |
| H A D | git-clang-format | 345 p.stdin.write('%s\0' % line) 349 tree_id = run('git', 'write-tree')
|
| /third_party/musl/src/aio/ |
| H A D | aio.c | 30 * queues themselves requires a write lock on the global map object, 265 ret = q->append ? write(fd, buf, len) : pwrite(fd, buf, len, off); in io_thread_func()
|
| /third_party/node/deps/npm/node_modules/jsonparse/ |
| H A D | jsonparse.js | 127 proto.write = function (buffer) {
|
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
| H A D | analyzer.py | 586 f.write(json.dumps(values) + "\n")
|
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
| H A D | __init__.py | 682 sys.stderr.write("gyp: %s\n" % e)
|
| /third_party/libfuse/example/ |
| H A D | passthrough_fh.c | 632 .write = xmp_write,
|
| H A D | passthrough.c | 531 .write = xmp_write,
|
| /third_party/libfuse/include/ |
| H A D | fuse.h | 177 * ENOENT): read(2), write(2), fsync(2), close(2), f*xattr(2), 208 * 1. Each read(2) or write(2) system call will initiate one 209 * or more read or write operations, data will not be 212 * 2. The return value of the read() and write() system calls 214 * write operations. This is useful for example if the 269 * read, write, flush, release, fallocate, fsync, readdir, 434 * that each write is appending to the end of the file. 445 * operations (read, write, flush, release, fsync). 484 int (*write) (const char *, const char *, size_t, off_t, member 501 * userspace as errors from close(), so flush() is a good place to write [all...] |
| /third_party/ltp/testcases/kernel/ipc/pipeio/ |
| H A D | pipeio.c | 20 * with this program; if not, write the Free Software Foundation, Inc., 429 * (each child will write at least 50000 bytes, since all in setup() 500 int *count_word; /* holds address where to write writers count */ in do_child() 501 int *pid_word; /* holds address where to write writers pid */ in do_child() 539 * writes are only in one unit when the size of the write in do_child() 547 * write pid and count in first two in do_child() 566 " write count %d, but expected to write %d", in do_child() 737 -i #writes - number write per child, zero means forever.\n\ in help() 744 -s size - size of read and write (de in help() [all...] |
| /third_party/ltp/testcases/kernel/syscalls/fcntl/ |
| H A D | fcntl16.c | 16 * along with this program; if not, write to the Free Software 78 /* #1 Parent_a making a write lock on entire file */ 93 /* #2 Parent_a making a write lock on entire file */ 102 * Parent_c write lock on entire 109 /* #3 Parent_a making a write lock on entire file */ 125 /* #4 Parent_a making a write lock on entire file */ 141 /* #5 Parent_a making a write lock on entire file */ 157 /* #6 Parent_a making a write lock on entire file */ 163 /* Child_b write lock on byte 6 to byte 8 */ 170 /* #7 Parent_a making a write loc [all...] |