/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/ |
D | suite.py | 147 errorName = 'setUpClass (%s)' % className 148 self._addClassOrModuleLevelException(result, e, errorName) 178 errorName = 'setUpModule (%s)' % currentModule 179 self._addClassOrModuleLevelException(result, e, errorName) 181 def _addClassOrModuleLevelException(self, result, exception, errorName): argument 182 error = _ErrorHolder(errorName) 208 errorName = 'tearDownModule (%s)' % previousModule 209 self._addClassOrModuleLevelException(result, e, errorName) 231 errorName = 'tearDownClass (%s)' % className 232 self._addClassOrModuleLevelException(result, e, errorName)
|
/external/python/cpython2/Lib/unittest/ |
D | suite.py | 152 errorName = 'setUpClass (%s)' % className 153 self._addClassOrModuleLevelException(result, e, errorName) 187 errorName = 'setUpModule (%s)' % currentModule 188 self._addClassOrModuleLevelException(result, e, errorName) 192 def _addClassOrModuleLevelException(self, result, exception, errorName): argument 193 error = _ErrorHolder(errorName) 220 errorName = 'tearDownModule (%s)' % previousModule 221 self._addClassOrModuleLevelException(result, e, errorName) 246 errorName = 'tearDownClass (%s)' % className 247 self._addClassOrModuleLevelException(result, e, errorName)
|
/external/icu/icu4c/source/tools/gendict/ |
D | gendict.cpp | 319 fprintf(stderr, "error opening input file: ICU Error \"%s\"\n", status.errorName()); in main() 325 fprintf(stderr, "new DataDict: ICU Error \"%s\"\n", status.errorName()); in main() 389 status.errorName(), lineCount); in main() 416 …, if U_ILLEGAL_ARGUMENT_ERROR possibly due to duplicate dictionary entries\n", status.errorName()); in main() 422 …f(stderr, "gendict: could not open output file \"%s\", \"%s\"\n", outFileName, status.errorName()); in main() 445 fprintf(stderr, "gendict: error \"%s\" writing the output file\n", status.errorName()); in main()
|
/external/icu/icu4c/source/test/cintltst/ |
D | putiltst.c | 483 const char* errorName ; in TestErrorName() local 485 errorName = u_errorName((UErrorCode)code); in TestErrorName() 486 if(!errorName || errorName[0] == 0) { in TestErrorName() 492 errorName = u_errorName(errorCode[code]); in TestErrorName() 493 if(uprv_strcmp(str[code],errorName )!=0){ in TestErrorName() 494 log_err("Error : u_errorName failed. Expected: %s Got: %s \n",str[code],errorName); in TestErrorName()
|
/external/python/cpython3/Lib/unittest/ |
D | suite.py | 227 errorName = f'{method_name} ({parent})' 228 self._addClassOrModuleLevelException(result, exc, errorName, info) 230 def _addClassOrModuleLevelException(self, result, exception, errorName, argument 232 error = _ErrorHolder(errorName)
|
/external/icu/icu4c/source/test/intltest/ |
D | collationtest.cpp | 1151 (int)fileLineNumber, errorCode.errorName()); in parseAndSetAttribute() 1192 (int)fileLineNumber, errorCode.errorName()); in parseAndSetAttribute() 1226 (int)fileLineNumber, errorCode.errorName()); in parseAndSetReorderCodes() 1252 dataerrln("RuleBasedCollator(rules) failed - %s", errorCode.errorName()); in buildTailoring() 1358 norm, errorCode.errorName()); in getCollationKey() 1412 norm, (int)partSize, errorCode.errorName()); in getCollationKey() 1562 (int)fileLineNumber, norm, order, expectedOrder, errorCode.errorName()); in checkCompareTwo() 1573 (int)fileLineNumber, norm, order, -expectedOrder, errorCode.errorName()); in checkCompareTwo() 1587 (int)fileLineNumber, norm, order, expectedOrder, errorCode.errorName()); in checkCompareTwo() 1598 (int)fileLineNumber, norm, order, -expectedOrder, errorCode.errorName()); in checkCompareTwo() [all …]
|
D | strcase.cpp | 648 errorCode.errorName()); in TestTitleOptions() 655 errorCode.errorName()); in TestTitleOptions() 664 errorCode.errorName()); in TestTitleOptions() 862 errorCode.errorName(), (long)destLength); in TestLongUpper() 871 errln("ucasemap_open(English) failed - %s", errorCode.errorName()); in TestMalformedUTF8() 881 errorCode.errorName(), (int)destLength, dest[0]); in TestMalformedUTF8() 890 errorCode.errorName(), (int)destLength, dest[0]); in TestMalformedUTF8() 898 errorCode.errorName(), (int)destLength, dest[0]); in TestMalformedUTF8() 906 errorCode.errorName(), (int)destLength, dest[0]); in TestMalformedUTF8() 916 errln("ucasemap_open(English) failed - %s", errorCode.errorName()); in TestBufferOverflow() [all …]
|
D | tmsgfmt.cpp | 1816 errln("msgfmt.getFormatNames()[0] failed: %s", errorCode.errorName()); in testGetFormatNames() 1825 errln("msgfmt.getFormatNames()[1] failed: %s", errorCode.errorName()); in testGetFormatNames() 1834 errln("msgfmt.getFormatNames()[2] failed: %s", errorCode.errorName()); in testGetFormatNames()
|
D | ucdtest.cpp | 345 errorCode.errorName()); in TestConsistency()
|
D | itutil.cpp | 106 if(errorCode.errorName()!=u_errorName(U_ZERO_ERROR)) { in TestErrorCode()
|
D | rbbiapts.cpp | 268 errcheckln(status, "Fail : in construction - %s", status.errorName()); in TestGetSetAdoptText()
|
D | tstnorm.cpp | 644 name, errorCode.errorName()); in TestPreviousNext()
|
D | convtest.cpp | 1224 … cc.caseNr, cc.charset, cc.cbopt, cc.fallbacks, cc.finalFlush, errorCode.errorName()); in ToUnicodeCase()
|
D | apicoll.cpp | 2500 errln("unexpected error for primary-gap overflow: %s", errorCode.errorName()); in TestGapTooSmall()
|
/external/icu/icu4c/source/common/ |
D | errorcode.cpp | 38 const char* ErrorCode::errorName() const { in errorName() function in ErrorCode
|
/external/icu/icu4c/source/common/unicode/ |
D | errorcode.h | 123 const char* errorName() const;
|
/external/icu/libicu/cts_headers/unicode/ |
D | errorcode.h | 123 const char* errorName() const;
|
/external/bcc/src/cc/frontends/p4/compiler/ |
D | ebpfParser.py | 208 "{0} = p4_pe_unhandled_select;", program.errorName) 270 program.errorName) 335 program.errorName)
|
D | ebpfProgram.py | 45 self.errorName = self.reservedPrefix + "error" 366 "enum ErrorCode {0} = p4_pe_no_error;", self.errorName)
|
/external/doclava/src/com/google/doclava/ |
D | PackageInfo.java | 401 public ClassInfo getError(String errorName) { in getError() argument 402 return mErrorsMap.get(errorName); in getError()
|
/external/icu/icu4c/source/tools/ctestfw/ |
D | tstdtmod.cpp | 120 msg.append(u" but got error: ").append(UnicodeString(errorName(), -1, US_INV)); in errlog()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | toolutil.cpp | 80 fprintf(stderr, "error at %s: %s\n", location, errorName()); in handleFailure()
|
/external/icu/icu4c/source/tools/gennorm2/ |
D | n2builder.cpp | 730 errorCode.errorName()); in processData() 787 filename, errorCode.errorName()); in writeBinaryFile() 796 fprintf(stderr, "gennorm2: error %s writing the output file\n", errorCode.errorName()); in writeBinaryFile()
|
/external/tinyxml2/ |
D | tinyxml2.cpp | 2462 const char* errorName = _errorNames[errorID]; in ErrorIDToName() local 2463 TIXMLASSERT( errorName && errorName[0] ); in ErrorIDToName() 2464 return errorName; in ErrorIDToName()
|
/external/icu/icu4c/source/test/perf/dicttrieperf/ |
D | dicttrieperf.cpp | 713 fprintf(stderr, "DictionaryTriePerfTest() failed: %s\n", errorCode.errorName()); in main()
|