Searched refs:Reporter (Results 251 - 275 of 343) sorted by relevance

<<11121314

/external/chromium_org/third_party/skia/tests/
H A DPathOpsSkpTest.cpp13 static void skpcheeseandburger_com225(skiatest::Reporter* reporter, const char* filename) {
374 static void skpeverytechpro_blogspot_com100(skiatest::Reporter* reporter, const char* filename) {
408 static void skpflite_com41(skiatest::Reporter* reporter, const char* filename) {
431 static void skpilkoora_com37(skiatest::Reporter* reporter, const char* filename) {
463 static void skpmm4everfriends_com43(skiatest::Reporter* reporter, const char* filename) {
486 static void skpmtrk_uz27(skiatest::Reporter* reporter, const char* filename) {
513 static void skpfrauen_magazin_com83(skiatest::Reporter* reporter, const char* filename) {
537 static void skpi_gino_com16(skiatest::Reporter* reporter, const char* filename) {
562 static void skppchappy_com_au102(skiatest::Reporter* reporter, const char* filename) {
590 static void skpsciality_com161(skiatest::Reporter* reporte
[all...]
H A DPathOpsExtendedTest.cpp276 static int comparePaths(skiatest::Reporter* reporter, const char* filename, const SkPath& one,
302 SkDebugf("static void %s(skiatest::Reporter* reporter, const char* filename) {\n", testName);
323 static int comparePaths(skiatest::Reporter* reporter, const char* testName, const SkPath& one,
379 outFile.writeText("(skiatest::Reporter* reporter) {\n SkPath path");
446 bool testSimplify(skiatest::Reporter* reporter, const SkPath& path, const char* filename) {
474 static bool innerPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
521 bool testPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
526 bool testPathFailOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
540 bool testThreadedPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
547 void initializeTests(skiatest::Reporter* reporte
[all...]
H A DClipStackTest.cpp18 static void test_assign_and_comparison(skiatest::Reporter* reporter) {
116 static void assert_count(skiatest::Reporter* reporter, const SkClipStack& stack,
128 static void test_iterators(skiatest::Reporter* reporter) {
188 static void test_bounds(skiatest::Reporter* reporter, SkClipStack::Element::Type primType) {
301 static void test_isWideOpen(skiatest::Reporter* reporter) {
396 static void test_rect_inverse_fill(skiatest::Reporter* reporter) {
413 static void test_rect_replace(skiatest::Reporter* reporter) {
489 static void test_path_replace(skiatest::Reporter* reporter) {
516 static void test_rect_merging(skiatest::Reporter* reporter) {
619 static void test_quickContains(skiatest::Reporter* reporte
[all...]
H A DBlurTest.cpp101 static void test_blur_drawing(skiatest::Reporter* reporter) {
328 static void test_sigma_range(skiatest::Reporter* reporter, GrContextFactory* factory) {
415 static void test_blurDrawLooper(skiatest::Reporter* reporter, SkScalar sigma,
449 static void test_delete_looper(skiatest::Reporter* reporter, SkDrawLooper* lp, SkScalar sigma,
482 static void test_layerDrawLooper(skiatest::Reporter* reporter, SkMaskFilter* mf, SkScalar sigma,
509 static void test_asABlur(skiatest::Reporter* reporter) {
H A DPathOpsBattles.cpp12 static void issue414409(skiatest::Reporter* reporter, const char* filename) {
42 static void issue414409b(skiatest::Reporter* reporter, const char* filename) {
66 static void issue414409c(skiatest::Reporter* reporter, const char* filename) {
92 static void battleOp1(skiatest::Reporter* reporter, const char* filename) {
117 static void battleOp2(skiatest::Reporter* reporter, const char* filename) {
139 static void battleOp3(skiatest::Reporter* reporter, const char* filename) {
164 static void battleOp4(skiatest::Reporter* reporter, const char* filename) {
192 static void battleOp5(skiatest::Reporter* reporter, const char* filename) {
217 static void battleOp6(skiatest::Reporter* reporter, const char* filename) {
248 static void battleOp7(skiatest::Reporter* reporte
[all...]
H A DBlendTest.cpp27 static void test(skiatest::Reporter* r, int maxDiff, Blend algorithm,
39 static void test_alpha(skiatest::Reporter* r, uint8_t alpha, int maxDiff, Blend algorithm) {
50 static void test_dst(skiatest::Reporter* r, uint8_t dst, int maxDiff, Blend algorithm) {
H A DPathOpsLineIntersectionTest.cpp84 static void check_results(skiatest::Reporter* reporter, const SkDLine& line1, const SkDLine& line2,
101 static void testOne(skiatest::Reporter* reporter, const SkDLine& line1, const SkDLine& line2) {
143 static void testOneCoincident(skiatest::Reporter* reporter, const SkDLine& line1,
H A DTextBlobTest.cpp19 static void TestBuilder(skiatest::Reporter* reporter) {
100 static void TestBounds(skiatest::Reporter* reporter) {
162 static void RunBuilderTest(skiatest::Reporter* reporter, SkTextBlobBuilder& builder,
H A DFlateTest.cpp38 static void TestFlate(skiatest::Reporter* reporter, SkMemoryStream* testStream,
H A DFontConfigParser.cpp23 skiatest::Reporter* reporter) {
H A DImageCacheTest.cpp44 static void test_cache(skiatest::Reporter* reporter, SkResourceCache& cache, bool testPurge) {
H A DMD5Test.cpp20 static void md5_test(const char* string, const SkMD5::Digest& expectedDigest, skiatest::Reporter* reporter) {
H A DOSPathTest.cpp16 * @param reporter Reporter for test conditions.
22 static void test_dir_with_file(skiatest::Reporter* reporter, SkString dir,
H A DSHA1Test.cpp36 static void sha1_test(const SHA1Test& test, skiatest::Reporter* reporter) {
/external/skia/tests/
H A DPathOpsExtendedTest.cpp230 SkDebugf("\nstatic void %s(skiatest::Reporter* reporter, const char* filename) {\n", functionName);
393 static int comparePaths(skiatest::Reporter* reporter, const char* filename, const SkPath& one,
419 SkDebugf("static void %s(skiatest::Reporter* reporter, const char* filename) {\n", testName);
436 static int comparePaths(skiatest::Reporter* reporter, const char* testName, const SkPath& one,
494 outFile.writeText("(skiatest::Reporter* reporter) {\n SkPath path");
559 bool testSimplify(skiatest::Reporter* reporter, const SkPath& path, const char* filename) {
601 static bool innerPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
648 bool testPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
653 bool testPathFailOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
667 bool testThreadedPathOp(skiatest::Reporter* reporte
[all...]
H A DRoundRectTest.cpp15 static void test_inset(skiatest::Reporter* reporter) {
37 static void test_round_rect_basic(skiatest::Reporter* reporter) {
151 static void test_round_rect_rects(skiatest::Reporter* reporter) {
191 static void test_round_rect_ovals(skiatest::Reporter* reporter) {
204 static void test_round_rect_general(skiatest::Reporter* reporter) {
222 static void test_round_rect_iffy_parameters(skiatest::Reporter* reporter) {
253 static void test_direction(skiatest::Reporter* reporter, const SkRRect &rr,
271 static void test_round_rect_contains_rect(skiatest::Reporter* reporter) {
386 static void assert_transform_failure(skiatest::Reporter* reporter, const SkRRect& orig,
416 static void test_transform_helper(skiatest::Reporter* reporte
[all...]
H A DAAClipTest.cpp132 static void test_rgn(skiatest::Reporter* reporter) {
180 static void test_path_bounds(skiatest::Reporter* reporter) {
206 static void test_empty(skiatest::Reporter* reporter) {
245 static void test_irect(skiatest::Reporter* reporter) {
288 static void test_path_with_hole(skiatest::Reporter* reporter) {
348 static void did_dx_affect(skiatest::Reporter* reporter, const SkScalar dx[],
371 static void test_nearly_integral(skiatest::Reporter* reporter) {
H A DClipStackTest.cpp18 static void test_assign_and_comparison(skiatest::Reporter* reporter) {
116 static void assert_count(skiatest::Reporter* reporter, const SkClipStack& stack,
128 static void test_iterators(skiatest::Reporter* reporter) {
188 static void test_bounds(skiatest::Reporter* reporter, SkClipStack::Element::Type primType) {
301 static void test_isWideOpen(skiatest::Reporter* reporter) {
396 static void test_rect_inverse_fill(skiatest::Reporter* reporter) {
413 static void test_rect_replace(skiatest::Reporter* reporter) {
489 static void test_path_replace(skiatest::Reporter* reporter) {
516 static void test_rect_merging(skiatest::Reporter* reporter) {
619 static void test_quickContains(skiatest::Reporter* reporte
[all...]
H A DBlurTest.cpp101 static void test_blur_drawing(skiatest::Reporter* reporter) {
328 static void test_sigma_range(skiatest::Reporter* reporter, GrContextFactory* factory) {
415 static void test_blurDrawLooper(skiatest::Reporter* reporter, SkScalar sigma,
449 static void test_delete_looper(skiatest::Reporter* reporter, SkDrawLooper* lp, SkScalar sigma,
482 static void test_layerDrawLooper(skiatest::Reporter* reporter, SkMaskFilter* mf, SkScalar sigma,
509 static void test_asABlur(skiatest::Reporter* reporter) {
H A DBlendTest.cpp27 static void test(skiatest::Reporter* r, int maxDiff, Blend algorithm,
39 static void test_alpha(skiatest::Reporter* r, uint8_t alpha, int maxDiff, Blend algorithm) {
50 static void test_dst(skiatest::Reporter* r, uint8_t dst, int maxDiff, Blend algorithm) {
H A DPathOpsLineIntersectionTest.cpp77 static void check_results(skiatest::Reporter* reporter, const SkDLine& line1, const SkDLine& line2,
94 static void testOne(skiatest::Reporter* reporter, const SkDLine& line1, const SkDLine& line2) {
136 static void testOneCoincident(skiatest::Reporter* reporter, const SkDLine& line1,
H A DFlateTest.cpp31 static void TestFlate(skiatest::Reporter* reporter, SkMemoryStream* testStream,
H A DMD5Test.cpp20 static void md5_test(const char* string, const SkMD5::Digest& expectedDigest, skiatest::Reporter* reporter) {
/external/chromium_org/third_party/skia/dm/
H A DDMCpuGMTask.cpp11 Reporter* reporter,
/external/objenesis/tck/test/org/objenesis/tck/
H A DObjenesisTest.java42 public static class JUnitReporter implements Reporter {

Completed in 324 milliseconds

<<11121314