/external/lldb/source/Host/macosx/launcherXPCService/ |
LauncherXPCService.h | 14 #define LauncherXPCServiceCodeTypeKey "errorCode"
|
/external/lzma/CPP/Common/ |
ComTry.h | 14 // catch(const CSystemException &e) { return e.ErrorCode; }
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_DecodeBlockCoef_Intra.c | 130 OMXResult errorCode; 168 errorCode = omxVCM4P2_DecodeVLCZigzag_IntraDCVLC( 175 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); 179 errorCode = omxVCM4P2_DecodeVLCZigzag_IntraACVLC( 185 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); 189 errorCode = omxVCM4P2_PredictReconCoefIntra( 198 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); [all...] |
omxVCM4P2_DecodeBlockCoef_Inter.c | 92 OMXResult errorCode; 98 errorCode = omxVCM4P2_DecodeVLCZigzag_Inter(ppBitStream, pBitOffset, 100 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); 103 errorCode = omxVCM4P2_QuantInvInter_I( 106 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); 109 errorCode = omxVCM4P2_IDCT8x8blk(pTempBuf1, pDst); 110 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_DecodeBlockCoef_Intra.c | 136 OMXResult errorCode; 174 errorCode = omxVCM4P2_DecodeVLCZigzag_IntraDCVLC( 181 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); 185 errorCode = omxVCM4P2_DecodeVLCZigzag_IntraACVLC( 191 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); 195 errorCode = omxVCM4P2_PredictReconCoefIntra( 204 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); [all...] |
omxVCM4P2_DecodeBlockCoef_Inter.c | 92 OMXResult errorCode; 98 errorCode = omxVCM4P2_DecodeVLCZigzag_Inter(ppBitStream, pBitOffset, 100 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); 103 errorCode = omxVCM4P2_QuantInvInter_I( 106 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); 109 errorCode = omxVCM4P2_IDCT8x8blk(pTempBuf1, pDst); 110 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); [all...] |
/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...] |
omxVCM4P2_DecodeBlockCoef_Inter.c | 96 OMXResult errorCode; 111 errorCode = omxVCM4P2_DecodeVLCZigzag_Inter(ppBitStream, pBitOffset, 113 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); 116 errorCode = omxVCM4P2_QuantInvInter_I( 119 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); 122 errorCode = omxVCM4P2_IDCT8x8blk(pTempBuf1, pDst); 123 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode); [all...] |
/hardware/invensense/6515/libsensors_iio/software/simple_apps/common/ |
mlerrorcode.c | 26 * @param errorcode 27 * The errorcode value of which the label has to be returned. 31 char* MLErrorCode(inv_error_t errorcode) 33 switch(errorcode) {
|
/external/icu/icu4c/source/test/cintltst/ |
cbiditst.c | 170 UErrorCode errorCode=U_ZERO_ERROR; 174 pBiDi=ubidi_openSized(MAXLEN, 0, &errorCode); 184 log_err("ubidi_openSized() returned NULL, errorCode %s\n", myErrorName(errorCode)); 202 UErrorCode errorCode; 207 errorCode=U_ZERO_ERROR; 210 ubidi_setPara(pBiDi, string, -1, paraLevel, NULL, &errorCode); 211 if(U_SUCCESS(errorCode)) { 218 ubidi_setLine(pBiDi, lineStart, tests[testNumber].lineLimit, pLine, &errorCode); 219 if(U_SUCCESS(errorCode)) { [all...] |
cpluralrulestest.c | 98 UErrorCode errorCode = U_ZERO_ERROR; 99 UPluralRules* upr = uplrules_openForType("en", UPLURAL_TYPE_ORDINAL, &errorCode); 100 if (U_FAILURE(errorCode)) { 101 log_err("uplrules_openForType(en, ordinal) failed - %s\n", u_errorName(errorCode)); 105 length = uplrules_select(upr, 2., keyword, 8, &errorCode); 106 if (U_FAILURE(errorCode) || u_strCompare(keyword, length, two, 3, FALSE) != 0) { 107 log_data_err("uplrules_select(en-ordinal, 2) failed - %s\n", u_errorName(errorCode));
|
custrtrn.c | [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cpluralrulestest.c | 98 UErrorCode errorCode = U_ZERO_ERROR; 99 UPluralRules* upr = uplrules_openForType("en", UPLURAL_TYPE_ORDINAL, &errorCode); 100 if (U_FAILURE(errorCode)) { 101 log_err("uplrules_openForType(en, ordinal) failed - %s\n", u_errorName(errorCode)); 105 length = uplrules_select(upr, 2., keyword, 8, &errorCode); 106 if (U_FAILURE(errorCode) || u_strCompare(keyword, length, two, 3, FALSE) != 0) { 107 log_data_err("uplrules_select(en-ordinal, 2) failed - %s\n", u_errorName(errorCode));
|
custrtrn.c | [all...] |
/external/chromium_org/third_party/icu/source/samples/case/ |
ucase.c | 24 UErrorCode errorCode = U_ZERO_ERROR; 51 sizeof(upper)/sizeof(upper[0]), "tr", &errorCode); 52 if(U_FAILURE(errorCode) || buffer[length]!=0) { 54 u_errorName(errorCode)); 64 sizeof(upper)/sizeof(upper[0]), "en", &errorCode); 65 if(U_FAILURE(errorCode) || buffer[length]!=0) { 67 u_errorName(errorCode)); 76 &errorCode); 77 if(U_FAILURE(errorCode) || buffer[length]!=0) { 79 u_errorName(errorCode)); [all...] |
/external/icu/icu4c/source/samples/case/ |
ucase.c | 24 UErrorCode errorCode = U_ZERO_ERROR; 51 sizeof(upper)/sizeof(upper[0]), "tr", &errorCode); 52 if(U_FAILURE(errorCode) || buffer[length]!=0) { 54 u_errorName(errorCode)); 64 sizeof(upper)/sizeof(upper[0]), "en", &errorCode); 65 if(U_FAILURE(errorCode) || buffer[length]!=0) { 67 u_errorName(errorCode)); 76 &errorCode); 77 if(U_FAILURE(errorCode) || buffer[length]!=0) { 79 u_errorName(errorCode)); [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/ |
GeolocationError.h | 35 enum ErrorCode { 40 static GeolocationError* create(ErrorCode code, const String& message) 46 ErrorCode code() const { return m_code; } 50 GeolocationError(ErrorCode code, const String& message) 56 ErrorCode m_code;
|
/external/chromium_org/third_party/icu/source/samples/numfmt/ |
main.cpp | 100 * @param errorCode ICU error code, must pass U_SUCCESS() on input. 103 setNumberFormatCurrency_2_4(NumberFormat &nf, const char *currency, UErrorCode &errorCode) { 105 if(U_FAILURE(errorCode)) { 109 errorCode=U_ILLEGAL_ARGUMENT_ERROR; 118 errorCode=U_ILLEGAL_ARGUMENT_ERROR; 163 errorCode=U_UNSUPPORTED_ERROR; 189 * @param errorCode ICU error code, must pass U_SUCCESS() on input. 192 setNumberFormatCurrency_2_6(NumberFormat &nf, const char *currency, UErrorCode &errorCode) { 193 if(U_FAILURE(errorCode)) { 197 errorCode=U_ILLEGAL_ARGUMENT_ERROR [all...] |
/external/icu/icu4c/source/samples/numfmt/ |
main.cpp | 100 * @param errorCode ICU error code, must pass U_SUCCESS() on input. 103 setNumberFormatCurrency_2_4(NumberFormat &nf, const char *currency, UErrorCode &errorCode) { 105 if(U_FAILURE(errorCode)) { 109 errorCode=U_ILLEGAL_ARGUMENT_ERROR; 118 errorCode=U_ILLEGAL_ARGUMENT_ERROR; 163 errorCode=U_UNSUPPORTED_ERROR; 189 * @param errorCode ICU error code, must pass U_SUCCESS() on input. 192 setNumberFormatCurrency_2_6(NumberFormat &nf, const char *currency, UErrorCode &errorCode) { 193 if(U_FAILURE(errorCode)) { 197 errorCode=U_ILLEGAL_ARGUMENT_ERROR [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
tstnrapi.cpp | 61 UErrorCode errorCode=U_ZERO_ERROR; 62 Normalizer::compose(tel, TRUE, 0, nfkc, errorCode); 63 Normalizer::decompose(tel, TRUE, 0, nfkd, errorCode); 64 if(U_FAILURE(errorCode)) { 65 dataerrln("error in Normalizer::(de)compose(): %s", u_errorName(errorCode)); 81 errorCode=U_ZERO_ERROR; 82 copy.setText(iter, errorCode); 83 if(U_FAILURE(errorCode)) { 84 errln("error Normalizer::setText() failed: %s", u_errorName(errorCode)); 97 errorCode=U_ZERO_ERROR [all...] |
/external/icu/icu4c/source/i18n/ |
collationfastlatinbuilder.cpp | 87 CollationFastLatinBuilder::CollationFastLatinBuilder(UErrorCode &errorCode) 89 contractionCEs(errorCode), uniqueCEs(errorCode), 101 CollationFastLatinBuilder::forData(const CollationData &data, UErrorCode &errorCode) { 102 if(U_FAILURE(errorCode)) { return FALSE; } 104 errorCode = U_INVALID_STATE_ERROR; 107 if(!loadGroups(data, errorCode)) { return FALSE; } 111 getCEs(data, errorCode); 112 if(!encodeUniqueCEs(errorCode)) { return FALSE; } 118 getCEs(data, errorCode); [all...] |
collationsettings.cpp | 131 CollationSettings::setStrength(int32_t value, int32_t defaultOptions, UErrorCode &errorCode) { 132 if(U_FAILURE(errorCode)) { return; } 146 errorCode = U_ILLEGAL_ARGUMENT_ERROR; 153 int32_t defaultOptions, UErrorCode &errorCode) { 154 if(U_FAILURE(errorCode)) { return; } 166 errorCode = U_ILLEGAL_ARGUMENT_ERROR; 173 int32_t defaultOptions, UErrorCode &errorCode) { 174 if(U_FAILURE(errorCode)) { return; } 190 errorCode = U_ILLEGAL_ARGUMENT_ERROR; 197 int32_t defaultOptions, UErrorCode &errorCode) { [all...] |
alphaindex.cpp | 66 UErrorCode &errorCode) { 67 if (U_FAILURE(errorCode)) { return NULL; } 73 errorCode = U_MEMORY_ALLOCATION_ERROR; 103 UErrorCode errorCode = U_ZERO_ERROR; 104 UCollationResult cmp = coll.compare(s, *si, errorCode); 145 UErrorCode &errorCode) { 153 collatorPrimaryOnly.compare(name, bucket->lowerBoundary_, errorCode); 192 const UnicodeString &name, UErrorCode &errorCode) const { 193 return buckets_->getBucketIndex(name, *collatorPrimaryOnly_, errorCode); 255 AlphabeticIndex::ImmutableIndex *AlphabeticIndex::buildImmutableIndex(UErrorCode &errorCode) { [all...] |
/external/icu/icu4c/source/test/intltest/ |
tstnrapi.cpp | 61 UErrorCode errorCode=U_ZERO_ERROR; 62 Normalizer::compose(tel, TRUE, 0, nfkc, errorCode); 63 Normalizer::decompose(tel, TRUE, 0, nfkd, errorCode); 64 if(U_FAILURE(errorCode)) { 65 dataerrln("error in Normalizer::(de)compose(): %s", u_errorName(errorCode)); 81 errorCode=U_ZERO_ERROR; 82 copy.setText(iter, errorCode); 83 if(U_FAILURE(errorCode)) { 84 errln("error Normalizer::setText() failed: %s", u_errorName(errorCode)); 97 errorCode=U_ZERO_ERROR [all...] |
/external/llvm/lib/Support/ |
Mutex.cpp | 53 int errorcode = pthread_mutexattr_init(&attr); 54 assert(errorcode == 0); (void)errorcode; 59 errorcode = pthread_mutexattr_settype(&attr, kind); 60 assert(errorcode == 0); 63 errorcode = pthread_mutex_init(mutex, &attr); 64 assert(errorcode == 0); 67 errorcode = pthread_mutexattr_destroy(&attr); 68 assert(errorcode == 0); 89 int errorcode = pthread_mutex_lock(mutex) [all...] |