Home
last modified time | relevance | path

Searched defs:reporter (Results 176 - 200 of 231) sorted by relevance

12345678910

/third_party/skia/tests/
H A DCanvasTest.cpp144 test_restriction(skiatest::Reporter* reporter, SkCanvas* canvas) test_restriction() argument
[all...]
H A DIncrTopoSortTest.cpp87 Graph(int numNodesToReserve, skiatest::Reporter* reporter) in Graph() argument
319 static void test_1(skiatest::Reporter* reporter) { in test_1() argument
359 test_2(skiatest::Reporter* reporter) test_2() argument
407 test_diamond(skiatest::Reporter* reporter) test_diamond() argument
445 test_lopsided_binary_tree(skiatest::Reporter* reporter) test_lopsided_binary_tree() argument
[all...]
H A DSVGDeviceTest.cpp51 void check_text_node(skiatest::Reporter* reporter, in check_text_node() argument
118 test_whitespace_pos(skiatest::Reporter* reporter, const char* txt, const char* expected) test_whitespace_pos() argument
191 FindImageShaderNodes(skiatest::Reporter* reporter, const SkDOM* dom, const SkDOM::Node* root, const SkDOM::Node** patternOut, const SkDOM::Node** imageOut, const SkDOM::Node** rectOut) FindImageShaderNodes() argument
[all...]
H A DMatrixClipCollapseTest.cpp662 static void test_collapse(skiatest::Reporter* reporter) { in test_collapse() argument
H A DPathOpsCubicIntersectionTest.cpp21 static void standardTestCases(skiatest::Reporter* reporter) { in standardTestCases() argument
390 static void oneOff(skiatest::Reporter* reporter, const CubicPts& cubic1, const CubicPts& cubic2, in oneOff() argument
437 static void oneOff(skiatest::Reporter* reporter, in argument
443 newOneOff(skiatest::Reporter* reporter, int outer, int inner) newOneOff() argument
449 testsOneOff(skiatest::Reporter* reporter, int index) testsOneOff() argument
455 oneOffTests(skiatest::Reporter* reporter) oneOffTests() argument
470 CubicIntersection_RandTest(skiatest::Reporter* reporter) CubicIntersection_RandTest() argument
642 selfOneOff(skiatest::Reporter* reporter, int setIdx) selfOneOff() argument
[all...]
H A DTextBlobTest.cpp22 static void TestBuilder(skiatest::Reporter* reporter) { in TestBuilder() argument
103 static void TestBounds(skiatest::Reporter* reporter) { in TestBounds() argument
173 TestPaintProps(skiatest::Reporter* reporter) TestPaintProps() argument
225 RunBuilderTest(skiatest::Reporter* reporter, SkTextBlobBuilder& builder, const RunDef in[], unsigned inCount, const RunDef out[], unsigned outCount) RunBuilderTest() argument
[all...]
H A DTestUtils.cpp24 void TestReadPixels(skiatest::Reporter* reporter, in TestReadPixels() argument
51 void TestWritePixels(skiatest::Reporter* reporter, in TestWritePixels() argument
83 void TestCopyFromSurface(skiatest::Reporter* reporter, in TestCopyFromSurface() argument
246 void CheckSingleThreadedProxyRefs(skiatest::Reporter* reporter, in CheckSingleThreadedProxyRefs() argument
[all...]
H A DGeometryTest.cpp20 static void testChopCubic(skiatest::Reporter* reporter) { in testChopCubic() argument
119 check_pairs(skiatest::Reporter* reporter, int index, SkScalar t, const char name[], SkScalar x0, SkScalar y0, SkScalar x1, SkScalar y1) check_pairs() argument
129 test_evalquadat(skiatest::Reporter* reporter) test_evalquadat() argument
154 test_conic_eval_pos(skiatest::Reporter* reporter, const SkConic& conic, SkScalar t) test_conic_eval_pos() argument
161 test_conic_eval_tan(skiatest::Reporter* reporter, const SkConic& conic, SkScalar t) test_conic_eval_tan() argument
168 test_conic(skiatest::Reporter* reporter) test_conic() argument
190 test_quad_tangents(skiatest::Reporter* reporter) test_quad_tangents() argument
210 test_conic_tangents(skiatest::Reporter* reporter) test_conic_tangents() argument
245 test_conic_to_quads(skiatest::Reporter* reporter) test_conic_to_quads() argument
266 test_cubic_tangents(skiatest::Reporter* reporter) test_cubic_tangents() argument
287 check_cubic_type(skiatest::Reporter* reporter, const std::array<SkPoint, 4>& bezierPoints, SkCubicType expectedType, bool undefined = false) check_cubic_type() argument
297 check_cubic_around_rect(skiatest::Reporter* reporter, float x1, float y1, float x2, float y2, bool undefined = false) check_cubic_around_rect() argument
388 test_classify_cubic(skiatest::Reporter* reporter) test_classify_cubic() argument
436 test_cubic_cusps(skiatest::Reporter* reporter) test_cubic_cusps() argument
457 test_chop_quad_at_midtangent(skiatest::Reporter* reporter, const SkPoint pts[3]) test_chop_quad_at_midtangent() argument
472 test_chop_cubic_at_midtangent(skiatest::Reporter* reporter, const SkPoint pts[4], SkCubicType cubicType) test_chop_cubic_at_midtangent() argument
526 test_measure_rotation(skiatest::Reporter* reporter) test_measure_rotation() argument
576 test_chop_at_midtangent(skiatest::Reporter* reporter) test_chop_at_midtangent() argument
[all...]
H A DPathOpsExtendedTest.cpp461 static bool inner_simplify(skiatest::Reporter* reporter, cons argument
511 testSimplify(skiatest::Reporter* reporter, const SkPath& path, const char* filename) testSimplify() argument
516 testSimplifyFuzz(skiatest::Reporter* reporter, const SkPath& path, const char* filename) testSimplifyFuzz() argument
521 testSimplifyCheck(skiatest::Reporter* reporter, const SkPath& path, const char* filename, bool checkFail) testSimplifyCheck() argument
527 testSimplifyFail(skiatest::Reporter* reporter, const SkPath& path, const char* filename) testSimplifyFail() argument
532 innerPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b, const SkPathOp shapeOp, const char* testName, ExpectSuccess expectSuccess, SkipAssert skipAssert, ExpectMatch expectMatch) innerPathOp() argument
603 testPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b, const SkPathOp shapeOp, const char* testName) testPathOp() argument
609 testPathOpCheck(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b, const SkPathOp shapeOp, const char* testName, bool checkFail) testPathOpCheck() argument
615 testPathOpFuzz(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b, const SkPathOp shapeOp, const char* testName) testPathOpFuzz() argument
621 testPathOpFail(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b, const SkPathOp shapeOp, const char* testName) testPathOpFail() argument
635 initializeTests(skiatest::Reporter* reporter, const char* test) initializeTests() argument
676 RunTestSet(skiatest::Reporter* reporter, TestDesc tests[], size_t count, void (*firstTest)(skiatest::Reporter* , const char* filename), void (*skipTest)(skiatest::Reporter* , const char* filename), void (*stopTest)(skiatest::Reporter* , const char* filename), bool reverse) RunTestSet() argument
[all...]
H A DPictureTest.cpp147 void check_save_state(skiatest::Reporter* reporter, SkPicture* picture, in check_save_state() argument
191 static void check_balance(skiatest::Reporter* reporter, SkPicture* picture) { in check_balance() argument
257 test_unbalanced_save_restores(skiatest::Reporter* reporter) test_unbalanced_save_restores() argument
351 test_bad_bitmap(skiatest::Reporter* reporter) test_bad_bitmap() argument
368 test_clip_bound_opt(skiatest::Reporter* reporter) test_clip_bound_opt() argument
428 test_cull_rect_reset(skiatest::Reporter* reporter) test_cull_rect_reset() argument
487 test_gen_id(skiatest::Reporter* reporter) test_gen_id() argument
506 test_typeface(skiatest::Reporter* reporter) test_typeface() argument
[all...]
H A DResourceAllocatorTest.cpp157 static void overlap_test(skiatest::Reporter* reporter, GrDirectContext* dContext, in overlap_test() argument
179 static void non_overlap_test(skiatest::Reporter* reporter, GrDirectContext* dContext, in non_overlap_test() argument
361 memory_budget_test(skiatest::Reporter* reporter, GrDirectContext* dContext, const TestCase& test) memory_budget_test() argument
[all...]
H A DBackendAllocationTest.cpp40 test_wrapping(GrDirectContext* dContext, skiatest::Reporter* reporter, std::function<sk_sp<ManagedBackendTexture>(GrDirectContext*, GrMipmapped, GrRenderable)> create, GrColorType grColorType, GrMipmapped mipMapped, GrRenderable renderable) test_wrapping() argument
201 check_solid_pixmap(skiatest::Reporter* reporter, const SkColor4f& expected, const SkPixmap& actual, GrColorType ct, const char* label1, const char* label2) check_solid_pixmap() argument
242 check_base_readbacks(GrDirectContext* dContext, const GrBackendTexture& backendTex, GrColorType colorType, GrRenderable renderableTexture, const SkColor4f& color, skiatest::Reporter* reporter, const char* label) check_base_readbacks() argument
308 test_color_init(GrDirectContext* dContext, skiatest::Reporter* reporter, std::function<sk_sp<ManagedBackendTexture>(GrDirectContext*, const SkColor4f&, GrMipmapped, GrRenderable)> create, GrColorType colorType, const SkColor4f& color, GrMipmapped mipmapped, GrRenderable renderable) test_color_init() argument
356 check_mipmaps(GrDirectContext* dContext, const GrBackendTexture& backendTex, GrColorType colorType, const SkColor4f expectedColors[6], skiatest::Reporter* reporter, const char* label) check_mipmaps() argument
465 test_pixmap_init(GrDirectContext* dContext, skiatest::Reporter* reporter, std::function<sk_sp<ManagedBackendTexture>(GrDirectContext*, const SkPixmap srcData[], int numLevels, GrSurfaceOrigin, GrRenderable)> create, SkColorType skColorType, GrSurfaceOrigin origin, GrMipmapped mipmapped, GrRenderable renderable) test_pixmap_init() argument
560 color_type_backend_allocation_test(const sk_gpu_test::ContextInfo& ctxInfo, skiatest::Reporter* reporter) color_type_backend_allocation_test() argument
[all...]
H A DGrMeshTest.cpp581 run_test(GrDirectContext* dContext, const char* testName, skiatest::Reporter* reporter, const std::unique_ptr<skgpu::v1::SurfaceDrawContext>& sdc, const SkBitmap& gold, std::function<void(DrawMeshHelper*)> prepareFn, std::function<void(DrawMeshHelper*)> executeFn) global() argument
[all...]
H A DReadPixelsTest.cpp164 static bool check_read(skiatest::Reporter* reporter, const SkBitmap& bitmap, int x, int y, in check_read() argument
325 static void test_readpixels(skiatest::Reporter* reporter, const sk_sp<SkSurface>& surface, in test_readpixels() argument
[all...]
H A DGradientTest.cpp24 static void test_big_grad(skiatest::Reporter* reporter) { in test_big_grad() argument
73 static void none_gradproc(skiatest::Reporter* reporter, const GradRec&, const GradRec&) { in none_gradproc() argument
78 static void color_gradproc(skiatest::Reporter* reporter, cons argument
89 linear_gradproc(skiatest::Reporter* reporter, const GradRec& buildRec, const GradRec& checkRec) linear_gradproc() argument
99 radial_gradproc(skiatest::Reporter* reporter, const GradRec& buildRec, const GradRec& checkRec) radial_gradproc() argument
111 sweep_gradproc(skiatest::Reporter* reporter, const GradRec& buildRec, const GradRec& checkRec) sweep_gradproc() argument
122 conical_gradproc(skiatest::Reporter* reporter, const GradRec& buildRec, const GradRec& checkRec) conical_gradproc() argument
163 TestGradientShaders(skiatest::Reporter* reporter) TestGradientShaders() argument
194 TestGradientOptimization(skiatest::Reporter* reporter) TestGradientOptimization() argument
276 test_nearly_vertical(skiatest::Reporter* reporter) test_nearly_vertical() argument
288 test_vertical(skiatest::Reporter* reporter) test_vertical() argument
304 test_linear_fuzz(skiatest::Reporter* reporter) test_linear_fuzz() argument
320 test_two_point_conical_zero_radius(skiatest::Reporter* reporter) test_two_point_conical_zero_radius() argument
[all...]
H A DMathTest.cpp23 static void test_clz(skiatest::Reporter* reporter) { in test_clz() argument
42 static void test_ctz(skiatest::Reporter* reporter) { in test_ctz() argument
77 test_floor_value(skiatest::Reporter* reporter, float value) test_floor_value() argument
86 test_floor(skiatest::Reporter* reporter) test_floor() argument
167 check_length(skiatest::Reporter* reporter, const SkPoint& p, SkScalar targetLen) check_length() argument
178 unittest_isfinite(skiatest::Reporter* reporter) unittest_isfinite() argument
199 unittest_half(skiatest::Reporter* reporter) unittest_half() argument
255 test_rsqrt(skiatest::Reporter* reporter, RSqrtFn rsqrt) test_rsqrt() argument
331 test_muldiv255(skiatest::Reporter* reporter) test_muldiv255() argument
352 test_muldiv255ceiling(skiatest::Reporter* reporter) test_muldiv255ceiling() argument
365 test_copysign(skiatest::Reporter* reporter) test_copysign() argument
403 huge_vector_normalize(skiatest::Reporter* reporter) huge_vector_normalize() argument
[all...]
/third_party/skia/modules/canvaskit/
H A Dgm_bindings.cpp286 RunWithGPUTestContexts(GrContextTestFn* test, GrContextTypeFilterFn* contextTypeFilter, Reporter* reporter, const GrContextOptions& options) RunWithGPUTestContexts() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Dhealth.c409 mlx5_fw_reporter_diagnose(struct devlink_health_reporter *reporter, in mlx5_fw_reporter_diagnose() argument
511 mlx5_fw_reporter_dump(struct devlink_health_reporter *reporter, in mlx5_fw_reporter_dump() argument
566 mlx5_fw_fatal_reporter_recover(struct devlink_health_reporter *reporter, in mlx5_fw_fatal_reporter_recover() argument
576 mlx5_fw_fatal_reporter_dump(struct devlink_health_reporter *reporter, in mlx5_fw_fatal_reporter_dump() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Dhealth.c444 mlx5_fw_reporter_diagnose(struct devlink_health_reporter *reporter, in mlx5_fw_reporter_diagnose() argument
557 mlx5_fw_reporter_dump(struct devlink_health_reporter *reporter, in mlx5_fw_reporter_dump() argument
612 mlx5_fw_fatal_reporter_recover(struct devlink_health_reporter *reporter, in mlx5_fw_fatal_reporter_recover() argument
622 mlx5_fw_fatal_reporter_dump(struct devlink_health_reporter *reporter, in mlx5_fw_fatal_reporter_dump() argument
[all...]
/third_party/benchmark/src/
H A Dbenchmark.cc317 void FlushStreams(BenchmarkReporter* reporter) { in FlushStreams() argument
[all...]
/third_party/benchmark/test/
H A Doutput_test_helper.cc400 benchmark::BenchmarkReporter& reporter; in RunOutputTests() member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_devlink.c100 static int bnxt_fw_diagnose(struct devlink_health_reporter *reporter, in bnxt_fw_diagnose() argument
183 static int bnxt_fw_dump(struct devlink_health_reporter *reporter, in bnxt_fw_dump() argument
223 static int bnxt_fw_recover(struct devlink_health_reporter *reporter, in bnxt_fw_recover() argument
249 struct devlink_health_reporter *reporter; in __bnxt_dl_reporter_create() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_devlink.c464 static int rvu_hw_nix_intr_dump(struct devlink_health_reporter *reporter, in rvu_hw_nix_intr_dump() argument
478 static int rvu_hw_nix_intr_recover(struct devlink_health_reporter *reporter, in rvu_hw_nix_intr_recover() argument
495 static int rvu_hw_nix_gen_dump(struct devlink_health_reporter *reporter, in rvu_hw_nix_gen_dump() argument
509 static int rvu_hw_nix_gen_recover(struct devlink_health_reporter *reporter, in rvu_hw_nix_gen_recover() argument
526 static int rvu_hw_nix_err_dump(struct devlink_health_reporter *reporter, in rvu_hw_nix_err_dump() argument
540 rvu_hw_nix_err_recover(struct devlink_health_reporter *reporter, void *ctx, struct netlink_ext_ack *netlink_extack) rvu_hw_nix_err_recover() argument
557 rvu_hw_nix_ras_dump(struct devlink_health_reporter *reporter, struct devlink_fmsg *fmsg, void *ctx, struct netlink_ext_ack *netlink_extack) rvu_hw_nix_ras_dump() argument
571 rvu_hw_nix_ras_recover(struct devlink_health_reporter *reporter, void *ctx, struct netlink_ext_ack *netlink_extack) rvu_hw_nix_ras_recover() argument
1104 rvu_hw_npa_intr_dump(struct devlink_health_reporter *reporter, struct devlink_fmsg *fmsg, void *ctx, struct netlink_ext_ack *netlink_extack) rvu_hw_npa_intr_dump() argument
1118 rvu_hw_npa_intr_recover(struct devlink_health_reporter *reporter, void *ctx, struct netlink_ext_ack *netlink_extack) rvu_hw_npa_intr_recover() argument
1135 rvu_hw_npa_gen_dump(struct devlink_health_reporter *reporter, struct devlink_fmsg *fmsg, void *ctx, struct netlink_ext_ack *netlink_extack) rvu_hw_npa_gen_dump() argument
1149 rvu_hw_npa_gen_recover(struct devlink_health_reporter *reporter, void *ctx, struct netlink_ext_ack *netlink_extack) rvu_hw_npa_gen_recover() argument
1166 rvu_hw_npa_err_dump(struct devlink_health_reporter *reporter, struct devlink_fmsg *fmsg, void *ctx, struct netlink_ext_ack *netlink_extack) rvu_hw_npa_err_dump() argument
1180 rvu_hw_npa_err_recover(struct devlink_health_reporter *reporter, void *ctx, struct netlink_ext_ack *netlink_extack) rvu_hw_npa_err_recover() argument
1197 rvu_hw_npa_ras_dump(struct devlink_health_reporter *reporter, struct devlink_fmsg *fmsg, void *ctx, struct netlink_ext_ack *netlink_extack) rvu_hw_npa_ras_dump() argument
1211 rvu_hw_npa_ras_recover(struct devlink_health_reporter *reporter, void *ctx, struct netlink_ext_ack *netlink_extack) rvu_hw_npa_ras_recover() argument
[all...]
/kernel/linux/linux-6.6/net/devlink/
H A Dhealth.c73 devlink_health_reporter_priv(struct devlink_health_reporter *reporter) in devlink_health_reporter_priv() argument
83 struct devlink_health_reporter *reporter; in __devlink_health_reporter_find_by_name() local
112 struct devlink_health_reporter *reporter; in __devlink_health_reporter_create() local
144 struct devlink_health_reporter *reporter; devl_port_health_reporter_create() local
168 struct devlink_health_reporter *reporter; devlink_port_health_reporter_create() local
192 struct devlink_health_reporter *reporter; devl_health_reporter_create() local
214 struct devlink_health_reporter *reporter; devlink_health_reporter_create() local
225 devlink_health_reporter_free(struct devlink_health_reporter *reporter) devlink_health_reporter_free() argument
238 devl_health_reporter_destroy(struct devlink_health_reporter *reporter) devl_health_reporter_destroy() argument
248 devlink_health_reporter_destroy(struct devlink_health_reporter *reporter) devlink_health_reporter_destroy() argument
259 devlink_nl_health_reporter_fill(struct sk_buff *msg, struct devlink_health_reporter *reporter, enum devlink_command cmd, u32 portid, u32 seq, int flags) devlink_nl_health_reporter_fill() argument
360 struct devlink_health_reporter *reporter; devlink_nl_health_reporter_get_doit() local
391 struct devlink_health_reporter *reporter; devlink_nl_health_reporter_get_dump_one() local
458 struct devlink_health_reporter *reporter; devlink_nl_cmd_health_reporter_set_doit() local
488 devlink_recover_notify(struct devlink_health_reporter *reporter, enum devlink_command cmd) devlink_recover_notify() argument
513 devlink_health_reporter_recovery_done(struct devlink_health_reporter *reporter) devlink_health_reporter_recovery_done() argument
521 devlink_health_reporter_recover(struct devlink_health_reporter *reporter, void *priv_ctx, struct netlink_ext_ack *extack) devlink_health_reporter_recover() argument
544 devlink_health_dump_clear(struct devlink_health_reporter *reporter) devlink_health_dump_clear() argument
552 devlink_health_do_dump(struct devlink_health_reporter *reporter, void *priv_ctx, struct netlink_ext_ack *extack) devlink_health_do_dump() argument
593 devlink_health_report(struct devlink_health_reporter *reporter, const char *msg, void *priv_ctx) devlink_health_report() argument
643 devlink_health_reporter_state_update(struct devlink_health_reporter *reporter, enum devlink_health_reporter_state state) devlink_health_reporter_state_update() argument
664 struct devlink_health_reporter *reporter; devlink_nl_cmd_health_reporter_recover_doit() local
1226 struct devlink_health_reporter *reporter; devlink_nl_cmd_health_reporter_diagnose_doit() local
1265 struct devlink_health_reporter *reporter; devlink_health_reporter_get_from_cb_lock() local
1285 struct devlink_health_reporter *reporter; devlink_nl_cmd_health_reporter_dump_get_dumpit() local
1324 struct devlink_health_reporter *reporter; devlink_nl_cmd_health_reporter_dump_clear_doit() local
1341 struct devlink_health_reporter *reporter; devlink_nl_cmd_health_reporter_test_doit() local
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dsemind.c791 static struct reporter reporter = { in command_add() local

Completed in 25 milliseconds

12345678910