Home
last modified time | relevance | path

Searched refs:groupInfo (Results 1 – 14 of 14) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_teamcity.hpp54 void testGroupStarting( GroupInfo const& groupInfo ) override { in testGroupStarting()
55 StreamingReporterBase::testGroupStarting( groupInfo ); in testGroupStarting()
57 << escape( groupInfo.name ) << "']\n"; in testGroupStarting()
62 << escape( testGroupStats.groupInfo.name ) << "']\n"; in testGroupEnded()
Dcatch_reporter_listening.cpp65 void ListeningReporter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting() argument
67 listener->testGroupStarting( groupInfo ); in testGroupStarting()
69 m_reporter->testGroupStarting( groupInfo ); in testGroupStarting()
Dcatch_reporter_xml.cpp63 void XmlReporter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting() argument
64 StreamingReporterBase::testGroupStarting( groupInfo ); in testGroupStarting()
66 .writeAttribute( "name", groupInfo.name ); in testGroupStarting()
Dcatch_reporter_junit.cpp88 void JunitReporter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting() argument
93 CumulativeReporterBase::testGroupStarting( groupInfo ); in testGroupStarting()
125 xml.writeAttribute( "name", stats.groupInfo.name ); in writeGroup()
Dcatch_reporter_xml.h35 void testGroupStarting(GroupInfo const& groupInfo) override;
Dcatch_reporter_junit.h29 void testGroupStarting(GroupInfo const& groupInfo) override;
Dcatch_reporter_listening.h38 void testGroupStarting( GroupInfo const& groupInfo ) override;
Dcatch_reporter_console.cpp432 stream << "Summary for group '" << _testGroupStats.groupInfo.name << "':\n"; in testGroupEnded()
/external/catch2/single_include/catch2/
Dcatch_reporter_teamcity.hpp54 void testGroupStarting( GroupInfo const& groupInfo ) override { in testGroupStarting()
55 StreamingReporterBase::testGroupStarting( groupInfo ); in testGroupStarting()
57 << escape( groupInfo.name ) << "']\n"; in testGroupStarting()
62 << escape( testGroupStats.groupInfo.name ) << "']\n"; in testGroupEnded()
Dcatch.hpp4979 GroupInfo groupInfo; member
5021 virtual void testGroupStarting( GroupInfo const& groupInfo ) = 0;
5668 void testGroupStarting(GroupInfo const& groupInfo) override;
5722 void testGroupStarting(GroupInfo const& groupInfo) override;
8893 void testGroupStarting( GroupInfo const& groupInfo ) override;
8985 : groupInfo( _groupInfo ), in TestGroupStats()
8991 : groupInfo( _groupInfo ), in TestGroupStats()
13737 stream << "Summary for group '" << _testGroupStats.groupInfo.name << "':\n"; in testGroupEnded()
14012 void JunitReporter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting() argument
14017 CumulativeReporterBase::testGroupStarting( groupInfo ); in testGroupStarting()
[all …]
/external/catch2/include/internal/
Dcatch_interfaces_reporter.cpp86 : groupInfo( _groupInfo ), in TestGroupStats()
92 : groupInfo( _groupInfo ), in TestGroupStats()
Dcatch_interfaces_reporter.h141 GroupInfo groupInfo; member
183 virtual void testGroupStarting( GroupInfo const& groupInfo ) = 0;
/external/libxkbcommon/xkbcommon/src/x11/
Dkeymap.c418 key->num_groups = wire_sym_map->groupInfo & 0x0f; in get_sym_maps()
429 key->out_of_range_group_number = (wire_sym_map->groupInfo & 0x30) >> 4; in get_sym_maps()
433 if (wire_sym_map->groupInfo & XCB_XKB_GROUPS_WRAP_CLAMP_INTO_RANGE) in get_sym_maps()
435 else if (wire_sym_map->groupInfo & XCB_XKB_GROUPS_WRAP_REDIRECT_INTO_RANGE) in get_sym_maps()
/external/bcc/tests/cc/
Dcatch.hpp5188 : groupInfo( _groupInfo ), in TestGroupStats()
5193 : groupInfo( _groupInfo ), in TestGroupStats()
5205 GroupInfo groupInfo; member
5249 virtual void testGroupStarting( GroupInfo const& groupInfo ) = 0;
7591 virtual void testGroupStarting( GroupInfo const& groupInfo );
7624 void LegacyReporterAdapter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting() argument
7625 m_legacyReporter->StartGroup( groupInfo.name ); in testGroupStarting()
7669 m_legacyReporter->EndGroup( testGroupStats.groupInfo.name, testGroupStats.totals ); in testGroupEnded()
8422 virtual void testGroupStarting( GroupInfo const& groupInfo ) CATCH_OVERRIDE { in testGroupStarting() argument
8426 (*it)->testGroupStarting( groupInfo ); in testGroupStarting()
[all …]