Home
last modified time | relevance | path

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

123

/frameworks/rs/cpp/
DrsCppInternal.h27 if (rs->getError() == RS_SUCCESS) { \
32 rs->getError() == RS_SUCCESS ? dispatch : nullptr
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCallStateExceptionTest.java36 assertEquals(mCallStateException.ERROR_INVALID, mCallStateException.getError()); in testCallStateExceptionDefault()
45 assertEquals(mCallStateException.ERROR_DISCONNECTED, mCallStateException.getError()); in testCallStateExceptionWithErrCode()
/frameworks/base/tools/aapt2/unflatten/
DBinaryResourceParser.cpp117 if (mValuePool.getError() == NO_INIT) { in parseTable()
123 << mValuePool.getError()); in parseTable()
200 if (mTypePool.getError() == NO_INIT) { in parsePackage()
207 << mTypePool.getError()); in parsePackage()
210 } else if (mKeyPool.getError() == NO_INIT) { in parsePackage()
217 << mKeyPool.getError()); in parsePackage()
261 if (mTypePool.getError() != NO_ERROR) { in parseTypeSpec()
284 if (mTypePool.getError() != NO_ERROR) { in parseType()
290 if (mKeyPool.getError() != NO_ERROR) { in parseType()
/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.h75 const std::string& getError() const;
96 inline const std::string& JavaClassGenerator::getError() const { in getError() function
/frameworks/av/media/libstagefright/include/
DWVMExtractor.h36 virtual status_t getError() = 0;
80 status_t getError();
/frameworks/compile/libbcc/lib/Core/
DSource.cpp47 if (std::error_code ec = moduleOrError.getError()) { in helper_load_bitcode()
99 if (mb_or_error.getError()) { in CreateFromFile()
101 mb_or_error.getError().message().c_str()); in CreateFromFile()
/frameworks/support/v4/api21/android/support/v4/view/accessibility/
DAccessibilityNodeInfoCompatApi21.java54 public static CharSequence getError(Object info) { in getError() method in AccessibilityNodeInfoCompatApi21
55 return ((AccessibilityNodeInfo) info).getError(); in getError()
/frameworks/av/media/libstagefright/
DWVMExtractor.cpp154 status_t WVMExtractor::getError() { in getError() function in android::WVMExtractor
159 return mImpl->getError(); in getError()
/frameworks/volley/src/main/java/com/android/volley/toolbox/
DImageLoader.java423 public VolleyError getError() {
472 if (bir.getError() == null) {
476 container.mListener.onErrorResponse(bir.getError());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallStateException.java49 public int getError() { in getError() method in CallStateException
/frameworks/base/opengl/java/android/opengl/
DGLException.java43 int getError() { in getError() method in GLException
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
DCustomErrorEditText.java35 public CharSequence getError() { in getError() method in CustomErrorEditText
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DGraphRunner.java99 public abstract Exception getError(); in getError() method in GraphRunner
DAsyncRunner.java227 synchronized public Exception getError() { in getError() method in AsyncRunner
DSyncRunner.java154 synchronized public Exception getError() { in getError() method in SyncRunner
/frameworks/base/cmds/idmap/
Dscan.cpp101 if (parser.getError() != NO_ERROR) { in parse_manifest()
102 ALOGD("%s failed to init xml parser, error=0x%08x\n", __FUNCTION__, parser.getError()); in parse_manifest()
/frameworks/native/opengl/libs/EGL/
Degl_tls.h50 static EGLint getError();
Degl_tls.cpp122 EGLint egl_tls_t::getError() { in getError() function in android::egl_tls_t
/frameworks/compile/libbcc/include/bcc/Support/
DFileBase.h137 inline const std::error_code &getError() const in getError() function
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
DOSUResponse.java83 public OSUError getError() { in getError() method in OSUResponse
/frameworks/compile/libbcc/bcinfo/
DBitcodeTranslator.cpp139 if (std::error_code EC = MOrErr.getError()) { in translate()
/frameworks/compile/libbcc/tools/bcc/
DMain.cpp319 if (mb_or_error.getError()) { in main()
321 OptInputFilenames[0].c_str(), mb_or_error.getError().message().c_str()); in main()
/frameworks/rs/tests/typecheck/
Dtypecheck.cpp42 if (shouldPass != (rs->getError() == RS_SUCCESS)) { \
/frameworks/base/core/jni/
Dandroid_util_StringBlock.cpp53 if (osb == NULL || osb->getError() != NO_ERROR) { in android_content_StringBlock_nativeCreate()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintActivity.java1518 if (mPageRangeEditText.getError() == null) { in onClick()
1880 if (mCopiesEditText.getError() == null in updateOptionsUi()
1967 return (mCopiesEditText.getError() != null) in hasErrors()
1969 && mPageRangeEditText.getError() != null); in hasErrors()
2785 if (view == mPageRangeEditText && !hasFocus && mPageRangeEditText.getError() == null) { in onFocusChange()
2811 if (mPageRangeEditText.getError() == null) { in afterTextChanged()
2818 if (mPageRangeEditText.getError() != null) { in afterTextChanged()
2845 if (mCopiesEditText.getError() == null) { in afterTextChanged()
2860 if (mCopiesEditText.getError() == null) { in afterTextChanged()
2869 if (mCopiesEditText.getError() != null) { in afterTextChanged()

123