/frameworks/rs/cpp/ |
D | rsCppInternal.h | 27 if (rs->getError() == RS_SUCCESS) { \ 32 rs->getError() == RS_SUCCESS ? dispatch : nullptr
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CallStateExceptionTest.java | 36 assertEquals(mCallStateException.ERROR_INVALID, mCallStateException.getError()); in testCallStateExceptionDefault() 45 assertEquals(mCallStateException.ERROR_DISCONNECTED, mCallStateException.getError()); in testCallStateExceptionWithErrCode()
|
/frameworks/base/tools/aapt2/unflatten/ |
D | BinaryResourceParser.cpp | 117 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/ |
D | JavaClassGenerator.h | 75 const std::string& getError() const; 96 inline const std::string& JavaClassGenerator::getError() const { in getError() function
|
/frameworks/av/media/libstagefright/include/ |
D | WVMExtractor.h | 36 virtual status_t getError() = 0; 80 status_t getError();
|
/frameworks/compile/libbcc/lib/Core/ |
D | Source.cpp | 47 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/ |
D | AccessibilityNodeInfoCompatApi21.java | 54 public static CharSequence getError(Object info) { in getError() method in AccessibilityNodeInfoCompatApi21 55 return ((AccessibilityNodeInfo) info).getError(); in getError()
|
/frameworks/av/media/libstagefright/ |
D | WVMExtractor.cpp | 154 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/ |
D | ImageLoader.java | 423 public VolleyError getError() { 472 if (bir.getError() == null) { 476 container.mListener.onErrorResponse(bir.getError());
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CallStateException.java | 49 public int getError() { in getError() method in CallStateException
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLException.java | 43 int getError() { in getError() method in GLException
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/ |
D | CustomErrorEditText.java | 35 public CharSequence getError() { in getError() method in CustomErrorEditText
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | GraphRunner.java | 99 public abstract Exception getError(); in getError() method in GraphRunner
|
D | AsyncRunner.java | 227 synchronized public Exception getError() { in getError() method in AsyncRunner
|
D | SyncRunner.java | 154 synchronized public Exception getError() { in getError() method in SyncRunner
|
/frameworks/base/cmds/idmap/ |
D | scan.cpp | 101 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/ |
D | egl_tls.h | 50 static EGLint getError();
|
D | egl_tls.cpp | 122 EGLint egl_tls_t::getError() { in getError() function in android::egl_tls_t
|
/frameworks/compile/libbcc/include/bcc/Support/ |
D | FileBase.h | 137 inline const std::error_code &getError() const in getError() function
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/ |
D | OSUResponse.java | 83 public OSUError getError() { in getError() method in OSUResponse
|
/frameworks/compile/libbcc/bcinfo/ |
D | BitcodeTranslator.cpp | 139 if (std::error_code EC = MOrErr.getError()) { in translate()
|
/frameworks/compile/libbcc/tools/bcc/ |
D | Main.cpp | 319 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/ |
D | typecheck.cpp | 42 if (shouldPass != (rs->getError() == RS_SUCCESS)) { \
|
/frameworks/base/core/jni/ |
D | android_util_StringBlock.cpp | 53 if (osb == NULL || osb->getError() != NO_ERROR) { in android_content_StringBlock_nativeCreate()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
D | PrintActivity.java | 1518 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()
|