Home
last modified time | relevance | path

Searched refs:getErrorMessage (Results 1 – 10 of 10) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/
DObjectLoader.cpp113 input_filename, pFile.getErrorMessage().c_str()); in Load()
121 pFile.getErrorMessage().c_str()); in Load()
135 pFile.getErrorMessage().c_str()); in Load()
/frameworks/compile/libbcc/lib/Renderscript/
DRSCompilerDriver.cpp97 read_output_mutex.getErrorMessage().c_str()); in loadScript()
121 object_file->getErrorMessage().c_str()); in loadScript()
243 pOutputPath, write_output_mutex.getErrorMessage().c_str()); in compileScript()
254 output_file.getErrorMessage().c_str()); in compileScript()
313 info_path.string(), info_file.getErrorMessage().c_str()); in compileScript()
320 info_path.string(), write_info_mutex.getErrorMessage().c_str()); in compileScript()
DRSInfoWriter.cpp157 pOutput.getErrorMessage().c_str()); in helper_write_list()
173 output_filename, pOutput.getErrorMessage().c_str()); in write()
185 output_filename, pOutput.getErrorMessage().c_str()); in write()
193 output_filename, pOutput.getErrorMessage().c_str()); in write()
DRSExecutable.cpp137 info_file.getErrorMessage().c_str()); in syncInfo()
146 mObjFile->getName().c_str(), info_file.getErrorMessage().c_str()); in syncInfo()
DRSInfoReader.cpp187 pInput.getErrorMessage().c_str()); in ReadFromFile()
194 input_filename, pInput.getErrorMessage().c_str()); in ReadFromFile()
203 input_filename, pInput.getErrorMessage().c_str()); in ReadFromFile()
/frameworks/compile/libbcc/lib/Support/
DSha1Util.cpp34 "calculation! (%s)", pFilename, file.getErrorMessage().c_str()); in GetSHA1DigestFromFile()
/frameworks/compile/libbcc/include/bcc/Support/
DFileBase.h143 inline std::string getErrorMessage() const in getErrorMessage() function
/frameworks/compile/libbcc/tools/bcc/
DMain.cpp167 << "'! (detail: " << output_file.getErrorMessage() << ")\n"; in CompileScript()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmMmiCode.java957 mMessage = getErrorMessage(ar); in handleMessage()
976 private CharSequence getErrorMessage(AsyncResult ar) { in getErrorMessage() method in GsmMmiCode
1114 sb.append(getErrorMessage(ar)); in onGetClirComplete()
1286 sb.append(getErrorMessage(ar)); in onQueryCfComplete()
1340 sb.append(getErrorMessage(ar)); in onQueryComplete()
/frameworks/compile/slang/
Dslang.h223 char const *getErrorMessage() { return mDiagClient->str().c_str(); } in getErrorMessage() function