/external/chromium_org/third_party/skia/tests/ |
AnnotationTest.cpp | 27 DEF_TEST(Annotation_NoDraw, reporter) { 37 REPORTER_ASSERT(reporter, 0 == *bm.getAddr32(0, 0)); 39 REPORTER_ASSERT(reporter, 0 == *bm.getAddr32(0, 0)); 47 DEF_TEST(Annotation_PdfLink, reporter) { 69 REPORTER_ASSERT(reporter, 75 DEF_TEST(Annotation_NamedDestination, reporter) { 93 REPORTER_ASSERT(reporter,
|
SrcOverTest.cpp | 27 DEF_TEST(SrcOver, reporter) { 49 REPORTER_ASSERT(reporter, opaqueCounter0 == 256); 50 REPORTER_ASSERT(reporter, opaqueCounter1 == 256); 51 REPORTER_ASSERT(reporter, opaqueCounter2 == 256); 62 REPORTER_ASSERT(reporter, r0 <= 255 && r0 >= max); 64 REPORTER_ASSERT(reporter, r1 <= 255 && r1 >= max); 65 REPORTER_ASSERT(reporter, r2 <= 255 && r2 >= max);
|
PathOpsDTriangleTest.cpp | 31 DEF_TEST(PathOpsTriangleUtilities, reporter) { 38 REPORTER_ASSERT(reporter, 0); 43 REPORTER_ASSERT(reporter, 0); 58 DEF_TEST(PathOpsTriangleOneOff, reporter) { 66 REPORTER_ASSERT(reporter, 0);
|
BitmapCopyTest.cpp | 21 static void report_opaqueness(skiatest::Reporter* reporter, const SkBitmap& src, 23 ERRORF(reporter, "src %s opaque:%d, dst %s opaque:%d", 33 static void test_isOpaque(skiatest::Reporter* reporter, 39 REPORTER_ASSERT(reporter, srcPremul.copyTo(&dst, dstColorType)); 40 REPORTER_ASSERT(reporter, dst.colorType() == dstColorType); 42 report_opaqueness(reporter, srcPremul, dst); 46 REPORTER_ASSERT(reporter, srcOpaque.copyTo(&dst, dstColorType)); 47 REPORTER_ASSERT(reporter, dst.colorType() == dstColorType) [all...] |
WArrayTest.cpp | 135 TestWData(skiatest::Reporter* reporter, 144 REPORTER_ASSERT(reporter, RunTest()); 176 DEF_TEST(WArray, reporter) { 177 TestWData(reporter, data1, SK_ARRAY_COUNT(data1), NULL, 0, expected1); 178 TestWData(reporter, data2, SK_ARRAY_COUNT(data2), NULL, 0, expected2); 179 TestWData(reporter, data3, SK_ARRAY_COUNT(data3), NULL, 0, expected3); 180 TestWData(reporter, data4, SK_ARRAY_COUNT(data4), NULL, 0, expected4); 181 TestWData(reporter, data5, SK_ARRAY_COUNT(data5), NULL, 0, expected5); 182 TestWData(reporter, data6, SK_ARRAY_COUNT(data6), NULL, 0, expected6) [all...] |
PathOpsCubicLineIntersectionTest.cpp | 27 static void testFail(skiatest::Reporter* reporter, int iIndex) { 38 REPORTER_ASSERT(reporter, 0); 42 REPORTER_ASSERT(reporter, 0); 47 REPORTER_ASSERT(reporter, roots == 0); 119 static void testOne(skiatest::Reporter* reporter, int iIndex) { 130 REPORTER_ASSERT(reporter, 0); 134 REPORTER_ASSERT(reporter, 0); 148 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)) [all...] |
PathOpsCubicIntersectionTest.cpp | 16 static void standardTestCases(skiatest::Reporter* reporter) { 60 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); 62 reporter->bumpTestCount(); 310 static void oneOff(skiatest::Reporter* reporter, const SkDCubic& cubic1, const SkDCubic& cubic2, 345 REPORTER_ASSERT(reporter, !coin || intersections.used() == 2); 359 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(iPt)); 360 REPORTER_ASSERT(reporter, xy2.approximatelyEqual(iPt)); 361 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)) [all...] |
FontNamesTest.cpp | 112 static void test_synthetic(skiatest::Reporter* reporter, bool verbose) { 118 REPORTER_ASSERT_MESSAGE(reporter, 123 REPORTER_ASSERT_MESSAGE(reporter, 133 REPORTER_ASSERT_MESSAGE(reporter, nameIndex == test[i].nameCount, 136 REPORTER_ASSERT_MESSAGE(reporter, !iter.next(record), 142 static void test_systemfonts(skiatest::Reporter* reporter, bool verbose) { 190 REPORTER_ASSERT_MESSAGE(reporter, 202 REPORTER_ASSERT_MESSAGE(reporter, [all...] |
ImageDecodingTest.cpp | 76 static void compare_unpremul(skiatest::Reporter* reporter, const SkString& filename) { 101 REPORTER_ASSERT(reporter, success); 115 REPORTER_ASSERT(reporter, dimensionsMatch); 140 REPORTER_ASSERT(reporter, 0 == da); 143 REPORTER_ASSERT(reporter, dr <= 1); 144 REPORTER_ASSERT(reporter, dg <= 1); 145 REPORTER_ASSERT(reporter, db <= 1); 150 static void test_unpremul(skiatest::Reporter* reporter) { [all...] |
PathOpsQuadLineIntersectionTest.cpp | 79 static void testOneOffs(skiatest::Reporter* reporter) { 97 REPORTER_ASSERT(reporter, quadXY.approximatelyEqual(lineXY)); 102 DEF_TEST(PathOpsQuadLineIntersectionOneOff, reporter) { 103 testOneOffs(reporter); 106 DEF_TEST(PathOpsQuadLineIntersection, reporter) { 118 REPORTER_ASSERT(reporter, 0); 122 REPORTER_ASSERT(reporter, 0); 127 REPORTER_ASSERT(reporter, result == lineQuadTests[index].result); 133 REPORTER_ASSERT(reporter, tt1 >= 0 && tt1 <= 1) [all...] |
/external/objenesis/tck/src/org/objenesis/tck/ |
Main.java | 67 TextReporter reporter = new TextReporter(System.out, System.err); local 69 runTest(new ObjenesisStd(), reporter, "Objenesis std", "candidates/candidates.properties"); 70 runTest(new ObjenesisSerializer(), reporter, "Objenesis serializer", 75 reporter.printResult(result); 91 private static void runTest(Objenesis objenesis, Reporter reporter, String description, 101 tck.runTests(reporter);
|
/external/skia/tests/ |
AnnotationTest.cpp | 27 DEF_TEST(Annotation_NoDraw, reporter) { 37 REPORTER_ASSERT(reporter, 0 == *bm.getAddr32(0, 0)); 39 REPORTER_ASSERT(reporter, 0 == *bm.getAddr32(0, 0)); 47 DEF_TEST(Annotation_PdfLink, reporter) { 69 REPORTER_ASSERT(reporter, 75 DEF_TEST(Annotation_NamedDestination, reporter) { 93 REPORTER_ASSERT(reporter,
|
SrcOverTest.cpp | 27 DEF_TEST(SrcOver, reporter) { 49 REPORTER_ASSERT(reporter, opaqueCounter0 == 256); 50 REPORTER_ASSERT(reporter, opaqueCounter1 == 256); 51 REPORTER_ASSERT(reporter, opaqueCounter2 == 256); 62 REPORTER_ASSERT(reporter, r0 <= 255 && r0 >= max); 64 REPORTER_ASSERT(reporter, r1 <= 255 && r1 >= max); 65 REPORTER_ASSERT(reporter, r2 <= 255 && r2 >= max);
|
PathOpsDTriangleTest.cpp | 31 DEF_TEST(PathOpsTriangleUtilities, reporter) { 38 REPORTER_ASSERT(reporter, 0); 43 REPORTER_ASSERT(reporter, 0); 58 DEF_TEST(PathOpsTriangleOneOff, reporter) { 66 REPORTER_ASSERT(reporter, 0);
|
WArrayTest.cpp | 135 TestWData(skiatest::Reporter* reporter, 144 REPORTER_ASSERT(reporter, RunTest()); 176 DEF_TEST(WArray, reporter) { 177 TestWData(reporter, data1, SK_ARRAY_COUNT(data1), NULL, 0, expected1); 178 TestWData(reporter, data2, SK_ARRAY_COUNT(data2), NULL, 0, expected2); 179 TestWData(reporter, data3, SK_ARRAY_COUNT(data3), NULL, 0, expected3); 180 TestWData(reporter, data4, SK_ARRAY_COUNT(data4), NULL, 0, expected4); 181 TestWData(reporter, data5, SK_ARRAY_COUNT(data5), NULL, 0, expected5); 182 TestWData(reporter, data6, SK_ARRAY_COUNT(data6), NULL, 0, expected6) [all...] |
PathOpsCubicLineIntersectionTest.cpp | 27 static void testFail(skiatest::Reporter* reporter, int iIndex) { 38 REPORTER_ASSERT(reporter, 0); 42 REPORTER_ASSERT(reporter, 0); 47 REPORTER_ASSERT(reporter, roots == 0); 119 static void testOne(skiatest::Reporter* reporter, int iIndex) { 130 REPORTER_ASSERT(reporter, 0); 134 REPORTER_ASSERT(reporter, 0); 148 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)) [all...] |
PathOpsCubicIntersectionTest.cpp | 16 static void standardTestCases(skiatest::Reporter* reporter) { 60 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); 62 reporter->bumpTestCount(); 310 static void oneOff(skiatest::Reporter* reporter, const SkDCubic& cubic1, const SkDCubic& cubic2, 345 REPORTER_ASSERT(reporter, !coin || intersections.used() == 2); 359 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(iPt)); 360 REPORTER_ASSERT(reporter, xy2.approximatelyEqual(iPt)); 361 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)) [all...] |
/external/stlport/test/unit/cppunit/ |
test_main.cpp | 30 Reporter *TestCase::m_reporter = 0; 37 int TestCase::run(Reporter *in_reporter, const char *in_testName, bool invert) { 107 CPPUNIT_NS::Reporter* reporter; local 109 reporter = new FileReporter(fileName, doMonitoring); 111 reporter = new FileReporter(stdout, doMonitoring); 115 num_errors = CPPUNIT_NS::TestCase::run(reporter, xtestName, true); 117 num_errors = CPPUNIT_NS::TestCase::run(reporter, testName); 120 reporter->printSummary(); 121 delete reporter; [all...] |
/ndk/tests/device/test-gnustl-full/unit/cppunit/ |
test_main.cpp | 30 Reporter *TestCase::m_reporter = 0; 37 int TestCase::run(Reporter *in_reporter, const char *in_testName, bool invert) { 107 CPPUNIT_NS::Reporter* reporter; local 109 reporter = new FileReporter(fileName, doMonitoring); 111 reporter = new FileReporter(stdout, doMonitoring); 115 num_errors = CPPUNIT_NS::TestCase::run(reporter, xtestName, true); 117 num_errors = CPPUNIT_NS::TestCase::run(reporter, testName); 120 reporter->printSummary(); 121 delete reporter; [all...] |
/ndk/tests/device/test-stlport/unit/cppunit/ |
test_main.cpp | 30 Reporter *TestCase::m_reporter = 0; 37 int TestCase::run(Reporter *in_reporter, const char *in_testName, bool invert) { 107 CPPUNIT_NS::Reporter* reporter; local 109 reporter = new FileReporter(fileName, doMonitoring); 111 reporter = new FileReporter(stdout, doMonitoring); 115 num_errors = CPPUNIT_NS::TestCase::run(reporter, xtestName, true); 117 num_errors = CPPUNIT_NS::TestCase::run(reporter, testName); 120 reporter->printSummary(); 121 delete reporter; [all...] |
/external/mockito/src/org/mockito/internal/ |
InOrderImpl.java | 12 import org.mockito.exceptions.Reporter; 28 private final Reporter reporter = new Reporter(); field in class:InOrderImpl 46 reporter.inOrderRequiresFamiliarMock();
|
MockitoCore.java | 10 import org.mockito.exceptions.Reporter;
39 private final Reporter reporter = new Reporter();
field in class:MockitoCore 64 reporter.missingMethodInvocation();
81 reporter.nullPassedToVerify();
83 reporter.notAMockPassedToVerify(mock.getClass());
105 reporter.nullPassedToVerifyNoMoreInteractions();
111 reporter.notAMockPassedToVerifyNoMoreInteractions();
125 reporter.mocksHaveToBePassedToVerifyNoMoreInteractions(); [all...] |
/external/chromium_org/third_party/skia/dm/ |
DMPDFTask.cpp | 24 Reporter* reporter, 28 : CpuTask(reporter, taskRunner) 33 PDFTask::PDFTask(Reporter* reporter, 38 : CpuTask(reporter, taskRunner)
|
/external/mockito/src/org/mockito/internal/progress/ |
MockingProgressImpl.java | 9 import org.mockito.exceptions.Reporter; 22 private final Reporter reporter = new Reporter(); field in class:MockingProgressImpl 75 reporter.unfinishedStubbing(temp); 87 reporter.unfinishedVerificationException(location);
|
/external/skia/dm/ |
DMPDFTask.cpp | 24 Reporter* reporter, 28 : CpuTask(reporter, taskRunner) 33 PDFTask::PDFTask(Reporter* reporter, 38 : CpuTask(reporter, taskRunner)
|