Searched refs:getError (Results 1 – 11 of 11) sorted by relevance
119 CharSequence errorBefore = mTextView.getError(); in commitText()121 CharSequence errorAfter = mTextView.getError(); in commitText()
43 int getError() { in getError() method in GLException
62 if (osb == NULL || osb->getError() != NO_ERROR) { in android_content_StringBlock_nativeCreate()
63 if (osb == NULL || osb->getError() != NO_ERROR) { in android_content_XmlBlock_nativeCreate()
163 const char * getError(RsError *);
792 const char * Context::getError(RsError *err) in getError() function in Context921 const char *msg = rsc->getError(e); in rsi_ContextGetError()
443 status_t getError() const;719 status_t getError() const;1743 status_t getError() const;
417 status_t ResStringPool::getError() const in getError() function in android::ResStringPool1133 mError = mStrings.getError(); in setTo()1140 status_t ResXMLTree::getError() const in getError() function in android::ResXMLTree1768 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
339 GLint getError() { in getError() function1387 err = getError(); in eglGetError()
82 static GLint getError() { in getError() function1926 return getError(); in eglGetError()
3286 public CharSequence getError() { in getError() method in TextView