/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 | 47 return HRESULT_FROM_WIN32(wres); in Event__Create_or_Reset() 89 return HRESULT_FROM_WIN32(wres); in Read()
|
D | InOutTempBuffer.cpp | 57 return HRESULT_FROM_WIN32(lastError); in Get_HRESULT_LastError()
|
D | FileStreams.cpp | 36 return HRESULT_FROM_WIN32(lastError); in GetLastError_HRESULT() 207 return HRESULT_FROM_WIN32(error); in Read()
|
/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/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/lzma/CPP/7zip/ |
D | IStream.h | 70 #define HRESULT_WIN32_ERROR_NEGATIVE_SEEK HRESULT_FROM_WIN32(ERROR_NEGATIVE_SEEK)
|
/third_party/lzma/CPP/7zip/UI/Common/ |
D | Bench.cpp | 1142 return HRESULT_FROM_WIN32(res); in CreateEncoderThread() 1166 return HRESULT_FROM_WIN32(res); in CreateDecoderThread() 1351 return HRESULT_FROM_WIN32(wres); in Encode() 1846 return HRESULT_FROM_WIN32(wres); in MethodBench() 1906 return HRESULT_FROM_WIN32(wres); in MethodBench() 1915 return HRESULT_FROM_WIN32(wres); in MethodBench() 2022 return HRESULT_FROM_WIN32(wres); in MethodBench() 2371 return HRESULT_FROM_WIN32(res); in CreateThread() 2399 Res = HRESULT_FROM_WIN32(wres); in Process() 2409 Res = HRESULT_FROM_WIN32(wres); in Process() [all …]
|
D | Update.h | 168 …HRESULT Get_HRESULT_Error() const { return SystemError == 0 ? E_FAIL : HRESULT_FROM_WIN32(SystemEr… in Get_HRESULT_Error()
|
D | UpdateCallback.cpp | 658 return HRESULT_FROM_WIN32(error); in GetStream2() 953 return HRESULT_FROM_WIN32(error); in InFileStream_On_Error()
|
D | LoadCodecs.cpp | 546 error.ErrorCode = HRESULT_FROM_WIN32(lastError); in LoadDll()
|
/third_party/lzma/C/ |
D | 7zTypes.h | 63 #define MY_SRes_HRESULT_FROM_WRes(x) HRESULT_FROM_WIN32(x) 86 #define HRESULT_FROM_WIN32(x) MY_SRes_HRESULT_FROM_WRes(x) macro
|
/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/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/lzma/CPP/7zip/Archive/Common/ |
D | CoderMixer2.cpp | 1081 return HRESULT_FROM_WIN32(wres); in Code() 1089 return HRESULT_FROM_WIN32(wres); in Code() 1103 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()
|
D | List.cpp | 1099 lastError = HRESULT_FROM_WIN32(errorCode); in ListArchives()
|
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/ |
D | AsyncOperations.h | 140 return HRESULT_FROM_WIN32(GetLastError()); in STDMETHOD()
|
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | AsyncOperations.h | 140 return HRESULT_FROM_WIN32(GetLastError()); in STDMETHOD()
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
D | 7zUpdate.cpp | 1780 return HRESULT_FROM_WIN32(wres); in Update() 2220 return HRESULT_FROM_WIN32(wres); in Update() 2249 return HRESULT_FROM_WIN32(wres); in Update()
|
/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/FileManager/ |
D | ExtractCallback.cpp | 641 || result == HRESULT_FROM_WIN32(ERROR_DISK_FULL) in ExtractResult()
|