Home
last modified time | relevance | path

Searched refs:HRESULT_FROM_WIN32 (Results 226 – 250 of 924) sorted by relevance

12345678910>>...37

/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/base/
H A Dwin32regkey_unittest.cc198 HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND)); in RegKeyNonStaticFunctionsTest()
378 HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND)); in RegKeyStaticFunctionsTest()
388 HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND)); in RegKeyStaticFunctionsTest()
467 HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND)); in RegKeyStaticFunctionsTest()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/base/
H A Dwin32regkey_unittest.cc198 HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND)); in RegKeyNonStaticFunctionsTest()
381 HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND)); in RegKeyStaticFunctionsTest()
391 HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND)); in RegKeyStaticFunctionsTest()
470 HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND)); in RegKeyStaticFunctionsTest()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/qga/vss-win32/
H A Drequester.cpp67 return HRESULT_FROM_WIN32(GetLastError()); in requester_init()
80 return HRESULT_FROM_WIN32(GetLastError()); in requester_init()
87 return HRESULT_FROM_WIN32(GetLastError()); in requester_init()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/WIL/include/wil/
H A Dtoken_helpers.h98 …access, (openAs == OpenThreadTokenAs::Self), tokenHandle) ? S_OK : HRESULT_FROM_WIN32(::GetLastErr…
99 if (hr == HRESULT_FROM_WIN32(ERROR_NO_TOKEN))
101 …penProcessToken(GetCurrentProcess(), access, tokenHandle) ? S_OK : HRESULT_FROM_WIN32(::GetLastErr…
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/WIL/tests/
H A DResultTests.cpp138 REQUIRE(failures[0].hr == HRESULT_FROM_WIN32(ERROR_UNHANDLED_EXCEPTION));
140 REQUIRE(hr == HRESULT_FROM_WIN32(ERROR_UNHANDLED_EXCEPTION));
411 REQUIRE(hr == HRESULT_FROM_WIN32(ERROR_UNHANDLED_EXCEPTION));
/dports/multimedia/mpv/mpv-0.34.1/input/
H A Dipc-win.c184 mp_HRESULT_to_str(HRESULT_FROM_WIN32(error))); in ipc_write_str()
197 mp_HRESULT_to_str(HRESULT_FROM_WIN32(error))); in report_read_error()
424 mp_HRESULT_to_str(HRESULT_FROM_WIN32(err))); in ipc_thread()
/dports/devel/apitrace/apitrace-9.0/thirdparty/directxtex/DirectXTex/
H A DDirectXTexPMAlpha.cpp121 return HRESULT_FROM_WIN32( ERROR_NOT_SUPPORTED ); in PremultiplyAlpha()
164 return HRESULT_FROM_WIN32( ERROR_NOT_SUPPORTED ); in PremultiplyAlpha()
H A DDirectXTexWIC.cpp276 return HRESULT_FROM_WIN32( ERROR_NOT_SUPPORTED ); in _DecodeMetadata()
628 return HRESULT_FROM_WIN32( ERROR_NOT_SUPPORTED ); in _EncodeImage()
803 return HRESULT_FROM_WIN32( ERROR_NOT_SUPPORTED ); in _EncodeMultiframe()
850 return HRESULT_FROM_WIN32( ERROR_FILE_TOO_LARGE ); in GetMetadataFromWICMemory()
932 return HRESULT_FROM_WIN32( ERROR_FILE_TOO_LARGE ); in LoadFromWICMemory()
1074 return HRESULT_FROM_WIN32( ERROR_FILE_TOO_LARGE ); in SaveToWICMemory()
1125 return HRESULT_FROM_WIN32( ERROR_FILE_TOO_LARGE ); in SaveToWICMemory()
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/
H A DW32Errors.java178 public static final HRESULT HRESULT_FROM_WIN32(int x) { in HRESULT_FROM_WIN32() method in W32Errors
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/updater/win/ui/
H A Dui_displayed_event.cc46 if (HRESULT_FROM_WIN32(ERROR_ENVVAR_NOT_FOUND) == hr) in SignalEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/updater/win/net/
H A Dnet_util.cc20 if (hr != HRESULT_FROM_WIN32(ERROR_INSUFFICIENT_BUFFER)) in QueryHeadersString()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cloud_print/common/win/
H A Dcloud_print_utils.cc24 return error_code ? HRESULT_FROM_WIN32(error_code) : E_FAIL; in GetLastHResult()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Net/Http/
H A DWinHttpException.cs38 return Interop.HRESULT_FROM_WIN32(error); in ConvertErrorCodeToHR()
/dports/deskutils/nextcloudclient/desktop-3.4.1/admin/win/tools/NCMsiHelper/
H A DCustomAction.cpp71 hr = HRESULT_FROM_WIN32(GetLastError()); in CustomActionArgcArgv()
/dports/graphics/libfpx/libfpx-1.3.1-10/oless/test/proptest/
H A Dchresult.hxx75 _hr = HRESULT_FROM_WIN32(GetLastResult()); in GetLastResult()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/util/
H A Ddelete_after_reboot_helper_unittest.cc190 EXPECT_TRUE(hr == S_OK || hr == HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND)); in TEST_F()
247 EXPECT_TRUE(hr == S_OK || hr == HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND)); in TEST_F()
/dports/graphics/libfpx/libfpx-1.3.1-10/oless/h/
H A Dref.hxx154 #define HRESULT_FROM_WIN32(x) \ macro
157 #define WIN32_SCODE(err) HRESULT_FROM_WIN32(err)
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/comedy-0.1.0/src/
H A Derror.rs15 ERROR_SUCCESS, FACILITY_WIN32, HRESULT, HRESULT_FROM_WIN32, SUCCEEDED, S_OK,
273 code: HResultInner(HRESULT_FROM_WIN32(win32_error.code())), in from()
/dports/www/firefox/firefox-99.0/third_party/rust/comedy/src/
H A Derror.rs14 ERROR_SUCCESS, FACILITY_WIN32, HRESULT, HRESULT_FROM_WIN32, SUCCEEDED, S_OK,
274 code: HResultInner(HRESULT_FROM_WIN32(win32_error.code())), in from()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/comedy/src/
H A Derror.rs14 ERROR_SUCCESS, FACILITY_WIN32, HRESULT, HRESULT_FROM_WIN32, SUCCEEDED, S_OK,
274 code: HResultInner(HRESULT_FROM_WIN32(win32_error.code())), in from()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/comedy/src/
H A Derror.rs14 ERROR_SUCCESS, FACILITY_WIN32, HRESULT, HRESULT_FROM_WIN32, SUCCEEDED, S_OK,
274 code: HResultInner(HRESULT_FROM_WIN32(win32_error.code())), in from()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/comedy/src/
H A Derror.rs15 ERROR_SUCCESS, FACILITY_WIN32, HRESULT, HRESULT_FROM_WIN32, SUCCEEDED, S_OK,
273 code: HResultInner(HRESULT_FROM_WIN32(win32_error.code())), in from()
/dports/emulators/qemu60/qemu-6.0.0/qga/vss-win32/
H A Drequester.cpp67 return HRESULT_FROM_WIN32(GetLastError()); in requester_init()
80 return HRESULT_FROM_WIN32(GetLastError()); in requester_init()
87 return HRESULT_FROM_WIN32(GetLastError()); in requester_init()
/dports/emulators/qemu42/qemu-4.2.1/qga/vss-win32/
H A Drequester.cpp67 return HRESULT_FROM_WIN32(GetLastError()); in requester_init()
80 return HRESULT_FROM_WIN32(GetLastError()); in requester_init()
87 return HRESULT_FROM_WIN32(GetLastError()); in requester_init()
/dports/emulators/qemu/qemu-6.2.0/qga/vss-win32/
H A Drequester.cpp67 return HRESULT_FROM_WIN32(GetLastError()); in requester_init()
80 return HRESULT_FROM_WIN32(GetLastError()); in requester_init()
87 return HRESULT_FROM_WIN32(GetLastError()); in requester_init()

12345678910>>...37