Home
last modified time | relevance | path

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

/external/icu4c/tools/ctestfw/
Dctest.c282 log_info("---[%d ERRORS] ", ERROR_COUNT - myERROR_COUNT); in iterateTestsWithLevel()
286 log_info("---[OK] "); in iterateTestsWithLevel()
293log_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/
Dncnvtst.c1050 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 …]
Dudatatst.c1524 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()
Dcustrtrn.c1076log_info("Not testing u_str*WCS because (!UCONFIG_NO_CONVERSION && !UCONFIG_NO_LEGACY_CONVERSION) … in Test_UChar_WCHART_API()
1118log_info("Not testing u_str*WCS because (!UCONFIG_NO_CONVERSION && !UCONFIG_NO_LEGACY_CONVERSION) … in Test_widestrs()
1182log_info("Not testing u_str*WCS because (!UCONFIG_NO_CONVERSION && !UCONFIG_NO_LEGACY_CONVERSION) … in Test_WCHART_LongString()
Dhpmufn.c393log_info("Note: these failures may be caused by ICU failing to initialize/uninitialize properly.\n… in TestMutexFunctions()
Dcloctst.c641 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()
Dcrestst.c203 log_info("(run verbose for more information)\n"); in TestConstruction1()
Dusrchtst.c43 #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…
Dccapitst.c198 log_info("Number of available codepages: %d/%d\n", testLong1, allNamesCount); in ListNames()
Dcreststn.c425log_info("Couldn't load iscii.bin from test data bundle, (because UCONFIG_NO_LEGACY_CONVERSION is… in TestDecodedBundle()
/external/icu4c/test/letest/
Dcletest.c344log_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()
Dletest.cpp389log_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()
Dxmlreader.cpp221 log_info("Test %s: unknown element with tag \"%s\"\n", id, cTag); in readTestFile()
/external/icu4c/tools/ctestfw/unicode/
Dctest.h144 log_info(const char* pattern, ...);
/external/webkit/V8Binding/binding/
DJSXPathNSResolver.cpp62 log_info(frame, "XPathNSResolver does not have a lookupNamespaceURI method.", String()); in lookupNamespaceURI()
/external/icu4c/test/iotest/
Dstream.cpp129 log_info("U_IOSTREAM_SOURCE is disabled\n"); in TestStream()