OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POLLWRBAND
(Results
76 - 95
of
95
) sorted by null
1
2
3
4
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/asm/
poll.h
25
#define
POLLWRBAND
0x0200
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/asm/
poll.h
25
#define
POLLWRBAND
0x0200
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/asm/
poll.h
25
#define
POLLWRBAND
0x0200
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/asm/
poll.h
25
#define
POLLWRBAND
0x0200
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/asm/
poll.h
25
#define
POLLWRBAND
0x0200
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/asm/
poll.h
25
#define
POLLWRBAND
0x0200
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/asm/
poll.h
25
#define
POLLWRBAND
0x0200
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/asm/
poll.h
25
#define
POLLWRBAND
0x0200
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/asm/
poll.h
25
#define
POLLWRBAND
0x0200
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/asm/
poll.h
25
#define
POLLWRBAND
0x0200
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/asm/
poll.h
25
#define
POLLWRBAND
0x0200
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/asm/
poll.h
25
#define
POLLWRBAND
0x0200
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/asm/
poll.h
25
#define
POLLWRBAND
0x0200
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm/
poll.h
25
#define
POLLWRBAND
0x0200
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm/
poll.h
25
#define
POLLWRBAND
0x0200
/external/openssh/openbsd-compat/
bsd-poll.h
54
#define
POLLWRBAND
0x0100
/external/strace/
stream.c
289
#ifdef
POLLWRBAND
290
{
POLLWRBAND
, "
POLLWRBAND
" },
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_unixos.h
539
#define
POLLWRBAND
0x0100 /* out-of-band data is writeable */
/libcore/luni/src/main/java/libcore/io/
OsConstants.java
280
public static final int
POLLWRBAND
= placeholder();
[
all
...]
/libcore/luni/src/main/native/
libcore_io_OsConstants.cpp
328
initConstant(env, c, "
POLLWRBAND
",
POLLWRBAND
);
Completed in 155 milliseconds
1
2
3
4