Home
last modified time | relevance | path

Searched refs:errorName (Results 1 – 16 of 16) sorted by relevance

/external/lldb/test/unittest2/
Dsuite.py146 errorName = 'setUpClass (%s)' % className
147 self._addClassOrModuleLevelException(result, e, errorName)
179 errorName = 'setUpModule (%s)' % currentModule
180 self._addClassOrModuleLevelException(result, e, errorName)
182 def _addClassOrModuleLevelException(self, result, exception, errorName): argument
183 error = _ErrorHolder(errorName)
209 errorName = 'tearDownModule (%s)' % previousModule
210 self._addClassOrModuleLevelException(result, e, errorName)
232 errorName = 'tearDownClass (%s)' % className
233 self._addClassOrModuleLevelException(result, e, errorName)
/external/icu/icu4c/source/tools/gendict/
Dgendict.cpp312 fprintf(stderr, "error opening input file: ICU Error \"%s\"\n", status.errorName()); in main()
318 fprintf(stderr, "new DataDict: ICU Error \"%s\"\n", status.errorName()); in main()
382 status.errorName(), lineCount); in main()
409 …, if U_ILLEGAL_ARGUMENT_ERROR possibly due to duplicate dictionary entries\n", status.errorName()); in main()
415 …f(stderr, "gendict: could not open output file \"%s\", \"%s\"\n", outFileName, status.errorName()); in main()
438 fprintf(stderr, "gendict: error \"%s\" writing the output file\n", status.errorName()); in main()
/external/icu/icu4c/source/test/cintltst/
Dputiltst.c453 const char* errorName ; in TestErrorName() local
455 errorName = u_errorName((UErrorCode)code); in TestErrorName()
456 if(!errorName || errorName[0] == 0) { in TestErrorName()
462 errorName = u_errorName(errorCode[code]); in TestErrorName()
463 if(uprv_strcmp(str[code],errorName )!=0){ in TestErrorName()
464 log_err("Error : u_errorName failed. Expected: %s Got: %s \n",str[code],errorName); in TestErrorName()
/external/icu/icu4c/source/tools/ctestfw/
Dtstdtmod.cpp30 … msg.append(UNICODE_STRING_SIMPLE(" failure: ")).append(UnicodeString(errorName(), -1, US_INV)); in logIfFailureAndReset()
49 … msg.append(UNICODE_STRING_SIMPLE(" failure: ")).append(UnicodeString(errorName(), -1, US_INV)); in logDataIfFailureAndReset()
63 msg.append(UNICODE_STRING_SIMPLE(" failure: ")).append(UnicodeString(errorName(), -1, US_INV)); in handleFailure()
/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp1155 (int)fileLineNumber, errorCode.errorName()); in parseAndSetAttribute()
1196 (int)fileLineNumber, errorCode.errorName()); in parseAndSetAttribute()
1230 (int)fileLineNumber, errorCode.errorName()); in parseAndSetReorderCodes()
1256 dataerrln("RuleBasedCollator(rules) failed - %s", errorCode.errorName()); in buildTailoring()
1362 norm, errorCode.errorName()); in getCollationKey()
1416 norm, (int)partSize, errorCode.errorName()); in getCollationKey()
1566 (int)fileLineNumber, norm, order, expectedOrder, errorCode.errorName()); in checkCompareTwo()
1577 (int)fileLineNumber, norm, order, -expectedOrder, errorCode.errorName()); in checkCompareTwo()
1591 (int)fileLineNumber, norm, order, expectedOrder, errorCode.errorName()); in checkCompareTwo()
1602 (int)fileLineNumber, norm, order, -expectedOrder, errorCode.errorName()); in checkCompareTwo()
[all …]
Ducdtest.cpp331 errorCode.errorName()); in TestConsistency()
Dtmsgfmt.cpp1810 errln("msgfmt.getFormatNames()[0] failed: %s", errorCode.errorName()); in testGetFormatNames()
1819 errln("msgfmt.getFormatNames()[1] failed: %s", errorCode.errorName()); in testGetFormatNames()
1828 errln("msgfmt.getFormatNames()[2] failed: %s", errorCode.errorName()); in testGetFormatNames()
Ditutil.cpp149 if(errorCode.errorName()!=u_errorName(U_ZERO_ERROR)) { in TestErrorCode()
Drbbiapts.cpp259 errcheckln(status, "Fail : in construction - %s", status.errorName()); in TestGetSetAdoptText()
Dconvtest.cpp1053 … cc.caseNr, cc.charset, cc.cbopt, cc.fallbacks, cc.finalFlush, errorCode.errorName()); in ToUnicodeCase()
/external/icu/icu4c/source/common/
Derrorcode.cpp36 const char* ErrorCode::errorName() const { in errorName() function in ErrorCode
/external/icu/icu4c/source/common/unicode/
Derrorcode.h118 const char* errorName() const;
/external/doclava/src/com/google/doclava/
DPackageInfo.java381 public ClassInfo getError(String errorName) { in getError() argument
382 return mErrorsMap.get(errorName); in getError()
/external/icu/icu4c/source/tools/toolutil/
Dtoolutil.cpp76 fprintf(stderr, "error at %s: %s\n", location, errorName()); in handleFailure()
/external/icu/icu4c/source/tools/gennorm2/
Dn2builder.cpp1154 errorCode.errorName()); in processData()
1205 filename, errorCode.errorName()); in writeBinaryFile()
1214 fprintf(stderr, "gennorm2: error %s writing the output file\n", errorCode.errorName()); in writeBinaryFile()
/external/icu/icu4c/source/test/perf/dicttrieperf/
Ddicttrieperf.cpp709 fprintf(stderr, "DictionaryTriePerfTest() failed: %s\n", errorCode.errorName()); in main()