/external/ims/rcs/rcsservice/src/com/android/service/ims/presence/ |
D | PresenceBase.java | 197 for (String errorStr : errorArray) { in isInConfigList() 198 if (errorStr != null && errorStr.startsWith(inErrorString)) { in isInConfigList() 199 String errorPhrase = errorStr.substring(inErrorString.length()); in isInConfigList()
|
/external/skqp/tools/bookmaker/ |
D | textParser.cpp | 34 void TextParser::reportError(const char* errorStr) const { in reportError() 35 this->reportWarning(errorStr); in reportError() 39 void TextParser::reportWarning(const char* errorStr) const { in reportWarning() 55 SkDebugf("\n%s(%zd): error: %s\n", fullName.c_str(), err.fLineCount, errorStr); in reportWarning()
|
D | textParser.h | 233 void reportError(const char* errorStr) const; 235 void reportWarning(const char* errorStr) const; 237 template <typename T> T reportError(const char* errorStr) const { in reportError() argument 238 this->reportError(errorStr); in reportError()
|
D | definition.h | 186 template <typename T> T reportError(const char* errorStr) const { in reportError() argument 188 tp.reportError(errorStr); in reportError()
|
D | bmhParser.cpp | 1578 string errorStr = "expect "; in findDefinitions() local 1579 errorStr += fMC; in findDefinitions() 1580 errorStr += fMC; in findDefinitions() 1581 return this->reportError<bool>(errorStr.c_str()); in findDefinitions()
|
D | mdOut.cpp | 846 string errorStr = MarkType::kReturn == def->fMarkType ? "return" : "param"; in checkParamReturnBody() local 847 errorStr += " description must start with lower case"; in checkParamReturnBody() 848 paramBody.reportError(errorStr.c_str()); in checkParamReturnBody()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | iomapper.cpp | 521 … TString errorStr = name + ": not been declare as a output variable in pre shader stage."; in operator ()() local 522 infoSink.info.message(EPrefixError, errorStr.c_str()); in operator ()() 634 std::string errorStr = name + ": have precision conflict cross stage."; in qualifierCheck() local 635 infoSink.info.message(EPrefixError, errorStr.c_str()); in qualifierCheck() 640 std::string errorStr = name + ": have layout format conflict cross stage."; in qualifierCheck() local 641 infoSink.info.message(EPrefixError, errorStr.c_str()); in qualifierCheck() 650 std::string errorStr = name + ": have layoutPacking conflict cross stage."; in qualifierCheck() local 651 infoSink.info.message(EPrefixError, errorStr.c_str()); in qualifierCheck() 655 std::string errorStr = name + ": have layoutMatrix conflict cross stage."; in qualifierCheck() local 656 infoSink.info.message(EPrefixError, errorStr.c_str()); in qualifierCheck() [all …]
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | iomapper.cpp | 527 … TString errorStr = name + ": not been declare as a output variable in pre shader stage."; in operator ()() local 528 infoSink.info.message(EPrefixError, errorStr.c_str()); in operator ()() 639 std::string errorStr = name + ": have precision conflict cross stage."; in qualifierCheck() local 640 infoSink.info.message(EPrefixError, errorStr.c_str()); in qualifierCheck() 645 std::string errorStr = name + ": have layout format conflict cross stage."; in qualifierCheck() local 646 infoSink.info.message(EPrefixError, errorStr.c_str()); in qualifierCheck() 655 std::string errorStr = name + ": have layoutPacking conflict cross stage."; in qualifierCheck() local 656 infoSink.info.message(EPrefixError, errorStr.c_str()); in qualifierCheck() 660 std::string errorStr = name + ": have layoutMatrix conflict cross stage."; in qualifierCheck() local 661 infoSink.info.message(EPrefixError, errorStr.c_str()); in qualifierCheck() [all …]
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | ObjCSelfInitChecker.cpp | 67 const char *errorStr) const; 144 const char *errorStr) const { in checkForInvalidSelf() 162 C.emitReport(std::make_unique<PathSensitiveBugReport>(*BT, errorStr, N)); in checkForInvalidSelf()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ObjCSelfInitChecker.cpp | 68 const char *errorStr) const; 145 const char *errorStr) const { in checkForInvalidSelf() 163 C.emitReport(llvm::make_unique<BugReport>(*BT, errorStr, N)); in checkForInvalidSelf()
|
/external/angle/src/compiler/translator/ |
D | CallDAG.cpp | 244 std::string errorStr = errorStream.str(); in assignIndicesInternal() local 245 mDiagnostics->globalError(errorStr.c_str()); in assignIndicesInternal()
|
D | Compiler.cpp | 1391 std::string errorStr = errorStream.str(); in checkCallDepth() local 1392 mDiagnostics.globalError(errorStr.c_str()); in checkCallDepth()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderLibrary.cpp | 166 void parseError(const std::string& errorStr); 202 void ShaderParser::parseError(const std::string& errorStr) in parseError() argument 205 …throw tcu::InternalError((string("Parser error: ") + errorStr + " near '" + atStr + " ...'").c_str… in parseError()
|
/external/deqp/framework/opengl/ |
D | gluShaderLibrary.cpp | 368 void parseError (const std::string& errorStr); 420 void ShaderParser::parseError (const std::string& errorStr) in parseError() argument 423 …throw tcu::InternalError((string("Parser error: ") + errorStr + " near '" + atStr + " ...'").c_str… in parseError()
|
/external/tinyxml2/ |
D | xmltest.cpp | 577 const char* errorStr = doc.ErrorStr(); in main() local 580 errorStr); in main() 1308 const char* errorStr = doc.ErrorStr(); in main() local 1311 errorStr); in main()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.cpp | 3525 std::string errorStr = extraInfoStream.str(); in arrayExceedsLimits() local 3526 mContext.error(operand->getLine(), errorStr.c_str(), in arrayExceedsLimits()
|
/external/boringssl/src/ssl/test/runner/ |
D | runner.go | 1235 func translateExpectedError(errorStr string) string { 1236 if translated, ok := shimConfig.ErrorMap[errorStr]; ok { 1244 return errorStr
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 1151 stringstream errorStr; in VerifySetLayoutCompatibility() local 1152 … errorStr << "VkPipelineLayout (" << pipeline_layout->layout << ") only contains " << num_sets in VerifySetLayoutCompatibility() 1155 errorMsg = errorStr.str(); in VerifySetLayoutCompatibility()
|