/external/skia/tests/ |
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...] |
ImageFilterTest.cpp | 47 MatrixTestImageFilter(skiatest::Reporter* reporter, const SkMatrix& expectedMatrix) 48 : SkImageFilter(0), fReporter(reporter), fExpectedMatrix(expectedMatrix) { 61 fReporter = static_cast<skiatest::Reporter*>(buffer.readFunctionPtr()); 71 skiatest::Reporter* fReporter; 131 DEF_TEST(ImageFilter, reporter) { 136 REPORTER_ASSERT(reporter, NULL == quarterBrightness->getInput(0)); 143 REPORTER_ASSERT(reporter, NULL != halfBrightness->getInput(0)); 150 REPORTER_ASSERT(reporter, true == gray->asColorFilter(NULL)); 158 REPORTER_ASSERT(reporter, false == grayWithCrop->asColorFilter(NULL)) [all...] |
PathOpsDCubicTest.cpp | 19 DEF_TEST(PathOpsDCubic, reporter) { 26 REPORTER_ASSERT(reporter, 0);
|
SkBase64Test.cpp | 12 DEF_TEST(SkBase64Test, reporter) { 26 REPORTER_ASSERT(reporter, (strcmp((const char*) (all + offset), tryMe.getData()) == 0));
|
/external/chromium_org/third_party/skia/tests/ |
ImageFilterTest.cpp | 47 MatrixTestImageFilter(skiatest::Reporter* reporter, const SkMatrix& expectedMatrix) 48 : SkImageFilter(0), fReporter(reporter), fExpectedMatrix(expectedMatrix) { 61 fReporter = static_cast<skiatest::Reporter*>(buffer.readFunctionPtr()); 71 skiatest::Reporter* fReporter; 131 DEF_TEST(ImageFilter, reporter) { 136 REPORTER_ASSERT(reporter, NULL == quarterBrightness->getInput(0)); 143 REPORTER_ASSERT(reporter, NULL != halfBrightness->getInput(0)); 150 REPORTER_ASSERT(reporter, true == gray->asColorFilter(NULL)); 158 REPORTER_ASSERT(reporter, false == grayWithCrop->asColorFilter(NULL)) [all...] |
PathOpsDCubicTest.cpp | 19 DEF_TEST(PathOpsDCubic, reporter) { 26 REPORTER_ASSERT(reporter, 0);
|
SkBase64Test.cpp | 12 DEF_TEST(SkBase64Test, reporter) { 26 REPORTER_ASSERT(reporter, (strcmp((const char*) (all + offset), tryMe.getData()) == 0));
|
AtomicTest.cpp | 34 DEF_TEST(Atomic, reporter) { 52 REPORTER_ASSERT(reporter, total == base); 56 REPORTER_ASSERT(reporter, originalValue == sk_atomic_add(&valueToModify, 7));
|
ClipperTest.cpp | 14 static void test_hairclipping(skiatest::Reporter* reporter) { 42 REPORTER_ASSERT(reporter, 0xFFFFFFFF != c); 44 REPORTER_ASSERT(reporter, 0xFFFFFFFF == c); 68 static void test_intersectline(skiatest::Reporter* reporter) { 97 REPORTER_ASSERT(reporter, !valid); 121 REPORTER_ASSERT(reporter, valid && !memcmp(&gFull[i], dst, sizeof(dst))); 140 REPORTER_ASSERT(reporter, valid && 146 DEF_TEST(Clipper, reporter) { [all...] |
EmptyPathTest.cpp | 14 static void drawAndTest(skiatest::Reporter* reporter, const SkPath& path, 48 ERRORF(reporter, "%s style[%d] cap[%d] join[%d] antialias[%d]" 57 static void iter_paint(skiatest::Reporter* reporter, const SkPath& path, bool shouldDraw) { 84 drawAndTest(reporter, path, paint, shouldDraw); 86 drawAndTest(reporter, path, paint, shouldDraw); 113 static void test_emptydrawing(skiatest::Reporter* reporter) { 133 iter_paint(reporter, path, shouldDraw) [all...] |
GrTBSearchTest.cpp | 25 DEF_TEST(GrTBSearchTest, reporter) { 33 REPORTER_ASSERT(reporter, index == (int) i); 35 REPORTER_ASSERT(reporter, index < 0);
|
PathCoverageTest.cpp | 112 skiatest::Reporter* reporter) { 139 ERRORF(reporter, "Curve from %.2f %.2f through %.2f %.2f to " 152 static void TestQuadPointCount(skiatest::Reporter* reporter) { 153 one_d_pe(gXY, SK_ARRAY_COUNT(gXY), reporter); 154 one_d_pe(gSawtooth, SK_ARRAY_COUNT(gSawtooth), reporter); 155 one_d_pe(gOvalish, SK_ARRAY_COUNT(gOvalish), reporter); 156 one_d_pe(gSharpSawtooth, SK_ARRAY_COUNT(gSharpSawtooth), reporter); 157 one_d_pe(gRibbon, SK_ARRAY_COUNT(gRibbon), reporter); [all...] |
/external/chromium_org/components/breakpad/app/ |
breakpad_linux.h | 16 // Turns on the crash reporter in any process. 19 // Enables the crash reporter in child processes.
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
log_reader.h | 23 class Reporter { 25 virtual ~Reporter(); 35 // If "reporter" is non-NULL, it is notified whenever some data is 36 // dropped due to a detected corruption. "*reporter" must remain 43 Reader(SequentialFile* file, Reporter* reporter, bool checksum, 62 Reporter* const reporter_; 95 // Reports dropped bytes to the reporter.
|
/external/chromium_org/third_party/skia/dm/ |
DMPDFTask.h | 20 Reporter*, 25 PDFTask(Reporter*,
|
DMBenchTask.h | 17 NonRenderingBenchTask(const char* config, Reporter*, TaskRunner*, BenchRegistry::Factory); 30 CpuBenchTask(const char* config, Reporter*, TaskRunner*, BenchRegistry::Factory, SkColorType); 45 Reporter*,
|
DMGpuGMTask.cpp | 13 Reporter* reporter, 19 : GpuTask(reporter, taskRunner)
|
DMReporter.cpp | 12 void Reporter::printStatus(SkString name, SkMSec timeMs) const { 32 void Reporter::fail(SkString msg) { 39 void Reporter::getFailures(SkTArray<SkString>* failures) const {
|
DMTestTask.h | 14 class TestReporter : public skiatest::Reporter { 34 CpuTestTask(Reporter*, TaskRunner*, skiatest::TestRegistry::Factory); 48 GpuTestTask(Reporter*, TaskRunner*, skiatest::TestRegistry::Factory);
|
/external/mockito/src/org/mockito/internal/invocation/ |
MatchersBinder.java | 9 import org.mockito.exceptions.Reporter; 35 new Reporter().invalidUseOfMatchers(expectedMatchersSize, lastMatchers);
|
/external/mockito/src/org/mockito/internal/stubbing/ |
OngoingStubbingImpl.java | 7 import org.mockito.exceptions.Reporter;
25 new Reporter().incorrectUseOfApi();
|
/external/mockito/src/org/mockito/internal/verification/ |
VerificationDataImpl.java | 9 import org.mockito.exceptions.Reporter;
41 new Reporter().cannotVerifyToString();
|
/external/skia/dm/ |
DMPDFTask.h | 20 Reporter*, 25 PDFTask(Reporter*,
|