Searched defs:ENOMEM (Results 1 - 6 of 6) sorted by relevance

/external/kernel-headers/original/asm-generic/
H A Derrno-base.h15 #define ENOMEM 12 /* Out of memory */ macro
/external/yaffs2/yaffs2/direct/
H A Dyaffsfs.h99 #ifndef ENOMEM
100 #define ENOMEM 12 macro
/external/dbus/dbus/
H A Ddbus-sysdeps-wince-glue.h56 #define ENOMEM ERROR_NOT_ENOUGH_MEMORY macro
/external/llvm/include/llvm/Support/
H A Dsystem_error.h177 not_enough_memory, // ENOMEM
394 # ifndef ENOMEM
395 # define ENOMEM 12 macro
547 no_stream_resources = ENOMEM,
561 not_enough_memory = ENOMEM,
/external/openssl/ssl/
H A Dkssl.c83 #ifndef ENOMEM
84 #define ENOMEM KRB5KRB_ERR_GENERIC macro
1255 return ENOMEM; /* or KRB5KRB_ERR_GENERIC; */
2152 ** Returns krb5_error_code == ENOMEM on alloc error, otherwise
2194 return ENOMEM;
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java108 public static final int ENOMEM = placeholder(); field in class:OsConstants
620 if (errno == ENOMEM) {
621 return "ENOMEM";

Completed in 172 milliseconds