/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 | 38 assertEquals(mCallStateException.ERROR_INVALID, mCallStateException.getError()); in testCallStateExceptionDefault() 47 assertEquals(mCallStateException.ERROR_OUT_OF_SERVICE, mCallStateException.getError()); in testCallStateExceptionWithErrCode()
|
/frameworks/base/tools/aapt2/format/binary/ |
D | BinaryResourceParser.cpp | 139 if (value_pool_.getError() == NO_INIT) { in ParseTable() 144 << "corrupt string pool in ResTable: " << value_pool_.getError()); in ParseTable() 213 if (type_pool_.getError() == NO_INIT) { in ParsePackage() 218 << "ResTable_package: " << type_pool_.getError()); in ParsePackage() 221 } else if (key_pool_.getError() == NO_INIT) { in ParsePackage() 226 << "ResTable_package: " << key_pool_.getError()); in ParsePackage() 280 if (type_pool_.getError() != NO_ERROR) { in ParseTypeSpec() 328 if (type_pool_.getError() != NO_ERROR) { in ParseType() 333 if (key_pool_.getError() != NO_ERROR) { in ParseType()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | FuseAppLoop.java | 222 replySimpleLocked(unique, getError(error)); 254 replySimpleLocked(unique, getError(error)); 275 replySimpleLocked(unique, getError(error)); 281 private static int getError(@NonNull Exception error) {
|
/frameworks/compile/libbcc/lib/ |
D | Source.cpp | 51 if (std::error_code ec = moduleOrError.getError()) { in helper_load_bitcode() 143 if (mb_or_error.getError()) { in CreateFromFile() 145 mb_or_error.getError().message().c_str()); in CreateFromFile()
|
D | FileBase.h | 126 inline const std::error_code &getError() const in getError() function
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/ |
D | SppResponseMessageTest.java | 75 assertEquals(SppConstants.INVALID_SPP_CONSTANT, sppResponseMessage.getError()); in verifySppSoapResponseWithoutErrorAttribute() 106 assertEquals(SppConstants.mapErrorStringToInt(TEST_ERROR), sppResponseMessage.getError()); in verifySppSoapResponseWithErrorAttribute()
|
/frameworks/base/telephony/common/com/android/internal/telephony/ |
D | EncodeException.java | 50 public int getError() { in getError() method in EncodeException
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CallStateException.java | 58 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/core/java/android/net/ |
D | InvalidPacketException.java | 63 public int getError() { in getError() method in InvalidPacketException
|
D | NattKeepalivePacketData.java | 118 "Invalid NAT-T keepalive data: " + e.getError());
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/ |
D | CustomErrorEditText.java | 35 public CharSequence getError() { in getError() method in CustomErrorEditText
|
/frameworks/base/libs/protoutil/include/android/util/ |
D | ProtoFileReader.h | 53 status_t getError() const;
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | GraphRunner.java | 106 public abstract Exception getError(); in getError() method in GraphRunner
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_tls.h | 49 static EGLint getError();
|
D | egl_tls.cpp | 144 EGLint egl_tls_t::getError() { in getError() function in android::egl_tls_t
|
/frameworks/base/cmds/idmap/ |
D | scan.cpp | 152 if (parser.getError() != NO_ERROR) { in parse_manifest() 153 ALOGD("%s failed to init xml parser, error=0x%08x\n", __FUNCTION__, parser.getError()); in parse_manifest()
|
/frameworks/base/libs/protoutil/src/ |
D | ProtoFileReader.cpp | 138 ProtoFileReader::getError() const { in getError() function in android::util::ProtoFileReader
|
/frameworks/base/cmds/incidentd/src/ |
D | PrivacyFilter.cpp | 320 status_t getError() { return mError; } in getError() function in android::os::incidentd::ReadbackFilterFd 374 err = reader->getError(); in filter_and_write_report()
|
/frameworks/compile/libbcc/bcinfo/ |
D | BitcodeTranslator.cpp | 146 if (std::error_code EC = MOrErr.getError()) { in translate()
|
/frameworks/rs/tests/cpp_api/typecheck/ |
D | typecheck.cpp | 42 if (shouldPass != (rs->getError() == RS_SUCCESS)) { \
|
/frameworks/compile/libbcc/tools/bcc/ |
D | Main.cpp | 342 if (mb_or_error.getError()) { in main() 344 OptInputFilenames[0].c_str(), mb_or_error.getError().message().c_str()); in main()
|
/frameworks/base/core/jni/ |
D | android_util_StringBlock.cpp | 53 if (osb == NULL || osb->getError() != NO_ERROR) { in android_content_StringBlock_nativeCreate()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/soap/ |
D | SppResponseMessage.java | 118 public int getError() { in getError() method in SppResponseMessage
|