Home
last modified time | relevance | path

Searched refs:reporter (Results 276 - 300 of 366) sorted by relevance

1...<<1112131415

/third_party/skia/tests/graphite/
H A DShapeTest.cpp12 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 DMemoryTest.cpp3 DEF_TEST(memory_calloc, reporter) { in DEF_TEST()
8 REPORTER_ASSERT(reporter, 0 == zeros[i]); in DEF_TEST()
H A DSkColor4fTest.cpp11 DEF_TEST(SkColor4f_FromColor, reporter) { in DEF_TEST()
26 REPORTER_ASSERT(reporter, c4 == r.fC4); in DEF_TEST()
H A DPathOpsTypesTest.cpp16 DEF_TEST(PathOpsRoughly, reporter) { in DEF_TEST()
19 REPORTER_ASSERT(reporter, equal); in DEF_TEST()
H A DPathOpsBuilderConicTest.cpp55 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 DHSVRoundTripTest.cpp12 DEF_TEST(ColorToHSVRoundTrip, reporter) { in DEF_TEST()
21 ERRORF(reporter, "HSV roundtrip mismatch!\n" in DEF_TEST()
H A DFillPathTest.cpp32 DEF_TEST(FillPathInverse, reporter) { in DEF_TEST()
47 REPORTER_ASSERT(reporter, blitter.m_blitCount == expected_lines); in DEF_TEST()
H A DRepeatedClippedBlurTest.cpp26 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 DFontHostStreamTest.cpp65 DEF_TEST(FontHostStream, reporter) { in DEF_TEST()
103 REPORTER_ASSERT(reporter, !isLocalStream); in DEF_TEST()
109 REPORTER_ASSERT(reporter, in DEF_TEST()
H A DFontMgrFontConfigTest.cpp32 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 DPathOpsAngleTest.cpp32 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 DPathOpsSimplifyRectThreadedTest.cpp191 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 DPathOpsInverseTest.cpp9 DEF_TEST(PathOpsInverse, reporter) { in DEF_TEST()
30 testPathOp(reporter, one, two, (SkPathOp) op, testName.c_str()); in DEF_TEST()
H A DBitmapGetColorTest.cpp15 DEF_TEST(GetColor, reporter) { in DEF_TEST()
48 REPORTER_ASSERT(reporter, c == gRec[i].fOutColor); in DEF_TEST()
H A DDrawTextTest.cpp67 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 DIndexedPngOverflowTest.cpp31 DEF_TEST(IndexedPngOverflow, reporter) { in DEF_TEST()
34 REPORTER_ASSERT(reporter, success); in DEF_TEST()
H A DPathOpsLineParametetersTest.cpp40 DEF_TEST(PathOpsLineParameters, reporter) { in DEF_TEST()
78 REPORTER_ASSERT(reporter, 0); in DEF_TEST()
H A DSkSLDSLErrorLineNumbers.cpp26 ExpectErrorLineNumber(skiatest::Reporter* reporter, const char* msg, int line) in ExpectErrorLineNumber() argument
29 , fReporter(reporter) in ExpectErrorLineNumber()
H A DPathOpsThreadedCommon.h43 PathOpsThreadedTestRunner(skiatest::Reporter* reporter) : fReporter(reporter) {} in PathOpsThreadedTestRunner() argument
/third_party/node/deps/npm/node_modules/npm-audit-report/lib/
H A Dindex.js14 reporter = 'install',
38 report: reporters[reporter](data, { chalk, unicode, indent }),
/third_party/ltp/tools/sparse/sparse-src/
H A Ddissect.h20 struct reporter struct
36 extern void dissect(struct reporter *, struct string_list *);
H A Dtest-dissect.c115 static struct reporter reporter = { in main() local
124 dissect(&reporter, filelist); in main()
/third_party/skia/third_party/externals/tint/src/
H A Ddebug.cc24 void SetInternalCompilerErrorReporter(InternalCompilerErrorReporter* reporter) { in SetInternalCompilerErrorReporter() argument
25 ice_reporter = reporter; in SetInternalCompilerErrorReporter()
/third_party/node/benchmark/test_runner/
H A Dsuite-tests.js5 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 Dbenchmark.cc107 // 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...]

Completed in 11 milliseconds

1...<<1112131415