Searched refs:getErrorMessage (Results 1 – 10 of 10) sorted by relevance
/frameworks/compile/libbcc/lib/ExecutionEngine/ |
D | ObjectLoader.cpp | 113 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/ |
D | RSCompilerDriver.cpp | 97 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()
|
D | RSInfoWriter.cpp | 157 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()
|
D | RSExecutable.cpp | 137 info_file.getErrorMessage().c_str()); in syncInfo() 146 mObjFile->getName().c_str(), info_file.getErrorMessage().c_str()); in syncInfo()
|
D | RSInfoReader.cpp | 187 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/ |
D | Sha1Util.cpp | 34 "calculation! (%s)", pFilename, file.getErrorMessage().c_str()); in GetSHA1DigestFromFile()
|
/frameworks/compile/libbcc/include/bcc/Support/ |
D | FileBase.h | 143 inline std::string getErrorMessage() const in getErrorMessage() function
|
/frameworks/compile/libbcc/tools/bcc/ |
D | Main.cpp | 167 << "'! (detail: " << output_file.getErrorMessage() << ")\n"; in CompileScript()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmMmiCode.java | 957 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/ |
D | slang.h | 223 char const *getErrorMessage() { return mDiagClient->str().c_str(); } in getErrorMessage() function
|