Searched refs:ErrorText (Results 1 – 9 of 9) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
D | MPIBugReporter.cpp | 30 std::string ErrorText; in reportDoubleNonblocking() local 31 ErrorText = "Double nonblocking on request " + in reportDoubleNonblocking() 35 ErrorText, ExplNode); in reportDoubleNonblocking() 54 std::string ErrorText{"Request " + RequestRegion->getDescriptiveName() + in reportMissingWait() local 58 llvm::make_unique<BugReport>(*MissingWaitBugType, ErrorText, ExplNode); in reportMissingWait() 74 std::string ErrorText{"Request " + RequestRegion->getDescriptiveName() + in reportUnmatchedWait() local 78 llvm::make_unique<BugReport>(*UnmatchedWaitBugType, ErrorText, ExplNode); in reportUnmatchedWait() 107 return new PathDiagnosticEventPiece(L, ErrorText); in VisitNode()
|
D | MPIBugReporter.h | 87 : RequestRegion(MemoryRegion), ErrorText(ErrText) {} in RequestNodeVisitor() 103 std::string ErrorText; variable
|
/external/nanopb-c/generator/google/protobuf/ |
D | service.py | 150 def ErrorText(self): member in RpcController
|
/external/protobuf/python/google/protobuf/ |
D | service.py | 150 def ErrorText(self): member in RpcController
|
/external/protobuf/src/google/protobuf/ |
D | service.h | 223 virtual string ErrorText() const = 0;
|
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmserr.c | 553 …SEXPORT cmsSignalError(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *ErrorText, ...) in cmsSignalError() argument 560 va_start(args, ErrorText); in cmsSignalError() 561 vsnprintf(Buffer, MAX_ERROR_MESSAGE_LEN-1, ErrorText, args); in cmsSignalError()
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Parser.cpp | 225 StringRef ErrorText = Code; in consumeStringLiteral() local 230 Error->addError(Range, Error->ET_ParserStringError) << ErrorText; in consumeStringLiteral()
|
/external/pdfium/third_party/lcms2-2.6/include/ |
D | lcms2_plugin.h | 99 …XPORT cmsSignalError(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *ErrorText, ...);
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_unittest.cc | 1231 string ErrorText() const { in ErrorText() function in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockController
|