Home
last modified time | relevance | path

Searched defs:reporter (Results 101 - 125 of 229) sorted by relevance

12345678910

/third_party/skia/tests/
H A DDrawPathTest.cpp28 static void test_big_aa_rect(skiatest::Reporter* reporter) { in test_big_aa_rect() argument
129 static void test_crbug_1239558(skiatest::Reporter* reporter) { in test_crbug_1239558() argument
334 static void test_infinite_dash(skiatest::Reporter* reporter) { in test_infinite_dash() argument
354 static void test_crbug_165432(skiatest::Reporter* reporter) { in test_crbug_165432() argument
374 test_crbug_472147_simple(skiatest::Reporter* reporter) test_crbug_472147_simple() argument
389 test_crbug_472147_actual(skiatest::Reporter* reporter) test_crbug_472147_actual() argument
[all...]
H A DExtendedSkColorTypeTests.cpp77 static void raster_tests(skiatest::Reporter* reporter, const TestCase& test) { in raster_tests() argument
159 compare_pixmaps(skiatest::Reporter* reporter, const SkPixmap& expected, const SkPixmap& actual, SkColorType ct, const char* label) compare_pixmaps() argument
175 gpu_tests(GrDirectContext* dContext, skiatest::Reporter* reporter, const TestCase& test) gpu_tests() argument
[all...]
H A DEmptyPathTest.cpp15 static void drawAndTest(skiatest::Reporter* reporter, const SkPath& path, in drawAndTest() argument
63 static void iter_paint(skiatest::Reporter* reporter, const SkPath& path, bool shouldDraw, in iter_paint() argument
125 static void test_emptydrawing(skiatest::Reporter* reporter) { in test_emptydrawing() argument
H A DImageFilterCacheTest.cpp40 static void test_find_existing(skiatest::Reporter* reporter, in test_find_existing() argument
63 static void test_dont_find_if_diff_key(skiatest::Reporter* reporter, in test_dont_find_if_diff_key() argument
90 static void test_internal_purge(skiatest::Reporter* reporter, cons argument
116 test_explicit_purging(skiatest::Reporter* reporter, const sk_sp<SkSpecialImage>& image, const sk_sp<SkSpecialImage>& subset) test_explicit_purging() argument
172 test_image_backed(skiatest::Reporter* reporter, GrRecordingContext* rContext, const sk_sp<SkImage>& srcImage) test_image_backed() argument
[all...]
H A DPathOpsConicLineIntersectionTest.cpp73 static void testOneOffs(skiatest::Reporter* reporter) { in testOneOffs() argument
[all...]
H A DTArrayTest.cpp16 static void TestTSet_basic(skiatest::Reporter* reporter) { in TestTSet_basic() argument
63 test_construction(skiatest::Reporter* reporter) test_construction() argument
118 test_skstarray_compatibility(skiatest::Reporter* reporter) test_skstarray_compatibility() argument
169 test_swap(skiatest::Reporter* reporter, SkTArray<T>* (&arrays)[4], int (&sizes)[7]) test_swap() argument
203 test_swap(skiatest::Reporter* reporter) test_swap() argument
228 test_unnecessary_alloc(skiatest::Reporter* reporter) test_unnecessary_alloc() argument
286 test_self_assignment(skiatest::Reporter* reporter) test_self_assignment() argument
299 test_array_reserve(skiatest::Reporter* reporter, Array* array, int reserveCount) test_array_reserve() argument
318 test_reserve(skiatest::Reporter* reporter) test_reserve() argument
[all...]
H A DTDPQueueTest.cpp14 static void simple_test(skiatest::Reporter* reporter) { in simple_test() argument
81 random_test(skiatest::Reporter* reporter) random_test() argument
153 sort_test(skiatest::Reporter* reporter) sort_test() argument
[all...]
H A DWriter32Test.cpp14 static void check_contents(skiatest::Reporter* reporter, const SkWriter32& writer, in check_contents() argument
23 static void test_reserve(skiatest::Reporter* reporter) { in test_reserve() argument
31 static void test_string_null(skiatest::Reporter* reporter) { in test_string_null() argument
41 static void test_rewind(skiatest::Reporter* reporter) { in test_rewind() argument
71 test1(skiatest::Reporter* reporter, SkWriter32* writer) test1() argument
85 testWritePad(skiatest::Reporter* reporter, SkWriter32* writer) testWritePad() argument
123 testOverwriteT(skiatest::Reporter* reporter, SkWriter32* writer) testOverwriteT() argument
[all...]
H A DFontNamesTest.cpp117 static void test_synthetic(skiatest::Reporter* reporter, bool verbose) { in test_synthetic() argument
145 static void test_systemfonts(skiatest::Reporter* reporter, bool verbose) { in test_systemfonts() argument
[all...]
H A DPathOpsCubicLineIntersectionTest.cpp29 static void testFail(skiatest::Reporter* reporter, int iIndex) { in testFail() argument
131 static void testOne(skiatest::Reporter* reporter, int iIndex) { in testOne() argument
[all...]
H A DPathOpsQuadLineIntersectionTest.cpp83 static void testOneOffs(skiatest::Reporter* reporter) { in testOneOffs() argument
[all...]
H A DPathOpsQuadLineIntersectionThreadedTest.cpp47 static void testLineIntersect(skiatest::Reporter* reporter, const SkDQuad& quad, in testLineIntersect() argument
H A DSkTBlockListTest.cpp56 check_allocator_helper(SkTBlockList<C, N>* allocator, int cnt, int popCnt, skiatest::Reporter* reporter) check_allocator_helper() argument
83 check_iterator_helper(SkTBlockList<C, N>* allocator, const std::vector<C*>& expected, skiatest::Reporter* reporter) check_iterator_helper() argument
130 check_allocator(SkTBlockList<C, N>* allocator, int cnt, int popCnt, skiatest::Reporter* reporter) check_allocator() argument
172 run_allocator_test(SkTBlockList<C, N>* allocator, skiatest::Reporter* reporter) run_allocator_test() argument
183 run_concat_test(skiatest::Reporter* reporter, int aCount, int bCount) run_concat_test() argument
217 run_concat_trivial_test(skiatest::Reporter* reporter, int aCount, int bCount) run_concat_trivial_test() argument
248 run_reserve_test(skiatest::Reporter* reporter) run_reserve_test() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/android/java/src/com/android/angle/test/
H A DAngleNativeTest.java42 ReportingUncaughtExceptionHandler( TestStatusReporter reporter, Thread.UncaughtExceptionHandler wrappedHandler) ReportingUncaughtExceptionHandler() argument
/third_party/vixl/test/
H A Dtest-donkey.cc150 InstructionReporter reporter; in main() local
/third_party/skia/modules/skshaper/tests/
H A DShaperTest.cpp118 void shaper_test(skiatest::Reporter* reporter, const char* name, SkData* data) { in shaper_test() argument
145 void cluster_test(skiatest::Reporter* reporter, const char* resource) { in cluster_test() argument
[all...]
/third_party/skia/modules/sksg/tests/
H A DSGTest.cpp27 static void check_inval(skiatest::Reporter* reporter, const sk_sp<sksg::Node>& root, in check_inval() argument
64 static void check_hittest(skiatest::Reporter* reporter, const sk_sp<sksg::RenderNode>& root, in check_hittest() argument
76 static void inval_test1(skiatest::Reporter* reporter) { in inval_test1() argument
221 inval_test2(skiatest::Reporter* reporter) inval_test2() argument
288 inval_test3(skiatest::Reporter* reporter) inval_test3() argument
340 inval_group_remove(skiatest::Reporter* reporter) inval_group_remove() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
H A Dhinic_devlink.c462 static int hinic_hw_reporter_dump(struct devlink_health_reporter *reporter, in hinic_hw_reporter_dump() argument
538 static int hinic_fw_reporter_dump(struct devlink_health_reporter *reporter, in hinic_fw_reporter_dump() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_devlink.c37 qed_fw_fatal_reporter_dump(struct devlink_health_reporter *reporter, in qed_fw_fatal_reporter_dump() argument
78 qed_fw_fatal_reporter_recover(struct devlink_health_reporter *reporter, in qed_fw_fatal_reporter_recover() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dreporter_tx.c132 static int mlx5e_tx_reporter_recover(struct devlink_health_reporter *reporter, in mlx5e_tx_reporter_recover() argument
207 static int mlx5e_tx_reporter_diagnose(struct devlink_health_reporter *reporter, in mlx5e_tx_reporter_diagnose() argument
394 static int mlx5e_tx_reporter_dump(struct devlink_health_reporter *reporter, in mlx5e_tx_reporter_dump() argument
450 struct devlink_health_reporter *reporter; in mlx5e_reporter_tx_create() local
[all...]
H A Dhealth.c227 mlx5e_health_report(struct mlx5e_priv *priv, struct devlink_health_reporter *reporter, char *err_str, struct mlx5e_err_ctx *err_ctx) mlx5e_health_report() argument
H A Dreporter_rx.c169 static int mlx5e_rx_reporter_recover(struct devlink_health_reporter *reporter, in mlx5e_rx_reporter_recover() argument
309 static int mlx5e_rx_reporter_diagnose(struct devlink_health_reporter *reporter, in mlx5e_rx_reporter_diagnose() argument
547 static int mlx5e_rx_reporter_dump(struct devlink_health_reporter *reporter, in mlx5e_rx_reporter_dump() argument
614 struct devlink_health_reporter *reporter; in mlx5e_reporter_rx_create() local
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Digmp.h87 char reporter; member
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/
H A Dhinic_devlink.c450 static int hinic_hw_reporter_dump(struct devlink_health_reporter *reporter, in hinic_hw_reporter_dump() argument
526 static int hinic_fw_reporter_dump(struct devlink_health_reporter *reporter, in hinic_fw_reporter_dump() argument
/kernel/linux/linux-6.6/include/linux/
H A Digmp.h85 char reporter; member

Completed in 12 milliseconds

12345678910