/external/webrtc/webrtc/base/ |
D | linuxfdwalk_unittest.cc | 25 std::set<int> *fds = static_cast<std::set<int> *>(data); in FdCheckVisitor() local 30 std::set<int> *fds = static_cast<std::set<int> *>(data); in FdEnumVisitor() local 35 static void CheckOpenFdList(std::set<int> fds) { in CheckOpenFdList() 40 static void GetOpenFdList(std::set<int> *fds) { in GetOpenFdList() 46 std::set<int> fds; in TEST() local
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | psock_lib.h | 71 static __maybe_unused void pair_udp_open(int fds[], uint16_t port) in pair_udp_open() 107 static __maybe_unused void pair_udp_send_char(int fds[], int num, char payload) in pair_udp_send_char() 129 static __maybe_unused void pair_udp_send(int fds[], int num) in pair_udp_send() 134 static __maybe_unused void pair_udp_close(int fds[]) in pair_udp_close()
|
D | psock_fanout.c | 188 static int sock_fanout_read(int fds[], char *rings[], const int expect[]) in sock_fanout_read() 222 int fds[2]; in test_control_group() local 262 int fds[2], fds_udp[2][2], ret; in test_datapath() local
|
/external/strace/tests/ |
D | ppoll.c | 38 struct pollfd fds[] = { in test1() local 60 struct pollfd fds[] = { in test2() local 80 int fds[2]; in main() local
|
D | print_maxfd.c | 37 int fds[2]; in main() local
|
D | pipe.c | 44 int *const fds = tail_alloc(sizeof(*fds) * 2); in main() local
|
/external/strace/tests-m32/ |
D | ppoll.c | 38 struct pollfd fds[] = { in test1() local 60 struct pollfd fds[] = { in test2() local 80 int fds[2]; in main() local
|
D | pipe.c | 44 int *const fds = tail_alloc(sizeof(*fds) * 2); in main() local
|
D | print_maxfd.c | 37 int fds[2]; in main() local
|
D | pipe2.c | 44 int *const fds = tail_alloc(sizeof(*fds) * 2); in main() local
|
/external/strace/tests-mx32/ |
D | ppoll.c | 38 struct pollfd fds[] = { in test1() local 60 struct pollfd fds[] = { in test2() local 80 int fds[2]; in main() local
|
D | pipe.c | 44 int *const fds = tail_alloc(sizeof(*fds) * 2); in main() local
|
D | print_maxfd.c | 37 int fds[2]; in main() local
|
/external/libchrome/base/posix/ |
D | unix_domain_socket_linux_unittest.cc | 31 int fds[2]; in TEST() local 67 int fds[2]; in TEST() local 85 int fds[2]; in TEST() local 112 int fds[2]; in TEST() local 142 int fds[2]; in TEST() local
|
D | unix_domain_socket_linux.cc | 52 const std::vector<int>& fds) { in SendMsg() 90 std::vector<ScopedFD>* fds) { in RecvMsg() 98 std::vector<ScopedFD>* fds, in RecvMsgWithPid() 108 std::vector<ScopedFD>* fds, in RecvMsgWithFlags()
|
/external/libbrillo/brillo/ |
D | unittest_utils.cc | 20 int fds[2]; in ScopedPipe() local 38 int fds[2]; in ScopedSocketPair() local
|
/external/strace/ |
D | poll.c | 37 const struct pollfd *fds = elem_buf; in print_pollfd() local 55 struct pollfd fds; in decode_poll_entering() local 65 struct pollfd fds; in decode_poll_exiting() local
|
D | pathtrace.c | 255 fd_set *fds; in pathtrace_match() local 312 struct pollfd fds; in pathtrace_match() local
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | minidump_writer_unittest.cc | 68 int fds[2]; in TEST() local 97 int fds[2]; in TEST() local 129 int fds[2]; in TEST() local 238 int fds[2]; in TEST() local 355 int fds[2]; in TEST() local 435 int fds[2]; in TEST() local 507 int fds[2]; in TEST() local 597 int fds[2]; in TEST() local
|
/external/google-breakpad/src/client/mac/tests/ |
D | exception_handler_test.cc | 105 int fds[2]; in InProcessCrash() local 244 int fds[2]; in TEST_F() local 309 int fds[2]; in TEST_F() local 408 int fds[2]; in TEST_F() local 504 int fds[2]; in TEST_F() local 604 int fds[2]; in TEST_F() local 661 int fds[2]; in TEST_F() local
|
/external/iproute2/examples/bpf/ |
D | bpf_agent.c | 125 static void bpf_info_loop(int *fds, struct bpf_map_aux *aux) in bpf_info_loop() 164 static int bpf_map_set_recv(int fd, int *fds, struct bpf_map_aux *aux, in bpf_map_set_recv() 210 int fds[BPF_SCM_MAX_FDS]; in main() local
|
/external/libchrome/base/test/ |
D | multiprocess_test_android.cc | 139 int fds[2] = {-1, -1}; in Init() local 163 int fd, const MessageHeader* msg, const std::vector<int>& fds) { in Send() 178 ssize_t LaunchHelper::Recv(int fd, void* buf, std::vector<ScopedFD>* fds) { in Recv() 213 std::vector<ScopedFD> fds; in DoHelper() local 241 std::vector<ScopedFD> fds) { in StartProcessInHelper()
|
/external/libvncserver/libvncserver/ |
D | sockets.c | 286 fd_set fds; in rfbCheckFds() local 574 fd_set fds; in rfbReadExactTimeout() local 666 fd_set fds; in rfbPeekExactTimeout() local 744 fd_set fds; in rfbWriteExact() local
|
/external/valgrind/none/tests/ |
D | fdleak_pipe.c | 6 int fds[2]; in main() local
|
D | fdleak_socketpair.c | 8 int fds[2]; in main() local
|