Home
last modified time | relevance | path

Searched refs:reporter (Results 351 - 367 of 367) sorted by relevance

1...<<1112131415

/third_party/skia/tests/
H A DPathOpsIssue3651.cpp472 static void issue3651_1a(skiatest::Reporter* reporter, const char* filename) { in issue3651_1a() argument
476 testPathOpCheck(reporter, path, pathB, SkPathOp::kUnion_SkPathOp, filename, in issue3651_1a()
1204 static void issue3651_1(skiatest::Reporter* reporter, const char* filename) { in issue3651_1() argument
1208 testPathOpCheck(reporter, path, pathB, SkPathOp::kUnion_SkPathOp, filename, in issue3651_1()
1212 static void issue3651_2(skiatest::Reporter* reporter, const char* filename) { in issue3651_2() argument
1215 testPathOp(reporter, path, pathB, SkPathOp::kUnion_SkPathOp, filename); in issue3651_2()
1218 static void issue3651_3(skiatest::Reporter* reporter, const char* filename) { in issue3651_3() argument
1221 testPathOp(reporter, path, pathB, SkPathOp::kUnion_SkPathOp, filename); in issue3651_3()
1224 static void issue3651_4(skiatest::Reporter* reporter, const char* filename) { in issue3651_4() argument
1396 testPathOp(reporter, path in issue3651_4()
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 DSkVMTest.cpp893 DEF_TEST(SkVM_premul, reporter) {
909 REPORTER_ASSERT(reporter, p.done().instructions().size() == 4);
925 REPORTER_ASSERT(reporter, p.done().instructions().size() == 2);
943 REPORTER_ASSERT(reporter, p.done().instructions().size() >= 4);
959 REPORTER_ASSERT(reporter, p.done().instructions().size() == 2);
2433 DEF_TEST(SkVM_badpack, reporter) {
2457 REPORTER_ASSERT(reporter, dst[i] == 0xf00f, "got %04x, want %04x\n", dst[i], 0xf00f);
H A DSkSLDSLTest.cpp59 ExpectError(skiatest::Reporter* reporter, const char* msg) in ExpectError() argument
61 , fReporter(reporter) in ExpectError()
H A DTriangulatingPathRendererTests.cpp743 DEF_GPUTEST_FOR_ALL_CONTEXTS(TriangulatingPathRendererTests, reporter, ctxInfo) { in DEF_GPUTEST_FOR_ALL_CONTEXTS()
H A DPathOpsBuildUseTest.cpp12 static void build1_1(skiatest::Reporter* reporter, const char* filename) { in build1_1() argument
2426 DEF_TEST(PathOpsBuildUse, reporter) { in DEF_TEST()
2427 RunTestSet(reporter, tests, testCount, firstTest, nullptr, stopTest, runReverse); in DEF_TEST()
/third_party/googletest/googletest/test/
H A Dgoogletest-output-test_.cc888 ScopedFakeTestPartResultReporter reporter( in TEST_F()
H A Dgtest_unittest.cc1160 ScopedFakeTestPartResultReporter reporter( in TEST_F()
1176 ScopedFakeTestPartResultReporter reporter(&results); in TEST_F()
1197 ScopedFakeTestPartResultReporter reporter( in TEST_F()
/third_party/skia/dm/
H A DDM.cpp1458 } reporter; in run_test() local
1465 skiatest::ReporterContext ctx(&reporter, SkString(test.fName)); in run_test()
1467 test.run(&reporter, options); in run_test()
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h2027 #define DOCTEST_REGISTER_REPORTER(name, priority, reporter) \
2029 doctest::registerReporter<reporter>(name, priority, true); \
2033 #define DOCTEST_REGISTER_LISTENER(name, priority, reporter) \
2035 doctest::registerReporter<reporter>(name, priority, false); \
2407 #define DOCTEST_REGISTER_REPORTER(name, priority, reporter)
2408 #define DOCTEST_REGISTER_LISTENER(name, priority, reporter)
2554 #define REGISTER_REPORTER(name, priority, reporter) DOCTEST_REGISTER_REPORTER(name, priority, reporter)
2555 #define REGISTER_LISTENER(name, priority, reporter) DOCTEST_REGISTER_LISTENER(name, priority, reporter)
[all...]
/third_party/libabigail/tests/lib/
H A Dcatch.hpp5731 //! Should the reporter show
5745 CATCH_ERROR( "Verbosity level not supported by this reporter" );
5862 CATCH_ERROR( "Verbosity level not supported by this reporter" );
8068 explicit RunContext( IConfigPtr const& _config, IStreamingReporterPtr&& reporter );
8078 IStreamingReporter& reporter() const;
9802 auto const setReporter = [&]( std::string const& reporter ) {
9805 auto lcReporter = toLower( reporter );
9811 return ParserResult::runtimeError( "Unrecognized reporter, '" + reporter + "'. Check available with --list-reporters" );
9840 ["-r"]["--reporter"]
[all...]
/third_party/protobuf/src/google/protobuf/util/
H A Dmessage_differencer_unittest.cc3365 MessageDifferencer::StreamReporter reporter(&output_stream); in RunWithResult()
3366 reporter.set_report_modified_aggregates(true); in RunWithResult()
3368 differencer->ReportDifferencesTo(&reporter); in RunWithResult()
/third_party/googletest/googletest/src/
H A Dgtest.cc887 // The c'tor sets this object as the test part result reporter used by
896 // The c'tor sets this object as the test part result reporter used by
916 // The d'tor restores the test part result reporter used by Google Test
1025 // Returns the global test part result reporter.
1032 // Sets the global test part result reporter.
1034 TestPartResultReporterInterface* reporter) {
1036 global_test_part_result_reporter_ = reporter;
1039 // Returns the test part result reporter for the current thread.
1045 // Sets the test part result reporter for the current thread.
1047 TestPartResultReporterInterface* reporter) {
[all...]
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc581 // The c'tor sets this object as the test part result reporter used by
591 // The c'tor sets this object as the test part result reporter used by
612 // The d'tor restores the test part result reporter used by Google Test
721 // Returns the global test part result reporter.
728 // Sets the global test part result reporter.
730 TestPartResultReporterInterface* reporter) { in SetGlobalTestPartResultReporter()
732 global_test_part_result_repoter_ = reporter; in SetGlobalTestPartResultReporter()
735 // Returns the test part result reporter for the current thread.
741 // Sets the test part result reporter for the current thread.
743 TestPartResultReporterInterface* reporter) { in SetTestPartResultReporterForCurrentThread()
729 SetGlobalTestPartResultReporter( TestPartResultReporterInterface* reporter) SetGlobalTestPartResultReporter() argument
742 SetTestPartResultReporterForCurrentThread( TestPartResultReporterInterface* reporter) SetTestPartResultReporterForCurrentThread() argument
[all...]
/third_party/node/deps/googletest/src/
H A Dgtest.cc904 // The c'tor sets this object as the test part result reporter used by
913 // The c'tor sets this object as the test part result reporter used by
933 // The d'tor restores the test part result reporter used by Google Test
1042 // Returns the global test part result reporter.
1049 // Sets the global test part result reporter.
1051 TestPartResultReporterInterface* reporter) {
1053 global_test_part_result_reporter_ = reporter;
1056 // Returns the test part result reporter for the current thread.
1062 // Sets the test part result reporter for the current thread.
1064 TestPartResultReporterInterface* reporter) {
[all...]
/third_party/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc1078 ::testing::ScopedFakeTestPartResultReporter reporter(&failures); in TEST()
/third_party/vixl/test/aarch64/
H A Dtest-api-movprfx-aarch64.cc66 InstructionReporter reporter; in CheckAndMaybeDisassembleMovprfxPairs() local
67 decoder.AppendVisitor(&reporter); in CheckAndMaybeDisassembleMovprfxPairs()
77 std::string form = reporter.MoveForm(); in CheckAndMaybeDisassembleMovprfxPairs()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 86 milliseconds

1...<<1112131415