/external/strace/tests-m32/ |
D | poll.c | 68 #ifdef POLLRDBAND in print_pollfd_entering() 69 PRINT_EVENT(POLLRDBAND, events) in print_pollfd_entering() 135 #ifdef POLLRDBAND in print_pollfd_exiting() 136 PRINT_EVENT(POLLRDBAND, revents) in print_pollfd_exiting() 176 { .fd = 0, .events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND }, in main() 225 { .fd = 1, .events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND }, in main()
|
D | ppoll.expected | 1 ppoll\(\[\{fd=0, events=POLLIN\|POLLPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=1, events=POLLOUT(\|POLLWRN… 2 ppoll\(\[\{fd=1, events=POLLIN\|POLLPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=0, events=POLLOUT(\|POLLWRN…
|
D | ppoll-v.expected | 1 ppoll\(\[\{fd=0, events=POLLIN\|POLLPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=1, events=POLLOUT(\|POLLWRN… 2 ppoll\(\[\{fd=1, events=POLLIN\|POLLPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=0, events=POLLOUT(\|POLLWRN…
|
D | ppoll.c | 39 { .fd = 0, .events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND }, in test1() 61 { .fd = 1, .events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND }, in test2()
|
/external/strace/tests/ |
D | poll.c | 68 #ifdef POLLRDBAND in print_pollfd_entering() 69 PRINT_EVENT(POLLRDBAND, events) in print_pollfd_entering() 135 #ifdef POLLRDBAND in print_pollfd_exiting() 136 PRINT_EVENT(POLLRDBAND, revents) in print_pollfd_exiting() 176 { .fd = 0, .events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND }, in main() 225 { .fd = 1, .events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND }, in main()
|
D | ppoll.expected | 1 ppoll\(\[\{fd=0, events=POLLIN\|POLLPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=1, events=POLLOUT(\|POLLWRN… 2 ppoll\(\[\{fd=1, events=POLLIN\|POLLPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=0, events=POLLOUT(\|POLLWRN…
|
D | ppoll-v.expected | 1 ppoll\(\[\{fd=0, events=POLLIN\|POLLPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=1, events=POLLOUT(\|POLLWRN… 2 ppoll\(\[\{fd=1, events=POLLIN\|POLLPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=0, events=POLLOUT(\|POLLWRN…
|
D | ppoll.c | 39 { .fd = 0, .events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND }, in test1() 61 { .fd = 1, .events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND }, in test2()
|
/external/strace/tests-mx32/ |
D | poll.c | 68 #ifdef POLLRDBAND in print_pollfd_entering() 69 PRINT_EVENT(POLLRDBAND, events) in print_pollfd_entering() 135 #ifdef POLLRDBAND in print_pollfd_exiting() 136 PRINT_EVENT(POLLRDBAND, revents) in print_pollfd_exiting() 176 { .fd = 0, .events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND }, in main() 225 { .fd = 1, .events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND }, in main()
|
D | ppoll.expected | 1 ppoll\(\[\{fd=0, events=POLLIN\|POLLPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=1, events=POLLOUT(\|POLLWRN… 2 ppoll\(\[\{fd=1, events=POLLIN\|POLLPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=0, events=POLLOUT(\|POLLWRN…
|
D | ppoll-v.expected | 1 ppoll\(\[\{fd=0, events=POLLIN\|POLLPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=1, events=POLLOUT(\|POLLWRN… 2 ppoll\(\[\{fd=1, events=POLLIN\|POLLPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=0, events=POLLOUT(\|POLLWRN…
|
D | ppoll.c | 39 { .fd = 0, .events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND }, in test1() 61 { .fd = 1, .events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND }, in test2()
|
/external/curl/lib/ |
D | select.c | 190 pfd[num].events = POLLRDNORM|POLLIN|POLLRDBAND|POLLPRI; in Curl_socket_check() 196 pfd[num].events = POLLRDNORM|POLLIN|POLLRDBAND|POLLPRI; in Curl_socket_check() 237 if(pfd[num].revents & (POLLRDBAND|POLLPRI|POLLNVAL)) in Curl_socket_check() 244 if(pfd[num].revents & (POLLRDBAND|POLLPRI|POLLNVAL)) in Curl_socket_check() 475 POLLRDNORM|POLLWRNORM|POLLRDBAND)) { in Curl_poll() 482 if(ufds[i].events & (POLLRDBAND|POLLPRI)) in Curl_poll()
|
D | select.h | 65 #ifndef POLLRDBAND 66 #define POLLRDBAND POLLPRI macro
|
/external/strace/xlat/ |
D | pollflags.h | 26 #if defined(POLLRDBAND) || (defined(HAVE_DECL_POLLRDBAND) && HAVE_DECL_POLLRDBAND) 27 XLAT(POLLRDBAND),
|
D | pollflags.in | 6 POLLRDBAND
|
/external/ltp/testcases/kernel/syscalls/utils/ |
D | poll.h | 14 #define POLLRDBAND 0x0080 macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | poll.h | 14 #define POLLRDBAND 0x0080 macro
|
/external/openssh/openbsd-compat/ |
D | bsd-poll.h | 53 #define POLLRDBAND 0x0080
|
/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/ ... |