/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_DecodeBlockCoef_Intra.c | 127 OMXResult errorCode; 180 errorCode = omxVCM4P2_DecodeVLCZigzag_IntraDCVLC( 187 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); 191 errorCode = omxVCM4P2_DecodeVLCZigzag_IntraACVLC( 197 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); 201 errorCode = omxVCM4P2_PredictReconCoefIntra( 210 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); [all...] |
/frameworks/base/core/java/android/os/ |
UpdateEngineCallback.java | 45 * unsuccessfully. The value of {@code errorCode} will be one of the 49 public abstract void onPayloadApplicationComplete(int errorCode);
|
/external/icu/icu4c/source/common/unicode/ |
normalizer2.h | 90 * Same as getInstance(NULL, "nfc", UNORM2_COMPOSE, errorCode). 92 * @param errorCode Standard ICU error code. Its input value must 100 getNFCInstance(UErrorCode &errorCode); 104 * Same as getInstance(NULL, "nfc", UNORM2_DECOMPOSE, errorCode). 106 * @param errorCode Standard ICU error code. Its input value must 114 getNFDInstance(UErrorCode &errorCode); 118 * Same as getInstance(NULL, "nfkc", UNORM2_COMPOSE, errorCode). 120 * @param errorCode Standard ICU error code. Its input value must 128 getNFKCInstance(UErrorCode &errorCode); 132 * Same as getInstance(NULL, "nfkc", UNORM2_DECOMPOSE, errorCode) [all...] |
listformatter.h | 83 * @param errorCode ICU error code, set if no data available for default locale. 88 static ListFormatter* createInstance(UErrorCode& errorCode); 94 * @param errorCode ICU error code, set if no data available for the given locale. 99 static ListFormatter* createInstance(const Locale& locale, UErrorCode& errorCode); 107 * @param errorCode ICU error code, set if no data available for the given locale. 112 static ListFormatter* createInstance(const Locale& locale, const char* style, UErrorCode& errorCode); 129 * @param errorCode ICU error code, set if there is an error. 134 UnicodeString& appendTo, UErrorCode& errorCode) const; 146 UErrorCode& errorCode) const; 150 ListFormatter(const ListFormatData &data, UErrorCode &errorCode); [all...] |
simpleformatter.h | 40 * UErrorCode errorCode = U_ZERO_ERROR; 41 * SimpleFormatter fmt("{1} '{born}' in {0}", errorCode); 45 * fmt.format("england", "paul", result, errorCode); 66 * @param errorCode ICU error code in/out parameter. 71 SimpleFormatter(const UnicodeString& pattern, UErrorCode &errorCode) { 72 applyPattern(pattern, errorCode); 83 * @param errorCode ICU error code in/out parameter. 90 UErrorCode &errorCode) { 91 applyPatternMinMaxArguments(pattern, min, max, errorCode); 117 * @param errorCode ICU error code in/out parameter [all...] |
/external/icu/icu4c/source/tools/toolutil/ |
ppucd.cpp | 57 PreparsedUCD::PreparsedUCD(const char *filename, UErrorCode &errorCode) 64 if(U_FAILURE(errorCode)) { return; } 75 errorCode=U_FILE_ACCESS_ERROR; 105 PreparsedUCD::readLine(UErrorCode &errorCode) { 106 if(U_FAILURE(errorCode)) { return NO_LINE; } 123 errorCode=U_FILE_ACCESS_ERROR; 155 errorCode=U_PARSE_ERROR; 185 PreparsedUCD::getProps(UnicodeSet &newValues, UErrorCode &errorCode) { 186 if(U_FAILURE(errorCode)) { return NULL; } 189 errorCode=U_ILLEGAL_ARGUMENT_ERROR [all...] |
/external/icu/icu4c/source/i18n/ |
collationfastlatinbuilder.h | 34 CollationFastLatinBuilder(UErrorCode &errorCode); 37 UBool forData(const CollationData &data, UErrorCode &errorCode); 48 UBool loadGroups(const CollationData &data, UErrorCode &errorCode); 52 void getCEs(const CollationData &data, UErrorCode &errorCode); 54 UErrorCode &errorCode); 56 UErrorCode &errorCode); 57 void addContractionEntry(int32_t x, int64_t cce0, int64_t cce1, UErrorCode &errorCode); 58 void addUniqueCE(int64_t ce, UErrorCode &errorCode); 60 UBool encodeUniqueCEs(UErrorCode &errorCode); 61 UBool encodeCharCEs(UErrorCode &errorCode); [all...] |
collationruleparser.cpp | 58 CollationRuleParser::CollationRuleParser(const CollationData *base, UErrorCode &errorCode) 59 : nfd(*Normalizer2::getNFDInstance(errorCode)), 60 nfc(*Normalizer2::getNFCInstance(errorCode)), 74 UErrorCode &errorCode) { 75 if(U_FAILURE(errorCode)) { return; } 85 parse(ruleString, errorCode); 89 CollationRuleParser::parse(const UnicodeString &ruleString, UErrorCode &errorCode) { 90 if(U_FAILURE(errorCode)) { return; } 102 parseRuleChain(errorCode); 105 parseSetting(errorCode); [all...] |
collationruleparser.h | 80 const char *&errorReason, UErrorCode &errorCode) = 0; 86 const char *&errorReason, UErrorCode &errorCode) = 0; 89 UErrorCode &errorCode); 92 UErrorCode &errorCode); 101 const char *&errorReason, UErrorCode &errorCode) = 0; 109 CollationRuleParser(const CollationData *base, UErrorCode &errorCode); 131 UErrorCode &errorCode); 148 void parse(const UnicodeString &ruleString, UErrorCode &errorCode); 149 void parseRuleChain(UErrorCode &errorCode); 150 int32_t parseResetAndPosition(UErrorCode &errorCode); [all...] |
dayperiodrules.h | 49 static const DayPeriodRules *getInstance(const Locale &locale, UErrorCode &errorCode); 56 double getMidPointForDayPeriod(DayPeriod dayPeriod, UErrorCode &errorCode) const; 64 static void U_CALLCONV load(UErrorCode &errorCode); 74 int32_t getStartHourForDayPeriod(DayPeriod dayPeriod, UErrorCode &errorCode) const; 80 int32_t getEndHourForDayPeriod(DayPeriod dayPeriod, UErrorCode &errorCode) const;
|
rulebasedcollator.cpp | 154 const RuleBasedCollator *base, UErrorCode &errorCode) 162 if(U_FAILURE(errorCode)) { return; } 164 errorCode = U_ILLEGAL_ARGUMENT_ERROR; 167 const CollationTailoring *root = CollationRoot::getRoot(errorCode); 168 if(U_FAILURE(errorCode)) { return; } 170 errorCode = U_UNSUPPORTED_ERROR; 175 errorCode = U_MEMORY_ALLOCATION_ERROR; 178 CollationDataReader::read(base->tailoring, bin, length, *t, errorCode); 179 if(U_FAILURE(errorCode)) { return; } 181 adoptTailoring(t.orphan(), errorCode); [all...] |
utf16collationiterator.h | 57 virtual UChar32 nextCodePoint(UErrorCode &errorCode); 59 virtual UChar32 previousCodePoint(UErrorCode &errorCode); 67 virtual uint32_t handleNextCE32(UChar32 &c, UErrorCode &errorCode); 73 virtual void forwardNumCodePoints(int32_t num, UErrorCode &errorCode); 75 virtual void backwardNumCodePoints(int32_t num, UErrorCode &errorCode); 104 virtual UChar32 nextCodePoint(UErrorCode &errorCode); 106 virtual UChar32 previousCodePoint(UErrorCode &errorCode); 109 virtual uint32_t handleNextCE32(UChar32 &c, UErrorCode &errorCode); 113 virtual void forwardNumCodePoints(int32_t num, UErrorCode &errorCode); 115 virtual void backwardNumCodePoints(int32_t num, UErrorCode &errorCode); [all...] |
/external/icu/icu4c/source/test/perf/unisetperf/draft/ |
trieset.cpp | 37 TrieSet(const UnicodeSet &set, UErrorCode &errorCode) 39 if(U_FAILURE(errorCode)) { 43 errorCode=U_MEMORY_ALLOCATION_ERROR; 62 errorCode=U_INTERNAL_PROGRAM_ERROR; 68 int32_t length=utrie_serialize(newTrie, NULL, 0, NULL, 8, &errorCode); 69 if(errorCode!=U_BUFFER_OVERFLOW_ERROR) { 75 errorCode=U_MEMORY_ALLOCATION_ERROR; 79 errorCode=U_ZERO_ERROR; 80 utrie_serialize(newTrie, trieData, length, NULL, 8, &errorCode); 81 utrie_unserialize(&trie, trieData, length, &errorCode); // TODO: Implement for 8-bit UTrie [all...] |
/external/icu/icu4c/source/common/ |
norm2allmodes.h | 39 UErrorCode &errorCode) const { 40 if(U_FAILURE(errorCode)) { 46 errorCode=U_ILLEGAL_ARGUMENT_ERROR; 52 if(buffer.init(src.length(), errorCode)) { 53 normalize(sArray, sArray+src.length(), buffer, errorCode); 59 ReorderingBuffer &buffer, UErrorCode &errorCode) const = 0; 65 UErrorCode &errorCode) const { 66 return normalizeSecondAndAppend(first, second, TRUE, errorCode); 71 UErrorCode &errorCode) const { 72 return normalizeSecondAndAppend(first, second, FALSE, errorCode); [all...] |
/frameworks/base/core/java/android/accounts/ |
IAccountAuthenticatorResponse.aidl | 27 void onError(int errorCode, String errorMessage);
|
IAccountManagerResponse.aidl | 26 void onError(int errorCode, String errorMessage);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
SmsResponse.java | 30 * errorCode: See 3GPP 27.005, 3.2.5 for GSM/UMTS, 35 public SmsResponse(int messageRef, String ackPdu, int errorCode) { 38 mErrorCode = errorCode;
|
/system/chre/platform/shared/include/chre/target_platform/ |
platform_gnss_base.h | 40 static void locationStatusChangeCallback(bool enabled, uint8_t errorCode); 42 static void measurementStatusChangeCallback(bool enabled, uint8_t errorCode);
|
/frameworks/minikin/tests/perftests/ |
main.cpp | 35 UErrorCode errorCode = U_ZERO_ERROR; 36 udata_setCommonData(data, &errorCode); 37 LOG_ALWAYS_FATAL_IF(U_FAILURE(errorCode)); 38 u_init(&errorCode); 39 LOG_ALWAYS_FATAL_IF(U_FAILURE(errorCode));
|
/frameworks/minikin/tests/unittest/ |
ICUTestBase.h | 41 UErrorCode errorCode = U_ZERO_ERROR; 42 udata_setCommonData(data, &errorCode); 43 ASSERT_TRUE(U_SUCCESS(errorCode)); 44 u_init(&errorCode); 45 ASSERT_TRUE(U_SUCCESS(errorCode));
|
/external/icu/icu4c/source/test/cintltst/ |
udatpg_test.c | 76 UErrorCode errorCode=U_ZERO_ERROR; 82 dtpg=udatpg_open(NULL, &errorCode); 83 if(U_FAILURE(errorCode)) { 84 log_err_status(errorCode, "udatpg_open(NULL) failed - %s\n", u_errorName(errorCode)); 90 dtpg=udatpg_open("de", &errorCode); 91 if(U_FAILURE(errorCode)) { 92 log_err("udatpg_open(de) failed - %s\n", u_errorName(errorCode)); 100 dtpg2=udatpg_clone(dtpg, &errorCode); 101 if(U_FAILURE(errorCode) || dtpg2==NULL) [all...] |
trie2test.c | 488 UErrorCode errorCode; 502 errorCode=U_ZERO_ERROR; 504 utrie2_set32(trie, 1, 234, &errorCode); 506 if(errorCode!=U_NO_WRITE_PERMISSION || value2!=value) { 508 testName, u_errorName(errorCode)); 512 errorCode=U_ZERO_ERROR; 513 utrie2_setRange32(trie, 1, 5, 234, TRUE, &errorCode); 515 if(errorCode!=U_NO_WRITE_PERMISSION || value2!=value) { 517 testName, u_errorName(errorCode)); 521 errorCode=U_ZERO_ERROR [all...] |
/external/icu/icu4c/source/samples/case/ |
ucase.c | 30 UErrorCode errorCode = U_ZERO_ERROR; 57 sizeof(upper)/sizeof(upper[0]), "tr", &errorCode); 58 if(U_FAILURE(errorCode) || buffer[length]!=0) { 60 u_errorName(errorCode)); 70 sizeof(upper)/sizeof(upper[0]), "en", &errorCode); 71 if(U_FAILURE(errorCode) || buffer[length]!=0) { 73 u_errorName(errorCode)); 82 &errorCode); 83 if(U_FAILURE(errorCode) || buffer[length]!=0) { 85 u_errorName(errorCode)); [all...] |
/external/icu/icu4c/source/test/intltest/ |
itutil.cpp | 15 #include "unicode/errorcode.h" 155 ErrorCode errorCode; 156 if(errorCode.get()!=U_ZERO_ERROR || !errorCode.isSuccess() || errorCode.isFailure()) { 157 errln("ErrorCode did not initialize properly"); 160 errorCode.assertSuccess(); 161 if(errorCode.errorName()!=u_errorName(U_ZERO_ERROR)) { 162 errln("ErrorCode did not format error message string properly") [all...] |
ucdtest.cpp | 35 UErrorCode errorCode=U_ZERO_ERROR; 36 unknownPropertyNames=new U_NAMESPACE_QUALIFIER Hashtable(errorCode); 37 if(U_FAILURE(errorCode)) { 43 unknownPropertyNames->puti(UnicodeString(ignorePropNames[i], -1, US_INV), 1, errorCode); 178 UErrorCode errorCode=U_ZERO_ERROR; 179 me->unknownPropertyNames->puti(propName, 1, errorCode); 210 UErrorCode errorCode=U_ZERO_ERROR; 211 u_parseDelimitedFile(path, ';', fields, 2, derivedPropsLineFn, this, &errorCode); 212 if(U_FAILURE(errorCode)) { 213 errln("error parsing DerivedCoreProperties.txt: %s\n", u_errorName(errorCode)); [all...] |