HomeSort by relevance Sort by last modified time
    Searched refs:ERROR_NOT_ENOUGH_MEMORY (Results 1 - 17 of 17) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
dderror.h 7 #define ERROR_NOT_ENOUGH_MEMORY 8
  /external/chromium_org/net/base/
net_errors_win.cc 69 case ERROR_NOT_ENOUGH_MEMORY: // Not enough storage is available to
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal_decls.h 12 # define ENOMEM ERROR_NOT_ENOUGH_MEMORY
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
error.h 14 #define ERROR_NOT_ENOUGH_MEMORY 8
winnetwk.h 306 #define WN_OUT_OF_MEMORY ERROR_NOT_ENOUGH_MEMORY
winsock2.h 359 #define WSA_NOT_ENOUGH_MEMORY (ERROR_NOT_ENOUGH_MEMORY)
    [all...]
winerror.h 52 #define ERROR_NOT_ENOUGH_MEMORY __MSABI_LONG(8)
    [all...]
  /external/chromium_org/net/proxy/
dhcp_proxy_script_fetcher_win.cc 49 ERROR_NOT_ENOUGH_MEMORY,
  /external/chromium_org/net/third_party/nss/ssl/
win32err.c 295 case ERROR_NOT_ENOUGH_MEMORY: prError = PR_INSUFFICIENT_RESOURCES_ERROR; break;
  /external/chromium_org/sandbox/win/src/
target_process.cc 313 return ERROR_NOT_ENOUGH_MEMORY;
  /external/chromium_org/ui/gfx/win/
hwnd_util.cc 193 case ERROR_NOT_ENOUGH_MEMORY:
  /external/llvm/lib/Support/
ErrorHandling.cpp 179 MAP_ERR_TO_COND(ERROR_NOT_ENOUGH_MEMORY, not_enough_memory);
  /external/chromium_org/base/files/
file_win.cc 327 case ERROR_NOT_ENOUGH_MEMORY:
  /external/chromium_org/third_party/libusb/src/libusb/os/
wince_usb.c 109 case ERROR_NOT_ENOUGH_MEMORY:
    [all...]
  /external/chromium_org/third_party/webrtc/test/channel_transport/
udp_socket2_win.cc 963 return ERROR_NOT_ENOUGH_MEMORY;
    [all...]
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 274 { ERROR_NOT_ENOUGH_MEMORY, ENOMEM },
  /external/fio/os/windows/
posix.c 57 case ERROR_NOT_ENOUGH_MEMORY: return ENOMEM;

Completed in 1817 milliseconds