HomeSort by relevance Sort by last modified time
    Searched refs:ErrorInfo (Results 1 - 25 of 140) sorted by null

1 2 3 4 5 6

  /external/nist-sip/java/gov/nist/javax/sip/header/
ErrorInfoList.java 55 public class ErrorInfoList extends SIPHeaderList<ErrorInfo>{
71 super(ErrorInfo.class, ErrorInfoHeader.NAME);
ErrorInfo.java 37 * ErrorInfo SIP Header.
46 public final class ErrorInfo
55 protected GenericURI errorInfo;
60 public ErrorInfo() {
66 * @param errorInfo -- the error information to set.
68 public ErrorInfo(GenericURI errorInfo) {
70 this.errorInfo = errorInfo;
79 new StringBuffer(LESS_THAN).append(errorInfo.toString()).append
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
BitWriter.cpp 19 std::string ErrorInfo;
20 raw_fd_ostream OS(Path, ErrorInfo,
23 if (!ErrorInfo.empty())
  /external/swiftshader/third_party/LLVM/lib/Support/
ToolOutputFile.cpp 36 tool_output_file::tool_output_file(const char *filename, std::string &ErrorInfo,
39 OS(filename, ErrorInfo, Flags) {
41 if (!ErrorInfo.empty())
  /external/swiftshader/third_party/LLVM/lib/Analysis/
CFGPrinter.cpp 83 std::string ErrorInfo;
84 raw_fd_ostream File(Filename.c_str(), ErrorInfo);
86 if (ErrorInfo.empty())
117 std::string ErrorInfo;
118 raw_fd_ostream File(Filename.c_str(), ErrorInfo);
120 if (ErrorInfo.empty())
  /external/llvm/tools/llvm-dwp/
DWPError.h 9 class DWPError : public ErrorInfo<DWPError> {
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
Verifier.h 63 std::string *ErrorInfo = 0 ///< Information about failures.
DOTGraphTraitsPass.h 61 std::string ErrorInfo;
62 raw_fd_ostream File(Filename.c_str(), ErrorInfo);
69 if (ErrorInfo.empty())
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ToolOutputFile.h 49 tool_output_file(const char *filename, std::string &ErrorInfo,
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwp/
DWPError.h 9 class DWPError : public ErrorInfo<DWPError> {
  /external/llvm/include/llvm/Object/
Error.h 51 class BinaryError : public ErrorInfo<BinaryError, ECError> {
64 class GenericBinaryError : public ErrorInfo<GenericBinaryError, BinaryError> {
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ErrorInfoParser.java 33 * Parser for ErrorInfo header.
46 * @param errorInfo the header to parse
48 public ErrorInfoParser(String errorInfo) {
49 super(errorInfo);
61 * parse the ErrorInfo String header
76 ErrorInfo errorInfo = new ErrorInfo();
77 errorInfo.setHeaderName(SIPHeaderNames.ERROR_INFO);
83 errorInfo.setErrorInfo(uri)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
OrcError.h 44 class DuplicateDefinition : public ErrorInfo<DuplicateDefinition> {
56 class JITSymbolNotFound : public ErrorInfo<JITSymbolNotFound> {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
Error.h 52 class BinaryError : public ErrorInfo<BinaryError, ECError> {
65 class GenericBinaryError : public ErrorInfo<GenericBinaryError, BinaryError> {
  /external/llvm/include/llvm/DebugInfo/PDB/
GenericError.h 25 class GenericError : public ErrorInfo<GenericError> {
  /external/swiftshader/third_party/LLVM/tools/llvm-as/
llvm-as.cpp 71 std::string ErrorInfo;
73 (new tool_output_file(OutputFilename.c_str(), ErrorInfo,
75 if (!ErrorInfo.empty()) {
76 errs() << ErrorInfo << '\n';
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DIAError.h 28 class DIAError : public ErrorInfo<DIAError> {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
GenericError.h 27 class GenericError : public ErrorInfo<GenericError> {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/WindowsManifest/
WindowsManifestMerger.h 39 class WindowsManifestError : public ErrorInfo<WindowsManifestError, ECError> {
  /external/llvm/include/llvm/DebugInfo/CodeView/
CodeViewError.h 27 class CodeViewError : public ErrorInfo<CodeViewError> {
  /external/llvm/include/llvm/DebugInfo/PDB/DIA/
DIAError.h 29 class DIAError : public ErrorInfo<DIAError> {
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
RawError.h 32 class RawError : public ErrorInfo<RawError> {
  /external/swiftshader/third_party/LLVM/tools/llvm-link/
llvm-link.cpp 119 std::string ErrorInfo;
120 tool_output_file Out(OutputFilename.c_str(), ErrorInfo,
122 if (!ErrorInfo.empty()) {
123 errs() << ErrorInfo << '\n';
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
CodeViewError.h 29 class CodeViewError : public ErrorInfo<CodeViewError> {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/MSF/
MSFError.h 29 class MSFError : public ErrorInfo<MSFError> {

Completed in 652 milliseconds

1 2 3 4 5 6