Home
last modified time | relevance | path

Searched refs:ERROR_COUNT (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/tools/ctestfw/
Dctest.c112 static int ERROR_COUNT = 0; /* Count of errors from all tests. */ variable
372 int myERROR_COUNT = ERROR_COUNT; in iterateTestsWithLevel()
400 if((ONE_ERROR>0)&&(ERROR_COUNT==0)) { in iterateTestsWithLevel()
401 ERROR_COUNT++; /* There was an error without a newline */ in iterateTestsWithLevel()
409 …ctest_xml_testcase(pathToFunction, pathToFunction, timeSeconds, (myERROR_COUNT!=ERROR_COUNT)?"erro… in iterateTestsWithLevel()
411 if (myERROR_COUNT != ERROR_COUNT) { in iterateTestsWithLevel()
412 log_testinfo_i("} ---[%d ERRORS in %s] ", ERROR_COUNT - myERROR_COUNT, pathToFunction); in iterateTestsWithLevel()
446 int myERROR_COUNT = ERROR_COUNT; in iterateTestsWithLevel()
459 if((depth>1) && (ERROR_COUNT > myERROR_COUNT)) { in iterateTestsWithLevel()
460 …log_testinfo("[%d %s in %s] ", ERROR_COUNT-myERROR_COUNT, (ERROR_COUNT-myERROR_COUNT)==1?"error":"… in iterateTestsWithLevel()
[all …]
/external/u-boot/drivers/usb/host/
Dxhci.h635 #define ERROR_COUNT(p) (((p) & 0x3) << 1) macro
Dxhci.c596 ERROR_COUNT(err_count)); in xhci_set_configuration()
/external/cros/system_api/dbus/authpolicy/
Dactive_directory_info.proto103 ERROR_COUNT = 39; enumerator