Home
last modified time | relevance | path

Searched refs:errorCode_ (Results 1 – 25 of 107) sorted by relevance

12345

/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/
H A DOrthancException.cpp32 errorCode_(other.errorCode_), in OrthancException()
42 errorCode_(errorCode), in OrthancException()
50 errorCode_(errorCode), in OrthancException()
57 LOG(ERROR) << EnumerationToString(errorCode_) << ": " << details; in OrthancException()
64 errorCode_(errorCode), in OrthancException()
73 errorCode_(errorCode), in OrthancException()
80 LOG(ERROR) << EnumerationToString(errorCode_) << ": " << details; in OrthancException()
87 return errorCode_; in GetErrorCode()
97 return EnumerationToString(errorCode_); in What()
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/
H A DOrthancException.cpp32 errorCode_(other.errorCode_), in OrthancException()
42 errorCode_(errorCode), in OrthancException()
50 errorCode_(errorCode), in OrthancException()
57 LOG(ERROR) << EnumerationToString(errorCode_) << ": " << details; in OrthancException()
64 errorCode_(errorCode), in OrthancException()
73 errorCode_(errorCode), in OrthancException()
80 LOG(ERROR) << EnumerationToString(errorCode_) << ": " << details; in OrthancException()
87 return errorCode_; in GetErrorCode()
97 return EnumerationToString(errorCode_); in What()
/dports/science/orthanc/Orthanc-1.9.7/OrthancFramework/Sources/
H A DOrthancException.cpp32 errorCode_(other.errorCode_), in OrthancException()
42 errorCode_(errorCode), in OrthancException()
50 errorCode_(errorCode), in OrthancException()
57 LOG(ERROR) << EnumerationToString(errorCode_) << ": " << details; in OrthancException()
64 errorCode_(errorCode), in OrthancException()
73 errorCode_(errorCode), in OrthancException()
80 LOG(ERROR) << EnumerationToString(errorCode_) << ": " << details; in OrthancException()
87 return errorCode_; in GetErrorCode()
97 return EnumerationToString(errorCode_); in What()
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/
H A DOrthancException.cpp32 errorCode_(other.errorCode_), in OrthancException()
42 errorCode_(errorCode), in OrthancException()
50 errorCode_(errorCode), in OrthancException()
57 LOG(ERROR) << EnumerationToString(errorCode_) << ": " << details; in OrthancException()
64 errorCode_(errorCode), in OrthancException()
73 errorCode_(errorCode), in OrthancException()
80 LOG(ERROR) << EnumerationToString(errorCode_) << ": " << details; in OrthancException()
87 return errorCode_; in GetErrorCode()
97 return EnumerationToString(errorCode_); in What()
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancFramework/Sources/
H A DOrthancException.cpp32 errorCode_(other.errorCode_), in OrthancException()
42 errorCode_(errorCode), in OrthancException()
50 errorCode_(errorCode), in OrthancException()
57 LOG(ERROR) << EnumerationToString(errorCode_) << ": " << details; in OrthancException()
64 errorCode_(errorCode), in OrthancException()
73 errorCode_(errorCode), in OrthancException()
80 LOG(ERROR) << EnumerationToString(errorCode_) << ": " << details; in OrthancException()
87 return errorCode_; in GetErrorCode()
97 return EnumerationToString(errorCode_); in What()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/common/
H A Dlocalematcher.cpp127 errorCode_(src.errorCode_), in Builder()
145 errorCode_ = src.errorCode_; in operator =()
164 if (U_FAILURE(errorCode_)) { return false; } in ensureSupportedLocaleVector()
167 if (U_FAILURE(errorCode_)) { return false; } in ensureSupportedLocaleVector()
169 errorCode_ = U_MEMORY_ALLOCATION_ERROR; in ensureSupportedLocaleVector()
186 if (U_FAILURE(errorCode_)) { in setSupportedLocalesFromListString()
206 if (U_FAILURE(errorCode_)) { in setSupportedLocales()
218 errorCode_ = U_MEMORY_ALLOCATION_ERROR; in addSupportedLocale()
222 if (U_FAILURE(errorCode_)) { in addSupportedLocale()
278 outErrorCode = errorCode_; in copyErrorTo()
[all …]
/dports/www/aria2/aria2-1.36.0/src/
H A DException.cc46 errorCode_(error_code::UNKNOWN_ERROR) in Exception()
56 errorCode_(errorCode), in Exception()
67 errorCode_(cause.errorCode_), in Exception()
74 : file_(file), line_(line), errNum_(0), msg_(msg), errorCode_(errorCode) in Exception()
84 errorCode_(error_code::UNKNOWN_ERROR) in Exception()
94 errorCode_(errorCode) in Exception()
108 s << "errorCode=" << errorCode_ << " "; in stackTrace()
/dports/net-im/kopete/kopete-21.12.3/protocols/groupwise/libgroupwise/
H A Dcompressionhandler.cpp8 CompressionHandler::CompressionHandler() : errorCode_(0) in CompressionHandler()
21 errorCode_ = decompressor_->write(a); in writeIncoming()
22 if (!errorCode_) { in writeIncoming()
32 errorCode_ = compressor_->write(a); in write()
33 if (!errorCode_) { in write()
62 return errorCode_; in errorCode()
/dports/games/ksirk/ksirk-21.12.3/ksirk/iris/src/xmpp/xmpp-core/
H A Dcompressionhandler.cpp9 : errorCode_(0) in CompressionHandler()
28 errorCode_ = decompressor_->write(a); in writeIncoming()
29 if (!errorCode_) in writeIncoming()
38 errorCode_ = compressor_->write(a); in write()
39 if (!errorCode_) in write()
67 return errorCode_; in errorCode()
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libiris/src/xmpp/xmpp-core/
H A Dcompressionhandler.cpp9 : errorCode_(0) in CompressionHandler()
28 errorCode_ = decompressor_->write(a); in writeIncoming()
29 if (!errorCode_) in writeIncoming()
38 errorCode_ = compressor_->write(a); in write()
39 if (!errorCode_) in write()
67 return errorCode_; in errorCode()
/dports/net-im/psi/psi-1.5/iris/src/xmpp/xmpp-core/
H A Dcompressionhandler.cpp9 : errorCode_(0) in CompressionHandler()
28 errorCode_ = decompressor_->write(a); in writeIncoming()
29 if (!errorCode_) in writeIncoming()
38 errorCode_ = compressor_->write(a); in write()
39 if (!errorCode_) in write()
67 return errorCode_; in errorCode()
/dports/devel/icu/icu/source/common/
H A Dlocalematcher.cpp126 errorCode_(src.errorCode_), in Builder()
148 errorCode_ = src.errorCode_; in operator =()
169 if (U_FAILURE(errorCode_)) { return false; } in ensureSupportedLocaleVector()
174 errorCode_ = U_MEMORY_ALLOCATION_ERROR; in ensureSupportedLocaleVector()
191 if (U_FAILURE(errorCode_)) { in setSupportedLocalesFromListString()
211 if (U_FAILURE(errorCode_)) { in setSupportedLocales()
223 errorCode_ = U_MEMORY_ALLOCATION_ERROR; in addSupportedLocale()
227 if (U_FAILURE(errorCode_)) { in addSupportedLocale()
277 errorCode_ = U_MEMORY_ALLOCATION_ERROR; in setMaxDistance()
310 outErrorCode = errorCode_; in copyErrorTo()
[all …]
/dports/devel/icu-lx/icu/source/common/
H A Dlocalematcher.cpp126 errorCode_(src.errorCode_), in Builder()
148 errorCode_ = src.errorCode_; in operator =()
169 if (U_FAILURE(errorCode_)) { return false; } in ensureSupportedLocaleVector()
174 errorCode_ = U_MEMORY_ALLOCATION_ERROR; in ensureSupportedLocaleVector()
191 if (U_FAILURE(errorCode_)) { in setSupportedLocalesFromListString()
211 if (U_FAILURE(errorCode_)) { in setSupportedLocales()
223 errorCode_ = U_MEMORY_ALLOCATION_ERROR; in addSupportedLocale()
227 if (U_FAILURE(errorCode_)) { in addSupportedLocale()
277 errorCode_ = U_MEMORY_ALLOCATION_ERROR; in setMaxDistance()
310 outErrorCode = errorCode_; in copyErrorTo()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/common/
H A Dlocalematcher.cpp126 errorCode_(src.errorCode_), in Builder()
148 errorCode_ = src.errorCode_; in operator =()
169 if (U_FAILURE(errorCode_)) { return false; } in ensureSupportedLocaleVector()
174 errorCode_ = U_MEMORY_ALLOCATION_ERROR; in ensureSupportedLocaleVector()
191 if (U_FAILURE(errorCode_)) { in setSupportedLocalesFromListString()
211 if (U_FAILURE(errorCode_)) { in setSupportedLocales()
223 errorCode_ = U_MEMORY_ALLOCATION_ERROR; in addSupportedLocale()
227 if (U_FAILURE(errorCode_)) { in addSupportedLocale()
277 errorCode_ = U_MEMORY_ALLOCATION_ERROR; in setMaxDistance()
310 outErrorCode = errorCode_; in copyErrorTo()
[all …]
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/common/
H A Dlocalematcher.cpp126 errorCode_(src.errorCode_), in Builder()
148 errorCode_ = src.errorCode_; in operator =()
169 if (U_FAILURE(errorCode_)) { return false; } in ensureSupportedLocaleVector()
174 errorCode_ = U_MEMORY_ALLOCATION_ERROR; in ensureSupportedLocaleVector()
191 if (U_FAILURE(errorCode_)) { in setSupportedLocalesFromListString()
211 if (U_FAILURE(errorCode_)) { in setSupportedLocales()
223 errorCode_ = U_MEMORY_ALLOCATION_ERROR; in addSupportedLocale()
227 if (U_FAILURE(errorCode_)) { in addSupportedLocale()
277 errorCode_ = U_MEMORY_ALLOCATION_ERROR; in setMaxDistance()
310 outErrorCode = errorCode_; in copyErrorTo()
[all …]
/dports/textproc/R-cran-stringi/stringi/src/icu69/common/
H A Dlocalematcher.cpp126 errorCode_(src.errorCode_), in Builder()
148 errorCode_ = src.errorCode_; in operator =()
169 if (U_FAILURE(errorCode_)) { return false; } in ensureSupportedLocaleVector()
174 errorCode_ = U_MEMORY_ALLOCATION_ERROR; in ensureSupportedLocaleVector()
191 if (U_FAILURE(errorCode_)) { in setSupportedLocalesFromListString()
211 if (U_FAILURE(errorCode_)) { in setSupportedLocales()
223 errorCode_ = U_MEMORY_ALLOCATION_ERROR; in addSupportedLocale()
227 if (U_FAILURE(errorCode_)) { in addSupportedLocale()
277 errorCode_ = U_MEMORY_ALLOCATION_ERROR; in setMaxDistance()
310 outErrorCode = errorCode_; in copyErrorTo()
[all …]
/dports/www/firefox/firefox-99.0/intl/icu/source/common/
H A Dlocalematcher.cpp126 errorCode_(src.errorCode_), in Builder()
148 errorCode_ = src.errorCode_; in operator =()
169 if (U_FAILURE(errorCode_)) { return false; } in ensureSupportedLocaleVector()
174 errorCode_ = U_MEMORY_ALLOCATION_ERROR; in ensureSupportedLocaleVector()
191 if (U_FAILURE(errorCode_)) { in setSupportedLocalesFromListString()
211 if (U_FAILURE(errorCode_)) { in setSupportedLocales()
223 errorCode_ = U_MEMORY_ALLOCATION_ERROR; in addSupportedLocale()
227 if (U_FAILURE(errorCode_)) { in addSupportedLocale()
277 errorCode_ = U_MEMORY_ALLOCATION_ERROR; in setMaxDistance()
310 outErrorCode = errorCode_; in copyErrorTo()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/common/
H A Dlocalematcher.cpp126 errorCode_(src.errorCode_), in Builder()
148 errorCode_ = src.errorCode_; in operator =()
169 if (U_FAILURE(errorCode_)) { return false; } in ensureSupportedLocaleVector()
174 errorCode_ = U_MEMORY_ALLOCATION_ERROR; in ensureSupportedLocaleVector()
191 if (U_FAILURE(errorCode_)) { in setSupportedLocalesFromListString()
211 if (U_FAILURE(errorCode_)) { in setSupportedLocales()
223 errorCode_ = U_MEMORY_ALLOCATION_ERROR; in addSupportedLocale()
227 if (U_FAILURE(errorCode_)) { in addSupportedLocale()
277 errorCode_ = U_MEMORY_ALLOCATION_ERROR; in setMaxDistance()
310 outErrorCode = errorCode_; in copyErrorTo()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/common/
H A Dlocalematcher.cpp126 errorCode_(src.errorCode_), in Builder()
148 errorCode_ = src.errorCode_; in operator =()
169 if (U_FAILURE(errorCode_)) { return false; } in ensureSupportedLocaleVector()
174 errorCode_ = U_MEMORY_ALLOCATION_ERROR; in ensureSupportedLocaleVector()
191 if (U_FAILURE(errorCode_)) { in setSupportedLocalesFromListString()
211 if (U_FAILURE(errorCode_)) { in setSupportedLocales()
223 errorCode_ = U_MEMORY_ALLOCATION_ERROR; in addSupportedLocale()
227 if (U_FAILURE(errorCode_)) { in addSupportedLocale()
277 errorCode_ = U_MEMORY_ALLOCATION_ERROR; in setMaxDistance()
310 outErrorCode = errorCode_; in copyErrorTo()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/common/
H A Dlocalematcher.cpp129 errorCode_(src.errorCode_), in Builder()
148 errorCode_ = src.errorCode_; in operator =()
168 if (U_FAILURE(errorCode_)) { return false; } in ensureSupportedLocaleVector()
171 if (U_FAILURE(errorCode_)) { return false; } in ensureSupportedLocaleVector()
173 errorCode_ = U_MEMORY_ALLOCATION_ERROR; in ensureSupportedLocaleVector()
190 if (U_FAILURE(errorCode_)) { in setSupportedLocalesFromListString()
210 if (U_FAILURE(errorCode_)) { in setSupportedLocales()
222 errorCode_ = U_MEMORY_ALLOCATION_ERROR; in addSupportedLocale()
226 if (U_FAILURE(errorCode_)) { in addSupportedLocale()
282 outErrorCode = errorCode_; in copyErrorTo()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11Exception.java71 protected long errorCode_; field in PKCS11Exception
264 errorCode_ = errorCode; in PKCS11Exception()
278 String message = errorMap.get(Long.valueOf(errorCode_)); in getMessage()
280 message = "0x" + Functions.toFullHexString((int)errorCode_); in getMessage()
293 return errorCode_ ; in getErrorCode()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11Exception.java71 protected long errorCode_; field in PKCS11Exception
280 errorCode_ = errorCode; in PKCS11Exception()
294 String message = errorMap.get(Long.valueOf(errorCode_)); in getMessage()
296 message = "0x" + Functions.toFullHexString((int)errorCode_); in getMessage()
309 return errorCode_ ; in getErrorCode()
/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/DLL430_v3/src/TI/DLL430/EM/Exceptions/
H A DExceptions.h49 EM_Exception(uint32_t error, const char* msg) : errorCode_(error), runtime_error(msg) {} in EM_Exception()
51 uint32_t errorCode() const { return errorCode_; } in errorCode()
54 uint32_t errorCode_;
61 explicit DLL430_Exception(uint32_t error) : errorCode_(error), runtime_error("") {} in DLL430_Exception()
62 DLL430_Exception(uint32_t error, const char* msg) : errorCode_(error), runtime_error(msg) {} in DLL430_Exception()
64 uint32_t errorCode() const { return errorCode_; } in errorCode()
67 uint32_t errorCode_;
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/common/
H A Dedits.cpp43 if (U_FAILURE(errorCode_)) { in copyArray()
65 if (U_FAILURE(errorCode_)) { in moveArray()
90 errorCode_ = other.errorCode_; in operator =()
98 errorCode_ = src.errorCode_; in operator =()
108 errorCode_ = U_ZERO_ERROR; in reset()
114 errorCode_ = U_ILLEGAL_ARGUMENT_ERROR; in addUnchanged()
140 if(U_FAILURE(errorCode_)) { return; } in addReplace()
142 errorCode_ = U_ILLEGAL_ARGUMENT_ERROR; in addReplace()
220 errorCode_ = U_INDEX_OUTOFBOUNDS_ERROR; in growArray()
229 errorCode_ = U_INDEX_OUTOFBOUNDS_ERROR; in growArray()
[all …]
/dports/security/iaikpkcs11wrapper/src/java/src/iaik/pkcs/pkcs11/wrapper/
H A DPKCS11Exception.java42 protected long errorCode_; field in PKCS11Exception
51 errorCode_ = errorCode; in PKCS11Exception()
80 String errorCodeHexString = "0x" + Functions.toFullHexString((int) errorCode_); in getMessage()
96 return errorCode_; in getErrorCode()

12345