/external/strace/tests/ |
D | ppoll.expected | 1 …POLLWRNORM)?\|POLLWRBAND\}, \.\.\.\], 4, \{tv_sec=42, tv_nsec=999999999\}, \[(USR2 CHLD|CHLD USR2)… 2 …ts=POLLIN\|POLLPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=0, events=POLLOUT(\|POLLWRNORM)?\|POLLWRBAND\}\…
|
D | ppoll-v.expected | 1 …POLLWRNORM)?\|POLLWRBAND\}, \{fd=3, events=POLLIN\|POLLPRI\}, \{fd=4, events=POLLOUT\}\], 4, \{tv_… 2 …ts=POLLIN\|POLLPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=0, events=POLLOUT(\|POLLWRNORM)?\|POLLWRBAND\}\…
|
D | poll.c | 65 #ifdef POLLWRNORM in print_pollfd_entering() 66 PRINT_EVENT(POLLWRNORM, events) in print_pollfd_entering() 132 #ifdef POLLWRNORM in print_pollfd_exiting() 133 PRINT_EVENT(POLLWRNORM, revents) in print_pollfd_exiting() 177 { .fd = 1, .events = POLLOUT | POLLWRNORM | POLLWRBAND }, in main() 226 { .fd = 0, .events = POLLOUT | POLLWRNORM | POLLWRBAND } in main()
|
D | ppoll.c | 40 { .fd = 1, .events = POLLOUT | POLLWRNORM | POLLWRBAND }, in test1() 62 { .fd = 0, .events = POLLOUT | POLLWRNORM | POLLWRBAND } in test2()
|
/external/strace/tests-m32/ |
D | ppoll.expected | 1 …POLLWRNORM)?\|POLLWRBAND\}, \.\.\.\], 4, \{tv_sec=42, tv_nsec=999999999\}, \[(USR2 CHLD|CHLD USR2)… 2 …ts=POLLIN\|POLLPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=0, events=POLLOUT(\|POLLWRNORM)?\|POLLWRBAND\}\…
|
D | ppoll-v.expected | 1 …POLLWRNORM)?\|POLLWRBAND\}, \{fd=3, events=POLLIN\|POLLPRI\}, \{fd=4, events=POLLOUT\}\], 4, \{tv_… 2 …ts=POLLIN\|POLLPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=0, events=POLLOUT(\|POLLWRNORM)?\|POLLWRBAND\}\…
|
D | poll.c | 65 #ifdef POLLWRNORM in print_pollfd_entering() 66 PRINT_EVENT(POLLWRNORM, events) in print_pollfd_entering() 132 #ifdef POLLWRNORM in print_pollfd_exiting() 133 PRINT_EVENT(POLLWRNORM, revents) in print_pollfd_exiting() 177 { .fd = 1, .events = POLLOUT | POLLWRNORM | POLLWRBAND }, in main() 226 { .fd = 0, .events = POLLOUT | POLLWRNORM | POLLWRBAND } in main()
|
D | ppoll.c | 40 { .fd = 1, .events = POLLOUT | POLLWRNORM | POLLWRBAND }, in test1() 62 { .fd = 0, .events = POLLOUT | POLLWRNORM | POLLWRBAND } in test2()
|
/external/strace/tests-mx32/ |
D | ppoll.expected | 1 …POLLWRNORM)?\|POLLWRBAND\}, \.\.\.\], 4, \{tv_sec=42, tv_nsec=999999999\}, \[(USR2 CHLD|CHLD USR2)… 2 …ts=POLLIN\|POLLPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=0, events=POLLOUT(\|POLLWRNORM)?\|POLLWRBAND\}\…
|
D | ppoll-v.expected | 1 …POLLWRNORM)?\|POLLWRBAND\}, \{fd=3, events=POLLIN\|POLLPRI\}, \{fd=4, events=POLLOUT\}\], 4, \{tv_… 2 …ts=POLLIN\|POLLPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=0, events=POLLOUT(\|POLLWRNORM)?\|POLLWRBAND\}\…
|
D | poll.c | 65 #ifdef POLLWRNORM in print_pollfd_entering() 66 PRINT_EVENT(POLLWRNORM, events) in print_pollfd_entering() 132 #ifdef POLLWRNORM in print_pollfd_exiting() 133 PRINT_EVENT(POLLWRNORM, revents) in print_pollfd_exiting() 177 { .fd = 1, .events = POLLOUT | POLLWRNORM | POLLWRBAND }, in main() 226 { .fd = 0, .events = POLLOUT | POLLWRNORM | POLLWRBAND } in main()
|
D | ppoll.c | 40 { .fd = 1, .events = POLLOUT | POLLWRNORM | POLLWRBAND }, in test1() 62 { .fd = 0, .events = POLLOUT | POLLWRNORM | POLLWRBAND } in test2()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | poll.h | 15 #ifndef POLLWRNORM 16 #define POLLWRNORM 0x0100 macro
|
/external/strace/xlat/ |
D | pollflags.h | 23 #if defined(POLLWRNORM) || (defined(HAVE_DECL_POLLWRNORM) && HAVE_DECL_POLLWRNORM) 24 XLAT(POLLWRNORM),
|
D | pollflags.in | 5 POLLWRNORM
|
/external/curl/lib/ |
D | select.h | 61 #ifndef POLLWRNORM 62 #define POLLWRNORM POLLOUT macro
|
D | select.c | 202 pfd[num].events = POLLWRNORM|POLLOUT; in Curl_socket_check() 249 if(pfd[num].revents & (POLLWRNORM|POLLOUT)) in Curl_socket_check() 475 POLLRDNORM|POLLWRNORM|POLLRDBAND)) { in Curl_poll() 480 if(ufds[i].events & (POLLWRNORM|POLLOUT)) in Curl_poll()
|
D | asyn-ares.c | 272 pfd[i].events |= POLLWRNORM|POLLOUT; in waitperform() 296 pfd[i].revents & (POLLWRNORM|POLLOUT)? in waitperform()
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | poll.h | 4 #define POLLWRNORM POLLOUT macro
|
/external/ltp/testcases/kernel/syscalls/utils/ |
D | poll.h | 15 #define POLLWRNORM 0x0100 macro
|
/external/openssh/openbsd-compat/ |
D | bsd-poll.h | 52 #define POLLWRNORM POLLOUT
|
/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/ ... |