Searched refs:REPORTER_ASSERT_MESSAGE (Results 1 - 20 of 20) sorted by relevance

/external/skia/tests/
H A DCanvasTest.cpp26 * REPORTER_ASSERT_MESSAGE(reporter, (...), \
306 REPORTER_ASSERT_MESSAGE(reporter, canvas-> CALL , \
380 REPORTER_ASSERT_MESSAGE(reporter, canvas->getSaveCount() == saveCount,
382 REPORTER_ASSERT_MESSAGE(reporter, canvas->getTotalMatrix().isIdentity(),
384 // REPORTER_ASSERT_MESSAGE(reporter, canvas->getTotalClip() == kTestRegion, testStep->assertMessage());
396 REPORTER_ASSERT_MESSAGE(reporter, canvas->getSaveCount() == saveCount,
398 REPORTER_ASSERT_MESSAGE(reporter, !canvas->getTotalMatrix().isIdentity(),
400 // REPORTER_ASSERT_MESSAGE(reporter, canvas->getTotalClip() != kTestRegion, testStep->assertMessage());
412 REPORTER_ASSERT_MESSAGE(reporter, canvas->getSaveCount() == saveCount,
414 REPORTER_ASSERT_MESSAGE(reporte
[all...]
H A DFontNamesTest.cpp118 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),
190 REPORTER_ASSERT_MESSAGE(reporter,
202 REPORTER_ASSERT_MESSAGE(reporter,
H A DDrawPathTest.cpp31 REPORTER_ASSERT_MESSAGE(reporter, false, "readPixels failed");
46 REPORTER_ASSERT_MESSAGE(reporter, false, "readPixels failed");
H A DTest.h104 REPORTER_ASSERT_MESSAGE(reporter, x == 15, "x should be 15");
123 #define REPORTER_ASSERT_MESSAGE(r, cond, message) \ macro
H A DFontHostTest.cpp109 REPORTER_ASSERT_MESSAGE(reporter, paintGlyphIds[i] == faceGlyphIds[i], a.c_str());
H A DImageFilterTest.cpp284 REPORTER_ASSERT_MESSAGE(reporter, filter->filterImage(&proxy, bitmap, ctx,
286 REPORTER_ASSERT_MESSAGE(reporter, offset.fX == 20 && offset.fY == 30, str.c_str());
416 REPORTER_ASSERT_MESSAGE(reporter, !diffs, filters[i].fName);
H A DPictureTest.cpp1240 REPORTER_ASSERT_MESSAGE(errorContext->fReporter, 1 == errorContext->fErrors,
1242 REPORTER_ASSERT_MESSAGE(errorContext->fReporter, kParseError_SkError == error,
H A DClipStackTest.cpp1010 REPORTER_ASSERT_MESSAGE(reporter, region == reducedRegion, testCase.c_str());
H A DPathTest.cpp729 REPORTER_ASSERT_MESSAGE(reporter, false, "unexpected quad verb");
732 REPORTER_ASSERT_MESSAGE(reporter, false, "unexpected conic verb");
735 REPORTER_ASSERT_MESSAGE(reporter, false, "unexpected cubic verb");
/external/chromium_org/third_party/skia/tests/
H A DCanvasTest.cpp26 * REPORTER_ASSERT_MESSAGE(reporter, (...), \
306 REPORTER_ASSERT_MESSAGE(reporter, canvas-> CALL , \
378 REPORTER_ASSERT_MESSAGE(reporter, canvas->getSaveCount() == saveCount,
380 REPORTER_ASSERT_MESSAGE(reporter, canvas->getTotalMatrix().isIdentity(),
382 // REPORTER_ASSERT_MESSAGE(reporter, canvas->getTotalClip() != kTestRegion, testStep->assertMessage());
392 REPORTER_ASSERT_MESSAGE(reporter, canvas->getSaveCount() == saveCount,
403 REPORTER_ASSERT_MESSAGE(reporter, canvas->getSaveCount() == saveCount,
414 REPORTER_ASSERT_MESSAGE(reporter, canvas->getSaveCount() == saveCount,
482 REPORTER_ASSERT_MESSAGE(reporter, baseSaveCount == n, testStep->assertMessage());
483 REPORTER_ASSERT_MESSAGE(reporte
[all...]
H A DFontNamesTest.cpp118 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),
186 REPORTER_ASSERT_MESSAGE(reporter,
198 REPORTER_ASSERT_MESSAGE(reporter,
H A DRecordingXfermodeTest.cpp216 REPORTER_ASSERT_MESSAGE( reporter,
219 REPORTER_ASSERT_MESSAGE( reporter,
238 REPORTER_ASSERT_MESSAGE( reporter, 0==numErrors, errors.c_str() );
H A DDrawPathTest.cpp31 REPORTER_ASSERT_MESSAGE(reporter, false, "readPixels failed");
46 REPORTER_ASSERT_MESSAGE(reporter, false, "readPixels failed");
H A DTest.h103 REPORTER_ASSERT_MESSAGE(reporter, x == 15, "x should be 15");
122 #define REPORTER_ASSERT_MESSAGE(r, cond, message) \ macro
H A DCanvasStateTest.cpp40 REPORTER_ASSERT_MESSAGE(reporter, fHandle != NULL, "Failed to open library!");
H A DFontHostTest.cpp109 REPORTER_ASSERT_MESSAGE(reporter, paintGlyphIds[i] == faceGlyphIds[i], a.c_str());
H A DImageFilterTest.cpp279 REPORTER_ASSERT_MESSAGE(reporter, filter->filterImage(&proxy, bitmap, ctx,
281 REPORTER_ASSERT_MESSAGE(reporter, offset.fX == 20 && offset.fY == 30, str.c_str());
468 REPORTER_ASSERT_MESSAGE(reporter, !diffs, filters[i].fName);
H A DPictureTest.cpp1473 REPORTER_ASSERT_MESSAGE(errorContext->fReporter, 1 == errorContext->fErrors,
1475 REPORTER_ASSERT_MESSAGE(errorContext->fReporter, kParseError_SkError == error,
H A DClipStackTest.cpp1010 REPORTER_ASSERT_MESSAGE(reporter, region == reducedRegion, testCase.c_str());
H A DPathTest.cpp756 REPORTER_ASSERT_MESSAGE(reporter, false, "unexpected quad verb");
759 REPORTER_ASSERT_MESSAGE(reporter, false, "unexpected conic verb");
762 REPORTER_ASSERT_MESSAGE(reporter, false, "unexpected cubic verb");

Completed in 245 milliseconds