HomeSort by relevance Sort by last modified time
    Searched defs:ENOMEM (Results 26 - 50 of 111) sorted by null

12 3 4 5

  /prebuilts/go/darwin-x86/src/runtime/
defs_linux.go 39 ENOMEM = C.ENOMEM
defs2_linux.go 50 ENOMEM = C.ENOMEM
  /prebuilts/go/linux-x86/src/runtime/
defs_linux.go 39 ENOMEM = C.ENOMEM
defs2_linux.go 50 ENOMEM = C.ENOMEM
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
errno.h 360 #ifndef ENOMEM
361 #define ENOMEM 9971
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
errno.h 61 #define ENOMEM 12 /* Cannot allocate memory */
  /device/linaro/bootloader/edk2/CryptoPkg/Include/
OpenSslSupport.h 74 #define ENOMEM 12 /* Cannot allocate memory */
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 64 #define ENOMEM __ENOMEM /* 12 Cannot allocate memory */
  /external/curl/lib/
config-win32ce.h 443 #define ENOMEM 2
  /external/curl/tests/server/
sockfilt.c 120 #undef ENOMEM
121 #define ENOMEM 12 /* errno.h value */
725 errno = ENOMEM;
732 errno = ENOMEM;
740 errno = ENOMEM;
    [all...]
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 20 ENOMEM = 12
  /external/syslinux/com32/include/
errno.h 17 #define ENOMEM 12 /* Out of memory */
  /external/syslinux/core/lwip/src/include/lwip/
arch.h 90 #define ENOMEM 12 /* Out of memory */
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_windows.go 96 ENOMEM
231 ENOMEM - APPLICATION_ERROR: "cannot allocate memory",
tables_nacl.go 109 ENOMEM Errno = 12 /* Out of memory */
235 ENOMEM: "Out of memory",
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_windows.go 96 ENOMEM
231 ENOMEM - APPLICATION_ERROR: "cannot allocate memory",
tables_nacl.go 109 ENOMEM Errno = 12 /* Out of memory */
235 ENOMEM: "Out of memory",
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 24 ENOMEM = 12
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
system_error.h 177 not_enough_memory, // ENOMEM
394 # ifndef ENOMEM
395 # define ENOMEM 12
558 no_stream_resources = ENOMEM,
572 not_enough_memory = ENOMEM,
  /external/syslinux/gpxe/src/include/
errno.h 34 * This is the closest equivalent POSIX error code (e.g. ENOMEM).
208 * simply use ENOMEM, rather than having to use the cumbersome
209 * (ENOMEM|PXENV_STATUS_OUT_OF_RESOURCES).
367 #define ENOMEM ( ERRFILE | PXENV_STATUS_OUT_OF_RESOURCES | 0x31000000 )
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 222 public static final int ENOMEM = placeholder();
    [all...]

Completed in 1104 milliseconds

12 3 4 5