Searched defs:test_rev (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/gm/
H A Dpathreverse.cpp23 static void test_rev(SkCanvas* canvas, const SkPath& path) { function
34 static void test_rev(SkCanvas* canvas) { function
39 path.addRect(r); test_rev(canvas, path);
43 path.addRect(r); test_rev(canvas, path);
51 test_rev(canvas, path);
59 test_rev(canvas, path);
84 if (false) test_rev(canvas); // avoid bit rot, suppress warning
89 path.addRect(r); test_rev(canvas, path);
93 path.addRect(r); test_rev(canvas, path);
101 test_rev(canva
[all...]
/external/skia/gm/
H A Dpathreverse.cpp23 static void test_rev(SkCanvas* canvas, const SkPath& path) { function
34 static void test_rev(SkCanvas* canvas) { function
39 path.addRect(r); test_rev(canvas, path);
43 path.addRect(r); test_rev(canvas, path);
51 test_rev(canvas, path);
60 test_rev(canvas, path);
85 if (false) test_rev(canvas); // avoid bit rot, suppress warning
90 path.addRect(r); test_rev(canvas, path);
94 path.addRect(r); test_rev(canvas, path);
102 test_rev(canva
[all...]
/external/clang/test/CodeGen/
H A Darm_acle.c7 // ARM-LABEL: test_rev
9 uint32_t test_rev(uint32_t t) { function

Completed in 1132 milliseconds