Home
last modified time | relevance | path

Searched refs:send_recv (Results 1 – 8 of 8) sorted by relevance

/external/strace/tests-mx32/
Dmsg_name.c40 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/
Dmsg_name.c40 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/
Dmsg_name.c40 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/
Dvscode.py295 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/
Dsync_oneshot.rs29 fn send_recv() { in send_recv() function
Dudp.rs13 async fn send_recv() -> std::io::Result<()> { in send_recv() function
/external/rust/crates/futures-channel/tests/
Dmpsc.rs18 fn send_recv() { in send_recv() function
/external/rust/crates/vmm_vhost/src/vhost_user/
Dconnection.rs824 fn send_recv() { in send_recv() function