Home
last modified time | relevance | path

Searched refs:ErrorStatus (Results 1 – 25 of 1485) sorted by relevance

12345678910>>...60

/dports/net/drive/drive-0.4.0/src/
H A Derrors.go17 type ErrorStatus int type
20 StatusGeneric ErrorStatus = 1
21 StatusAuthenticationFailed ErrorStatus = 2
22 StatusRetriesExhausted ErrorStatus = 3
23 StatusDownloadFailed ErrorStatus = 4
24 StatusPullFailed ErrorStatus = 5
25 StatusGoogleDocNonExportAttempted ErrorStatus = 6
26 StatusInvalidGoogleAPIQuery ErrorStatus = 7
27 StatusIllogicalState ErrorStatus = 8
28 StatusNonExistantRemote ErrorStatus = 9
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/snmp/src/agent/
H A Dsnmpa_set.erl117 {ErrorStatus, Index};
122 {ErrorStatus, Index} ->
123 {ErrorStatus, Index}
132 {ErrorStatus, Index} ->
133 {ErrorStatus, Index}
149 {ErrorStatus, ErrorIndex} ->
168 {ErrorStatus, ErrorIndex} ->
202 {ErrorStatus, ErrorIndex} ->
220 {ErrorStatus, Index} ->
222 {ErrorStatus, Index}
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/snmp/src/agent/
H A Dsnmpa_set.erl117 {ErrorStatus, Index};
122 {ErrorStatus, Index} ->
123 {ErrorStatus, Index}
132 {ErrorStatus, Index} ->
133 {ErrorStatus, Index}
149 {ErrorStatus, ErrorIndex} ->
168 {ErrorStatus, ErrorIndex} ->
202 {ErrorStatus, ErrorIndex} ->
220 {ErrorStatus, Index} ->
222 {ErrorStatus, Index}
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmpa_set.erl117 {ErrorStatus, Index};
122 {ErrorStatus, Index} ->
123 {ErrorStatus, Index}
132 {ErrorStatus, Index} ->
133 {ErrorStatus, Index}
149 {ErrorStatus, ErrorIndex} ->
168 {ErrorStatus, ErrorIndex} ->
202 {ErrorStatus, ErrorIndex} ->
220 {ErrorStatus, Index} ->
222 {ErrorStatus, Index}
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmpa_set.erl117 {ErrorStatus, Index};
122 {ErrorStatus, Index} ->
123 {ErrorStatus, Index}
132 {ErrorStatus, Index} ->
133 {ErrorStatus, Index}
149 {ErrorStatus, ErrorIndex} ->
168 {ErrorStatus, ErrorIndex} ->
202 {ErrorStatus, ErrorIndex} ->
220 {ErrorStatus, Index} ->
222 {ErrorStatus, Index}
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmpa_set.erl117 {ErrorStatus, Index};
122 {ErrorStatus, Index} ->
123 {ErrorStatus, Index}
132 {ErrorStatus, Index} ->
133 {ErrorStatus, Index}
149 {ErrorStatus, ErrorIndex} ->
168 {ErrorStatus, ErrorIndex} ->
202 {ErrorStatus, ErrorIndex} ->
220 {ErrorStatus, Index} ->
222 {ErrorStatus, Index}
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmpa_set.erl117 {ErrorStatus, Index};
122 {ErrorStatus, Index} ->
123 {ErrorStatus, Index}
132 {ErrorStatus, Index} ->
133 {ErrorStatus, Index}
149 {ErrorStatus, ErrorIndex} ->
168 {ErrorStatus, ErrorIndex} ->
202 {ErrorStatus, ErrorIndex} ->
220 {ErrorStatus, Index} ->
222 {ErrorStatus, Index}
[all …]
/dports/audio/fdk-aac/fdk-aac-2.0.2/libMpegTPDec/src/
H A Dtpdec_latm.cpp188 if (ErrorStatus == TRANSPORTDEC_OK) { in CLatmDemux_ReadAudioMuxElement()
210 ErrorStatus = TRANSPORTDEC_SYNC_ERROR; in CLatmDemux_ReadAudioMuxElement()
229 if (ErrorStatus != TRANSPORTDEC_OK) { in CLatmDemux_ReadAudioMuxElement()
233 return (ErrorStatus); in CLatmDemux_ReadAudioMuxElement()
256 return (ErrorStatus); in CLatmDemux_Read()
280 return (ErrorStatus); in CLatmDemux_Read()
531 ErrorStatus = TRANSPORTDEC_PARSE_ERROR; in CLatmDemux_ReadStreamMuxConfig()
548 if (ErrorStatus == TRANSPORTDEC_OK) { in CLatmDemux_ReadStreamMuxConfig()
582 if (ErrorStatus != TRANSPORTDEC_OK) { in CLatmDemux_ReadStreamMuxConfig()
591 return (ErrorStatus); in CLatmDemux_ReadStreamMuxConfig()
[all …]
/dports/multimedia/handbrake/fdk-aac-2.0.1/libMpegTPDec/src/
H A Dtpdec_latm.cpp188 if (ErrorStatus == TRANSPORTDEC_OK) { in CLatmDemux_ReadAudioMuxElement()
210 ErrorStatus = TRANSPORTDEC_SYNC_ERROR; in CLatmDemux_ReadAudioMuxElement()
229 if (ErrorStatus != TRANSPORTDEC_OK) { in CLatmDemux_ReadAudioMuxElement()
233 return (ErrorStatus); in CLatmDemux_ReadAudioMuxElement()
256 return (ErrorStatus); in CLatmDemux_Read()
280 return (ErrorStatus); in CLatmDemux_Read()
531 ErrorStatus = TRANSPORTDEC_PARSE_ERROR; in CLatmDemux_ReadStreamMuxConfig()
548 if (ErrorStatus == TRANSPORTDEC_OK) { in CLatmDemux_ReadStreamMuxConfig()
582 if (ErrorStatus != TRANSPORTDEC_OK) { in CLatmDemux_ReadStreamMuxConfig()
591 return (ErrorStatus); in CLatmDemux_ReadStreamMuxConfig()
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/snmp/src/agent/
H A Dsnmpa_set.erl117 {ErrorStatus, Index};
122 {ErrorStatus, Index} ->
123 {ErrorStatus, Index}
132 {ErrorStatus, Index} ->
133 {ErrorStatus, Index}
149 {ErrorStatus, ErrorIndex} ->
167 {ErrorStatus, Index} ->
169 {ErrorStatus, Index}
197 {ErrorStatus, ErrorIndex} ->
211 {ErrorStatus, Index} ->
[all …]
/dports/math/abs/abs-src-0.908/Xpm/
H A DCrIFrBuf.c50 int ErrorStatus; local
57 ErrorStatus = XpmCreateXpmImageFromBuffer(buffer, &image, &info);
59 ErrorStatus = XpmCreateXpmImageFromBuffer(buffer, &image, NULL);
61 if (ErrorStatus != XpmSuccess)
62 return (ErrorStatus);
65 ErrorStatus = XpmCreateImageFromXpmImage(display, &image,
70 if (ErrorStatus >= 0) /* no fatal error */
77 return (ErrorStatus);
87 int ErrorStatus; local
97 ErrorStatus = xpmParseData(&mdata, image, info);
[all …]
H A DCrIFrDat.c50 int ErrorStatus; local
57 ErrorStatus = XpmCreateXpmImageFromData(data, &image, &info);
59 ErrorStatus = XpmCreateXpmImageFromData(data, &image, NULL);
61 if (ErrorStatus != XpmSuccess)
62 return (ErrorStatus);
65 ErrorStatus = XpmCreateImageFromXpmImage(display, &image,
70 if (ErrorStatus >= 0) /* no fatal error */
76 return (ErrorStatus);
86 int ErrorStatus; local
96 ErrorStatus = xpmParseData(&mdata, image, info);
[all …]
H A DRdFToI.c52 int ErrorStatus; local
61 ErrorStatus = XpmReadFileToXpmImage(filename, &image, NULL);
63 if (ErrorStatus != XpmSuccess)
64 return (ErrorStatus);
67 ErrorStatus = XpmCreateImageFromXpmImage(display, &image,
72 if (ErrorStatus >= 0) /* no fatal error */
79 return (ErrorStatus);
89 int ErrorStatus; local
97 return (ErrorStatus);
100 ErrorStatus = xpmParseData(&mdata, image, info);
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/webdriver/src/
H A Dcapabilities.rs2 use error::{ErrorStatus, WebDriverError, WebDriverResult};
211 ErrorStatus::InvalidArgument, in validate_no_proxy()
248 ErrorStatus::InvalidArgument, in validate_host()
259 ErrorStatus::InvalidArgument, in validate_timeouts()
294 ErrorStatus::InvalidArgument, in validate_unhandled_prompt_behaviour()
316 ErrorStatus::UnknownError, in from_json()
323 ErrorStatus::InvalidArgument, in from_json()
326 ErrorStatus::InvalidArgument, in from_json()
336 ErrorStatus::InvalidArgument, in from_json()
345 ErrorStatus::InvalidArgument, in from_json()
[all …]
H A Dcommand.rs5 use error::{WebDriverResult, WebDriverError, ErrorStatus};
506 ErrorStatus::InvalidArgument, in from_json()
613 ErrorStatus::InvalidArgument, in from_json()
631 ErrorStatus::InvalidArgument, in from_json()
709 ErrorStatus::InvalidArgument, in from_json()
745 ErrorStatus::InvalidArgument, in from_json()
851 ErrorStatus::InvalidArgument, in from_json()
927 ErrorStatus::InvalidArgument, in from_json()
934 ErrorStatus::InvalidArgument, in from_json()
1057 ErrorStatus::InvalidArgument, in from_json()
[all …]
H A Dactions.rs3 use error::{WebDriverResult, WebDriverError, ErrorStatus};
138 ErrorStatus::InvalidArgument, in from_json()
142 ErrorStatus::InvalidArgument, in from_json()
208 ErrorStatus::InvalidArgument, in from_json()
242 ErrorStatus::InvalidArgument, in from_json()
277 ErrorStatus::InvalidArgument, in from_json()
378 ErrorStatus::InvalidArgument, in validate_key_value()
383 ErrorStatus::InvalidArgument, in validate_key_value()
400 ErrorStatus::InvalidArgument, in from_json()
542 ErrorStatus::InvalidArgument, in from_json()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/geckodriver/src/
H A Dmarionette.rs177 ErrorStatus::InvalidArgument, in from_json()
346 ErrorStatus::InvalidArgument, in from_json()
663 ErrorStatus::UnknownError, in to_web_element()
665 ErrorStatus::UnknownError, in to_web_element()
937 ErrorStatus::UnknownError, in process_cookies()
943 ErrorStatus::UnknownError, in process_cookies()
969 ErrorStatus::UnknownError, in process_cookies()
973 ErrorStatus::UnknownError, in process_cookies()
1201 ErrorStatus::UnknownError, in from_json()
1259 ErrorStatus::UnknownError, in from_json()
[all …]
/dports/x11/libXpm/libXpm-3.5.13/src/
H A Dparse.c233 int ErrorStatus; in xpmParseColors() local
271 ErrorStatus = in xpmParseColors()
371 ErrorStatus = in xpmParseColors()
414 return ErrorStatus; in xpmParseColors()
739 int ErrorStatus; in xpmParseData() local
749 return (ErrorStatus); in xpmParseData()
758 return (ErrorStatus); in xpmParseData()
782 RETURN(ErrorStatus); in xpmParseData()
804 RETURN(ErrorStatus); in xpmParseData()
820 RETURN(ErrorStatus); in xpmParseData()
[all …]
/dports/multimedia/handbrake/fdk-aac-2.0.1/libAACenc/src/
H A Daacenc.cpp337 AAC_ENCODER_ERROR ErrorStatus; in FDKaacEnc_Open() local
360 ErrorStatus = in FDKaacEnc_Open()
383 return ErrorStatus; in FDKaacEnc_Open()
390 AAC_ENCODER_ERROR ErrorStatus; in FDKaacEnc_Initialize() local
718 return ErrorStatus; in FDKaacEnc_Initialize()
776 if (ErrorStatus != AAC_ENC_OK) return ErrorStatus; in FDKaacEnc_EncodeFrame()
784 if (ErrorStatus != AAC_ENC_OK) return ErrorStatus; in FDKaacEnc_EncodeFrame()
910 if (ErrorStatus != AAC_ENC_OK) return ErrorStatus; in FDKaacEnc_EncodeFrame()
916 if (ErrorStatus != AAC_ENC_OK) return ErrorStatus; in FDKaacEnc_EncodeFrame()
922 if (ErrorStatus != AAC_ENC_OK) return ErrorStatus; in FDKaacEnc_EncodeFrame()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/webdriver/src/
H A Derror.rs16 pub enum ErrorStatus { enum
147 impl Serialize for ErrorStatus { implementation
156 impl<'de> Deserialize<'de> for ErrorStatus { implementation
162 Ok(ErrorStatus::from(error_string)) in deserialize()
166 impl ErrorStatus { impl
169 use self::ErrorStatus::*; in error_code()
204 use self::ErrorStatus::*; in http_status()
240 impl From<String> for ErrorStatus { implementation
241 fn from(s: String) -> ErrorStatus { in from() argument
242 use self::ErrorStatus::*; in from()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/webdriver/src/
H A Derror.rs16 pub enum ErrorStatus { enum
147 impl Serialize for ErrorStatus { implementation
156 impl<'de> Deserialize<'de> for ErrorStatus { implementation
162 Ok(ErrorStatus::from(error_string)) in deserialize()
166 impl ErrorStatus { implementation
169 use self::ErrorStatus::*; in error_code()
204 use self::ErrorStatus::*; in http_status()
240 impl From<String> for ErrorStatus { implementation
241 fn from(s: String) -> ErrorStatus { in from() argument
242 use self::ErrorStatus::*; in from()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/webdriver/src/
H A Derror.rs13 pub enum ErrorStatus { enum
144 impl Serialize for ErrorStatus { implementation
153 impl<'de> Deserialize<'de> for ErrorStatus { implementation
159 Ok(ErrorStatus::from(error_string)) in deserialize()
163 impl ErrorStatus { impl
166 use self::ErrorStatus::*; in error_code()
201 use self::ErrorStatus::*; in http_status()
237 impl From<String> for ErrorStatus { implementation
238 fn from(s: String) -> ErrorStatus { in from() argument
239 use self::ErrorStatus::*; in from()
[all …]
/dports/audio/fdk-aac/fdk-aac-2.0.2/libAACenc/src/
H A Daacenc.cpp379 AAC_ENCODER_ERROR ErrorStatus; in FDKaacEnc_Open() local
402 ErrorStatus = in FDKaacEnc_Open()
425 return ErrorStatus; in FDKaacEnc_Open()
432 AAC_ENCODER_ERROR ErrorStatus; in FDKaacEnc_Initialize() local
759 return ErrorStatus; in FDKaacEnc_Initialize()
817 if (ErrorStatus != AAC_ENC_OK) return ErrorStatus; in FDKaacEnc_EncodeFrame()
825 if (ErrorStatus != AAC_ENC_OK) return ErrorStatus; in FDKaacEnc_EncodeFrame()
951 if (ErrorStatus != AAC_ENC_OK) return ErrorStatus; in FDKaacEnc_EncodeFrame()
957 if (ErrorStatus != AAC_ENC_OK) return ErrorStatus; in FDKaacEnc_EncodeFrame()
963 if (ErrorStatus != AAC_ENC_OK) return ErrorStatus; in FDKaacEnc_EncodeFrame()
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webdriver-0.40.2/src/
H A Derror.rs13 pub enum ErrorStatus { enum
144 impl Serialize for ErrorStatus { implementation
153 impl<'de> Deserialize<'de> for ErrorStatus { implementation
159 Ok(ErrorStatus::from(error_string)) in deserialize()
163 impl ErrorStatus { implementation
166 use self::ErrorStatus::*; in error_code()
201 use self::ErrorStatus::*; in http_status()
237 impl From<String> for ErrorStatus { implementation
238 fn from(s: String) -> ErrorStatus { in from() argument
239 use self::ErrorStatus::*; in from()
[all …]
/dports/www/firefox/firefox-99.0/testing/webdriver/src/
H A Derror.rs16 pub enum ErrorStatus { enum
159 impl Serialize for ErrorStatus { implementation
168 impl<'de> Deserialize<'de> for ErrorStatus { implementation
174 Ok(ErrorStatus::from(error_string)) in deserialize()
178 impl ErrorStatus { implementation
181 use self::ErrorStatus::*; in error_code()
218 use self::ErrorStatus::*; in http_status()
256 impl From<String> for ErrorStatus { implementation
257 fn from(s: String) -> ErrorStatus { in from() argument
258 use self::ErrorStatus::*; in from()
[all …]

12345678910>>...60