Home
last modified time | relevance | path

Searched defs:reporter (Results 76 - 100 of 237) sorted by relevance

12345678910

/third_party/skia/tests/
H A DProxyConversionTest.cpp23 make_wrapped_rt(GrProxyProvider* provider, GrGpu* gpu, skiatest::Reporter* reporter, const SkISize& size, GrColorType colorType) make_wrapped_rt() argument
[all...]
H A DQuickRejectTest.cpp16 static void test_drawBitmap(skiatest::Reporter* reporter) { in test_drawBitmap() argument
43 static void test_layers(skiatest::Reporter* reporter) { in test_layers() argument
59 test_quick_reject(skiatest::Reporter* reporter) test_quick_reject() argument
[all...]
H A DSpecialImageTest.cpp58 static void test_image(const sk_sp<SkSpecialImage>& img, skiatest::Reporter* reporter, in test_image() argument
159 test_specialimage_image(skiatest::Reporter* reporter) test_specialimage_image() argument
[all...]
H A DSkbug6653.cpp32 test_bug_6653(GrDirectContext* dContext, skiatest::Reporter* reporter, const char* label) test_bug_6653() argument
H A DStringTest.cpp172 assert_2000_spaces(skiatest::Reporter* reporter, const SkString& str) assert_2000_spaces() argument
[all...]
H A DUtilsTest.cpp33 static void test_autounref(skiatest::Reporter* reporter) { in test_autounref() argument
54 test_autostarray(skiatest::Reporter* reporter) test_autostarray() argument
127 test_search(skiatest::Reporter* reporter) test_search() argument
[all...]
H A DTraceMemoryDumpTest.cpp59 void ValidateMemoryDumps(skiatest::Reporter* reporter, GrDirectContext* dContext, in ValidateMemoryDumps() argument
[all...]
H A DImageNewShaderTest.cpp17 static void test_bitmap_equality(skiatest::Reporter* reporter, SkBitmap& bm1, SkBitmap& bm2) { in test_bitmap_equality() argument
39 static void run_shader_test(skiatest::Reporter* reporter, SkSurface* sourceSurface, in run_shader_test() argument
106 static void gpu_to_gpu(skiatest::Reporter* reporter, GrRecordingContex argument
115 raster_to_gpu(skiatest::Reporter* reporter, GrRecordingContext* rContext) raster_to_gpu() argument
[all...]
H A DImageCacheTest.cpp45 static void test_cache(skiatest::Reporter* reporter, SkResourceCache& cache, bool testPurge) { in test_cache() argument
76 static void test_cache_purge_shared_id(skiatest::Reporter* reporter, SkResourceCache& cache) { in test_cache_purge_shared_id() argument
[all...]
H A DYUVTest.cpp16 static void codec_yuv(skiatest::Reporter* reporter, in codec_yuv() argument
[all...]
H A DFontTest.cpp18 static SkFont serialize_deserialize(const SkFont& font, skiatest::Reporter* reporter) { in serialize_deserialize() argument
H A DMaskCacheTest.cpp23 static void check_data(skiatest::Reporter* reporter, SkCachedData* data, in check_data() argument
[all...]
H A DPathOpsSimplifyFailTest.cpp41 static void failOne(skiatest::Reporter* reporter, int index) { in failOne() argument
70 static void dontFailOne(skiatest::Reporter* reporter, int index) { in dontFailOne() argument
95 static void fuzz_59(skiatest::Reporter* reporter, cons argument
107 fuzz_x1(skiatest::Reporter* reporter, const char* filename) fuzz_x1() argument
117 fuzz_x2(skiatest::Reporter* reporter, const char* filename) fuzz_x2() argument
127 fuzz763_1(skiatest::Reporter* reporter, const char* filename) fuzz763_1() argument
157 fuzz763_2s(skiatest::Reporter* reporter, const char* filename) fuzz763_2s() argument
216 fuzz_x3(skiatest::Reporter* reporter, const char* filename) fuzz_x3() argument
227 fuzz_k1(skiatest::Reporter* reporter, const char* filename) fuzz_k1() argument
[all...]
H A DGrAHardwareBufferTest.cpp75 static bool check_read(skiatest::Reporter* reporter, const SkBitmap& expectedBitmap, in check_read() argument
101 static void basic_draw_test_helper(skiatest::Reporter* reporter, in basic_draw_test_helper() argument
211 surface_draw_test_helper(skiatest::Reporter* reporter, const sk_gpu_test::ContextInfo& info, GrSurfaceOrigin surfaceOrigin) surface_draw_test_helper() argument
[all...]
H A DMipMapTest.cpp59 test_mipmap_generation(int width, int height, int expectedMipLevelCount, skiatest::Reporter* reporter) test_mipmap_generation() argument
[all...]
H A DPathBuilderTest.cpp13 static void is_empty(skiatest::Reporter* reporter, const SkPath& p) { in is_empty() argument
[all...]
H A DPathCoverageTest.cpp152 static void TestQuadPointCount(skiatest::Reporter* reporter) { in TestQuadPointCount() argument
111 one_d_pe(const int* array, const unsigned int count, skiatest::Reporter* reporter) one_d_pe() argument
[all...]
H A DPathOpsIssue3651.cpp472 static void issue3651_1a(skiatest::Reporter* reporter, const char* filename) { in issue3651_1a() argument
1204 static void issue3651_1(skiatest::Reporter* reporter, const char* filename) { in issue3651_1() argument
1212 static void issue3651_2(skiatest::Reporter* reporter, const char* filename) { in issue3651_2() argument
1218 static void issue3651_3(skiatest::Reporter* reporter, const char* filename) { in issue3651_3() argument
1224 static void issue3651_4(skiatest::Reporter* reporter, const char* filename) { in issue3651_4() argument
1399 issue3651_5(skiatest::Reporter* reporter, const char* filename) issue3651_5() argument
1462 issue3651_6(skiatest::Reporter* reporter, const char* filename) issue3651_6() argument
1475 issue3651_7(skiatest::Reporter* reporter, const char* filename) issue3651_7() argument
[all...]
H A DDataRefTest.cpp25 static void test_is_equal(skiatest::Reporter* reporter, in test_is_equal() argument
37 static void test_datatable_is_empty(skiatest::Reporter* reporter, SkDataTable* table) { in test_datatable_is_empty() argument
42 static void test_emptytable(skiatest::Reporter* reporter) { in test_emptytable() argument
58 test_simpletable(skiatest::Reporter* reporter) test_simpletable() argument
71 test_vartable(skiatest::Reporter* reporter) test_vartable() argument
96 test_globaltable(skiatest::Reporter* reporter) test_globaltable() argument
129 assert_len(skiatest::Reporter* reporter, const sk_sp<SkData>& ref, size_t len) assert_len() argument
133 assert_data(skiatest::Reporter* reporter, const sk_sp<SkData>& ref, const void* data, size_t len) assert_data() argument
139 test_cstring(skiatest::Reporter* reporter) test_cstring() argument
153 test_files(skiatest::Reporter* reporter) test_files() argument
[all...]
/third_party/vixl/test/aarch64/
H A Dtest-api-movprfx-aarch64.cc66 InstructionReporter reporter; in CheckAndMaybeDisassembleMovprfxPairs() local
/kernel/linux/linux-5.10/drivers/net/netdevsim/
H A Dhealth.c12 nsim_dev_empty_reporter_dump(struct devlink_health_reporter *reporter, in nsim_dev_empty_reporter_dump() argument
20 nsim_dev_empty_reporter_diagnose(struct devlink_health_reporter *reporter, in nsim_dev_empty_reporter_diagnose() argument
39 nsim_dev_dummy_reporter_recover(struct devlink_health_reporter *reporter, in nsim_dev_dummy_reporter_recover() argument
186 nsim_dev_dummy_reporter_dump(struct devlink_health_reporter *reporter, in nsim_dev_dummy_reporter_dump() argument
204 nsim_dev_dummy_reporter_diagnose(struct devlink_health_reporter *reporter, in nsim_dev_dummy_reporter_diagnose() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/pds_core/
H A Ddevlink.c153 int pdsc_fw_reporter_diagnose(struct devlink_health_reporter *reporter, in pdsc_fw_reporter_diagnose() argument
/kernel/linux/linux-6.6/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-6.6/drivers/net/netdevsim/
H A Dhealth.c12 nsim_dev_empty_reporter_dump(struct devlink_health_reporter *reporter, in nsim_dev_empty_reporter_dump() argument
20 nsim_dev_empty_reporter_diagnose(struct devlink_health_reporter *reporter, in nsim_dev_empty_reporter_diagnose() argument
39 nsim_dev_dummy_reporter_recover(struct devlink_health_reporter *reporter, in nsim_dev_dummy_reporter_recover() argument
154 nsim_dev_dummy_reporter_dump(struct devlink_health_reporter *reporter, in nsim_dev_dummy_reporter_dump() argument
172 nsim_dev_dummy_reporter_diagnose(struct devlink_health_reporter *reporter, in nsim_dev_dummy_reporter_diagnose() argument
/third_party/ltp/pan/
H A Dreporter.c250 int reporter(SYM s) in reporter() function

Completed in 17 milliseconds

12345678910