/third_party/skia/src/utils/win/ |
D | SkDWrite.cpp | 36 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/ |
D | StreamBinder.cpp | 40 return HRESULT_FROM_WIN32(wres); 82 return HRESULT_FROM_WIN32(wres);
|
D | FileStreams.cpp | 41 return HRESULT_FROM_WIN32(lastError); in GetLastError_HRESULT() 212 return HRESULT_FROM_WIN32(error); in Z7_COM7F_IMF()
|
D | MultiOutStream.cpp | 295 return HRESULT_FROM_WIN32(ERROR_ALREADY_EXISTS); in CreateNewStream()
|
/third_party/icu/icu4c/source/common/ |
D | umapfile.cpp | 168 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/ |
D | umapfile.cpp | 168 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/ |
D | PythonBootstrapperApplication.cpp | 1059 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/ |
D | umapfile.cpp | 168 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/ |
D | Bench.cpp | 1159 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 …]
|
D | Update.h | 167 …HRESULT Get_HRESULT_Error() const { return SystemError == 0 ? E_FAIL : HRESULT_FROM_WIN32(SystemEr… in Get_HRESULT_Error()
|
D | UpdateCallback.cpp | 695 return HRESULT_FROM_WIN32(error); in Z7_COM7F_IMF() 992 return HRESULT_FROM_WIN32(error); in InFileStream_On_Error()
|
D | LoadCodecs.cpp | 585 error.ErrorCode = HRESULT_FROM_WIN32(lastError); in LoadDll()
|
/third_party/lzma/CPP/7zip/ |
D | IStream.h | 77 #define HRESULT_WIN32_ERROR_NEGATIVE_SEEK HRESULT_FROM_WIN32(ERROR_NEGATIVE_SEEK)
|
/third_party/lzma/C/ |
D | 7zTypes.h | 68 #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/ |
D | ExtractEngine.cpp | 117 return HRESULT_FROM_WIN32(wres); in ExtractArchive()
|
/third_party/lzma/CPP/7zip/Archive/Common/ |
D | CoderMixer2.cpp | 1083 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/ |
D | ExtractCallbackConsole.cpp | 71 return HRESULT_FROM_WIN32(systemError); in ScanError() 832 || result == HRESULT_FROM_WIN32(ERROR_DISK_FULL) in ExtractResult()
|
D | UpdateCallbackConsole.cpp | 248 return HRESULT_FROM_WIN32(systemError); in ReadingFileError_Base()
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
D | 7zUpdate.cpp | 2020 return HRESULT_FROM_WIN32(wres); 2469 return HRESULT_FROM_WIN32(wres); 2507 return HRESULT_FROM_WIN32(wres);
|
/third_party/lzma/CPP/Windows/ |
D | FileIO.cpp | 27 return HRESULT_FROM_WIN32(res); in GetLastError_noZero_HRESULT()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-directwrite.cc | 688 if (unlikely (hr == HRESULT_FROM_WIN32 (ERROR_INSUFFICIENT_BUFFER))) in _hb_directwrite_shape()
|
D | hb-uniscribe.cc | 42 #define E_NOT_SUFFICIENT_BUFFER HRESULT_FROM_WIN32 (ERROR_INSUFFICIENT_BUFFER)
|
/third_party/lzma/CPP/7zip/UI/Client7z/ |
D | Client7z.cpp | 731 FailedCodes.Add(HRESULT_FROM_WIN32(sysError)); in Z7_COM7F_IMF()
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
D | ExtractCallback.cpp | 648 || result == HRESULT_FROM_WIN32(ERROR_DISK_FULL) in ExtractResult()
|
D | ProgressDialog2.cpp | 1401 return HRESULT_FROM_WIN32(wres); in Create()
|