Home
last modified time | relevance | path

Searched refs:ErrorInfo (Results 1 – 25 of 189) sorted by relevance

12345678

/external/nist-sip/java/gov/nist/javax/sip/header/
DErrorInfo.java46 public final class ErrorInfo class
60 public ErrorInfo() { in ErrorInfo() method in ErrorInfo
68 public ErrorInfo(GenericURI errorInfo) { in ErrorInfo() method in ErrorInfo
134 ErrorInfo retval = (ErrorInfo) super.clone(); in clone()
DErrorInfoList.java55 public class ErrorInfoList extends SIPHeaderList<ErrorInfo>{
71 super(ErrorInfo.class, ErrorInfoHeader.NAME); in ErrorInfoList()
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dgrpc_tls_certificate_distributor_test.cc77 struct ErrorInfo { struct in grpc_core::testing::GrpcTlsCertificateDistributorTest
80 ErrorInfo(std::string root, std::string identity) in ErrorInfo() argument
83 bool operator==(const ErrorInfo& other) const { in operator ==() argument
92 std::deque<ErrorInfo> error_queue;
99 std::deque<ErrorInfo> GetErrorQueue() { in GetErrorQueue()
643 ErrorInfo(kRootErrorMessage, kIdentityErrorMessage))); in TEST_F()
651 ::testing::ElementsAre(ErrorInfo(kErrorMessage, kIdentityErrorMessage))); in TEST_F()
658 ::testing::ElementsAre(ErrorInfo(kErrorMessage, kErrorMessage))); in TEST_F()
672 ::testing::ElementsAre(ErrorInfo(kRootErrorMessage, ""))); in TEST_F()
683 ::testing::ElementsAre(ErrorInfo(kRootErrorMessage, ""))); in TEST_F()
[all …]
Dgrpc_tls_certificate_provider_test.cc75 struct ErrorInfo { struct in grpc_core::testing::GrpcTlsCertificateProviderTest
78 ErrorInfo(std::string root, std::string identity) in ErrorInfo() function
81 bool operator==(const ErrorInfo& other) const { in operator ==() argument
90 std::deque<ErrorInfo> error_queue;
99 std::deque<ErrorInfo> GetErrorQueue() { in GetErrorQueue()
276 ::testing::ElementsAre(ErrorInfo(kRootError, kIdentityError))); in TEST_F()
283 ::testing::ElementsAre(ErrorInfo(kRootError, ""))); in TEST_F()
290 ::testing::ElementsAre(ErrorInfo("", kIdentityError))); in TEST_F()
427 ::testing::Contains(ErrorInfo(kRootError, kIdentityError))); in TEST_F()
459 ::testing::Contains(ErrorInfo(kRootError, ""))); in TEST_F()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIAError.h42 class DIAError : public ErrorInfo<DIAError, StringError> {
44 using ErrorInfo<DIAError, StringError>::ErrorInfo;
45 DIAError(const Twine &S) : ErrorInfo(S, dia_error_code::unspecified) {}
/external/llvm-project/llvm/include/llvm/DebugInfo/MSF/
DMSFError.h43 class MSFError : public ErrorInfo<MSFError, StringError> {
45 using ErrorInfo<MSFError, StringError>::ErrorInfo; // inherit constructors
46 MSFError(const Twine &S) : ErrorInfo(S, msf_error_code::unspecified) {}
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIAError.h42 class DIAError : public ErrorInfo<DIAError, StringError> {
44 using ErrorInfo<DIAError, StringError>::ErrorInfo;
45 DIAError(const Twine &S) : ErrorInfo(S, dia_error_code::unspecified) {}
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DGenericError.h42 class PDBError : public ErrorInfo<PDBError, StringError> {
44 using ErrorInfo<PDBError, StringError>::ErrorInfo; // inherit constructors
45 PDBError(const Twine &S) : ErrorInfo(S, pdb_error_code::unspecified) {}
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/
DMSFError.h43 class MSFError : public ErrorInfo<MSFError, StringError> {
45 using ErrorInfo<MSFError, StringError>::ErrorInfo; // inherit constructors
46 MSFError(const Twine &S) : ErrorInfo(S, msf_error_code::unspecified) {}
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewError.h43 class CodeViewError : public ErrorInfo<CodeViewError, StringError> {
45 using ErrorInfo<CodeViewError,
46 StringError>::ErrorInfo; // inherit constructors
47 CodeViewError(const Twine &S) : ErrorInfo(S, cv_error_code::unspecified) {}
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DGenericError.h43 class PDBError : public ErrorInfo<PDBError, StringError> {
45 using ErrorInfo<PDBError, StringError>::ErrorInfo; // inherit constructors
46 PDBError(const Twine &S) : ErrorInfo(S, pdb_error_code::unspecified) {}
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewError.h43 class CodeViewError : public ErrorInfo<CodeViewError, StringError> {
45 using ErrorInfo<CodeViewError,
46 StringError>::ErrorInfo; // inherit constructors
47 CodeViewError(const Twine &S) : ErrorInfo(S, cv_error_code::unspecified) {}
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DRawError.h50 class RawError : public ErrorInfo<RawError, StringError> {
52 using ErrorInfo<RawError, StringError>::ErrorInfo; // inherit constructors
53 RawError(const Twine &S) : ErrorInfo(S, raw_error_code::unspecified) {}
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DRawError.h50 class RawError : public ErrorInfo<RawError, StringError> {
52 using ErrorInfo<RawError, StringError>::ErrorInfo; // inherit constructors
53 RawError(const Twine &S) : ErrorInfo(S, raw_error_code::unspecified) {}
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp68 bool generateImmOutOfRangeError(OperandVector &Operands, uint64_t ErrorInfo,
73 uint64_t &ErrorInfo,
798 OperandVector &Operands, uint64_t ErrorInfo, int64_t Lower, int64_t Upper, in generateImmOutOfRangeError() argument
800 SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in generateImmOutOfRangeError()
811 uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument
817 MatchInstructionImpl(Operands, Inst, ErrorInfo, MissingFeatures, in MatchAndEmitInstruction()
845 if (ErrorInfo != ~0U) { in MatchAndEmitInstruction()
846 if (ErrorInfo >= Operands.size()) in MatchAndEmitInstruction()
849 ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction()
862 if (ErrorInfo != ~0U && ErrorInfo >= Operands.size()) in MatchAndEmitInstruction()
[all …]
/external/llvm-project/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp78 bool generateImmOutOfRangeError(OperandVector &Operands, uint64_t ErrorInfo,
83 uint64_t &ErrorInfo,
994 OperandVector &Operands, uint64_t ErrorInfo, int64_t Lower, int64_t Upper, in generateImmOutOfRangeError() argument
996 SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in generateImmOutOfRangeError()
1007 uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument
1013 MatchInstructionImpl(Operands, Inst, ErrorInfo, MissingFeatures, in MatchAndEmitInstruction()
1043 if (ErrorInfo != ~0U) { in MatchAndEmitInstruction()
1044 if (ErrorInfo >= Operands.size()) in MatchAndEmitInstruction()
1047 ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction()
1060 if (ErrorInfo != ~0U && ErrorInfo >= Operands.size()) in MatchAndEmitInstruction()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/
DAVRAsmParser.cpp52 uint64_t &ErrorInfo,
83 uint64_t const &ErrorInfo);
84 bool missingFeature(SMLoc const &Loc, uint64_t const &ErrorInfo);
279 uint64_t const &ErrorInfo) { in invalidOperand() argument
283 if (ErrorInfo != ~0U) { in invalidOperand()
284 if (ErrorInfo >= Operands.size()) { in invalidOperand()
287 AVROperand const &Op = (AVROperand const &)*Operands[ErrorInfo]; in invalidOperand()
304 uint64_t const &ErrorInfo) { in missingFeature() argument
317 MCStreamer &Out, uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument
321 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()
[all …]
/external/llvm-project/llvm/lib/Target/AVR/AsmParser/
DAVRAsmParser.cpp52 uint64_t &ErrorInfo,
85 uint64_t const &ErrorInfo);
86 bool missingFeature(SMLoc const &Loc, uint64_t const &ErrorInfo);
281 uint64_t const &ErrorInfo) { in invalidOperand() argument
285 if (ErrorInfo != ~0U) { in invalidOperand()
286 if (ErrorInfo >= Operands.size()) { in invalidOperand()
289 AVROperand const &Op = (AVROperand const &)*Operands[ErrorInfo]; in invalidOperand()
306 uint64_t const &ErrorInfo) { in missingFeature() argument
319 MCStreamer &Out, uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument
323 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()
[all …]
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DError.h26 class ClusteringError : public ErrorInfo<ClusteringError> {
41 class SnippetCrash : public ErrorInfo<SnippetCrash> {
/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp1205 ErrorInfo.ClearErrors(); in ReadBasicProps()
1209 ErrorInfo.ErrorFlags = GetOpenArcErrorFlags(prop, &ErrorInfo.ErrorFlags_Defined); in ReadBasicProps()
1214 ErrorInfo.WarningFlags = GetOpenArcErrorFlags(prop); in ReadBasicProps()
1221 ErrorInfo.ErrorMessage = (prop.vt == VT_BSTR ? prop.bstrVal : L"Unknown error"); in ReadBasicProps()
1228 ErrorInfo.WarningMessage = (prop.vt == VT_BSTR ? prop.bstrVal : L"Unknown warning"); in ReadBasicProps()
1231 if (openRes == S_OK || ErrorInfo.IsArc_After_NonOpen()) in ReadBasicProps()
1254 ErrorInfo.ThereIsTail = true; in ReadBasicProps()
1255 ErrorInfo.TailSize = FileSize - endPos; in ReadBasicProps()
1258 ErrorInfo.UnexpecedEnd = true; in ReadBasicProps()
1451 ErrorInfo.IgnoreTail = true; in CheckZerosTail()
[all …]
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcError.h47 class DuplicateDefinition : public ErrorInfo<DuplicateDefinition> {
59 class JITSymbolNotFound : public ErrorInfo<JITSymbolNotFound> {
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dset.h32 struct ErrorInfo { struct
62 ErrorInfo* error_info) const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcError.h45 class DuplicateDefinition : public ErrorInfo<DuplicateDefinition> {
57 class JITSymbolNotFound : public ErrorInfo<JITSymbolNotFound> {
/external/nist-sip/java/gov/nist/javax/sip/parser/
DErrorInfoParser.java76 ErrorInfo errorInfo = new ErrorInfo(); in parse()
/external/llvm/include/llvm/Object/
DError.h51 class BinaryError : public ErrorInfo<BinaryError, ECError> {
64 class GenericBinaryError : public ErrorInfo<GenericBinaryError, BinaryError> {

12345678