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

  /external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
PresenceBase.java 165 for (String errorStr : errorArray) {
166 if (errorStr != null && errorStr.startsWith(inErrorString)) {
167 String errorPhrase = errorStr.substring(inErrorString.length());
  /frameworks/base/tools/aapt2/util/
Files.cpp 72 std::stringstream errorStr;
73 errorStr << "unable to open file: " << strerror(errno);
74 *outError = errorStr.str();
  /frameworks/base/tools/aapt2/compile/
Compile.cpp 410 std::string errorStr;
411 Maybe<android::FileMap> f = file::mmapPath(pathData.source.path, &errorStr);
413 context->getDiagnostics()->error(DiagMessage(pathData.source) << errorStr);
507 std::string errorStr;
508 if (Maybe<ResourcePathData> pathData = extractResourcePathData(arg, &errorStr)) {
511 context.getDiagnostics()->error(DiagMessage() << errorStr << " (" << arg << ")");
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCSelfInitChecker.cpp 68 const char *errorStr) const;
145 const char *errorStr) const {
163 C.emitReport(llvm::make_unique<BugReport>(*BT, errorStr, N));
  /frameworks/base/tools/aapt2/link/
Link.cpp 539 std::string errorStr;
540 std::unique_ptr<ResourceTable> staticInclude = loadStaticLibrary(path, &errorStr);
562 } else if (!errorStr.empty()) {
564 mContext->getDiagnostics()->error(DiagMessage(path) << errorStr);
    [all...]
  /external/opencv3/modules/ts/src/
ts.cpp 226 const char* errorStr = cvErrorStr(exc.code);
230 errorStr, exc.err.c_str(), exc.func.size() > 0 ?
238 std::string errorStr = TS::str_from_code(fc);
239 ts->printf(TS::LOG, "General failure:\n\t%s (%d)\n", errorStr.c_str(), fc);
  /external/deqp/framework/opengl/
gluShaderLibrary.cpp 398 void parseError (const std::string& errorStr);
449 void ShaderParser::parseError (const std::string& errorStr)
452 throw tcu::InternalError((string("Parser error: ") + errorStr + " near '" + atStr + " ...'").c_str(), DE_NULL, __FILE__, __LINE__);
    [all...]
  /external/opencv3/modules/core/src/
system.cpp 636 const char* errorStr = cvErrorStr(exc.code);
640 errorStr, exc.err.c_str(), exc.func.size() > 0 ?
    [all...]
  /external/vulkan-validation-layers/layers/
core_validation.cpp     [all...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 

Completed in 3555 milliseconds