Home
last modified time | relevance | path

Searched refs:reporter (Results 326 - 350 of 377) sorted by relevance

1...<<111213141516

/third_party/libabigail/src/
H A Dabg-leaf-reporter.cc15 #include "abg-reporter.h"
16 #include "abg-reporter-priv.h"
123 report_type_changes_from_diff_maps(const leaf_reporter& reporter, in report_type_changes_from_diff_maps() argument
129 report_diffs(reporter, maps.get_type_decl_diff_map(), out, indent); in report_type_changes_from_diff_maps()
132 report_diffs(reporter, maps.get_enum_diff_map(), out, indent); in report_type_changes_from_diff_maps()
135 report_diffs(reporter, maps.get_class_diff_map(), out, indent); in report_type_changes_from_diff_maps()
138 report_diffs(reporter, maps.get_union_diff_map(), out, indent); in report_type_changes_from_diff_maps()
141 report_diffs(reporter, maps.get_typedef_diff_map(), out, indent); in report_type_changes_from_diff_maps()
144 report_diffs(reporter, maps.get_array_diff_map(), out, indent); in report_type_changes_from_diff_maps()
147 // report_diffs(reporter, map in report_type_changes_from_diff_maps()
[all...]
/third_party/skia/tests/
H A DMatrixClipCollapseTest.cpp662 static void test_collapse(skiatest::Reporter* reporter) { in test_collapse() argument
700 REPORTER_ASSERT(reporter, expected.count() == actual.count()); in test_collapse()
710 REPORTER_ASSERT(reporter, expected[i] == actual[i]); in test_collapse()
726 DEF_TEST(MatrixClipCollapse, reporter) { in DEF_TEST()
727 test_collapse(reporter); in DEF_TEST()
H A DProgramsTest.cpp388 static void test_programs(skiatest::Reporter* reporter, const sk_gpu_test::ContextInfo& ctxInfo) { in test_programs() argument
398 REPORTER_ASSERT(reporter, GrDrawingManager::ProgramUnitTest(ctxInfo.directContext(), maxStages, in test_programs()
402 DEF_GPUTEST(Programs, reporter, options) { in DEF_GPUTEST()
416 test_programs, &sk_gpu_test::GrContextFactory::IsRenderingContext, reporter, opts); in DEF_GPUTEST()
H A DGrContextAbandonTest.cpp16 DEF_GPUTEST(GrContext_abandonContext, reporter, options) { in DEF_GPUTEST()
H A DSrcSrcOverBatchTest.cpp18 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(SrcSrcOverBatchTest, reporter, ctxInfo) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
H A DBadIcoTest.cpp20 DEF_TEST(BadImage, reporter) { in DEF_TEST()
H A DScaleToSidesTest.cpp14 DEF_TEST(ScaleToSides, reporter) { in DEF_TEST()
H A DPathOpsFuzz763Test.cpp12 static void fuzz763_3084(skiatest::Reporter* reporter, const char* filename) { in fuzz763_3084() argument
65 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename); in fuzz763_3084()
68 static void fuzz763_1823(skiatest::Reporter* reporter, const char* filename) { in fuzz763_1823() argument
120 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename); in fuzz763_1823()
123 static void fuzz763_378(skiatest::Reporter* reporter, const char* filename) { in fuzz763_378() argument
213 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename); in fuzz763_378()
216 static void fuzz763_378b(skiatest::Reporter* reporter, const char* filename) { in fuzz763_378b() argument
236 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename); in fuzz763_378b()
239 static void fuzz763_378c(skiatest::Reporter* reporter, const char* filename) { in fuzz763_378c() argument
257 testPathOp(reporter, path in fuzz763_378c()
260 fuzz763_378d(skiatest::Reporter* reporter, const char* filename) fuzz763_378d() argument
278 fuzz763_558(skiatest::Reporter* reporter, const char* filename) fuzz763_558() argument
372 fuzz763_378a(skiatest::Reporter* reporter, const char* filename) fuzz763_378a() argument
461 fuzz763_378a_1(skiatest::Reporter* reporter, const char* filename) fuzz763_378a_1() argument
501 fuzz763_8712(skiatest::Reporter* reporter, const char* filename) fuzz763_8712() argument
591 fuzz763_8712a(skiatest::Reporter* reporter, const char* filename) fuzz763_8712a() argument
626 fuzz763_4014(skiatest::Reporter* reporter, const char* filename) fuzz763_4014() argument
715 fuzz763_4014a(skiatest::Reporter* reporter, const char* filename) fuzz763_4014a() argument
751 fuzz763_1404(skiatest::Reporter* reporter, const char* filename) fuzz763_1404() argument
852 fuzz763_4713(skiatest::Reporter* reporter, const char* filename) fuzz763_4713() argument
938 fuzz763_24588(skiatest::Reporter* reporter, const char* filename) fuzz763_24588() argument
1032 fuzz763_20016(skiatest::Reporter* reporter, const char* filename) fuzz763_20016() argument
1134 fuzz763_17370(skiatest::Reporter* reporter, const char* filename) fuzz763_17370() argument
1243 fuzz763_35322(skiatest::Reporter* reporter, const char* filename) fuzz763_35322() argument
1350 fuzz763_849020(skiatest::Reporter* reporter, const char* filename) fuzz763_849020() argument
1442 fuzz763_1597464(skiatest::Reporter* reporter, const char* filename) fuzz763_1597464() argument
1534 fuzz763_34974(skiatest::Reporter* reporter, const char* filename) fuzz763_34974() argument
1645 fuzz763_2211264(skiatest::Reporter* reporter, const char* filename) fuzz763_2211264() argument
1720 fuzz763_4628016(skiatest::Reporter* reporter, const char* filename) fuzz763_4628016() argument
1813 fuzz763_6411089(skiatest::Reporter* reporter, const char* filename) fuzz763_6411089() argument
1906 fuzz763_3283699(skiatest::Reporter* reporter, const char* filename) fuzz763_3283699() argument
2006 fuzz763_1026368(skiatest::Reporter* reporter, const char* filename) fuzz763_1026368() argument
2099 fuzz763_5485218(skiatest::Reporter* reporter, const char* filename) fuzz763_5485218() argument
2205 fuzz763_2674194(skiatest::Reporter* reporter, const char* filename) fuzz763_2674194() argument
2312 fuzz763_10022998(skiatest::Reporter* reporter, const char* filename) fuzz763_10022998() argument
[all...]
H A DTestUtils.h81 void CheckSingleThreadedProxyRefs(skiatest::Reporter* reporter,
H A DInvalidIndexedPngTest.cpp30 DEF_TEST(InvalidIndexedPng, reporter) { in DEF_TEST()
H A DOpChainTest.cpp174 DEF_GPUTEST(OpChainTest, reporter, /*ctxInfo*/) { in DEF_GPUTEST()
256 REPORTER_ASSERT(reporter, std::equal(result, result + result_width(), validResult)); in DEF_GPUTEST()
H A DTracingTest.cpp182 DEF_TEST(Tracing, reporter) { in DEF_TEST()
/third_party/benchmark/test/
H A Doutput_test_helper.cc400 benchmark::BenchmarkReporter& reporter; in RunOutputTests() member
407 : name(n), output_cases(out_tc), error_cases(err_tc), reporter(br) { in RunOutputTests()
408 reporter.SetOutputStream(&out_stream); in RunOutputTests()
409 reporter.SetErrorStream(&err_stream); in RunOutputTests()
420 // Create the test reporter and run the benchmarks. in RunOutputTests()
/third_party/ltp/pan/
H A Dltp-scanner.c131 #include "reporter.h"
172 reporter(tags); in main()
H A Dreporter.c33 /* $Id: reporter.c,v 1.1 2000/09/21 21:35:06 alaffin Exp $ */
43 #include "reporter.h"
250 int reporter(SYM s) in reporter() function
/third_party/skia/tests/graphite/
H A DRectTest.cpp13 #define CHECK(A) REPORTER_ASSERT(reporter, A)
15 DEF_GRAPHITE_TEST(skgpu_Rect, reporter) { in DEF_GRAPHITE_TEST()
/third_party/skia/infra/wasm-common/gold/
H A Dwasm_gold_aggregator.go90 http.HandleFunc("/report_gold_data", reporter)
98 // reporter handles when the client reports a test has Gold output.
101 func reporter(w http.ResponseWriter, r *http.Request) {
/third_party/skia/infra/wasm-common/perf/
H A Dwasm_perf_aggregator.go106 http.HandleFunc("/report_perf_data", reporter)
114 // reporter handles when the client reports a test has a benchmark.
115 func reporter(w http.ResponseWriter, r *http.Request) {
/third_party/skia/infra/lottiecap/gold/
H A Dlottie-web-aggregator.go82 http.HandleFunc("/report_gold_data", reporter)
90 // reporter handles when the client reports a test has Gold output.
93 func reporter(w http.ResponseWriter, r *http.Request) {
/third_party/protobuf/src/google/protobuf/util/
H A Dmessage_differencer.cc62 // A reporter to report the total number of diffs.
459 void MessageDifferencer::ReportDifferencesTo(Reporter* reporter) { in ReportDifferencesTo() argument
461 // it superseding the specified reporter. in ReportDifferencesTo()
466 reporter_ = reporter; in ReportDifferencesTo()
491 // Setup the internal reporter if need be. in Compare()
494 StreamReporter reporter(&output_stream); in Compare()
495 reporter_ = &reporter; in Compare()
534 // Setup the internal reporter if need be. in CompareWithFields()
537 StreamReporter reporter(&output_stream); in CompareWithFields()
538 reporter_ = &reporter; in CompareWithFields()
876 IsMatch( const FieldDescriptor* repeated_field, const MapKeyComparator* key_comparator, const Message* message1, const Message* message2, const std::vector<SpecificField>& parent_fields, Reporter* reporter, int index1, int index2) IsMatch() argument
1599 Reporter* reporter = reporter_; MatchRepeatedFieldIndices() local
[all...]
/third_party/skia/third_party/externals/tint/src/
H A Ddebug.h26 /// Function type used for registering an internal compiler error reporter
29 /// Sets the global error reporter to be called in case of internal compiler
31 /// @param reporter the error reporter
32 void SetInternalCompilerErrorReporter(InternalCompilerErrorReporter* reporter);
80 /// InternalCompilerErrorReporter with the full diagnostic list if a reporter is
91 /// reporter is set.
100 /// reporter is set.
/third_party/skia/tools/fm/
H A Dfm.cpp247 } reporter; in init()
249 test.run(&reporter, GrContextOptions{}); in init()
251 if (reporter.msg.isEmpty()) { in init()
257 return fail(reporter.msg.c_str()); in init()
/third_party/node/lib/internal/test_runner/
H A Drunner.js81 const kFilterArgValues = ['--test-reporter', '--test-reporter-destination'];
236 this.reporter[kEmitMessage](item.type, item.data);
421 opts.root.reporter[kEmitMessage]('test:watch:drained');
560 return root.reporter;
/third_party/skia/src/gpu/
H A DGrGpuResourceCacheAccess.h102 friend void test_unbudgeted_to_scratch(skiatest::Reporter* reporter); // for unit testing
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBReporter.java35 JButton statusButton; // Button for toggling the reporter on/off
1163 RBReporter reporter; in main()
1166 reporter = new RBReporter(true); in main()
1168 reporter = new RBReporter(false); in main()
1170 reporter.generateReports(); in main()
1175 reporter.thisWindowClosing(null); in main()
1177 reporter = new RBReporter(false); in main()
1178 if (!reporter.running) in main()
1179 reporter.toggleStatus(); in main()
1180 System.out.println("RBReporter: Next Report at " + reporter in main()
[all...]

Completed in 16 milliseconds

1...<<111213141516