HomeSort by relevance Sort by last modified time
    Searched full:reporter (Results 226 - 250 of 699) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/tests/
QuickRejectTest.cpp 52 static void test_drawBitmap(skiatest::Reporter* reporter) {
65 REPORTER_ASSERT(reporter, 0 == *dst.getAddr32(5, 5));
69 REPORTER_ASSERT(reporter, 0xFFFFFFFF == *dst.getAddr32(5, 5));
73 REPORTER_ASSERT(reporter, 0 == *dst.getAddr32(5, 5));
77 REPORTER_ASSERT(reporter, 0 == *dst.getAddr32(5, 5));
85 REPORTER_ASSERT(reporter, 0xFFFFFFFF == *dst.getAddr32(5, 5));
88 DEF_TEST(QuickReject, reporter) {
89 test_drawBitmap(reporter);
Test.cpp 27 Reporter::Reporter() : fTestCount(0) {
30 void Reporter::startTest(Test* test) {
34 void Reporter::reportFailed(const SkString& desc) {
38 void Reporter::endTest(Test* test) {
50 void Test::setReporter(Reporter* r) {
61 class LocalReporter : public Reporter {
63 explicit LocalReporter(Reporter* reporterToMimic) : fReporter(reporterToMimic) {}
91 Reporter* fReporter; // Unowned.
AAClipTest.cpp 132 static void test_rgn(skiatest::Reporter* reporter) {
137 REPORTER_ASSERT(reporter, equalsAAClip(rgn));
145 REPORTER_ASSERT(reporter, equalsAAClip(rgn));
153 REPORTER_ASSERT(reporter, equalsAAClip(rgn));
180 static void test_path_bounds(skiatest::Reporter* reporter) {
187 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());
189 REPORTER_ASSERT(reporter, height == clip.getBounds().height());
201 REPORTER_ASSERT(reporter, sheight == path.getBounds().height())
    [all...]
GrDrawTargetTest.cpp 17 static void test_print(skiatest::Reporter*, const GrDrawTargetCaps* caps) {
23 DEF_GPUTEST(GrDrawTarget, reporter, factory) {
32 test_print(reporter, grContext->getGpu()->caps());
PictureShaderTest.cpp 15 DEF_TEST(PictureShader_empty, reporter) {
18 REPORTER_ASSERT(reporter, NULL == shader);
25 REPORTER_ASSERT(reporter, NULL == shader);
DrawBitmapRectTest.cpp 40 static void test_faulty_pixelref(skiatest::Reporter* reporter) {
46 REPORTER_ASSERT(reporter, installSuccess);
95 static void test_treatAsSprite(skiatest::Reporter* reporter) {
107 REPORTER_ASSERT(reporter, treat_as_sprite(mat, size, 0));
116 REPORTER_ASSERT(reporter, !treat_as_sprite(mat, size, 0));
117 REPORTER_ASSERT(reporter, !treat_as_sprite(mat, size, bilerBits));
125 REPORTER_ASSERT(reporter, !treat_as_sprite(mat, size, bilerBits));
127 REPORTER_ASSERT(reporter, !treat_as_sprite(mat, size, bilerBits))
    [all...]
AndroidPaintTest.cpp 24 DEF_TEST(AndroidOptionsSerialization, reporter) {
38 REPORTER_ASSERT(reporter, options == reconstructed.getPaintOptionsAndroid());
41 DEF_TEST(AndroidOptionsSerializationReverse, reporter) {
55 REPORTER_ASSERT(reporter,
60 DEF_TEST(AndroidOptionsSize, reporter) {
73 REPORTER_ASSERT(reporter,
PathOpsThreadedCommon.h 19 class Reporter;
30 skiatest::Reporter* fReporter;
36 PathOpsThreadedTestRunner(skiatest::Reporter* reporter, int threadCount)
38 , fReporter(reporter) {
48 skiatest::Reporter* fReporter;
SortTest.cpp 24 static void check_sort(skiatest::Reporter* reporter, const char label[],
28 ERRORF(reporter, "%sSort [%d] failed %d %d",
34 DEF_TEST(Sort, reporter) {
54 check_sort(reporter, "Heap", workingArray, sortedArray, count);
58 check_sort(reporter, "Quick", workingArray, sortedArray, count);
BlurTest.cpp 101 static void test_blur_drawing(skiatest::Reporter* reporter) {
149 REPORTER_ASSERT(reporter,
328 static void test_sigma_range(skiatest::Reporter* reporter, GrContextFactory* factory) {
362 REPORTER_ASSERT(reporter, match(rectSpecialCaseResult, bruteForce1DResult, kSize, 5));
363 REPORTER_ASSERT(reporter, match(generalCaseResult, bruteForce1DResult, kSize, 15));
372 REPORTER_ASSERT(reporter, match(gpuResult, bruteForce1DResult, kSize, 10));
376 REPORTER_ASSERT(reporter, match(groundTruthResult, bruteForce1DResult, kSize, 1));
415 static void test_blurDrawLooper(skiatest::Reporter* reporter, SkScalar sigma
    [all...]
PaintTest.cpp 62 DEF_TEST(Paint_cmap, reporter) {
106 REPORTER_ASSERT(reporter, NGLYPHS == nglyphs);
107 REPORTER_ASSERT(reporter, index == first);
108 REPORTER_ASSERT(reporter, 0 == memcmp(glyphs0, glyphs1, NGLYPHS * sizeof(uint16_t)));
110 REPORTER_ASSERT(reporter, NGLYPHS == first);
112 REPORTER_ASSERT(reporter, NGLYPHS > first);
119 DEF_TEST(Paint_filterlevel, reporter) {
122 REPORTER_ASSERT(reporter,
133 REPORTER_ASSERT(reporter, gLevels[i] == p0.getFilterLevel());
135 REPORTER_ASSERT(reporter, gLevels[i] == p1.getFilterLevel())
    [all...]
  /external/mockito/src/org/mockito/internal/verification/checkers/
AtLeastXNumberOfInvocationsInOrderChecker.java 10 import org.mockito.exceptions.Reporter;
20 private final Reporter reporter = new Reporter(); field in class:AtLeastXNumberOfInvocationsInOrderChecker
36 reporter.tooLittleActualInvocationsInOrder(new AtLeastDiscrepancy(wantedCount, actualCount), wanted, lastLocation);
  /external/chromium_org/third_party/skia/tests/
AAClipTest.cpp 132 static void test_rgn(skiatest::Reporter* reporter) {
137 REPORTER_ASSERT(reporter, equalsAAClip(rgn));
145 REPORTER_ASSERT(reporter, equalsAAClip(rgn));
153 REPORTER_ASSERT(reporter, equalsAAClip(rgn));
180 static void test_path_bounds(skiatest::Reporter* reporter) {
187 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());
189 REPORTER_ASSERT(reporter, height == clip.getBounds().height());
201 REPORTER_ASSERT(reporter, sheight == path.getBounds().height())
    [all...]
GrDrawTargetTest.cpp 17 static void test_print(skiatest::Reporter*, const GrDrawTargetCaps* caps) {
23 DEF_GPUTEST(GrDrawTarget, reporter, factory) {
32 test_print(reporter, grContext->getGpu()->caps());
PictureShaderTest.cpp 15 DEF_TEST(PictureShader_empty, reporter) {
18 REPORTER_ASSERT(reporter, NULL == shader);
25 REPORTER_ASSERT(reporter, NULL == shader);
DrawBitmapRectTest.cpp 40 static void test_faulty_pixelref(skiatest::Reporter* reporter) {
46 REPORTER_ASSERT(reporter, installSuccess);
95 static void test_treatAsSprite(skiatest::Reporter* reporter) {
107 REPORTER_ASSERT(reporter, treat_as_sprite(mat, size, 0));
116 REPORTER_ASSERT(reporter, !treat_as_sprite(mat, size, 0));
117 REPORTER_ASSERT(reporter, !treat_as_sprite(mat, size, bilerBits));
125 REPORTER_ASSERT(reporter, !treat_as_sprite(mat, size, bilerBits));
127 REPORTER_ASSERT(reporter, !treat_as_sprite(mat, size, bilerBits))
    [all...]
AndroidPaintTest.cpp 24 DEF_TEST(AndroidOptionsSerialization, reporter) {
38 REPORTER_ASSERT(reporter, options == reconstructed.getPaintOptionsAndroid());
41 DEF_TEST(AndroidOptionsSerializationReverse, reporter) {
55 REPORTER_ASSERT(reporter,
60 DEF_TEST(AndroidOptionsSize, reporter) {
73 REPORTER_ASSERT(reporter,
PathOpsThreadedCommon.h 19 class Reporter;
30 skiatest::Reporter* fReporter;
36 PathOpsThreadedTestRunner(skiatest::Reporter* reporter, int threadCount)
38 , fReporter(reporter) {
48 skiatest::Reporter* fReporter;
SortTest.cpp 24 static void check_sort(skiatest::Reporter* reporter, const char label[],
28 ERRORF(reporter, "%sSort [%d] failed %d %d",
34 DEF_TEST(Sort, reporter) {
54 check_sort(reporter, "Heap", workingArray, sortedArray, count);
58 check_sort(reporter, "Quick", workingArray, sortedArray, count);
BlurTest.cpp 101 static void test_blur_drawing(skiatest::Reporter* reporter) {
149 REPORTER_ASSERT(reporter,
328 static void test_sigma_range(skiatest::Reporter* reporter, GrContextFactory* factory) {
362 REPORTER_ASSERT(reporter, match(rectSpecialCaseResult, bruteForce1DResult, kSize, 5));
363 REPORTER_ASSERT(reporter, match(generalCaseResult, bruteForce1DResult, kSize, 15));
372 REPORTER_ASSERT(reporter, match(gpuResult, bruteForce1DResult, kSize, 10));
376 REPORTER_ASSERT(reporter, match(groundTruthResult, bruteForce1DResult, kSize, 1));
415 static void test_blurDrawLooper(skiatest::Reporter* reporter, SkScalar sigma
    [all...]
PaintTest.cpp 62 DEF_TEST(Paint_cmap, reporter) {
106 REPORTER_ASSERT(reporter, NGLYPHS == nglyphs);
107 REPORTER_ASSERT(reporter, index == first);
108 REPORTER_ASSERT(reporter, 0 == memcmp(glyphs0, glyphs1, NGLYPHS * sizeof(uint16_t)));
110 REPORTER_ASSERT(reporter, NGLYPHS == first);
112 REPORTER_ASSERT(reporter, NGLYPHS > first);
119 DEF_TEST(Paint_filterlevel, reporter) {
122 REPORTER_ASSERT(reporter,
133 REPORTER_ASSERT(reporter, gLevels[i] == p0.getFilterLevel());
135 REPORTER_ASSERT(reporter, gLevels[i] == p1.getFilterLevel())
    [all...]
PathOpsAngleIdeas.cpp 41 static double testArc(skiatest::Reporter* reporter, const SkDQuad& quad, const SkDQuad& arcRef,
69 REPORTER_ASSERT(reporter, smallest >= 0);
70 REPORTER_ASSERT(reporter, t >= 0 && t <= 1);
74 static void orderQuads(skiatest::Reporter* reporter, const SkDQuad& quad, double radius,
89 double t = testArc(reporter, quad, circle[octant], octant);
104 static double quadAngle(skiatest::Reporter* reporter, const SkDQuad& quad, double t) {
107 REPORTER_ASSERT(reporter, angle >= 0 && angle <= 8)
    [all...]
  /external/chromium_org/third_party/skia/dm/
DMReporter.h 13 class Reporter : SkNoncopyable {
15 Reporter() : fPending(0), fFailed(0) {}
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
abort.h 7 // reporter treats it as a normal exit. See issue:
9 // So we replace abort with a segmentation fault, then crash reporter can
  /external/skia/dm/
DMReporter.h 13 class Reporter : SkNoncopyable {
15 Reporter() : fPending(0), fFailed(0) {}

Completed in 180 milliseconds

1 2 3 4 5 6 7 8 91011>>