/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
H A D | poll.h | 26 #define POLLIN 0x001 /* There is data to read. */ macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
H A D | poll.h | 26 #define POLLIN 0x001 /* There is data to read. */ macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/ |
H A D | poll.h | 5 #define POLLIN 0x0001 macro
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
H A D | test_poll.py | 39 p.modify(rd, select.POLLIN) 57 ready_readers = find_ready_matching(ready, select.POLLIN) 122 pollster.register( p, select.POLLIN ) 134 elif flags & select.POLLIN:
|
H A D | test_asyncore.py | 128 (select.POLLIN, 'read'),
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
H A D | test_poll.py | 39 p.modify(rd, select.POLLIN) 57 ready_readers = find_ready_matching(ready, select.POLLIN) 122 pollster.register( p, select.POLLIN ) 134 elif flags & select.POLLIN:
|
H A D | test_asyncore.py | 128 (select.POLLIN, 'read'),
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
H A D | test_poll.py | 39 p.modify(rd, select.POLLIN) 57 ready_readers = find_ready_matching(ready, select.POLLIN) 122 pollster.register( p, select.POLLIN ) 134 elif flags & select.POLLIN:
|
H A D | test_asyncore.py | 128 (select.POLLIN, 'read'),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
H A D | test_poll.py | 39 p.modify(rd, select.POLLIN) 57 ready_readers = find_ready_matching(ready, select.POLLIN) 122 pollster.register( p, select.POLLIN ) 134 elif flags & select.POLLIN:
|
H A D | test_asyncore.py | 128 (select.POLLIN, 'read'),
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
H A D | asyncore.py | 107 if flags & select.POLLIN: 182 flags |= select.POLLIN | select.POLLPRI
|
H A D | telnetlib.py | 311 poll_in_or_priority_flags = select.POLLIN | select.POLLPRI 681 poll_in_or_priority_flags = select.POLLIN | select.POLLPRI
|
H A D | subprocess.py | 1425 select_POLLIN_POLLPRI = select.POLLIN | select.POLLPRI
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
H A D | asyncore.py | 107 if flags & select.POLLIN: 182 flags |= select.POLLIN | select.POLLPRI
|
H A D | telnetlib.py | 311 poll_in_or_priority_flags = select.POLLIN | select.POLLPRI 681 poll_in_or_priority_flags = select.POLLIN | select.POLLPRI
|
H A D | subprocess.py | 1425 select_POLLIN_POLLPRI = select.POLLIN | select.POLLPRI
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
H A D | asyncore.py | 107 if flags & select.POLLIN: 182 flags |= select.POLLIN | select.POLLPRI
|
H A D | telnetlib.py | 311 poll_in_or_priority_flags = select.POLLIN | select.POLLPRI 681 poll_in_or_priority_flags = select.POLLIN | select.POLLPRI
|
H A D | subprocess.py | 1425 select_POLLIN_POLLPRI = select.POLLIN | select.POLLPRI
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
H A D | asyncore.py | 107 if flags & select.POLLIN: 182 flags |= select.POLLIN | select.POLLPRI
|
H A D | telnetlib.py | 311 poll_in_or_priority_flags = select.POLLIN | select.POLLPRI 681 poll_in_or_priority_flags = select.POLLIN | select.POLLPRI
|
H A D | subprocess.py | 1425 select_POLLIN_POLLPRI = select.POLLIN | select.POLLPRI
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/ |
H A D | winsock2.h | 1144 #define POLLIN (POLLRDNORM | POLLRDBAND) macro
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
H A D | winsock2.h | 1144 #define POLLIN (POLLRDNORM | POLLRDBAND) macro
|