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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcnterr.h 11 #define RPC_S_OUT_OF_MEMORY ERROR_OUTOFMEMORY
28 #define RPC_X_PIPE_APP_MEMORY ERROR_OUTOFMEMORY
winerror.h 58 #define ERROR_OUTOFMEMORY __MSABI_LONG(14)
    [all...]
  /development/host/windows/usb/winusb/
AdbWinUsbApi.cpp 59 SetLastError(ERROR_OUTOFMEMORY);
adb_winusb_endpoint_object.cpp 65 SetLastError(ERROR_OUTOFMEMORY);
adb_winusb_interface.cpp 191 SetLastError(ERROR_OUTOFMEMORY);
331 SetLastError(ERROR_OUTOFMEMORY);
  /development/host/windows/usb/api/
adb_object_handle.cpp 87 SetLastError(ERROR_OUTOFMEMORY);
127 SetLastError(ERROR_OUTOFMEMORY);
161 SetLastError(ERROR_OUTOFMEMORY);
adb_helper_routines.cpp 118 SetLastError(ERROR_OUTOFMEMORY);
203 SetLastError(ERROR_OUTOFMEMORY);
239 SetLastError(ERROR_OUTOFMEMORY);
adb_legacy_interface.cpp 237 SetLastError(ERROR_OUTOFMEMORY);
263 SetLastError(ERROR_OUTOFMEMORY);
adb_legacy_endpoint_object.cpp 71 SetLastError(ERROR_OUTOFMEMORY);
adb_api.cpp 60 SetLastError(ERROR_OUTOFMEMORY);
133 SetLastError(ERROR_OUTOFMEMORY);
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
normalizedunicodetext.cc 114 *error_code = ERROR_OUTOFMEMORY;
141 *error_code = ERROR_OUTOFMEMORY;
  /external/chromium_org/net/base/
net_errors_win.cc 71 case ERROR_OUTOFMEMORY: // Not enough storage is available to complete
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal_decls.h 9 # define EAGAIN ERROR_OUTOFMEMORY
  /ndk/sources/host-tools/sed-4.2.1/lib/
rename.c 74 case ERROR_OUTOFMEMORY:
  /external/chromium_org/net/third_party/nss/ssl/
win32err.c 301 case ERROR_OUTOFMEMORY: prError = PR_INSUFFICIENT_RESOURCES_ERROR; break;
  /external/llvm/lib/Support/
ErrorHandling.cpp 183 MAP_ERR_TO_COND(ERROR_OUTOFMEMORY, not_enough_memory);
  /system/core/fastboot/
usb_windows.c 140 SetLastError(ERROR_OUTOFMEMORY);
  /external/chromium_org/base/files/
file_win.cc 326 case ERROR_OUTOFMEMORY:
  /system/core/adb/
usb_windows.c 244 SetLastError(ERROR_OUTOFMEMORY);
  /external/fio/os/windows/
posix.c 59 case ERROR_OUTOFMEMORY: return ENOMEM;

Completed in 3910 milliseconds