Home
last modified time | relevance | path

Searched refs:reporter (Results 401 - 417 of 417) sorted by relevance

1...<<11121314151617

/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...]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore.c1668 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 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...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore.c1913 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 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/skia/tests/
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 Dgtest_unittest.cc1160 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 Dqlge.h2093 struct devlink_health_reporter *reporter; member
H A Dqlge_main.c4662 devlink_health_reporter_destroy(qdev->reporter); in qlge_remove()
/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 94 milliseconds

1...<<11121314151617