HomeSort by relevance Sort by last modified time
    Searched defs:POLLWRBAND (Results 76 - 91 of 91) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm-generic/
poll.h 27 #ifndef POLLWRBAND
28 #define POLLWRBAND 0x0200
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm-generic/
poll.h 27 #ifndef POLLWRBAND
28 #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-3/arch-arm/usr/include/asm-generic/
poll.h 27 #ifndef POLLWRBAND
28 #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-4/arch-arm/usr/include/asm-generic/
poll.h 27 #ifndef POLLWRBAND
28 #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-5/arch-arm/usr/include/asm-generic/
poll.h 27 #ifndef POLLWRBAND
28 #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-8/arch-arm/usr/include/asm-generic/
poll.h 27 #ifndef POLLWRBAND
28 #define POLLWRBAND 0x0200
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm/
poll.h 25 #define POLLWRBAND 0x0200
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm-generic/
poll.h 27 #ifndef POLLWRBAND
28 #define POLLWRBAND 0x0200
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm-generic/
poll.h 27 #ifndef POLLWRBAND
28 #define POLLWRBAND 0x0200
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm-generic/
poll.h 27 #ifndef POLLWRBAND
28 #define POLLWRBAND 0x0200
  /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...]

Completed in 354 milliseconds

1 2 34