HomeSort by relevance Sort by last modified time
    Searched refs:getErrorString (Results 1 - 25 of 30) sorted by null

1 2

  /frameworks/base/opengl/java/android/opengl/
GLException.java 26 super(getErrorString(error));
35 private static String getErrorString(int error) {
EGLLogWrapper.java 247 returns(getErrorString(result));
372 String errorMessage = "eglError: " + getErrorString(eglError);
535 public static String getErrorString(int error) {
  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 89 StringRef getErrorString();
  /packages/apps/Email/src/com/android/email/
MessagingExceptionStrings.java 27 public static String getErrorString(Context context, MessagingException e) {
RefreshManager.java 362 return MessagingExceptionStrings.getErrorString(mContext, exception);
379 MessagingExceptionStrings.getErrorString(mContext, exception));
423 MessagingExceptionStrings.getErrorString(mContext, exception));
449 MessagingExceptionStrings.getErrorString(mContext, exception));
  /external/skia/src/animator/
SkDisplayXMLParser.h 54 virtual void getErrorString(SkString* str) const;
SkDisplayXMLParser.cpp 53 void SkDisplayXMLParserError::getErrorString(SkString* str) const {
58 INHERITED::getErrorString(str);
63 getErrorString(&inner);
SkAnimateMaker.cpp 300 fError.getErrorString(&err);
357 engine.getErrorString(&errorString);
SkScript.h 82 bool getErrorString(SkString* err) const;
SkDisplayEvent.cpp 303 void SkXMLParserError::getErrorString(SkString*) const {}
SkScript.cpp 511 bool SkScriptEngine::getErrorString(SkString* str) const {
    [all...]
  /external/skia/src/xml/
SkXMLParser.cpp 32 void SkXMLParserError::getErrorString(SkString* str) const
  /external/skia/include/xml/
SkXMLParser.h 35 virtual void getErrorString(SkString* str) const;
  /libcore/luni/src/main/java/java/net/
Socks4Message.java 161 public String getErrorString(int error) {
PlainSocketImpl.java 345 throw new IOException(reply.getErrorString(reply.getCommandOrResult()));
355 throw new IOException(reply.getErrorString(reply.getCommandOrResult()));
405 throw new IOException(reply.getErrorString(reply.getCommandOrResult()));
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 299 StringRef getErrorString() { return ErrorStr; }
RuntimeDyld.cpp 500 StringRef RuntimeDyld::getErrorString() {
501 return Dyld->getErrorString();
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 129 return Error(Dyld.getErrorString());
  /packages/apps/Email/tests/src/com/android/email/
RefreshManagerTest.java 211 assertEquals(MessagingExceptionStrings.getErrorString(mContext, EXCEPTION),
309 assertEquals(MessagingExceptionStrings.getErrorString(mContext, EXCEPTION),
364 assertEquals(MessagingExceptionStrings.getErrorString(mContext, EXCEPTION),
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.h 217 const char *getErrorString() const { return ErrorString; }
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 102 report_fatal_error(Dyld.getErrorString());
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.h 215 const char *getErrorString() const { return ErrorString; }
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.h 208 const char *getErrorString() const { return ErrorString; }
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountCheckSettingsFragment.java 606 private static String getErrorString(Context context, MessagingException ex) {
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
EmailActivity.java 414 MessagingExceptionStrings.getErrorString(EmailActivity.this, result);

Completed in 792 milliseconds

1 2