HomeSort by relevance Sort by last modified time
    Searched defs:EAI_MEMORY (Results 26 - 49 of 49) sorted by null

12

  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/
netdb.h 145 #define EAI_MEMORY 6 /* memory allocation failure */
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/
netdb.h 145 #define EAI_MEMORY 6 /* memory allocation failure */
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/
netdb.h 145 #define EAI_MEMORY 6 /* memory allocation failure */
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/
netdb.h 145 #define EAI_MEMORY 6 /* memory allocation failure */
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/
netdb.h 145 #define EAI_MEMORY 6 /* memory allocation failure */
  /prebuilts/ndk/8/platforms/android-3/arch-mips/usr/include/
netdb.h 145 #define EAI_MEMORY 6 /* memory allocation failure */
  /prebuilts/ndk/8/platforms/android-3/arch-x86/usr/include/
netdb.h 145 #define EAI_MEMORY 6 /* memory allocation failure */
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/
netdb.h 145 #define EAI_MEMORY 6 /* memory allocation failure */
  /prebuilts/ndk/8/platforms/android-4/arch-mips/usr/include/
netdb.h 145 #define EAI_MEMORY 6 /* memory allocation failure */
  /prebuilts/ndk/8/platforms/android-4/arch-x86/usr/include/
netdb.h 145 #define EAI_MEMORY 6 /* memory allocation failure */
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/
netdb.h 145 #define EAI_MEMORY 6 /* memory allocation failure */
  /prebuilts/ndk/8/platforms/android-5/arch-mips/usr/include/
netdb.h 145 #define EAI_MEMORY 6 /* memory allocation failure */
  /prebuilts/ndk/8/platforms/android-5/arch-x86/usr/include/
netdb.h 145 #define EAI_MEMORY 6 /* memory allocation failure */
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
netdb.h 145 #define EAI_MEMORY 6 /* memory allocation failure */
  /prebuilts/ndk/8/platforms/android-8/arch-mips/usr/include/
netdb.h 145 #define EAI_MEMORY 6 /* memory allocation failure */
  /prebuilts/ndk/8/platforms/android-8/arch-x86/usr/include/
netdb.h 145 #define EAI_MEMORY 6 /* memory allocation failure */
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
netdb.h 145 #define EAI_MEMORY 6 /* memory allocation failure */
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
netdb.h 145 #define EAI_MEMORY 6 /* memory allocation failure */
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
netdb.h 145 #define EAI_MEMORY 6 /* memory allocation failure */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
netdb.h 598 # define EAI_MEMORY -10 /* Memory allocation failure. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
netdb.h 598 # define EAI_MEMORY -10 /* Memory allocation failure. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
netdb.h 598 # define EAI_MEMORY -10 /* Memory allocation failure. */
  /external/okhttp/src/main/java/libcore/io/
OsConstants.java 59 public static final int EAI_MEMORY = placeholder();
451 if (error == EAI_MEMORY) {
452 return "EAI_MEMORY";
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 59 public static final int EAI_MEMORY = placeholder();
452 if (error == EAI_MEMORY) {
453 return "EAI_MEMORY";

Completed in 1230 milliseconds

12