/third_party/json/tests/thirdparty/doctest/ |
H A D | doctest.h | 2027 #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...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | core.c | 1668 static int mlxsw_core_health_fw_fatal_dump(struct devlink_health_reporter *reporter, in mlxsw_core_health_fw_fatal_dump() argument 1780 mlxsw_core_health_fw_fatal_test(struct devlink_health_reporter *reporter, in mlxsw_core_health_fw_fatal_test() argument 1783 struct mlxsw_core *mlxsw_core = devlink_health_reporter_priv(reporter); in mlxsw_core_health_fw_fatal_test() 1828 dev_err(mlxsw_core->bus_info->dev, "Failed to create fw fatal reporter"); in mlxsw_core_health_init()
|
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 5731 //! 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...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | core.c | 1913 static int mlxsw_core_health_fw_fatal_dump(struct devlink_health_reporter *reporter, in mlxsw_core_health_fw_fatal_dump() argument 2064 mlxsw_core_health_fw_fatal_test(struct devlink_health_reporter *reporter, in mlxsw_core_health_fw_fatal_test() argument 2067 struct mlxsw_core *mlxsw_core = devlink_health_reporter_priv(reporter); in mlxsw_core_health_fw_fatal_test() 2112 dev_err(mlxsw_core->bus_info->dev, "Failed to create fw fatal reporter"); in mlxsw_core_health_init()
|
/third_party/protobuf/src/google/protobuf/util/ |
H A D | message_differencer_unittest.cc | 3365 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 D | gtest.cc | 887 // 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 D | gtest.cc | 581 // 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 D | gtest.cc | 904 // 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/skia/tests/ |
H A D | SkSLDSLTest.cpp | 59 ExpectError(skiatest::Reporter* reporter, const char* msg) in ExpectError() argument 61 , fReporter(reporter) in ExpectError()
|
H A D | TriangulatingPathRendererTests.cpp | 743 DEF_GPUTEST_FOR_ALL_CONTEXTS(TriangulatingPathRendererTests, reporter, ctxInfo) { in DEF_GPUTEST_FOR_ALL_CONTEXTS()
|
H A D | PathOpsBuildUseTest.cpp | 12 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 D | gtest_unittest.cc | 1160 ScopedFakeTestPartResultReporter reporter( in TEST_F() 1176 ScopedFakeTestPartResultReporter reporter(&results); in TEST_F() 1197 ScopedFakeTestPartResultReporter reporter( in TEST_F()
|
/kernel/linux/linux-6.6/drivers/staging/qlge/ |
H A D | qlge.h | 2093 struct devlink_health_reporter *reporter; member
|
H A D | qlge_main.c | 4662 devlink_health_reporter_destroy(qdev->reporter); in qlge_remove()
|
/third_party/googletest/googlemock/test/ |
H A D | gmock-spec-builders_test.cc | 1078 ::testing::ScopedFakeTestPartResultReporter reporter(&failures); in TEST()
|
/third_party/vixl/test/aarch64/ |
H A D | test-api-movprfx-aarch64.cc | 66 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 D | stylo.hpp | [all...] |