OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:log_testinfo
(Results
1 - 1
of
1
) sorted by null
/external/icu/icu4c/source/tools/ctestfw/
ctest.c
104
static void
log_testinfo
(const char *pattern, ...);
393
log_testinfo
("\n");
417
log_testinfo
(" %s ", pathToFunction); /* in case they forgot. */
423
log_testinfo
(" %*s[OK] ", spaces,"---");
438
log_testinfo
("---%s%c\n",pathToFunction, nodeList[i]->test?' ':TEST_SEPARATOR );
448
log_testinfo
("{\n");
458
log_testinfo
("[%d %s in %s] ", ERROR_COUNT-myERROR_COUNT, (ERROR_COUNT-myERROR_COUNT)==1?"error":"errors", pathToFunction);
461
log_testinfo
(" %s ", pathToFunction); /* in case they forgot. */
463
log_testinfo
(" / (%s) ", ARGV_0);
480
log_testinfo
("\n")
754
static void
log_testinfo
(const char *pattern, ...)
function
[
all
...]
Completed in 47 milliseconds