/external/v8/tools/ |
D | android-run.py | 50 (fd_out, outname) = tempfile.mkstemp() 55 stdout=fd_out, 59 os.close(fd_out)
|
D | nacl-run.py | 45 (fd_out, outname) = tempfile.mkstemp() 50 stdout=fd_out, 54 os.close(fd_out)
|
/external/v8/tools/testrunner/local/ |
D | commands.py | 133 (fd_out, outname) = tempfile.mkstemp() 139 stdout=fd_out, 145 os.close(fd_out)
|
/external/openssh/ |
D | opacket.c | 231 packet_set_connection(int fd_in, int fd_out) in packet_set_connection() argument 233 active_state = ssh_packet_set_connection(active_state, fd_in, fd_out); in packet_set_connection()
|
D | sftp-client.c | 72 int fd_out; member 117 if (atomiciov6(writev, conn->fd_out, iov, 2, in send_msg() 173 debug3("Sent message fd %d T:%u I:%u", conn->fd_out, code, id); in send_string_request() 192 debug3("Sent message fd %d T:%u I:%u", conn->fd_out, code, id); in send_string_attrs_request() 376 do_init(int fd_in, int fd_out, u_int transfer_buflen, u_int num_requests, in do_init() argument 387 ret->fd_out = fd_out; in do_init()
|
D | packet.c | 269 ssh_packet_set_connection(struct ssh *ssh, int fd_in, int fd_out) in ssh_packet_set_connection() argument 287 state->connection_out = fd_out; in ssh_packet_set_connection()
|
/external/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 1668 #define __sanitizer_syscall_pre_splice(fd_in, off_in, fd_out, off_out, len, \ argument 1671 (long)(fd_out), (long)(off_out), \ 1673 #define __sanitizer_syscall_post_splice(res, fd_in, off_in, fd_out, off_out, \ argument 1676 (long)(fd_out), (long)(off_out), \ 2953 void __sanitizer_syscall_pre_impl_splice(long fd_in, long off_in, long fd_out, 2956 long fd_out, long off_out, long len,
|
/external/valgrind/drd/tests/ |
D | tsan_unittest.cpp | 4765 int fd_out = -1; variable 4772 IGNORE_RETURN_VALUE(write(fd_out, str, strlen(str) + 1)); in Writer() 4790 fd_out = creat(out_name, O_WRONLY | S_IRWXU); in Run() 4799 CHECK(fd_out >= 0); in Run() 4807 close(fd_out); in Run()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_syscalls.inc | 2639 PRE_SYSCALL(splice)(long fd_in, void *off_in, long fd_out, void *off_out, 2642 POST_SYSCALL(splice)(long res, long fd_in, void *off_in, long fd_out,
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-linux.c | 5148 int, fd_out, vki_loff_t *, off_out, in PRE() 5166 int, fd_in, int, fd_out, in PRE()
|