/external/strace/tests/ |
D | unix-pair-send-recv.c | 68 assert(recvfrom(0, av[1], len, MSG_WAITALL, NULL, NULL) == len); in main() 76 assert(recvfrom(1, av[1], len, MSG_WAITALL, NULL, NULL) == len); in main() 79 assert(recvfrom(1, av[1], len, MSG_WAITALL, NULL, NULL) == 0); in main()
|
D | dumpio.expected | 4 recvfrom(0, "abcdefghijklmnopqrstuvwxyz", 26, MSG_WAITALL, NULL, NULL) = 26
|
D | inet-accept-connect-send-recv.c | 74 assert(recv(1, buf, sizeof(buf), MSG_WAITALL) == (int) size); in main()
|
/external/fio/os/ |
D | os-hpux.h | 36 #ifndef MSG_WAITALL 37 #define MSG_WAITALL 0x40 macro
|
/external/strace/xlat/ |
D | msg_flags.h | 35 #if defined(MSG_WAITALL) || (defined(HAVE_DECL_MSG_WAITALL) && HAVE_DECL_MSG_WAITALL) 36 XLAT(MSG_WAITALL),
|
D | msg_flags.in | 9 MSG_WAITALL
|
/external/nanopb-c/examples/network_server/ |
D | common.c | 22 result = recv(fd, buf, count, MSG_WAITALL); in read_callback()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/ |
D | devshell.py | 87 json_str += sock.recv(to_read, socket.MSG_WAITALL).decode()
|
/external/fio/engines/ |
D | net.c | 629 else if (!ret && (flags & MSG_WAITALL)) in fio_netio_recv() 635 flags |= MSG_WAITALL; in fio_netio_recv() 898 ret = sendto(f->fd, (void *) &msg, sizeof(msg), MSG_WAITALL, to, len); in fio_netio_send_close() 930 ret = recvfrom(f->fd, (void *) &msg, sizeof(msg), MSG_WAITALL, to, &len); in fio_netio_udp_recv_open() 967 ret = sendto(f->fd, (void *) &msg, sizeof(msg), MSG_WAITALL, to, len); in fio_netio_send_open()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/ |
D | test_devshell.py | 71 resp_buffer += s.recv(to_read, socket.MSG_WAITALL)
|
/external/nanopb-c/docs/ |
D | concepts.rst | 60 … full requested length of data. For example, POSIX *recv()* needs the *MSG_WAITALL* parameter to a…
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
D | userial_linux.c | 499 recv(signal_fds[0], &sig_recv, sizeof(sig_recv), MSG_WAITALL); in reset_signal()
|
/external/fio/ |
D | server.c | 162 int ret = recv(sk, p, len, MSG_WAITALL); in fio_recv_data()
|
/external/blktrace/ |
D | blktrace.c | 809 int ret = recv(fd, buf, bytes_left, MSG_WAITALL); in __net_recv_data()
|
/external/robolectric/v3/runtime/ |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |