Searched refs:POLLWRNORM (Results 1 - 23 of 23) sorted by relevance

/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dpoll.h4 #define POLLWRNORM POLLOUT macro
/external/kernel-headers/original/uapi/asm-generic/
H A Dpoll.h15 #ifndef POLLWRNORM
16 #define POLLWRNORM 0x0100 macro
/external/ltp/testcases/kernel/syscalls/utils/
H A Dpoll.h15 #define POLLWRNORM 0x0100 macro
/external/strace/xlat/
H A Dpollflags.h23 #if defined(POLLWRNORM) || (defined(HAVE_DECL_POLLWRNORM) && HAVE_DECL_POLLWRNORM)
24 XLAT(POLLWRNORM),
/external/openssh/openbsd-compat/
H A Dbsd-poll.h52 #define POLLWRNORM POLLOUT
/external/curl/lib/
H A Dselect.h61 #ifndef POLLWRNORM
62 #define POLLWRNORM POLLOUT macro
H A Dselect.c207 pfd[num].events = POLLWRNORM|POLLOUT;
254 if(pfd[num].revents & (POLLWRNORM|POLLOUT))
480 POLLRDNORM|POLLWRNORM|POLLRDBAND)) {
485 if(ufds[i].events & (POLLWRNORM|POLLOUT))
H A Dasyn-ares.c272 pfd[i].events |= POLLWRNORM|POLLOUT;
296 pfd[i].revents & (POLLWRNORM|POLLOUT)?
/external/strace/tests/
H A Dpoll.c67 #ifdef POLLWRNORM
68 PRINT_EVENT(POLLWRNORM, events);
134 #ifdef POLLWRNORM
135 PRINT_EVENT(POLLWRNORM, revents);
179 { .fd = 1, .events = POLLOUT | POLLWRNORM | POLLWRBAND },
231 { .fd = 0, .events = POLLOUT | POLLWRNORM | POLLWRBAND }
H A Dppoll.c64 (POLLWRNORM == POLLOUT) ? "" : "|POLLWRNORM";
110 { .fd = pipe_fd[1], .events = POLLOUT | POLLWRNORM | POLLWRBAND },
150 { .fd = pipe_fd[0], .events = POLLOUT | POLLWRNORM | POLLWRBAND }
/external/strace/tests-m32/
H A Dpoll.c67 #ifdef POLLWRNORM
68 PRINT_EVENT(POLLWRNORM, events);
134 #ifdef POLLWRNORM
135 PRINT_EVENT(POLLWRNORM, revents);
179 { .fd = 1, .events = POLLOUT | POLLWRNORM | POLLWRBAND },
231 { .fd = 0, .events = POLLOUT | POLLWRNORM | POLLWRBAND }
H A Dppoll.c64 (POLLWRNORM == POLLOUT) ? "" : "|POLLWRNORM";
110 { .fd = pipe_fd[1], .events = POLLOUT | POLLWRNORM | POLLWRBAND },
150 { .fd = pipe_fd[0], .events = POLLOUT | POLLWRNORM | POLLWRBAND }
/external/strace/tests-mx32/
H A Dpoll.c67 #ifdef POLLWRNORM
68 PRINT_EVENT(POLLWRNORM, events);
134 #ifdef POLLWRNORM
135 PRINT_EVENT(POLLWRNORM, revents);
179 { .fd = 1, .events = POLLOUT | POLLWRNORM | POLLWRBAND },
231 { .fd = 0, .events = POLLOUT | POLLWRNORM | POLLWRBAND }
H A Dppoll.c64 (POLLWRNORM == POLLOUT) ? "" : "|POLLWRNORM";
110 { .fd = pipe_fd[1], .events = POLLOUT | POLLWRNORM | POLLWRBAND },
150 { .fd = pipe_fd[0], .events = POLLOUT | POLLWRNORM | POLLWRBAND }
/external/python/cpython2/Modules/
H A Dselectmodule.c1846 #ifdef POLLWRNORM
1847 PyModule_AddIntConstant(m, "POLLWRNORM", POLLWRNORM);
/external/python/cpython2/Lib/plat-sunos5/
H A DIN.py1053 POLLWRNORM = POLLOUT variable
H A DSTROPTS.py1348 POLLWRNORM = POLLOUT variable
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 427 milliseconds