HomeSort by relevance Sort by last modified time
    Searched refs:errorCode (Results 126 - 150 of 538) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/cocoa/applescript/
error_applescript.h 12 enum ErrorCode {
38 void SetError(ErrorCode errorCode);
  /external/icu4c/test/intltest/
listformattertest.cpp 29 UErrorCode errorCode = U_ZERO_ERROR;
30 formatter->format(data, dataSize, actualResult, errorCode);
39 UErrorCode errorCode = U_ZERO_ERROR;
40 LocalPointer<ListFormatter> formatter(ListFormatter::createInstance(Locale(locale_string), errorCode));
41 if (U_FAILURE(errorCode)) {
42 dataerrln("ListFormatter::createInstance(Locale(\"%s\"), errorCode) failed in CheckFourCases: %s", locale_string, u_errorName(errorCode));
60 UErrorCode errorCode = U_ZERO_ERROR;
61 LocalPointer<ListFormatter> formatter(ListFormatter::createInstance(locale, errorCode));
62 if (U_FAILURE(errorCode)) {
    [all...]
  /frameworks/av/libvideoeditor/osal/inc/
M4OSA_Debug.h 67 #define M4OSA_DEBUG_IFx(cond, errorCode, msg, level)\
72 (errorCode));\
73 return(errorCode);\
76 #define M4OSA_DEBUG(errorCode, msg)\
78 (M4OSA_Char*)#errorCode, (M4OSA_Char*)msg,\
79 (errorCode));
84 #define M4OSA_DEBUG(errorCode, msg)
91 #define M4OSA_DEBUG_IF1(cond, errorCode, msg)\
92 M4OSA_DEBUG_IFx(cond, errorCode, msg, 1)
94 #define M4OSA_DEBUG_IF1(cond, errorCode, msg
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_intra.c 82 OMXResult errorCode;
114 errorCode = armVCM4P2_GetVLCBits (
134 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
  /external/icu4c/common/
ucharstriebuilder.cpp 38 void setTo(const UnicodeString &s, int32_t val, UnicodeString &strings, UErrorCode &errorCode);
65 UnicodeString &strings, UErrorCode &errorCode) {
66 if(U_FAILURE(errorCode)) {
72 errorCode=U_INDEX_OUTOFBOUNDS_ERROR;
86 UCharsTrieBuilder::UCharsTrieBuilder(UErrorCode & /*errorCode*/)
96 UCharsTrieBuilder::add(const UnicodeString &s, int32_t value, UErrorCode &errorCode) {
97 if(U_FAILURE(errorCode)) {
102 errorCode=U_NO_WRITE_PERMISSION;
114 errorCode=U_MEMORY_ALLOCATION_ERROR;
124 elements[elementsLength++].setTo(s, value, strings, 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)) {
normalizer2impl.h 124 UBool init(int32_t destCapacity, UErrorCode &errorCode);
139 UBool append(UChar32 c, uint8_t cc, UErrorCode &errorCode) {
141 appendBMP((UChar)c, cc, errorCode) :
142 appendSupplementary(c, cc, errorCode);
147 UErrorCode &errorCode);
148 UBool appendBMP(UChar c, uint8_t cc, UErrorCode &errorCode) {
149 if(remainingCapacity==0 && !resize(1, errorCode)) {
164 UBool appendZeroCC(UChar32 c, UErrorCode &errorCode);
165 UBool appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode);
190 UBool appendSupplementary(UChar32 c, uint8_t cc, UErrorCode &errorCode);
    [all...]
stringtriebuilder.cpp 44 StringTrieBuilder::createCompactBuilder(int32_t sizeGuess, UErrorCode &errorCode) {
45 if(U_FAILURE(errorCode)) {
49 sizeGuess, &errorCode);
50 if(U_SUCCESS(errorCode)) {
52 errorCode=U_MEMORY_ALLOCATION_ERROR;
67 UErrorCode &errorCode) {
71 createCompactBuilder(2*elementsLength, errorCode);
72 Node *root=makeNode(0, elementsLength, 0, errorCode);
73 if(U_SUCCESS(errorCode)) {
206 StringTrieBuilder::makeNode(int32_t start, int32_t limit, int32_t unitIndex, UErrorCode &errorCode) {
    [all...]
locdispnames.cpp 54 UErrorCode errorCode=U_ZERO_ERROR;
65 &errorCode);
66 result.releaseBuffer(U_SUCCESS(errorCode) ? length : 0);
68 if(errorCode==U_BUFFER_OVERFLOW_ERROR) {
74 errorCode=U_ZERO_ERROR;
77 &errorCode);
78 result.releaseBuffer(U_SUCCESS(errorCode) ? length : 0);
94 UErrorCode errorCode=U_ZERO_ERROR;
105 &errorCode);
106 result.releaseBuffer(U_SUCCESS(errorCode) ? length : 0)
    [all...]
  /external/chromium_org/third_party/icu/source/common/
normalizer2impl.h 105 UBool init(int32_t destCapacity, UErrorCode &errorCode);
120 UBool append(UChar32 c, uint8_t cc, UErrorCode &errorCode) {
122 appendBMP((UChar)c, cc, errorCode) :
123 appendSupplementary(c, cc, errorCode);
128 UErrorCode &errorCode);
129 UBool appendBMP(UChar c, uint8_t cc, UErrorCode &errorCode) {
130 if(remainingCapacity==0 && !resize(1, errorCode)) {
145 UBool appendZeroCC(UChar32 c, UErrorCode &errorCode);
146 UBool appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode);
168 UBool appendSupplementary(UChar32 c, uint8_t cc, UErrorCode &errorCode);
    [all...]
locdispnames.cpp 54 UErrorCode errorCode=U_ZERO_ERROR;
65 &errorCode);
66 result.releaseBuffer(U_SUCCESS(errorCode) ? length : 0);
68 if(errorCode==U_BUFFER_OVERFLOW_ERROR) {
74 errorCode=U_ZERO_ERROR;
77 &errorCode);
78 result.releaseBuffer(U_SUCCESS(errorCode) ? length : 0);
94 UErrorCode errorCode=U_ZERO_ERROR;
105 &errorCode);
106 result.releaseBuffer(U_SUCCESS(errorCode) ? length : 0)
    [all...]
  /frameworks/base/core/java/android/net/http/
ErrorStrings.java 36 public static String getString(int errorCode, Context context) {
37 return context.getText(getResource(errorCode)).toString();
44 public static int getResource(int errorCode) {
45 switch(errorCode) {
95 Log.w(LOGTAG, "Using generic message for unknown error code: " + errorCode);
  /external/icu4c/i18n/
alphaindex.cpp 65 UErrorCode &errorCode) {
66 if (U_FAILURE(errorCode)) { return NULL; }
72 errorCode = U_MEMORY_ALLOCATION_ERROR;
102 UErrorCode errorCode = U_ZERO_ERROR;
103 UCollationResult cmp = coll.compare(s, *si, errorCode);
144 UErrorCode &errorCode) {
152 collatorPrimaryOnly.compare(name, bucket->lowerBoundary_, errorCode);
191 const UnicodeString &name, UErrorCode &errorCode) const {
192 return buckets_->getBucketIndex(name, *collatorPrimaryOnly_, errorCode);
254 AlphabeticIndex::ImmutableIndex *AlphabeticIndex::buildImmutableIndex(UErrorCode &errorCode) {
    [all...]
  /external/chromium_org/third_party/icu/source/tools/gennorm2/
gennorm2.cpp 26 #include "unicode/errorcode.h"
130 IcuToolErrorCode errorCode("gennorm2/main()");
138 udata_createDummy(NULL, NULL, options[OUTPUT_FILENAME].value, errorCode);
145 LocalPointer<Normalizer2DataBuilder> builder(new Normalizer2DataBuilder(errorCode));
146 errorCode.assertSuccess();
155 CharString filename(options[SOURCEDIR].value, errorCode);
161 filename.append(U_FILE_SEP_CHAR, errorCode);
167 filename.append(argv[i], errorCode);
180 return errorCode.get();
188 IcuToolErrorCode errorCode("gennorm2/parseFile()")
    [all...]
  /external/icu4c/tools/gennorm2/
gennorm2.cpp 26 #include "unicode/errorcode.h"
129 IcuToolErrorCode errorCode("gennorm2/main()");
137 udata_createDummy(NULL, NULL, options[OUTPUT_FILENAME].value, errorCode);
144 LocalPointer<Normalizer2DataBuilder> builder(new Normalizer2DataBuilder(errorCode));
145 errorCode.assertSuccess();
156 CharString filename(options[SOURCEDIR].value, errorCode);
162 filename.append(U_FILE_SEP_CHAR, errorCode);
168 filename.append(argv[i], errorCode);
181 return errorCode.get();
189 IcuToolErrorCode errorCode("gennorm2/parseFile()")
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
FileSystemModel.js 111 * @param {number} errorCode
114 function innerCallback(error, errorCode, backendRootEntry)
121 callback(errorCode, backendRootEntry);
152 * @param {number} errorCode
155 _fileSystemRootReceived: function(origin, type, store, errorCode, backendRootEntry)
157 if (!errorCode && backendRootEntry && this._fileSystemsForOrigin[origin] === store) {
181 * @param {number} errorCode
184 function innerCallback(error, errorCode, backendEntries)
191 if (errorCode !== 0) {
192 callback(errorCode, null)
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
idnatest.c     [all...]
ccapitst.c     [all...]
  /external/icu4c/test/cintltst/
idnatest.c     [all...]
ccapitst.c     [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
xmlparser.cpp 152 UXMLParser::createParser(UErrorCode &errorCode) {
153 if (U_FAILURE(errorCode)) {
156 return new UXMLParser(errorCode);
163 UXMLParser::parseFile(const char *filename, UErrorCode &errorCode) {
173 if(U_FAILURE(errorCode)) {
179 errorCode=U_FILE_ACCESS_ERROR;
198 charset=ucnv_detectUnicodeSignature(bytes, bytesLength, NULL, &errorCode);
199 if(U_SUCCESS(errorCode) && charset!=NULL) {
201 cnv=ucnv_open(charset, &errorCode);
204 cnv=ucnv_open("ISO-8859-1", &errorCode);
    [all...]
  /external/icu4c/tools/toolutil/
xmlparser.cpp 152 UXMLParser::createParser(UErrorCode &errorCode) {
153 if (U_FAILURE(errorCode)) {
156 return new UXMLParser(errorCode);
163 UXMLParser::parseFile(const char *filename, UErrorCode &errorCode) {
173 if(U_FAILURE(errorCode)) {
179 errorCode=U_FILE_ACCESS_ERROR;
198 charset=ucnv_detectUnicodeSignature(bytes, bytesLength, NULL, &errorCode);
199 if(U_SUCCESS(errorCode) && charset!=NULL) {
201 cnv=ucnv_open(charset, &errorCode);
204 cnv=ucnv_open("ISO-8859-1", &errorCode);
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/utrie2perf/
utrie2perf.cpp 123 UErrorCode errorCode=U_ZERO_ERROR;
125 UNORM_FCD, &errorCode);
126 if(U_FAILURE(errorCode)) {
128 u_errorName(errorCode));
143 UErrorCode errorCode=U_ZERO_ERROR;
145 UNORM_FCD_ALWAYS_GET, &errorCode);
146 if(U_FAILURE(errorCode)) {
148 u_errorName(errorCode));
176 UErrorCode errorCode=U_ZERO_ERROR;
180 &errorCode);
    [all...]
  /external/icu4c/test/perf/utrie2perf/
utrie2perf.cpp 123 UErrorCode errorCode=U_ZERO_ERROR;
125 UNORM_FCD, &errorCode);
126 if(U_FAILURE(errorCode)) {
128 u_errorName(errorCode));
143 UErrorCode errorCode=U_ZERO_ERROR;
145 UNORM_FCD_ALWAYS_GET, &errorCode);
146 if(U_FAILURE(errorCode)) {
148 u_errorName(errorCode));
176 UErrorCode errorCode=U_ZERO_ERROR;
180 &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)) {

Completed in 775 milliseconds

1 2 3 4 56 7 8 91011>>