/third_party/skia/tests/graphite/ |
H A D | ShapeTest.cpp | 12 DEF_GRAPHITE_TEST(ShapeTest, reporter) { in DEF_GRAPHITE_TEST() 15 REPORTER_ASSERT(reporter, s.type() == skgpu::Shape::Type::kEmpty); in DEF_GRAPHITE_TEST()
|
/third_party/skia/tests/ |
H A D | MemoryTest.cpp | 3 DEF_TEST(memory_calloc, reporter) { in DEF_TEST() 8 REPORTER_ASSERT(reporter, 0 == zeros[i]); in DEF_TEST()
|
H A D | SkColor4fTest.cpp | 11 DEF_TEST(SkColor4f_FromColor, reporter) { in DEF_TEST() 26 REPORTER_ASSERT(reporter, c4 == r.fC4); in DEF_TEST()
|
H A D | PathOpsTypesTest.cpp | 16 DEF_TEST(PathOpsRoughly, reporter) { in DEF_TEST() 19 REPORTER_ASSERT(reporter, equal); in DEF_TEST()
|
H A D | PathOpsBuilderConicTest.cpp | 55 static void testOne(skiatest::Reporter* reporter, const OvalSet& set) { in testOne() argument 65 comparePaths(reporter, __FUNCTION__ , regionResult, builderResult, bitmap); in testOne() 66 comparePaths(reporter, __FUNCTION__ , regionResult, opResult, bitmap); in testOne() 79 static void setupOne(skiatest::Reporter* reporter, int col, int row, int rot, int trial) { in setupOne() argument 88 testOne(reporter, set); in setupOne() 101 DEF_TEST(SixtyOvals, reporter) { in DEF_TEST() 116 setupOne(reporter, col, row, rot, trial); in DEF_TEST() 125 DEF_TEST(SixtyOvalsOneOff, reporter) { in DEF_TEST() 127 setupOne(reporter, oneOff.fCol, oneOff.fRow, oneOff.fRot, oneOff.fTrial); in DEF_TEST() 132 static bool simplify_fails(skiatest::Reporter* reporter, cons argument 142 subset_simplify_fail(skiatest::Reporter* reporter, const SkPath& path) subset_simplify_fail() argument [all...] |
H A D | HSVRoundTripTest.cpp | 12 DEF_TEST(ColorToHSVRoundTrip, reporter) { in DEF_TEST() 21 ERRORF(reporter, "HSV roundtrip mismatch!\n" in DEF_TEST()
|
H A D | FillPathTest.cpp | 32 DEF_TEST(FillPathInverse, reporter) { in DEF_TEST() 47 REPORTER_ASSERT(reporter, blitter.m_blitCount == expected_lines); in DEF_TEST()
|
H A D | RepeatedClippedBlurTest.cpp | 26 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(RepeatedClippedBlurTest, reporter, ctxInfo) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 35 ERRORF(reporter, "Could not create surfaces for repeated clipped blur test."); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 115 REPORTER_ASSERT(reporter, afterBytes < beforeBytes + 20000000); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
H A D | FontHostStreamTest.cpp | 65 DEF_TEST(FontHostStream, reporter) { in DEF_TEST() 103 REPORTER_ASSERT(reporter, !isLocalStream); in DEF_TEST() 109 REPORTER_ASSERT(reporter, in DEF_TEST()
|
H A D | FontMgrFontConfigTest.cpp | 32 DEF_TEST(FontMgrFontConfig, reporter) { in DEF_TEST() 47 ERRORF(reporter, "Could not find typeface. FcVersion: %d", FcGetVersion()); in DEF_TEST() 102 REPORTER_ASSERT(reporter, success); in DEF_TEST()
|
H A D | PathOpsAngleTest.cpp | 32 DEF_TEST(PathOpsAngleFindCrossEpsilon, reporter) { in DEF_TEST() 66 DEF_TEST(PathOpsAngleFindQuadEpsilon, reporter) { in DEF_TEST() 96 REPORTER_ASSERT(reporter, i.used() > 0); in DEF_TEST() 172 DEF_TEST(PathOpsAngleFindSlop, reporter) { 240 DEF_TEST(PathOpsAngleCircle, reporter) { 432 DEF_TEST(PathOpsAngleAfter, reporter) { in DEF_TEST() 502 DEF_TEST(PathOpsAngleAllOnOneSide, reporter) { in DEF_TEST()
|
H A D | PathOpsSimplifyRectThreadedTest.cpp | 191 DEF_TEST(PathOpsSimplifyRectsThreaded, reporter) { in DEF_TEST() 192 initializeTests(reporter, "testLine"); in DEF_TEST() 193 PathOpsThreadedTestRunner testRunner(reporter); in DEF_TEST() 201 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
|
H A D | PathOpsInverseTest.cpp | 9 DEF_TEST(PathOpsInverse, reporter) { in DEF_TEST() 30 testPathOp(reporter, one, two, (SkPathOp) op, testName.c_str()); in DEF_TEST()
|
H A D | BitmapGetColorTest.cpp | 15 DEF_TEST(GetColor, reporter) { in DEF_TEST() 48 REPORTER_ASSERT(reporter, c == gRec[i].fOutColor); in DEF_TEST()
|
H A D | DrawTextTest.cpp | 67 DEF_TEST(DrawText_dashout, reporter) { in DEF_TEST() 107 REPORTER_ASSERT(reporter, !compare(drawTextBitmap, size, emptyBitmap, size)); in DEF_TEST() 108 REPORTER_ASSERT(reporter, compare(drawDashedTextBitmap, size, emptyBitmap, size)); in DEF_TEST()
|
H A D | IndexedPngOverflowTest.cpp | 31 DEF_TEST(IndexedPngOverflow, reporter) { in DEF_TEST() 34 REPORTER_ASSERT(reporter, success); in DEF_TEST()
|
H A D | PathOpsLineParametetersTest.cpp | 40 DEF_TEST(PathOpsLineParameters, reporter) { in DEF_TEST() 78 REPORTER_ASSERT(reporter, 0); in DEF_TEST()
|
H A D | SkSLDSLErrorLineNumbers.cpp | 26 ExpectErrorLineNumber(skiatest::Reporter* reporter, const char* msg, int line) in ExpectErrorLineNumber() argument 29 , fReporter(reporter) in ExpectErrorLineNumber()
|
H A D | PathOpsThreadedCommon.h | 43 PathOpsThreadedTestRunner(skiatest::Reporter* reporter) : fReporter(reporter) {} in PathOpsThreadedTestRunner() argument
|
/third_party/node/deps/npm/node_modules/npm-audit-report/lib/ |
H A D | index.js | 14 reporter = 'install', 38 report: reporters[reporter](data, { chalk, unicode, indent }),
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | dissect.h | 20 struct reporter struct 36 extern void dissect(struct reporter *, struct string_list *);
|
H A D | test-dissect.c | 115 static struct reporter reporter = { in main() local 124 dissect(&reporter, filelist); in main()
|
/third_party/skia/third_party/externals/tint/src/ |
H A D | debug.cc | 24 void SetInternalCompilerErrorReporter(InternalCompilerErrorReporter* reporter) { in SetInternalCompilerErrorReporter() argument 25 ice_reporter = reporter; in SetInternalCompilerErrorReporter()
|
/third_party/node/benchmark/test_runner/ |
H A D | suite-tests.js | 5 const reporter = require('../fixtures/empty-test-reporter'); 15 // We don't want to test the reporter here 16 flags: ['--test-reporter=./benchmark/fixtures/empty-test-reporter.js'], 55 await finished(reporter);
|
/third_party/benchmark/src/ |
H A D | benchmark.cc | 107 // the display reporter, but *NOT* file reporter, which will still contain 315 // Flushes streams after invoking reporter methods that write to them. This 317 void FlushStreams(BenchmarkReporter* reporter) { in FlushStreams() argument 318 if (!reporter) return; in FlushStreams() 319 std::flush(reporter->GetOutputStream()); in FlushStreams() 320 std::flush(reporter->GetErrorStream()); in FlushStreams() 326 auto report_one = [](BenchmarkReporter* reporter, bool aggregates_only, in Report() 328 assert(reporter); in Report() 331 if (!aggregates_only) reporter in Report() [all...] |