Home
last modified time | relevance | path

Searched refs:HRESULT_FROM_WIN32 (Results 1 – 25 of 26) sorted by relevance

12

/third_party/skia/src/utils/win/
DSkDWrite.cpp36 HRESULT hr = HRESULT_FROM_WIN32(GetLastError()); in create_dwrite_factory()
64 HRM(HRESULT_FROM_WIN32(GetLastError()), in sk_cstring_to_wchar()
70 HRM(HRESULT_FROM_WIN32(GetLastError()), "Could not convert wchar to utf-8."); in sk_cstring_to_wchar()
83 HRM(HRESULT_FROM_WIN32(GetLastError()), in sk_wchar_to_skstring()
90 HRM(HRESULT_FROM_WIN32(GetLastError()), "Could not convert utf-8 to wchar."); in sk_wchar_to_skstring()
125 HRESULT hr = HRESULT_FROM_WIN32(GetLastError()); in SkGetGetUserDefaultLocaleNameProc()
/third_party/lzma/CPP/7zip/Common/
DStreamBinder.cpp40 return HRESULT_FROM_WIN32(wres);
82 return HRESULT_FROM_WIN32(wres);
DFileStreams.cpp41 return HRESULT_FROM_WIN32(lastError); in GetLastError_HRESULT()
212 return HRESULT_FROM_WIN32(error); in Z7_COM7F_IMF()
DMultiOutStream.cpp295 return HRESULT_FROM_WIN32(ERROR_ALREADY_EXISTS); in CreateNewStream()
/third_party/icu/icu4c/source/common/
Dumapfile.cpp168 if (HRESULT_FROM_WIN32(GetLastError()) == E_OUTOFMEMORY) { in uprv_mapFile()
183 if (HRESULT_FROM_WIN32(GetLastError()) == E_OUTOFMEMORY) { in uprv_mapFile()
/third_party/node/deps/icu-small/source/common/
Dumapfile.cpp168 if (HRESULT_FROM_WIN32(GetLastError()) == E_OUTOFMEMORY) { in uprv_mapFile()
183 if (HRESULT_FROM_WIN32(GetLastError()) == E_OUTOFMEMORY) { in uprv_mapFile()
/third_party/python/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1059 SetProgressState(HRESULT_FROM_WIN32(dwCode)); in OnError()
1344 hr = HRESULT_FROM_WIN32(ERROR_INSTALL_USEREXIT); in UiThreadProc()
2199 hr = HRESULT_FROM_WIN32(ERROR_PRODUCT_VERSION); in OnPlan()
2261 … StrAllocFromError(&unformattedText, HRESULT_FROM_WIN32(ERROR_SUCCESS_REBOOT_REQUIRED), nullptr); in OnChangeState()
2711 if (IsCanceled() || HRESULT_FROM_WIN32(ERROR_INSTALL_USEREXIT) == hrStatus) { in SetProgressState()
2742 …BalLogError(HRESULT_FROM_WIN32(::GetLastError()), "PYBA: LoadBootstrapperBAFunctions() - Failed to… in LoadBootstrapperBAFunctions()
2831 return HRESULT_FROM_WIN32(res); in LoadOptionalFeatureStatesFromKey()
2842 return HRESULT_FROM_WIN32(res); in LoadOptionalFeatureStatesFromKey()
2870 return HRESULT_FROM_WIN32(res); in LoadTargetDirFromKey()
2878 return HRESULT_FROM_WIN32(res); in LoadTargetDirFromKey()
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Dumapfile.cpp168 if (HRESULT_FROM_WIN32(GetLastError()) == E_OUTOFMEMORY) { in uprv_mapFile()
183 if (HRESULT_FROM_WIN32(GetLastError()) == E_OUTOFMEMORY) { in uprv_mapFile()
/third_party/lzma/CPP/7zip/UI/Common/
DBench.cpp1159 return HRESULT_FROM_WIN32(res);
1183 return HRESULT_FROM_WIN32(res);
1387 return HRESULT_FROM_WIN32(wres);
1918 return HRESULT_FROM_WIN32(wres);
1979 return HRESULT_FROM_WIN32(wres);
1988 return HRESULT_FROM_WIN32(wres);
2099 return HRESULT_FROM_WIN32(wres);
2448 return HRESULT_FROM_WIN32(res);
2476 Res = HRESULT_FROM_WIN32(wres);
2486 Res = HRESULT_FROM_WIN32(wres);
[all …]
DUpdate.h167 …HRESULT Get_HRESULT_Error() const { return SystemError == 0 ? E_FAIL : HRESULT_FROM_WIN32(SystemEr… in Get_HRESULT_Error()
DUpdateCallback.cpp695 return HRESULT_FROM_WIN32(error); in Z7_COM7F_IMF()
992 return HRESULT_FROM_WIN32(error); in InFileStream_On_Error()
DLoadCodecs.cpp585 error.ErrorCode = HRESULT_FROM_WIN32(lastError); in LoadDll()
/third_party/lzma/CPP/7zip/
DIStream.h77 #define HRESULT_WIN32_ERROR_NEGATIVE_SEEK HRESULT_FROM_WIN32(ERROR_NEGATIVE_SEEK)
/third_party/lzma/C/
D7zTypes.h68 #define MY_SRes_HRESULT_FROM_WRes(x) HRESULT_FROM_WIN32(x)
91 #define HRESULT_FROM_WIN32(x) MY_SRes_HRESULT_FROM_WRes(x) macro
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
DExtractEngine.cpp117 return HRESULT_FROM_WIN32(wres); in ExtractArchive()
/third_party/lzma/CPP/7zip/Archive/Common/
DCoderMixer2.cpp1083 return HRESULT_FROM_WIN32(wres); in Code()
1091 return HRESULT_FROM_WIN32(wres); in Code()
1105 return HRESULT_FROM_WIN32(wres); in Code()
/third_party/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.cpp71 return HRESULT_FROM_WIN32(systemError); in ScanError()
832 || result == HRESULT_FROM_WIN32(ERROR_DISK_FULL) in ExtractResult()
DUpdateCallbackConsole.cpp248 return HRESULT_FROM_WIN32(systemError); in ReadingFileError_Base()
/third_party/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp2020 return HRESULT_FROM_WIN32(wres);
2469 return HRESULT_FROM_WIN32(wres);
2507 return HRESULT_FROM_WIN32(wres);
/third_party/lzma/CPP/Windows/
DFileIO.cpp27 return HRESULT_FROM_WIN32(res); in GetLastError_noZero_HRESULT()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-directwrite.cc688 if (unlikely (hr == HRESULT_FROM_WIN32 (ERROR_INSUFFICIENT_BUFFER))) in _hb_directwrite_shape()
Dhb-uniscribe.cc42 #define E_NOT_SUFFICIENT_BUFFER HRESULT_FROM_WIN32 (ERROR_INSUFFICIENT_BUFFER)
/third_party/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp731 FailedCodes.Add(HRESULT_FROM_WIN32(sysError)); in Z7_COM7F_IMF()
/third_party/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp648 || result == HRESULT_FROM_WIN32(ERROR_DISK_FULL) in ExtractResult()
DProgressDialog2.cpp1401 return HRESULT_FROM_WIN32(wres); in Create()

12