/external/strace/tests-m32/ |
D | poll.c | 71 #ifdef POLLWRBAND in print_pollfd_entering() 72 PRINT_EVENT(POLLWRBAND, events) in print_pollfd_entering() 138 #ifdef POLLWRBAND in print_pollfd_exiting() 139 PRINT_EVENT(POLLWRBAND, revents) in print_pollfd_exiting() 177 { .fd = 1, .events = POLLOUT | POLLWRNORM | POLLWRBAND }, in main() 180 { .fd = 2, .events = POLLOUT | POLLWRBAND } in main() 226 { .fd = 0, .events = POLLOUT | POLLWRNORM | POLLWRBAND } in main()
|
D | ppoll.expected | 1 …LPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=1, events=POLLOUT(\|POLLWRNORM)?\|POLLWRBAND\}, \.\.\.\], 4, … 2 …LPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=0, events=POLLOUT(\|POLLWRNORM)?\|POLLWRBAND\}\], 2, \{tv_sec…
|
D | ppoll-v.expected | 1 …LPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=1, events=POLLOUT(\|POLLWRNORM)?\|POLLWRBAND\}, \{fd=3, event… 2 …LPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=0, events=POLLOUT(\|POLLWRNORM)?\|POLLWRBAND\}\], 2, \{tv_sec…
|
D | ppoll.c | 40 { .fd = 1, .events = POLLOUT | POLLWRNORM | POLLWRBAND }, in test1() 62 { .fd = 0, .events = POLLOUT | POLLWRNORM | POLLWRBAND } in test2()
|
/external/strace/tests/ |
D | poll.c | 71 #ifdef POLLWRBAND in print_pollfd_entering() 72 PRINT_EVENT(POLLWRBAND, events) in print_pollfd_entering() 138 #ifdef POLLWRBAND in print_pollfd_exiting() 139 PRINT_EVENT(POLLWRBAND, revents) in print_pollfd_exiting() 177 { .fd = 1, .events = POLLOUT | POLLWRNORM | POLLWRBAND }, in main() 180 { .fd = 2, .events = POLLOUT | POLLWRBAND } in main() 226 { .fd = 0, .events = POLLOUT | POLLWRNORM | POLLWRBAND } in main()
|
D | ppoll.expected | 1 …LPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=1, events=POLLOUT(\|POLLWRNORM)?\|POLLWRBAND\}, \.\.\.\], 4, … 2 …LPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=0, events=POLLOUT(\|POLLWRNORM)?\|POLLWRBAND\}\], 2, \{tv_sec…
|
D | ppoll-v.expected | 1 …LPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=1, events=POLLOUT(\|POLLWRNORM)?\|POLLWRBAND\}, \{fd=3, event… 2 …LPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=0, events=POLLOUT(\|POLLWRNORM)?\|POLLWRBAND\}\], 2, \{tv_sec…
|
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 | poll.c | 71 #ifdef POLLWRBAND in print_pollfd_entering() 72 PRINT_EVENT(POLLWRBAND, events) in print_pollfd_entering() 138 #ifdef POLLWRBAND in print_pollfd_exiting() 139 PRINT_EVENT(POLLWRBAND, revents) in print_pollfd_exiting() 177 { .fd = 1, .events = POLLOUT | POLLWRNORM | POLLWRBAND }, in main() 180 { .fd = 2, .events = POLLOUT | POLLWRBAND } in main() 226 { .fd = 0, .events = POLLOUT | POLLWRNORM | POLLWRBAND } in main()
|
D | ppoll.expected | 1 …LPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=1, events=POLLOUT(\|POLLWRNORM)?\|POLLWRBAND\}, \.\.\.\], 4, … 2 …LPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=0, events=POLLOUT(\|POLLWRNORM)?\|POLLWRBAND\}\], 2, \{tv_sec…
|
D | ppoll-v.expected | 1 …LPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=1, events=POLLOUT(\|POLLWRNORM)?\|POLLWRBAND\}, \{fd=3, event… 2 …LPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=0, events=POLLOUT(\|POLLWRNORM)?\|POLLWRBAND\}\], 2, \{tv_sec…
|
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 | 18 #ifndef POLLWRBAND 19 #define POLLWRBAND 0x0200 macro
|
/external/strace/xlat/ |
D | pollflags.h | 29 #if defined(POLLWRBAND) || (defined(HAVE_DECL_POLLWRBAND) && HAVE_DECL_POLLWRBAND) 30 XLAT(POLLWRBAND),
|
D | pollflags.in | 7 POLLWRBAND
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | poll.h | 5 #define POLLWRBAND 0x0100 macro
|
/external/ltp/testcases/kernel/syscalls/utils/ |
D | poll.h | 16 #define POLLWRBAND 0x0200 macro
|
/external/openssh/openbsd-compat/ |
D | bsd-poll.h | 54 #define POLLWRBAND 0x0100
|
/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/ ... |