Searched refs:kErrorReportLimit (Results 1 – 1 of 1) sorted by relevance
130 static const unsigned kErrorReportLimit = 8; variable280 if (++error_count > kErrorReportLimit) continue; in Test1Op()295 if (error_count > kErrorReportLimit) { in Test1Op()296 printf("%u other errors follow.\n", error_count - kErrorReportLimit); in Test1Op()395 if (++error_count > kErrorReportLimit) continue; in Test2Op()415 if (error_count > kErrorReportLimit) { in Test2Op()416 printf("%u other errors follow.\n", error_count - kErrorReportLimit); in Test2Op()526 if (++error_count > kErrorReportLimit) continue; in Test3Op()550 if (error_count > kErrorReportLimit) { in Test3Op()551 printf("%u other errors follow.\n", error_count - kErrorReportLimit); in Test3Op()[all …]