Home
last modified time | relevance | path

Searched refs:getError (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DEditableInputConnection.java119 CharSequence errorBefore = mTextView.getError(); in commitText()
121 CharSequence errorAfter = mTextView.getError(); in commitText()
/frameworks/base/opengl/java/android/opengl/
DGLException.java43 int getError() { in getError() method in GLException
/frameworks/base/core/jni/
Dandroid_util_StringBlock.cpp62 if (osb == NULL || osb->getError() != NO_ERROR) { in android_content_StringBlock_nativeCreate()
Dandroid_util_XmlBlock.cpp63 if (osb == NULL || osb->getError() != NO_ERROR) { in android_content_XmlBlock_nativeCreate()
/frameworks/base/libs/rs/
DrsContext.h163 const char * getError(RsError *);
DrsContext.cpp792 const char * Context::getError(RsError *err) in getError() function in Context
921 const char *msg = rsc->getError(e); in rsi_ContextGetError()
/frameworks/base/include/utils/
DResourceTypes.h443 status_t getError() const;
719 status_t getError() const;
1743 status_t getError() const;
/frameworks/base/libs/utils/
DResourceTypes.cpp417 status_t ResStringPool::getError() const in getError() function in android::ResStringPool
1133 mError = mStrings.getError(); in setTo()
1140 status_t ResXMLTree::getError() const in getError() function in android::ResXMLTree
1768 if (header->values.getError() != NO_ERROR) { in add()
1802 mError = header->values.getError(); in add()
1810 status_t ResTable::getError() const in getError() function in android::ResTable
/frameworks/base/opengl/libs/EGL/
Degl.cpp339 GLint getError() { in getError() function
1387 err = getError(); in eglGetError()
/frameworks/base/opengl/libagl/
Degl.cpp82 static GLint getError() { in getError() function
1926 return getError(); in eglGetError()
/frameworks/base/core/java/android/widget/
DTextView.java3286 public CharSequence getError() { in getError() method in TextView