Home
last modified time | relevance | path

Searched refs:errorStr (Results 1 – 5 of 5) sorted by relevance

/external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
DPresenceBase.java165 for (String errorStr : errorArray) { in isInConfigList()
166 if (errorStr != null && errorStr.startsWith(inErrorString)) { in isInConfigList()
167 String errorPhrase = errorStr.substring(inErrorString.length()); in isInConfigList()
/external/clang/lib/StaticAnalyzer/Checkers/
DObjCSelfInitChecker.cpp68 const char *errorStr) const;
145 const char *errorStr) const { in checkForInvalidSelf()
163 C.emitReport(llvm::make_unique<BugReport>(*BT, errorStr, N)); in checkForInvalidSelf()
/external/deqp/framework/opengl/
DgluShaderLibrary.cpp398 void parseError (const std::string& errorStr);
449 void ShaderParser::parseError (const std::string& errorStr) in parseError() argument
452 …throw tcu::InternalError((string("Parser error: ") + errorStr + " near '" + atStr + " ...'").c_str… in parseError()
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2352 stringstream errorStr; in verify_renderpass_compatibility() local
2353 errorStr << "RenderPass for primary cmdBuffer has " << primaryRPCI->subpassCount in verify_renderpass_compatibility()
2355 errorMsg = errorStr.str(); in verify_renderpass_compatibility()
2368 stringstream errorStr; in verify_renderpass_compatibility() local
2369errorStr << "color attachments at index " << cIdx << " of subpass index " << spIndex << " are not … in verify_renderpass_compatibility()
2370 errorMsg = errorStr.str(); in verify_renderpass_compatibility()
2376 stringstream errorStr; in verify_renderpass_compatibility() local
2377errorStr << "resolve attachments at index " << cIdx << " of subpass index " << spIndex << " are no… in verify_renderpass_compatibility()
2378 errorMsg = errorStr.str(); in verify_renderpass_compatibility()
2387 stringstream errorStr; in verify_renderpass_compatibility() local
[all …]
/external/boringssl/src/ssl/test/runner/
Drunner.go913 func translateExpectedError(errorStr string) string {
914 if translated, ok := shimConfig.ErrorMap[errorStr]; ok {
922 return errorStr