/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/tests/ |
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 | 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 | 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 | 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 | 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 | 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
|
H A D | TextureStripAtlasManagerTest.cpp | 21 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(TextureStripAtlasManagerGradientTest, reporter, ctxInfo) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 51 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(TextureStripAtlasManagerColorFilterTest, reporter, ctxInfo) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/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);
|
/kernel/linux/linux-5.10/Documentation/sphinx/ |
H A D | kerneldoc.py | 170 save = self.state.memo.title_styles, self.state.memo.section_level, self.state.memo.reporter 171 self.state.memo.reporter = AutodocReporter(result, self.state.memo.reporter) 176 self.state.memo.title_styles, self.state.memo.section_level, self.state.memo.reporter = save
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_devlink.c | 37 qed_fw_fatal_reporter_dump(struct devlink_health_reporter *reporter, in qed_fw_fatal_reporter_dump() argument 41 struct qed_devlink *qdl = devlink_health_reporter_priv(reporter); in qed_fw_fatal_reporter_dump() 78 qed_fw_fatal_reporter_recover(struct devlink_health_reporter *reporter, in qed_fw_fatal_reporter_recover() argument 82 struct qed_devlink *qdl = devlink_health_reporter_priv(reporter); in qed_fw_fatal_reporter_recover() 105 DP_NOTICE(dl->cdev, "Failed to create fw reporter, err = %ld\n", in qed_fw_reporters_create()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_devlink.c | 37 qed_fw_fatal_reporter_dump(struct devlink_health_reporter *reporter, in qed_fw_fatal_reporter_dump() argument 41 struct qed_devlink *qdl = devlink_health_reporter_priv(reporter); in qed_fw_fatal_reporter_dump() 78 qed_fw_fatal_reporter_recover(struct devlink_health_reporter *reporter, in qed_fw_fatal_reporter_recover() argument 82 struct qed_devlink *qdl = devlink_health_reporter_priv(reporter); in qed_fw_fatal_reporter_recover() 105 DP_NOTICE(dl->cdev, "Failed to create fw reporter, err = %ld\n", in qed_fw_reporters_create()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/ |
H A D | reporter.cpp | 16 #include "reporter.h" 33 static Reporter reporter; in GetInstance() local 34 return &reporter; in GetInstance()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | health.c | 409 mlx5_fw_reporter_diagnose(struct devlink_health_reporter *reporter, in mlx5_fw_reporter_diagnose() argument 413 struct mlx5_core_dev *dev = devlink_health_reporter_priv(reporter); in mlx5_fw_reporter_diagnose() 511 mlx5_fw_reporter_dump(struct devlink_health_reporter *reporter, in mlx5_fw_reporter_dump() argument 515 struct mlx5_core_dev *dev = devlink_health_reporter_priv(reporter); in mlx5_fw_reporter_dump() 566 mlx5_fw_fatal_reporter_recover(struct devlink_health_reporter *reporter, in mlx5_fw_fatal_reporter_recover() argument 570 struct mlx5_core_dev *dev = devlink_health_reporter_priv(reporter); in mlx5_fw_fatal_reporter_recover() 576 mlx5_fw_fatal_reporter_dump(struct devlink_health_reporter *reporter, in mlx5_fw_fatal_reporter_dump() argument 580 struct mlx5_core_dev *dev = devlink_health_reporter_priv(reporter); in mlx5_fw_fatal_reporter_dump() 656 mlx5_core_warn(dev, "Failed to create fw reporter, err = %ld\n", in mlx5_fw_reporters_create() 665 mlx5_core_warn(dev, "Failed to create fw fatal reporter, er in mlx5_fw_reporters_create() [all...] |
/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...] |