HomeSort by relevance Sort by last modified time
    Searched defs:errorCode (Results 26 - 50 of 302) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/platform/network/
SocketStreamError.h 43 static PassRefPtr<SocketStreamError> create(int errorCode, const String& errorMessage)
45 return adoptRef(new SocketStreamError(errorCode, errorMessage));
50 int errorCode() const { return m_errorCode; }
57 explicit SocketStreamError(int errorCode, const String& errorMessage)
58 : m_errorCode(errorCode)
  /external/chromium_org/third_party/icu/source/common/unicode/
errorcode.h 8 * file name: errorcode.h
22 * \brief C++ API: ErrorCode class intended to make it easier to use
50 * The ErrorCode base class destructor does nothing.
58 * class IcuErrorCode: public icu::ErrorCode {
66 * log_failure(u_errorName(errorCode));
67 * exit(errorCode);
79 class U_COMMON_API ErrorCode: public UMemory {
85 ErrorCode() : errorCode(U_ZERO_ERROR) {}
87 virtual ~ErrorCode() {}
    [all...]
  /external/icu4c/common/
bytestrieiterator.cpp 24 UErrorCode &errorCode)
29 if(U_FAILURE(errorCode)) {
39 stack_=new UVector32(errorCode);
40 if(U_SUCCESS(errorCode) && (str_==NULL || stack_==NULL)) {
41 errorCode=U_MEMORY_ALLOCATION_ERROR;
46 UErrorCode &errorCode)
51 if(U_FAILURE(errorCode)) {
55 stack_=new UVector32(errorCode);
56 if(U_FAILURE(errorCode)) {
60 errorCode=U_MEMORY_ALLOCATION_ERROR
    [all...]
locresdata.cpp 52 UErrorCode errorCode;
59 errorCode=U_ZERO_ERROR;
60 rb=ures_open(path, locale, &errorCode);
62 if(U_FAILURE(errorCode)) {
64 *pErrorCode=errorCode;
66 } else if(errorCode==U_USING_DEFAULT_WARNING ||
67 (errorCode==U_USING_FALLBACK_WARNING && *pErrorCode!=U_USING_DEFAULT_WARNING)
70 *pErrorCode=errorCode;
76 ures_getByKeyWithFallback(rb, tableKey, &table, &errorCode);
80 ures_getByKeyWithFallback(&table,subTableKey, &subTable, &errorCode);
    [all...]
unistr_case.cpp 65 UErrorCode errorCode=U_ZERO_ERROR;
67 options|U_COMPARE_IGNORE_CASE, &errorCode);
125 UErrorCode errorCode;
128 errorCode = U_ZERO_ERROR;
130 oldArray, oldLength, &errorCode);
132 } while(errorCode==U_BUFFER_OVERFLOW_ERROR && cloneArrayIfNeeded(newLength, newLength, FALSE));
137 if(U_FAILURE(errorCode)) {
  /external/icu4c/common/unicode/
errorcode.h 8 * file name: errorcode.h
22 * \brief C++ API: ErrorCode class intended to make it easier to use
50 * The ErrorCode base class destructor does nothing.
58 * class IcuErrorCode: public icu::ErrorCode {
66 * log_failure(u_errorName(errorCode));
67 * exit(errorCode);
79 class U_COMMON_API ErrorCode: public UMemory {
85 ErrorCode() : errorCode(U_ZERO_ERROR) {}
87 virtual ~ErrorCode();
    [all...]
  /external/icu4c/samples/udata/
writer.c 62 UErrorCode errorCode=U_ZERO_ERROR;
75 U_COPYRIGHT_STRING, &errorCode);
82 if(U_FAILURE(errorCode)) {
83 fprintf(stderr, "Error: unable to create data memory, error %d\n", errorCode);
84 exit(errorCode);
95 dataLength=udata_finish(pData, &errorCode);
96 if(U_FAILURE(errorCode)) {
97 fprintf(stderr, "Error: error %d writing the output file\n", errorCode);
98 exit(errorCode);
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Init.c 48 LVPSA_RETURN errorCode = LVPSA_OK;
173 errorCode = LVPSA_Control (*phInstance, pControlParams);
175 if(errorCode!=0)
177 return errorCode;
180 errorCode = LVPSA_ApplyNewSettings (pLVPSA_Inst);
182 if(errorCode!=0)
184 return errorCode;
187 return(errorCode);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c 112 OMXResult errorCode;
165 errorCode = omxVCM4P2_DecodeVLCZigzag_IntraDCVLC(
172 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
176 errorCode = omxVCM4P2_DecodeVLCZigzag_IntraACVLC(
182 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
186 errorCode = omxVCM4P2_PredictReconCoefIntra(
195 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
MediaKeyEvent.h 42 RefPtr<MediaKeyError> errorCode;
67 MediaKeyError* errorCode() const { return m_errorCode.get(); }
  /external/chromium_org/third_party/WebKit/Source/web/
SpeechRecognitionClientProxy.cpp 125 void SpeechRecognitionClientProxy::didReceiveError(const WebSpeechRecognitionHandle& handle, const WebString& message, WebSpeechRecognizerClient::ErrorCode code)
128 SpeechRecognitionError::ErrorCode errorCode = static_cast<SpeechRecognitionError::ErrorCode>(code);
129 recognition->didReceiveError(SpeechRecognitionError::create(errorCode, message));
  /external/chromium_org/third_party/icu/source/common/
locresdata.cpp 52 UErrorCode errorCode;
59 errorCode=U_ZERO_ERROR;
60 rb=ures_open(path, locale, &errorCode);
62 if(U_FAILURE(errorCode)) {
64 *pErrorCode=errorCode;
66 } else if(errorCode==U_USING_DEFAULT_WARNING ||
67 (errorCode==U_USING_FALLBACK_WARNING && *pErrorCode!=U_USING_DEFAULT_WARNING)
70 *pErrorCode=errorCode;
76 ures_getByKeyWithFallback(rb, tableKey, &table, &errorCode);
80 ures_getByKeyWithFallback(&table,subTableKey, &subTable, &errorCode);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
nortrans.cpp 61 UErrorCode errorCode = U_ZERO_ERROR;
62 const Normalizer2 *norm2 = Normalizer2::getInstance(NULL, name, mode, errorCode);
63 if(U_SUCCESS(errorCode)) {
133 UErrorCode errorCode = U_ZERO_ERROR;
153 fNorm2.normalize(segment, normalized, errorCode);
154 if(U_FAILURE(errorCode)) {
  /external/chromium_org/third_party/icu/source/io/
ustream.cpp 46 UErrorCode errorCode = U_ZERO_ERROR;
49 converter = u_getDefaultConverter(&errorCode);
50 if(U_SUCCESS(errorCode)) {
55 errorCode = U_ZERO_ERROR;
57 ucnv_fromUnicode(converter, &s, sLimit, &us, uLimit, 0, FALSE, &errorCode);
64 } while(errorCode == U_BUFFER_OVERFLOW_ERROR);
86 UErrorCode errorCode = U_ZERO_ERROR;
89 converter = u_getDefaultConverter(&errorCode);
90 if(U_SUCCESS(errorCode)) {
112 errorCode = U_ZERO_ERROR
    [all...]
  /external/chromium_org/third_party/icu/source/tools/gentest/
gentest.c 65 UErrorCode errorCode = U_ZERO_ERROR;
96 createData(options[2].value, &errorCode);
98 return U_FAILURE(errorCode);
103 createData(const char* outputDirectory, UErrorCode *errorCode) {
112 U_COPYRIGHT_STRING, errorCode);
113 if(U_FAILURE(*errorCode)) {
114 fprintf(stderr, "gentest: unable to create data memory, %s\n", u_errorName(*errorCode));
115 exit(*errorCode);
124 dataLength=udata_finish(pData, errorCode);
125 if(U_FAILURE(*errorCode)) {
    [all...]
  /external/icu4c/i18n/
nortrans.cpp 62 UErrorCode errorCode = U_ZERO_ERROR;
63 const Normalizer2 *norm2 = Normalizer2::getInstance(NULL, name, mode, errorCode);
64 if(U_SUCCESS(errorCode)) {
134 UErrorCode errorCode = U_ZERO_ERROR;
154 fNorm2.normalize(segment, normalized, errorCode);
155 if(U_FAILURE(errorCode)) {
  /external/icu4c/io/
ustream.cpp 42 UErrorCode errorCode = U_ZERO_ERROR;
45 converter = u_getDefaultConverter(&errorCode);
46 if(U_SUCCESS(errorCode)) {
51 errorCode = U_ZERO_ERROR;
53 ucnv_fromUnicode(converter, &s, sLimit, &us, uLimit, 0, FALSE, &errorCode);
60 } while(errorCode == U_BUFFER_OVERFLOW_ERROR);
82 UErrorCode errorCode = U_ZERO_ERROR;
85 converter = u_getDefaultConverter(&errorCode);
86 if(U_SUCCESS(errorCode)) {
108 errorCode = U_ZERO_ERROR
    [all...]
  /external/icu4c/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));
  /external/icu4c/tools/gentest/
gentest.c 65 UErrorCode errorCode = U_ZERO_ERROR;
96 createData(options[2].value, &errorCode);
98 return U_FAILURE(errorCode);
103 createData(const char* outputDirectory, UErrorCode *errorCode) {
112 U_COPYRIGHT_STRING, errorCode);
113 if(U_FAILURE(*errorCode)) {
114 fprintf(stderr, "gentest: unable to create data memory, %s\n", u_errorName(*errorCode));
115 exit(*errorCode);
124 dataLength=udata_finish(pData, errorCode);
125 if(U_FAILURE(*errorCode)) {
    [all...]
  /frameworks/av/camera/camera2/
ICameraDeviceCallbacks.cpp 49 void onDeviceError(CameraErrorCode errorCode)
54 data.writeInt32(static_cast<int32_t>(errorCode));
105 CameraErrorCode errorCode =
107 onDeviceError(errorCode);
  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_Process.c 75 LVREV_ReturnStatus_en errorCode;
82 errorCode = LVREV_ApplyNewSettings (pLVREV_Private);
84 if(errorCode != LVREV_SUCCESS)
86 return errorCode;
  /frameworks/base/core/java/android/nfc/tech/
NdefFormatable.java 127 int errorCode = tagService.formatNdef(serviceHandle, MifareClassic.KEY_DEFAULT);
128 switch (errorCode) {
146 errorCode = tagService.ndefWrite(serviceHandle, firstMessage);
147 switch (errorCode) {
162 errorCode = tagService.ndefMakeReadOnly(serviceHandle);
163 switch (errorCode) {
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
TokenMgrError.java 49 int errorCode;
142 errorCode = reason;
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
TokenMgrError.java 49 int errorCode;
142 errorCode = reason;
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
TokenMgrError.java 49 int errorCode;
142 errorCode = reason;

Completed in 423 milliseconds

12 3 4 5 6 7 8 91011>>