HomeSort by relevance Sort by last modified time
    Searched defs:ERROR_COUNT (Results 1 - 2 of 2) sorted by null

  /external/icu4c/tools/ctestfw/
ctest.c 109 static int ERROR_COUNT = 0; /* Count of errors from all tests. */
367 int myERROR_COUNT = ERROR_COUNT;
394 if((ONE_ERROR>0)&&(ERROR_COUNT==0)) {
395 ERROR_COUNT++; /* There was an error without a newline */
403 ctest_xml_testcase(pathToFunction, pathToFunction, timeSeconds, (myERROR_COUNT!=ERROR_COUNT)?"error":NULL);
405 if (myERROR_COUNT != ERROR_COUNT) {
406 log_testinfo_i("} ---[%d ERRORS in %s] ", ERROR_COUNT - myERROR_COUNT, pathToFunction);
440 int myERROR_COUNT = ERROR_COUNT;
453 if((depth>1) && (ERROR_COUNT > myERROR_COUNT)) {
454 log_testinfo("[%d %s in %s] ", ERROR_COUNT-myERROR_COUNT, (ERROR_COUNT-myERROR_COUNT)==1?"error":"errors", pathToFunction)
    [all...]
  /tools/motodev/src/plugins/videos/libs/gdata/java/lib/
gdata-core-1.0.jar 

Completed in 74 milliseconds