Home
last modified time | relevance | path

Searched refs:totalErrors (Results 1 – 6 of 6) sorted by relevance

/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
Dtest_write_1D.cpp47 int totalErrors = 0; in test_write_image_1D() local
371 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()
Dtest_write_1D_array.cpp54 int totalErrors = 0; in test_write_image_1D_array() local
391 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()
Dtest_write_3D.cpp79 int totalErrors = 0; in test_write_image_3D() local
419 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()
Dtest_write_2D_array.cpp77 int totalErrors = 0; in test_write_image_2D_array() local
412 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()
Dtest_write_image.cpp74 int totalErrors = 0; in test_write_image() local
453 totalErrors++; in test_write_image()
464 totalErrors++; in test_write_image()
506 totalErrors++; in test_write_image()
608 return totalErrors; in test_write_image()
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowKeyboards.java120 Set<Exception> totalErrors = new LinkedHashSet<>(); in showRepertoire() local
138 totalErrors.add(new IllegalArgumentException(keyboardId, error)); in showRepertoire()
145totalErrors.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()