Home
last modified time | relevance | path

Searched refs:ErrorContext (Results 1 – 25 of 960) sorted by relevance

12345678910>>...39

/dports/archivers/pbzip2/pbzip2-1.1.13/
H A DErrorContext.cpp17 ErrorContext * ErrorContext::_instance = 0;
18 pthread_mutex_t ErrorContext::_err_ctx_mutex = PTHREAD_MUTEX_INITIALIZER;
20 ErrorContext * ErrorContext::getInstance() in getInstance()
24 if ( ErrorContext::_instance == NULL ) in getInstance()
26 _instance = new(std::nothrow) ErrorContext; in getInstance()
39 void ErrorContext::printErrnoMsg( FILE * out, int err ) in printErrnoMsg()
48 void ErrorContext::syncPrintErrnoMsg( FILE * out, int err ) in syncPrintErrnoMsg()
55 void ErrorContext::printErrorMessages( FILE * out ) in printErrorMessages()
65 void ErrorContext::saveError() in saveError()
85 void ErrorContext::reset() in reset()
H A DErrorContext.h16 class ErrorContext
19 static ErrorContext * _instance;
26 ErrorContext(): in ErrorContext() function
32 ErrorContext( ErrorContext const & s );
33 void operator=( ErrorContext const & s );
35 static ErrorContext * getInstance();
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/
H A Dverifier.hpp148 class ErrorContext { class
171 ErrorContext(int bci, FaultType fault) : in ErrorContext() function in ErrorContext
179 ErrorContext() : _bci(-1), _fault(NO_FAULT) {} in ErrorContext() function in ErrorContext
181 static ErrorContext bad_code(u2 bci) { in bad_code()
182 return ErrorContext(bci, INVALID_BYTECODE); in bad_code()
185 return ErrorContext(bci, WRONG_TYPE, type); in bad_type()
194 return ErrorContext(bci, FLAGS_MISMATCH, in bad_flags()
203 static ErrorContext locals_size_mismatch( in locals_size_mismatch()
208 static ErrorContext stack_size_mismatch( in stack_size_mismatch()
219 static ErrorContext missing_stackmap(u2 bci) { in missing_stackmap()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/
H A Dverifier.hpp148 class ErrorContext { class
171 ErrorContext(int bci, FaultType fault) : in ErrorContext() function in ErrorContext
179 ErrorContext() : _bci(-1), _fault(NO_FAULT) {} in ErrorContext() function in ErrorContext
181 static ErrorContext bad_code(u2 bci) { in bad_code()
182 return ErrorContext(bci, INVALID_BYTECODE); in bad_code()
185 return ErrorContext(bci, WRONG_TYPE, type); in bad_type()
194 return ErrorContext(bci, FLAGS_MISMATCH, in bad_flags()
203 static ErrorContext locals_size_mismatch( in locals_size_mismatch()
208 static ErrorContext stack_size_mismatch( in stack_size_mismatch()
219 static ErrorContext missing_stackmap(u2 bci) { in missing_stackmap()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/classfile/
H A Dverifier.hpp142 class ErrorContext { class
165 ErrorContext(int bci, FaultType fault) : in ErrorContext() function in ErrorContext
173 ErrorContext() : _bci(-1), _fault(NO_FAULT) {} in ErrorContext() function in ErrorContext
175 static ErrorContext bad_code(u2 bci) { in bad_code()
176 return ErrorContext(bci, INVALID_BYTECODE); in bad_code()
179 return ErrorContext(bci, WRONG_TYPE, type); in bad_type()
188 return ErrorContext(bci, FLAGS_MISMATCH, in bad_flags()
197 static ErrorContext locals_size_mismatch( in locals_size_mismatch()
202 static ErrorContext stack_size_mismatch( in stack_size_mismatch()
213 static ErrorContext missing_stackmap(u2 bci) { in missing_stackmap()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/classfile/
H A Dverifier.hpp144 class ErrorContext VALUE_OBJ_CLASS_SPEC {
167 ErrorContext(int bci, FaultType fault) : in ErrorContext() function in VALUE_OBJ_CLASS_SPEC
175 ErrorContext() : _bci(-1), _fault(NO_FAULT) {} in ErrorContext() function in VALUE_OBJ_CLASS_SPEC
177 static ErrorContext bad_code(u2 bci) { in bad_code()
178 return ErrorContext(bci, INVALID_BYTECODE); in bad_code()
181 return ErrorContext(bci, WRONG_TYPE, type); in bad_type()
190 return ErrorContext(bci, FLAGS_MISMATCH, in bad_flags()
199 static ErrorContext locals_size_mismatch( in locals_size_mismatch()
204 static ErrorContext stack_size_mismatch( in stack_size_mismatch()
215 static ErrorContext missing_stackmap(u2 bci) { in missing_stackmap()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/classfile/
H A Dverifier.hpp144 class ErrorContext VALUE_OBJ_CLASS_SPEC {
167 ErrorContext(int bci, FaultType fault) : in ErrorContext() function in VALUE_OBJ_CLASS_SPEC
175 ErrorContext() : _bci(-1), _fault(NO_FAULT) {} in ErrorContext() function in VALUE_OBJ_CLASS_SPEC
177 static ErrorContext bad_code(u2 bci) { in bad_code()
178 return ErrorContext(bci, INVALID_BYTECODE); in bad_code()
181 return ErrorContext(bci, WRONG_TYPE, type); in bad_type()
190 return ErrorContext(bci, FLAGS_MISMATCH, in bad_flags()
199 static ErrorContext locals_size_mismatch( in locals_size_mismatch()
204 static ErrorContext stack_size_mismatch( in stack_size_mismatch()
215 static ErrorContext missing_stackmap(u2 bci) { in missing_stackmap()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/classfile/
H A Dverifier.hpp143 class ErrorContext { class
166 ErrorContext(int bci, FaultType fault) : in ErrorContext() function in ErrorContext
174 ErrorContext() : _bci(-1), _fault(NO_FAULT) {} in ErrorContext() function in ErrorContext
176 static ErrorContext bad_code(u2 bci) { in bad_code()
177 return ErrorContext(bci, INVALID_BYTECODE); in bad_code()
180 return ErrorContext(bci, WRONG_TYPE, type); in bad_type()
189 return ErrorContext(bci, FLAGS_MISMATCH, in bad_flags()
198 static ErrorContext locals_size_mismatch( in locals_size_mismatch()
203 static ErrorContext stack_size_mismatch( in stack_size_mismatch()
214 static ErrorContext missing_stackmap(u2 bci) { in missing_stackmap()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/classfile/
H A Dverifier.hpp143 class ErrorContext { class
166 ErrorContext(int bci, FaultType fault) : in ErrorContext() function in ErrorContext
174 ErrorContext() : _bci(-1), _fault(NO_FAULT) {} in ErrorContext() function in ErrorContext
176 static ErrorContext bad_code(u2 bci) { in bad_code()
177 return ErrorContext(bci, INVALID_BYTECODE); in bad_code()
180 return ErrorContext(bci, WRONG_TYPE, type); in bad_type()
189 return ErrorContext(bci, FLAGS_MISMATCH, in bad_flags()
198 static ErrorContext locals_size_mismatch( in locals_size_mismatch()
203 static ErrorContext stack_size_mismatch( in stack_size_mismatch()
214 static ErrorContext missing_stackmap(u2 bci) { in missing_stackmap()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/classfile/
H A Dverifier.hpp144 class ErrorContext { class
167 ErrorContext(int bci, FaultType fault) : in ErrorContext() function in ErrorContext
175 ErrorContext() : _bci(-1), _fault(NO_FAULT) {} in ErrorContext() function in ErrorContext
177 static ErrorContext bad_code(u2 bci) { in bad_code()
178 return ErrorContext(bci, INVALID_BYTECODE); in bad_code()
181 return ErrorContext(bci, WRONG_TYPE, type); in bad_type()
190 return ErrorContext(bci, FLAGS_MISMATCH, in bad_flags()
199 static ErrorContext locals_size_mismatch( in locals_size_mismatch()
204 static ErrorContext stack_size_mismatch( in stack_size_mismatch()
215 static ErrorContext missing_stackmap(u2 bci) { in missing_stackmap()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/classfile/
H A Dverifier.hpp143 class ErrorContext { class
166 ErrorContext(int bci, FaultType fault) : in ErrorContext() function in ErrorContext
174 ErrorContext() : _bci(-1), _fault(NO_FAULT) {} in ErrorContext() function in ErrorContext
176 static ErrorContext bad_code(u2 bci) { in bad_code()
177 return ErrorContext(bci, INVALID_BYTECODE); in bad_code()
180 return ErrorContext(bci, WRONG_TYPE, type); in bad_type()
189 return ErrorContext(bci, FLAGS_MISMATCH, in bad_flags()
198 static ErrorContext locals_size_mismatch( in locals_size_mismatch()
203 static ErrorContext stack_size_mismatch( in stack_size_mismatch()
214 static ErrorContext missing_stackmap(u2 bci) { in missing_stackmap()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/classfile/
H A Dverifier.hpp143 class ErrorContext { class
166 ErrorContext(int bci, FaultType fault) : in ErrorContext() function in ErrorContext
174 ErrorContext() : _bci(-1), _fault(NO_FAULT) {} in ErrorContext() function in ErrorContext
176 static ErrorContext bad_code(u2 bci) { in bad_code()
177 return ErrorContext(bci, INVALID_BYTECODE); in bad_code()
180 return ErrorContext(bci, WRONG_TYPE, type); in bad_type()
189 return ErrorContext(bci, FLAGS_MISMATCH, in bad_flags()
198 static ErrorContext locals_size_mismatch( in locals_size_mismatch()
203 static ErrorContext stack_size_mismatch( in stack_size_mismatch()
214 static ErrorContext missing_stackmap(u2 bci) { in missing_stackmap()
[all …]
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/Serialization/
H A DSerializationErrorHandlingTests.cs288 …errors.Add(args.ErrorContext.Path + " - " + args.ErrorContext.Member + " - " + args.ErrorContext.E… in DeserializingErrorHandlingUsingEvent()
406 …errors.Add(args.ErrorContext.Path + " - " + args.ErrorContext.Member + " - " + args.ErrorContext.E… in DeserializeNestedUnhandled()
432 …errors.Add(args.ErrorContext.Path + " - " + args.ErrorContext.Member + " - " + args.ErrorContext.E… in MultipleRequiredPropertyErrors()
433 args.ErrorContext.Handled = true; in MultipleRequiredPropertyErrors()
452 …errors.Add(args.ErrorContext.Path + " - " + args.ErrorContext.Member + " - " + args.ErrorContext.E… in HandlingArrayErrors()
453 args.ErrorContext.Handled = true; in HandlingArrayErrors()
473 …errors.Add(args.ErrorContext.Path + " - " + args.ErrorContext.Member + " - " + args.ErrorContext.E… in HandlingMultidimensionalArrayErrors()
474 args.ErrorContext.Handled = true; in HandlingMultidimensionalArrayErrors()
492 e.ErrorContext.Handled = true; in ErrorHandlingAndAvoidingRecursiveDepthError()
493 errors.Add(e.ErrorContext.Path); in ErrorHandlingAndAvoidingRecursiveDepthError()
[all …]
/dports/math/muparserx/muparserx-4.0.11/parser/
H A DmpOprtBinCommon.cpp253 …throw ParserError(ErrorContext(ecTYPE_CONFLICT_FUN, -1, GetIdent(), a_pArg[0]->GetType(), 'i', 1)); in Eval()
256 …throw ParserError(ErrorContext(ecTYPE_CONFLICT_FUN, -1, GetIdent(), a_pArg[1]->GetType(), 'i', 2)); in Eval()
262 …throw ParserError(ErrorContext(ecTYPE_CONFLICT_FUN, -1, a_pArg[0]->GetIdent(), a_pArg[0]->GetType(… in Eval()
265 …throw ParserError(ErrorContext(ecTYPE_CONFLICT_FUN, -1, a_pArg[1]->GetIdent(), a_pArg[1]->GetType(… in Eval()
298 …throw ParserError(ErrorContext(ecTYPE_CONFLICT_FUN, -1, GetIdent(), a_pArg[0]->GetType(), 'i', 1)); in Eval()
301 …throw ParserError(ErrorContext(ecTYPE_CONFLICT_FUN, -1, GetIdent(), a_pArg[1]->GetType(), 'i', 2)); in Eval()
402 …throw ParserError(ErrorContext(ecTYPE_CONFLICT_FUN, GetExprPos(), GetIdent(), a_pArg[0]->GetType()… in Eval()
420 throw ParserError(ErrorContext(ecOVERFLOW, GetExprPos(), GetIdent())); in Eval()
478 throw ParserError(ErrorContext(ecOVERFLOW, GetExprPos(), GetIdent())); in Eval()
521 ErrorContext err; in Eval()
[all …]
H A DmpOprtNonCmplx.cpp69 ErrorContext err; in Eval()
119 ErrorContext err; in Eval()
162 throw ParserError(ErrorContext(ecARRAY_SIZE_MISMATCH, -1, GetIdent(), 'm', 'm', 2)); in Eval()
181 … throw ParserError( ErrorContext(ecTYPE_CONFLICT_FUN, -1, GetIdent(), arg1->GetType(), 'f', 1)); in Eval()
184 … throw ParserError( ErrorContext(ecTYPE_CONFLICT_FUN, -1, GetIdent(), arg2->GetType(), 'f', 2)); in Eval()
222 throw ParserError(ErrorContext(ecARRAY_SIZE_MISMATCH, -1, GetIdent(), 'm', 'm', 2)); in Eval()
286 throw ParserError(ErrorContext(ecARRAY_SIZE_MISMATCH, -1, GetIdent(), 'm', 'm', 2)); in Eval()
315 … throw ParserError( ErrorContext(ecTYPE_CONFLICT_FUN, -1, GetIdent(), arg1->GetType(), 'f', 1)); in Eval()
318 … throw ParserError( ErrorContext(ecTYPE_CONFLICT_FUN, -1, GetIdent(), arg2->GetType(), 'f', 2)); in Eval()
358 …throw ParserError( ErrorContext(ecTYPE_CONFLICT_FUN, -1, GetIdent(), a_pArg[0]->GetType(), 'f', 1)… in Eval()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json.Tests/Serialization/
H A DSerializationErrorHandlingTests.cs183 …errors.Add(args.ErrorContext.Path + " - " + args.ErrorContext.Member + " - " + args.ErrorContext.E… in DeserializingErrorHandlingUsingEvent()
184 args.ErrorContext.Handled = true; in DeserializingErrorHandlingUsingEvent()
286 if (args.CurrentObject == args.ErrorContext.OriginalObject) in DeserializeNestedUnhandled()
287 …errors.Add(args.ErrorContext.Path + " - " + args.ErrorContext.Member + " - " + args.ErrorContext.E… in DeserializeNestedUnhandled()
311 …errors.Add(args.ErrorContext.Path + " - " + args.ErrorContext.Member + " - " + args.ErrorContext.E… in MultipleRequiredPropertyErrors()
312 args.ErrorContext.Handled = true; in MultipleRequiredPropertyErrors()
331 …errors.Add(args.ErrorContext.Path + " - " + args.ErrorContext.Member + " - " + args.ErrorContext.E… in HandlingArrayErrors()
332 args.ErrorContext.Handled = true; in HandlingArrayErrors()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/crypto/
H A Dnormalize_algorithm.cc233 class ErrorContext { class
267 ErrorContext stack(*this); in ToString()
273 ErrorContext stack(*this); in ToString()
433 const ErrorContext& context, in GetUint32()
446 const ErrorContext& context, in GetUint16()
459 const ErrorContext& context, in GetUint8()
572 ErrorContext context, in ParseHash()
645 const ErrorContext& context, in ParseRsaHashedImportParams()
669 const ErrorContext& context, in ParseRsaHashedKeyGenParams()
817 ErrorContext context, in ParseNamedCurve()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/crypto/
H A Dnormalize_algorithm.cc233 class ErrorContext { class
267 ErrorContext stack(*this); in ToString()
273 ErrorContext stack(*this); in ToString()
433 const ErrorContext& context, in GetUint32()
446 const ErrorContext& context, in GetUint16()
459 const ErrorContext& context, in GetUint8()
572 ErrorContext context, in ParseHash()
645 const ErrorContext& context, in ParseRsaHashedImportParams()
669 const ErrorContext& context, in ParseRsaHashedKeyGenParams()
817 ErrorContext context, in ParseNamedCurve()
[all …]
/dports/databases/tile38/tile38-1.12.0/vendor/google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1/
H A Dcommon.pb.go125 Context *ErrorContext `protobuf:"bytes,5,opt,name=context" json:"context,omitempty"`
154 func (m *ErrorEvent) GetContext() *ErrorContext {
213 type ErrorContext struct { struct
235 func (m *ErrorContext) Reset() { *m = ErrorContext{} } argument
236 func (m *ErrorContext) String() string { return proto.CompactTextString(m) } argument
237 func (*ErrorContext) ProtoMessage() {} argument
238 func (*ErrorContext) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{4} } argument
240 func (m *ErrorContext) GetHttpRequest() *HttpRequestContext { argument
247 func (m *ErrorContext) GetUser() string { argument
254 func (m *ErrorContext) GetReportLocation() *SourceLocation { argument
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1/
H A Dcommon.pb.go193 func (m *ErrorEvent) GetContext() *ErrorContext {
275 type ErrorContext struct { struct
300 func (m *ErrorContext) Reset() { *m = ErrorContext{} } argument
302 func (*ErrorContext) ProtoMessage() {} argument
303 func (*ErrorContext) Descriptor() ([]byte, []int) { argument
307 func (m *ErrorContext) XXX_Unmarshal(b []byte) error { argument
313 func (m *ErrorContext) XXX_Merge(src proto.Message) { argument
316 func (m *ErrorContext) XXX_Size() int { argument
319 func (m *ErrorContext) XXX_DiscardUnknown() { argument
332 func (m *ErrorContext) GetUser() string { argument
[all …]
/dports/net/grpcui/grpcui-1.1.0/vendor/google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1/
H A Dcommon.pb.go192 func (m *ErrorEvent) GetContext() *ErrorContext {
276 type ErrorContext struct { struct
300 func (m *ErrorContext) Reset() { *m = ErrorContext{} } argument
302 func (*ErrorContext) ProtoMessage() {} argument
303 func (*ErrorContext) Descriptor() ([]byte, []int) { argument
307 func (m *ErrorContext) XXX_Unmarshal(b []byte) error { argument
313 func (m *ErrorContext) XXX_Merge(src proto.Message) { argument
316 func (m *ErrorContext) XXX_Size() int { argument
319 func (m *ErrorContext) XXX_DiscardUnknown() { argument
332 func (m *ErrorContext) GetUser() string { argument
[all …]
/dports/security/lego/lego-4.5.3/vendor/google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1/
H A Dcommon.pb.go192 func (m *ErrorEvent) GetContext() *ErrorContext {
276 type ErrorContext struct { struct
300 func (m *ErrorContext) Reset() { *m = ErrorContext{} } argument
302 func (*ErrorContext) ProtoMessage() {} argument
303 func (*ErrorContext) Descriptor() ([]byte, []int) { argument
307 func (m *ErrorContext) XXX_Unmarshal(b []byte) error { argument
313 func (m *ErrorContext) XXX_Merge(src proto.Message) { argument
316 func (m *ErrorContext) XXX_Size() int { argument
319 func (m *ErrorContext) XXX_DiscardUnknown() { argument
332 func (m *ErrorContext) GetUser() string { argument
[all …]
/dports/net/evans/evans-0.9.1/vendor/google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1/
H A Dcommon.pb.go192 func (m *ErrorEvent) GetContext() *ErrorContext {
276 type ErrorContext struct { struct
300 func (m *ErrorContext) Reset() { *m = ErrorContext{} } argument
302 func (*ErrorContext) ProtoMessage() {} argument
303 func (*ErrorContext) Descriptor() ([]byte, []int) { argument
307 func (m *ErrorContext) XXX_Unmarshal(b []byte) error { argument
313 func (m *ErrorContext) XXX_Merge(src proto.Message) { argument
316 func (m *ErrorContext) XXX_Size() int { argument
319 func (m *ErrorContext) XXX_DiscardUnknown() { argument
332 func (m *ErrorContext) GetUser() string { argument
[all …]
/dports/devel/goprotobuf/protobuf-1.1.0/src/google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1/
H A Dcommon.pb.go187 func (m *ErrorEvent) GetContext() *ErrorContext {
268 type ErrorContext struct { struct
293 func (m *ErrorContext) Reset() { *m = ErrorContext{} } argument
295 func (*ErrorContext) ProtoMessage() {} argument
296 func (*ErrorContext) Descriptor() ([]byte, []int) { argument
299 func (m *ErrorContext) XXX_Unmarshal(b []byte) error { argument
305 func (dst *ErrorContext) XXX_Merge(src proto.Message) { argument
308 func (m *ErrorContext) XXX_Size() int { argument
311 func (m *ErrorContext) XXX_DiscardUnknown() { argument
324 func (m *ErrorContext) GetUser() string { argument
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/google.golang.org/genproto/go-genproto-082222b4a5c5/googleapis/devtools/clouderrorreporting/v1beta1/
H A Dcommon.pb.go187 func (m *ErrorEvent) GetContext() *ErrorContext {
268 type ErrorContext struct { struct
293 func (m *ErrorContext) Reset() { *m = ErrorContext{} } argument
295 func (*ErrorContext) ProtoMessage() {} argument
296 func (*ErrorContext) Descriptor() ([]byte, []int) { argument
299 func (m *ErrorContext) XXX_Unmarshal(b []byte) error { argument
305 func (dst *ErrorContext) XXX_Merge(src proto.Message) { argument
308 func (m *ErrorContext) XXX_Size() int { argument
311 func (m *ErrorContext) XXX_DiscardUnknown() { argument
324 func (m *ErrorContext) GetUser() string { argument
[all …]

12345678910>>...39