Searched refs:getError (Results 1 - 25 of 48) sorted by last modified time

12

/frameworks/support/v4/api21/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompatApi21.java54 public static CharSequence getError(Object info) { method in class:AccessibilityNodeInfoCompatApi21
55 return ((AccessibilityNodeInfo) info).getError();
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java589 public CharSequence getError(Object info); method in interface:AccessibilityNodeInfoCompat.AccessibilityNodeInfoImpl
1108 public CharSequence getError(Object info) { method in class:AccessibilityNodeInfoCompat.AccessibilityNodeInfoStubImpl
1853 public CharSequence getError(Object info) { method in class:AccessibilityNodeInfoCompat.AccessibilityNodeInfoApi21Impl
1854 return AccessibilityNodeInfoCompatApi21.getError(info);
3431 public CharSequence getError() { method in class:AccessibilityNodeInfoCompat
3432 return IMPL.getError(mInfo);
/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DImageLoader.java423 public VolleyError getError() { method in class:ImageLoader.BatchedImageRequest
472 if (bir.getError() == null) {
476 container.mListener.onErrorResponse(bir.getError());
/frameworks/rs/cpp/
H A DAllocation.cpp183 if (mRS->getError() != RS_SUCCESS) {
427 if (rs->getError() == RS_SUCCESS) {
441 if (rs->getError() == RS_SUCCESS) {
H A DRenderScript.cpp206 RSError RS::getError() { function in class:RS
H A DrsCppInternal.h27 if (rs->getError() == RS_SUCCESS) { \
32 rs->getError() == RS_SUCCESS ? dispatch : nullptr
H A DrsCppStructs.h412 RSError getError();
/frameworks/rs/tests/typecheck/
H A Dtypecheck.cpp42 if (shouldPass != (rs->getError() == RS_SUCCESS)) { \
/frameworks/support/design/src/android/support/design/widget/
H A DTextInputLayout.java308 final boolean isErrorShowing = !TextUtils.isEmpty(getError());
539 * @see #getError()
840 ss.error = getError();
865 public CharSequence getError() { method in class:TextInputLayout
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallStateException.java49 public int getError() { method in class:CallStateException
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCallStateExceptionTest.java36 assertEquals(mCallStateException.ERROR_INVALID, mCallStateException.getError());
45 assertEquals(mCallStateException.ERROR_DISCONNECTED, mCallStateException.getError());
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/native/opengl/libagl/
H A Degl.cpp85 static GLint getError() { function in namespace:android
1929 return getError();
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp900 err = egl_tls_t::getError();
H A Degl_tls.cpp122 EGLint egl_tls_t::getError() { function in class:android::egl_tls_t
H A Degl_tls.h50 static EGLint getError();
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp3542 if (Triple.getError())
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp3879 if (Triple.getError())
/frameworks/compile/libbcc/bcinfo/
H A DBitcodeTranslator.cpp139 if (std::error_code EC = MOrErr.getError()) {
H A DMetadataExtractor.cpp607 if (std::error_code ec = errval.getError()) {
/frameworks/compile/libbcc/bcinfo/tools/
H A Dmain.cpp357 std::error_code ec = moduleOrError.getError();
/frameworks/compile/libbcc/include/bcc/Support/
H A DFileBase.h137 inline const std::error_code &getError() const function in class:bcc::FileBase
/frameworks/compile/libbcc/lib/Core/
H A DSource.cpp47 if (std::error_code ec = moduleOrError.getError()) {
99 if (mb_or_error.getError()) {
101 mb_or_error.getError().message().c_str());
/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp319 if (mb_or_error.getError()) {
321 OptInputFilenames[0].c_str(), mb_or_error.getError().message().c_str());
/frameworks/base/tools/aapt/
H A DCommand.cpp747 if (res.getError() != NO_ERROR) {

Completed in 481 milliseconds

12