Home
last modified time | relevance | path

Searched refs:GetErrorName (Results 1 – 25 of 398) sorted by relevance

12345678910>>...16

/dports/www/firefox-esr/firefox-91.8.0/dom/media/doctor/
H A DDDLogValue.cpp54 GetErrorName(a, name); in operator ()()
60 GetErrorName(a.Code(), name); in operator ()()
103 GetErrorName(a, name); in operator ()()
108 GetErrorName(a.Code(), name); in operator ()()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/doctor/
H A DDDLogValue.cpp54 GetErrorName(a, name); in operator ()()
60 GetErrorName(a.Code(), name); in operator ()()
102 GetErrorName(a, name); in operator ()()
107 GetErrorName(a.Code(), name); in operator ()()
/dports/www/firefox/firefox-99.0/dom/media/doctor/
H A DDDLogValue.cpp54 GetErrorName(a, name); in operator ()()
60 GetErrorName(a.Code(), name); in operator ()()
103 GetErrorName(a, name); in operator ()()
108 GetErrorName(a.Code(), name); in operator ()()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/doctor/
H A DDDLogValue.cpp54 GetErrorName(a, name); in operator ()()
60 GetErrorName(a.Code(), name); in operator ()()
103 GetErrorName(a, name); in operator ()()
108 GetErrorName(a.Code(), name); in operator ()()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/doctor/
H A DDDLogValue.cpp52 GetErrorName(a, name); in match()
58 GetErrorName(a.Code(), name); in match()
100 GetErrorName(a, name); in match()
105 GetErrorName(a.Code(), name); in match()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/fetch/
H A Dtrust_token_to_mojom.cc113 DOMException::GetErrorName( in TrustTokenErrorToDOMException()
118 DOMException::GetErrorName(DOMExceptionCode::kInvalidStateError)); in TrustTokenErrorToDOMException()
122 DOMException::GetErrorName(DOMExceptionCode::kOperationError)); in TrustTokenErrorToDOMException()
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/base/
H A DErrorNames.cpp17 void GetErrorName(nsresult rv, nsACString& name) { in GetErrorName() function
70 mozilla::GetErrorName(aRv, aName); in Gecko_GetErrorName()
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/base/
H A DErrorNames.cpp19 void GetErrorName(nsresult rv, nsACString& name) { in GetErrorName() function
75 mozilla::GetErrorName(aRv, aName); in Gecko_GetErrorName()
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/base/
H A DErrorNames.cpp19 void GetErrorName(nsresult rv, nsACString& name) { in GetErrorName() function
75 mozilla::GetErrorName(aRv, aName); in Gecko_GetErrorName()
/dports/www/firefox/firefox-99.0/xpcom/base/
H A DErrorNames.cpp20 void GetErrorName(nsresult rv, nsACString& name) { in GetErrorName() function
76 mozilla::GetErrorName(aRv, aName); in Gecko_GetErrorName()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/base/
H A DErrorNames.cpp19 void GetErrorName(nsresult rv, nsACString& name) { in GetErrorName() function
75 mozilla::GetErrorName(aRv, aName); in Gecko_GetErrorName()
/dports/sysutils/wiimms/wiimms-iso-tools/src/
H A Dwwt+wit-cmd.c58 i, i, GetErrorName(i), GetErrorText(i)); in cmd_error()
75 const int len = strlen(GetErrorName(i)); in cmd_error()
82 printf("%3d : %-*s : %s\n",i,max_wd,GetErrorName(i),GetErrorText(i)); in cmd_error()
104 num, GetErrorName(num), GetErrorText(num)); in cmd_error()
108 printf("%s\n",GetErrorName(num)); in cmd_error()
495 progname, cmdname, err, GetErrorName(err), GetErrorText(err) ); in PrintErrorStat()
503 progname, cmdname, err, GetErrorName(err) ); in PrintErrorStat()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetErrorName/geterrname002/
H A Dgeterrname002.cpp51 jvmti->GetErrorName((jvmtiError)(-1), &name))) in agentProc()
56 jvmti->GetErrorName(JVMTI_ERROR_NONE, NULL))) in agentProc()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetErrorName/geterrname002/
H A Dgeterrname002.cpp51 jvmti->GetErrorName((jvmtiError)(-1), &name))) in agentProc()
56 jvmti->GetErrorName(JVMTI_ERROR_NONE, NULL))) in agentProc()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetErrorName/geterrname002/
H A Dgeterrname002.cpp51 jvmti->GetErrorName((jvmtiError)(-1), &name))) in agentProc()
56 jvmti->GetErrorName(JVMTI_ERROR_NONE, NULL))) in agentProc()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetErrorName/geterrname002/
H A Dgeterrname002.cpp51 jvmti->GetErrorName((jvmtiError)(-1), &name))) in agentProc()
56 jvmti->GetErrorName(JVMTI_ERROR_NONE, NULL))) in agentProc()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetErrorName/geterrname002/
H A Dgeterrname002.cpp51 jvmti->GetErrorName((jvmtiError)(-1), &name))) in agentProc()
56 jvmti->GetErrorName(JVMTI_ERROR_NONE, NULL))) in agentProc()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetErrorName/geterrname002/
H A Dgeterrname002.cpp51 jvmti->GetErrorName((jvmtiError)(-1), &name))) in agentProc()
56 jvmti->GetErrorName(JVMTI_ERROR_NONE, NULL))) in agentProc()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetErrorName/geterrname002/
H A Dgeterrname002.c53 NSK_CPP_STUB3(GetErrorName, jvmti, (jvmtiError)(-1), &name))) in agentProc()
58 NSK_CPP_STUB3(GetErrorName, jvmti, JVMTI_ERROR_NONE, NULL))) in agentProc()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetErrorName/geterrname002/
H A Dgeterrname002.c53 NSK_CPP_STUB3(GetErrorName, jvmti, (jvmtiError)(-1), &name))) in agentProc()
58 NSK_CPP_STUB3(GetErrorName, jvmti, JVMTI_ERROR_NONE, NULL))) in agentProc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/fido/win/
H A Dwebauthn_api.cc134 PCWSTR GetErrorName(HRESULT hr) override { in GetErrorName() function in device::WinWebAuthnApiImpl
327 << webauthn_api->GetErrorName(hresult); in AuthenticatorMakeCredentialBlocking()
329 base::as_u16cstr(webauthn_api->GetErrorName(hresult))), in AuthenticatorMakeCredentialBlocking()
430 << webauthn_api->GetErrorName(hresult); in AuthenticatorGetAssertionBlocking()
432 base::as_u16cstr(webauthn_api->GetErrorName(hresult))), in AuthenticatorGetAssertionBlocking()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/fido/win/
H A Dwebauthn_api.cc125 PCWSTR GetErrorName(HRESULT hr) override { in GetErrorName() function in device::WinWebAuthnApiImpl
313 << webauthn_api->GetErrorName(hresult); in AuthenticatorMakeCredentialBlocking()
315 base::as_u16cstr(webauthn_api->GetErrorName(hresult))), in AuthenticatorMakeCredentialBlocking()
414 << webauthn_api->GetErrorName(hresult); in AuthenticatorGetAssertionBlocking()
416 base::as_u16cstr(webauthn_api->GetErrorName(hresult))), in AuthenticatorGetAssertionBlocking()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/rtc_base/
H A Dhttp_common.cc70 std::string GetErrorName(int err, const ConstantToLabel* err_table) { in GetErrorName() function
441 << GetErrorName(ret, SECURITY_ERRORS); in HttpAuthenticate()
507 << GetErrorName(ret, SECURITY_ERRORS); in HttpAuthenticate()
519 << GetErrorName(ret, SECURITY_ERRORS); in HttpAuthenticate()
534 << GetErrorName(ret, SECURITY_ERRORS); in HttpAuthenticate()
/dports/net-im/tg_owt/tg_owt-d578c76/src/rtc_base/
H A Dhttp_common.cc70 std::string GetErrorName(int err, const ConstantToLabel* err_table) { in GetErrorName() function
441 << GetErrorName(ret, SECURITY_ERRORS); in HttpAuthenticate()
507 << GetErrorName(ret, SECURITY_ERRORS); in HttpAuthenticate()
519 << GetErrorName(ret, SECURITY_ERRORS); in HttpAuthenticate()
534 << GetErrorName(ret, SECURITY_ERRORS); in HttpAuthenticate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_base/
H A Dhttp_common.cc70 std::string GetErrorName(int err, const ConstantToLabel* err_table) { in GetErrorName() function
441 << GetErrorName(ret, SECURITY_ERRORS); in HttpAuthenticate()
507 << GetErrorName(ret, SECURITY_ERRORS); in HttpAuthenticate()
519 << GetErrorName(ret, SECURITY_ERRORS); in HttpAuthenticate()
534 << GetErrorName(ret, SECURITY_ERRORS); in HttpAuthenticate()

12345678910>>...16