HomeSort by relevance Sort by last modified time
    Searched refs:ErrorText (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
MPIBugReporter.cpp 30 std::string ErrorText;
31 ErrorText = "Double nonblocking on request " +
35 ErrorText, ExplNode);
54 std::string ErrorText{"Request " + RequestRegion->getDescriptiveName() +
58 llvm::make_unique<BugReport>(*MissingWaitBugType, ErrorText, ExplNode);
74 std::string ErrorText{"Request " + RequestRegion->getDescriptiveName() +
78 llvm::make_unique<BugReport>(*UnmatchedWaitBugType, ErrorText, ExplNode);
107 return new PathDiagnosticEventPiece(L, ErrorText);
MPIBugReporter.h 87 : RequestRegion(MemoryRegion), ErrorText(ErrText) {}
103 std::string ErrorText;
  /external/protobuf/python/google/protobuf/
service.py 150 def ErrorText(self):
171 incorporated into the message returned by ErrorText(). If you find
  /external/protobuf/src/google/protobuf/
service.h 223 virtual string ErrorText() const = 0;
237 // incorporated into the message returned by ErrorText(). If you find
  /external/pdfium/third_party/lcms/src/
cmserr.c 364 // ErrorText is a text holding an english description of error.
365 void CMSEXPORT cmsSignalError(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *ErrorText, ...)
372 va_start(args, ErrorText);
373 vsnprintf(Buffer, MAX_ERROR_MESSAGE_LEN-1, ErrorText, args);
  /external/pdfium/third_party/lcms/include/
lcms2_plugin.h 99 CMSAPI void CMSEXPORT cmsSignalError(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *ErrorText, ...);
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc     [all...]
  /external/syzkaller/sys/windows/gen/
amd64.go     [all...]

Completed in 887 milliseconds