/external/strace/tests-mx32/ |
D | msg_name.c | 40 send_recv(const int send_fd, const int recv_fd, in send_recv() function 66 int rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 77 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 85 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 96 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 104 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 113 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 130 rc = send_recv(send_fd, -1, msg + 1, 0); in test_msg_name() 135 rc = send_recv(send_fd, -1, 0, 0); in test_msg_name()
|
/external/strace/tests/ |
D | msg_name.c | 40 send_recv(const int send_fd, const int recv_fd, in send_recv() function 66 int rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 77 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 85 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 96 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 104 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 113 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 130 rc = send_recv(send_fd, -1, msg + 1, 0); in test_msg_name() 135 rc = send_recv(send_fd, -1, 0, 0); in test_msg_name()
|
/external/strace/tests-m32/ |
D | msg_name.c | 40 send_recv(const int send_fd, const int recv_fd, in send_recv() function 66 int rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 77 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 85 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 96 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 104 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 113 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 130 rc = send_recv(send_fd, -1, msg + 1, 0); in test_msg_name() 135 rc = send_recv(send_fd, -1, 0, 0); in test_msg_name()
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/ |
D | vscode.py | 295 def send_recv(self, command): member in DebugCommunication 524 return self.send_recv(command_dict) 532 response = self.send_recv(command_dict) 557 response = self.send_recv(command_dict) 573 return self.send_recv(command_dict) 589 return self.send_recv(command_dict) 607 response = self.send_recv(command_dict) 666 response = self.send_recv(command_dict) 682 return self.send_recv(command_dict) 693 return self.send_recv(command_dict) [all …]
|
/external/rust/crates/tokio/tests/ |
D | sync_oneshot.rs | 29 fn send_recv() { in send_recv() function
|
D | udp.rs | 13 async fn send_recv() -> std::io::Result<()> { in send_recv() function
|
/external/rust/crates/futures-channel/tests/ |
D | mpsc.rs | 18 fn send_recv() { in send_recv() function
|
/external/rust/crates/vmm_vhost/src/vhost_user/ |
D | connection.rs | 824 fn send_recv() { in send_recv() function
|