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

  /external/chromium_org/third_party/icu/source/tools/ctestfw/
ctest.c 110 static int ERROR_COUNT = 0; /* Count of errors from all tests. */
370 int myERROR_COUNT = ERROR_COUNT;
398 if((ONE_ERROR>0)&&(ERROR_COUNT==0)) {
399 ERROR_COUNT++; /* There was an error without a newline */
407 ctest_xml_testcase(pathToFunction, pathToFunction, timeSeconds, (myERROR_COUNT!=ERROR_COUNT)?"error":NULL);
409 if (myERROR_COUNT != ERROR_COUNT) {
410 log_testinfo_i("} ---[%d ERRORS in %s] ", ERROR_COUNT - myERROR_COUNT, pathToFunction);
444 int myERROR_COUNT = ERROR_COUNT;
457 if((depth>1) && (ERROR_COUNT > myERROR_COUNT)) {
458 log_testinfo("[%d %s in %s] ", ERROR_COUNT-myERROR_COUNT, (ERROR_COUNT-myERROR_COUNT)==1?"error":"errors", pathToFunction)
    [all...]
  /external/icu/icu4c/source/tools/ctestfw/
ctest.c 110 static int ERROR_COUNT = 0; /* Count of errors from all tests. */
370 int myERROR_COUNT = ERROR_COUNT;
398 if((ONE_ERROR>0)&&(ERROR_COUNT==0)) {
399 ERROR_COUNT++; /* There was an error without a newline */
407 ctest_xml_testcase(pathToFunction, pathToFunction, timeSeconds, (myERROR_COUNT!=ERROR_COUNT)?"error":NULL);
409 if (myERROR_COUNT != ERROR_COUNT) {
410 log_testinfo_i("} ---[%d ERRORS in %s] ", ERROR_COUNT - myERROR_COUNT, pathToFunction);
444 int myERROR_COUNT = ERROR_COUNT;
457 if((depth>1) && (ERROR_COUNT > myERROR_COUNT)) {
458 log_testinfo("[%d %s in %s] ", ERROR_COUNT-myERROR_COUNT, (ERROR_COUNT-myERROR_COUNT)==1?"error":"errors", pathToFunction)
    [all...]
  /external/chromium_org/tools/grit/grit/format/
js_map_format_unittest.py 33 <ph name="ERROR_COUNT">%1$d<ex>1</ex></ph> error, <ph name="WARNING_COUNT">%2$d<ex>1</ex></ph> warning
chrome_messages_json_unittest.py 33 <ph name="ERROR_COUNT">%1$d<ex>1</ex></ph> error, <ph name="WARNING_COUNT">%2$d<ex>1</ex></ph> warning

Completed in 2855 milliseconds