Searched refs:getErrorMessage (Results 1 - 11 of 11) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DObjectLoader.cpp113 input_filename, pFile.getErrorMessage().c_str());
121 pFile.getErrorMessage().c_str());
135 pFile.getErrorMessage().c_str());
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfoWriter.cpp157 pOutput.getErrorMessage().c_str());
173 output_filename, pOutput.getErrorMessage().c_str());
185 output_filename, pOutput.getErrorMessage().c_str());
193 output_filename, pOutput.getErrorMessage().c_str());
H A DRSCompilerDriver.cpp90 read_output_mutex.getErrorMessage().c_str());
101 output_file->getErrorMessage().c_str());
114 output_file->getErrorMessage().c_str());
224 pOutputPath, write_output_mutex.getErrorMessage().c_str());
236 output_file->getErrorMessage().c_str());
H A DRSExecutable.cpp137 info_file.getErrorMessage().c_str());
146 mObjFile->getName().c_str(), info_file.getErrorMessage().c_str());
H A DRSInfoReader.cpp187 pInput.getErrorMessage().c_str());
194 input_filename, pInput.getErrorMessage().c_str());
203 input_filename, pInput.getErrorMessage().c_str());
/frameworks/compile/libbcc/lib/Support/
H A DSha1Util.cpp34 "calculation! (%s)", pFilename, file.getErrorMessage().c_str());
H A DOutputFile.cpp66 result->getName().c_str(), result->getErrorMessage().c_str());
/frameworks/compile/libbcc/include/bcc/Support/
H A DFileBase.h145 inline std::string getErrorMessage() const function in class:bcc::FileBase
/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp272 << "'! (detail: " << output_file.getErrorMessage() << ")\n";
358 << "'! (detail: " << input_exec.getErrorMessage() << ")\n";
/frameworks/compile/slang/
H A Dslang.h219 char const *getErrorMessage() { return mDiagClient->str().c_str(); } function in class:slang::Slang
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmMmiCode.java936 message = getErrorMessage(ar);
955 private CharSequence getErrorMessage(AsyncResult ar) { method in class:GsmMmiCode
1072 sb.append(getErrorMessage(ar));
1244 sb.append(getErrorMessage(ar));
1298 sb.append(getErrorMessage(ar));

Completed in 250 milliseconds