/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | ErrorInfo.java | 46 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()
|
D | ErrorInfoList.java | 55 public class ErrorInfoList extends SIPHeaderList<ErrorInfo>{ 71 super(ErrorInfo.class, ErrorInfoHeader.NAME); in ErrorInfoList()
|
D | NameMap.java | 81 putNameMap(ErrorInfo.NAME, ErrorInfo.class.getName()); // 2 in initializeNameMap()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | OpenArchive.cpp | 971 ErrorInfo.ClearErrors(); in ReadBasicProps() 975 ErrorInfo.ErrorFlags = GetOpenArcErrorFlags(prop, &ErrorInfo.ErrorFlags_Defined); in ReadBasicProps() 980 ErrorInfo.WarningFlags = GetOpenArcErrorFlags(prop); in ReadBasicProps() 987 ErrorInfo.ErrorMessage = (prop.vt == VT_BSTR) ? prop.bstrVal : L"Unknown error"; in ReadBasicProps() 994 ErrorInfo.WarningMessage = (prop.vt == VT_BSTR) ? prop.bstrVal : L"Unknown warning"; in ReadBasicProps() 997 if (openRes == S_OK || ErrorInfo.IsArc_After_NonOpen()) in ReadBasicProps() 1020 ErrorInfo.ThereIsTail = true; in ReadBasicProps() 1021 ErrorInfo.TailSize = FileSize - endPos; in ReadBasicProps() 1024 ErrorInfo.UnexpecedEnd = true; in ReadBasicProps() 1205 ErrorInfo.IgnoreTail = true; in CheckZerosTail() [all …]
|
D | Extract.cpp | 342 const CArcErrorInfo &er = arc.ErrorInfo; in Extract() 411 const CArcErrorInfo &er = arc.ErrorInfo; in Extract()
|
D | OpenArchive.h | 231 CArcErrorInfo ErrorInfo; // for OK archives variable
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | ErrorInfoParser.java | 76 ErrorInfo errorInfo = new ErrorInfo(); in parse()
|
/external/llvm/lib/Target/SystemZ/AsmParser/ |
D | SystemZAsmParser.cpp | 405 uint64_t &ErrorInfo, 785 uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument 790 MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo, in MatchAndEmitInstruction() 799 assert(ErrorInfo && "Unknown missing feature!"); in MatchAndEmitInstruction() 804 for (unsigned I = 0; I < sizeof(ErrorInfo) * 8 - 1; ++I) { in MatchAndEmitInstruction() 805 if (ErrorInfo & Mask) { in MatchAndEmitInstruction() 807 Msg += getSubtargetFeatureName(ErrorInfo & Mask); in MatchAndEmitInstruction() 816 if (ErrorInfo != ~0ULL) { in MatchAndEmitInstruction() 817 if (ErrorInfo >= Operands.size()) in MatchAndEmitInstruction() 820 ErrorLoc = ((SystemZOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 730 uint64_t &ErrorInfo, 736 bool ErrorMissingFeature(SMLoc IDLoc, uint64_t ErrorInfo, 741 uint64_t &ErrorInfo, 746 uint64_t &ErrorInfo, 2457 MCStreamer &Out, uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument 2460 return MatchAndEmitIntelInstruction(IDLoc, Opcode, Operands, Out, ErrorInfo, in MatchAndEmitInstruction() 2462 return MatchAndEmitATTInstruction(IDLoc, Opcode, Operands, Out, ErrorInfo, in MatchAndEmitInstruction() 2492 bool X86AsmParser::ErrorMissingFeature(SMLoc IDLoc, uint64_t ErrorInfo, in ErrorMissingFeature() argument 2494 assert(ErrorInfo && "Unknown missing feature!"); in ErrorMissingFeature() 2500 for (unsigned i = 0; i < (sizeof(ErrorInfo)*8-1); ++i) { in ErrorMissingFeature() [all …]
|
/external/jsoncpp/include/json/ |
D | reader.h | 181 class ErrorInfo { 188 typedef std::deque<ErrorInfo> Errors;
|
/external/ImageMagick/MagickCore/ |
D | color.h | 65 } ErrorInfo; typedef
|
D | image.h | 299 ErrorInfo
|
/external/jsoncpp/src/lib_json/ |
D | json_reader.cpp | 724 ErrorInfo info; in addError() 809 const ErrorInfo& error = *itError; in getFormattedErrorMessages() 825 const ErrorInfo& error = *itError; in getStructuredErrors() 844 ErrorInfo info; in pushError() 862 ErrorInfo info; in pushError()
|
/external/kernel-headers/original/uapi/linux/ |
D | cciss_defs.h | 110 DWORD ErrorInfo; member
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/ |
D | PAssociatedURIParser.java | 41 import gov.nist.javax.sip.header.ErrorInfo;
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 135 uint64_t &ErrorInfo, 3570 uint64_t ErrorInfo) { in RefineErrorLoc() argument 3571 if (ErrorInfo != ~0ULL && ErrorInfo < Operands.size()) { in RefineErrorLoc() 3572 SMLoc ErrorLoc = Operands[ErrorInfo]->getStartLoc(); in RefineErrorLoc() 3583 uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument 3589 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction() 3604 if (ErrorInfo != ~0ULL) { in MatchAndEmitInstruction() 3605 if (ErrorInfo >= Operands.size()) in MatchAndEmitInstruction() 3608 ErrorLoc = Operands[ErrorInfo]->getStartLoc(); in MatchAndEmitInstruction() 3620 return Error(RefineErrorLoc(IDLoc, Operands, ErrorInfo), "expected '0'"); in MatchAndEmitInstruction() [all …]
|
/external/llvm/lib/AsmParser/ |
D | LLLexer.h | 32 SMDiagnostic &ErrorInfo; variable
|
/external/llvm/lib/Target/Sparc/AsmParser/ |
D | SparcAsmParser.cpp | 51 uint64_t &ErrorInfo, 511 uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument 515 unsigned MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo, in MatchAndEmitInstruction() 541 if (ErrorInfo != ~0ULL) { in MatchAndEmitInstruction() 542 if (ErrorInfo >= Operands.size()) in MatchAndEmitInstruction() 545 ErrorLoc = ((SparcOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 419 uint64_t &ErrorInfo, 615 uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument 619 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) { in MatchAndEmitInstruction() 633 if (ErrorInfo != ~0ULL) { in MatchAndEmitInstruction() 634 if (ErrorInfo >= Operands.size()) { in MatchAndEmitInstruction() 650 Out, ErrorInfo, in MatchAndEmitInstruction() 660 ErrorLoc = ((AMDGPUOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction()
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
D | ListMap.java | 103 headerListTable.put(ErrorInfo.class, ErrorInfoList.class); in initializeListMap()
|
D | SIPMessage.java | 42 import gov.nist.javax.sip.header.ErrorInfo; 202 return sipHeader instanceof ErrorInfo || sipHeader instanceof ProxyAuthenticate in isResponseHeader() 966 private static final String ERROR_LOWERCASE = SIPHeaderNamesCache.toLowerCase(ErrorInfo.NAME);
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 87 uint64_t &ErrorInfo, 3776 uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument 4052 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm, 1); in MatchAndEmitInstruction() 4059 auto ShortFormNEONErrorInfo = ErrorInfo; in MatchAndEmitInstruction() 4063 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm, 0); in MatchAndEmitInstruction() 4068 if (MatchResult == Match_InvalidOperand && ErrorInfo == 1 && in MatchAndEmitInstruction() 4072 ErrorInfo = ShortFormNEONErrorInfo; in MatchAndEmitInstruction() 4092 assert(ErrorInfo && "Unknown missing feature!"); in MatchAndEmitInstruction() 4097 for (unsigned i = 0; i < (sizeof(ErrorInfo)*8-1); ++i) { in MatchAndEmitInstruction() 4098 if (ErrorInfo & Mask) { in MatchAndEmitInstruction() [all …]
|
/external/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 110 OperandVector &InstOperands, uint64_t &ErrorInfo, 115 uint64_t &ErrorInfo, bool MatchingInlineAsm) override; 778 uint64_t &ErrorInfo, in matchOneInstruction() argument 783 MatchInstructionImpl(InstOperands, MCI, ErrorInfo, MatchingInlineAsm); in matchOneInstruction() 812 if (ErrorInfo != ~0U) { in matchOneInstruction() 813 if (ErrorInfo >= InstOperands.size()) in matchOneInstruction() 816 ErrorLoc = (static_cast<HexagonOperand *>(InstOperands[ErrorInfo].get())) in matchOneInstruction() 840 uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument 869 if (matchOneInstruction(*SubInst, IDLoc, Operands, ErrorInfo, in MatchAndEmitInstruction()
|
/external/llvm/include/llvm/MC/ |
D | MCTargetAsmParser.h | 186 uint64_t &ErrorInfo,
|
/external/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 278 uint64_t &ErrorInfo, 1198 MCStreamer &Out, uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument 1202 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) { in MatchAndEmitInstruction() 1215 if (ErrorInfo != ~0ULL) { in MatchAndEmitInstruction() 1216 if (ErrorInfo >= Operands.size()) in MatchAndEmitInstruction() 1219 ErrorLoc = ((PPCOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction()
|