Searched refs:totalErrors (Results 1 – 6 of 6) sorted by relevance
47 int totalErrors = 0; in test_write_image_1D() local371 totalErrors++; in test_write_image_1D()382 totalErrors++; in test_write_image_1D()424 totalErrors++; in test_write_image_1D()521 return totalErrors; in test_write_image_1D()
54 int totalErrors = 0; in test_write_image_1D_array() local391 totalErrors++; in test_write_image_1D_array()402 totalErrors++; in test_write_image_1D_array()444 totalErrors++; in test_write_image_1D_array()541 return totalErrors; in test_write_image_1D_array()
79 int totalErrors = 0; in test_write_image_3D() local419 totalErrors++; in test_write_image_3D()430 totalErrors++; in test_write_image_3D()474 totalErrors++; in test_write_image_3D()575 return totalErrors; in test_write_image_3D()
77 int totalErrors = 0; in test_write_image_2D_array() local412 totalErrors++; in test_write_image_2D_array()423 totalErrors++; in test_write_image_2D_array()467 totalErrors++; in test_write_image_2D_array()567 return totalErrors; in test_write_image_2D_array()
74 int totalErrors = 0; in test_write_image() local453 totalErrors++; in test_write_image()464 totalErrors++; in test_write_image()506 totalErrors++; in test_write_image()608 return totalErrors; in test_write_image()
120 Set<Exception> totalErrors = new LinkedHashSet<>(); in showRepertoire() local138 totalErrors.add(new IllegalArgumentException(keyboardId, error)); in showRepertoire()145 …totalErrors.add(new IllegalArgumentException("Non-canonical id: " + id.locale + "\t=>\t" + canonic… in showRepertoire()155 if (totalErrors.size() != 0) { in showRepertoire()157 .join(totalErrors)); in showRepertoire()