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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stierr.h 28 #define STIERR_NOT_INITIALIZED MAKE_HRESULT(SEVERITY_ERROR,FACILITY_WIN32,ERROR_NOT_READY)
40 #define STIERR_DEVICE_NOTREADY MAKE_HRESULT(SEVERITY_ERROR,FACILITY_WIN32,ERROR_NOT_READY)
error.h 26 #define ERROR_NOT_READY 21
winerror.h 65 #define ERROR_NOT_READY __MSABI_LONG(21)
    [all...]
dinput.h 184 MAKE_HRESULT(SEVERITY_ERROR, FACILITY_WIN32, ERROR_NOT_READY)
    [all...]
  /external/chromium_org/chrome/utility/image_writer/
image_writer_win.cc 145 error == ERROR_NOT_READY) {
  /external/chromium_org/net/third_party/nss/ssl/
win32err.c 297 case ERROR_NOT_READY: prError = PR_IO_ERROR; break;
  /external/llvm/lib/Support/
ErrorHandling.cpp 180 MAP_ERR_TO_COND(ERROR_NOT_READY, resource_unavailable_try_again);
  /external/chromium_org/base/files/
file_win.cc 335 case ERROR_NOT_READY:

Completed in 1082 milliseconds