/external/icu4c/tools/ctestfw/ |
D | ctest.c | 282 log_info("---[%d ERRORS] ", ERROR_COUNT - myERROR_COUNT); in iterateTestsWithLevel() 286 log_info("---[OK] "); in iterateTestsWithLevel() 293 …log_info("%s%s%c\n", (list[i]->test||mode==SHOWTESTS)?"---":"",pathToFunction, list[i]->test?' ':T… in iterateTestsWithLevel() 337 log_info("\nSUMMARY:\n******* [Total error count:\t%d]\n Errors in\n", ERROR_COUNT); in runTests() 339 log_info("[%s]\n",ERROR_LOG[i]); in runTests() 343 log_info("\n[All tests passed successfully...]\n"); in runTests() 348 log_info("\t*Note* some errors are data-loading related. If the data used is not the \n" in runTests() 352 log_info("\t*WARNING* some data-loading errors were ignored by the -w option.\n"); in runTests() 483 log_info(const char* pattern, ...) in log_info() function
|
/external/icu4c/test/cintltst/ |
D | ncnvtst.c | 1050 log_info("\nGot:"); in convertFromU() 1052 log_info("\nExpected:"); in convertFromU() 1064 log_info("\nGot : "); in convertFromU() 1067 log_info("%d, ", offsetBuffer[p-buffer]); in convertFromU() 1068 log_info("\nExpected: "); in convertFromU() 1070 log_info("%d,", expectOffsets[i]); in convertFromU() 1144 log_info("\nGot : "); in convertToU() 1146 log_info("%d, ", offsetBuffer[p-buffer]); in convertToU() 1147 log_info("\nExpected: "); in convertToU() 1149 log_info("%d, ", expectOffsets[i]); in convertToU() [all …]
|
D | udatatst.c | 1524 log_info(" difference at index %d=0x%x, until index %d=0x%x\n", i, i, j, j); in TestSwapCase() 1528 log_info("showing bytes from index %d=0x%x (length %d=0x%x):\n", i, i, length, length); in TestSwapCase() 1541 log_info(" original: %02x %02x %02x %02x %02x %02x %02x %02x\n", in TestSwapCase() 1549 log_info(" swapped: %02x %02x %02x %02x %02x %02x %02x %02x\n", in TestSwapCase()
|
D | custrtrn.c | 1076 …log_info("Not testing u_str*WCS because (!UCONFIG_NO_CONVERSION && !UCONFIG_NO_LEGACY_CONVERSION) … in Test_UChar_WCHART_API() 1118 …log_info("Not testing u_str*WCS because (!UCONFIG_NO_CONVERSION && !UCONFIG_NO_LEGACY_CONVERSION) … in Test_widestrs() 1182 …log_info("Not testing u_str*WCS because (!UCONFIG_NO_CONVERSION && !UCONFIG_NO_LEGACY_CONVERSION) … in Test_WCHART_LongString()
|
D | hpmufn.c | 393 …log_info("Note: these failures may be caused by ICU failing to initialize/uninitialize properly.\n… in TestMutexFunctions()
|
D | cloctst.c | 641 log_info("Number of locales returned = %d\n", locCount); in TestGetAvailableLocales() 2402 log_info("test #%d: http[%s], ICU[%s], expect %s, %d\n", in TestAcceptLanguage() 2407 log_info("test #%d: http[%s], ICU[%s], expect %s, %d\n", in TestAcceptLanguage()
|
D | crestst.c | 203 log_info("(run verbose for more information)\n"); in TestConstruction1()
|
D | usrchtst.c | 43 #define CHECK_BREAK(x) if(x) { log_info("Skipping test on %s:%d because UCONFIG_NO_BREAK_ITERATION… 44 #define CHECK_BREAK_BOOL(x) if(x) { log_info("Skipping test on %s:%d because UCONFIG_NO_BREAK_ITER…
|
D | ccapitst.c | 198 log_info("Number of available codepages: %d/%d\n", testLong1, allNamesCount); in ListNames()
|
D | creststn.c | 425 …log_info("Couldn't load iscii.bin from test data bundle, (because UCONFIG_NO_LEGACY_CONVERSION is… in TestDecodedBundle()
|
/external/icu4c/test/letest/ |
D | cletest.c | 344 … log_info("Test %s: this may not be the same font used to generate the test data.\n", testID); in checkFontVersion() 345 log_info("Your font's version string is \"%s\"\n", fontVersionString); in checkFontVersion() 346 log_info("The expected version string is \"%s\"\n", testVersionString); in checkFontVersion() 347 log_info("If you see errors, they may be due to the version of the font you're using.\n"); in checkFontVersion() 392 log_info("Test %s: can't open font %s - test skipped.\n", testID, fontName); in openFont()
|
D | letest.cpp | 389 … log_info("Test %s: this may not be the same font used to generate the test data.\n", testID); in checkFontVersion() 390 log_info("Your font's version string is \"%s\"\n", fontVersionString); in checkFontVersion() 391 log_info("The expected version string is \"%s\"\n", testVersionString); in checkFontVersion() 392 log_info("If you see errors, they may be due to the version of the font you're using.\n"); in checkFontVersion() 534 log_info("Test %s: can't open font %s - test skipped.\n", testID, fontName); in openFont() 650 log_info("Test %s: unknown element with tag \"%s\"\n", id, cTag); in DataDrivenTest()
|
D | xmlreader.cpp | 221 log_info("Test %s: unknown element with tag \"%s\"\n", id, cTag); in readTestFile()
|
/external/icu4c/tools/ctestfw/unicode/ |
D | ctest.h | 144 log_info(const char* pattern, ...);
|
/external/webkit/V8Binding/binding/ |
D | JSXPathNSResolver.cpp | 62 log_info(frame, "XPathNSResolver does not have a lookupNamespaceURI method.", String()); in lookupNamespaceURI()
|
/external/icu4c/test/iotest/ |
D | stream.cpp | 129 log_info("U_IOSTREAM_SOURCE is disabled\n"); in TestStream()
|