Home
last modified time | relevance | path

Searched refs:groupInfo (Results 1 – 16 of 16) 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.cpp87 void ListeningReporter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting() argument
89 listener->testGroupStarting( groupInfo ); in testGroupStarting()
91 m_reporter->testGroupStarting( groupInfo ); in testGroupStarting()
Dcatch_reporter_junit.cpp82 void JunitReporter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting() argument
87 CumulativeReporterBase::testGroupStarting( groupInfo ); in testGroupStarting()
120 xml.writeAttribute( "name", stats.groupInfo.name ); in writeGroup()
Dcatch_reporter_xml.cpp65 void XmlReporter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting() argument
66 StreamingReporterBase::testGroupStarting( groupInfo ); in testGroupStarting()
68 .writeAttribute( "name", groupInfo.name ); in testGroupStarting()
Dcatch_reporter_junit.h29 void testGroupStarting(GroupInfo const& groupInfo) override;
Dcatch_reporter_xml.h35 void testGroupStarting(GroupInfo const& groupInfo) override;
Dcatch_reporter_listening.h44 void testGroupStarting( GroupInfo const& groupInfo ) override;
Dcatch_reporter_console.cpp486 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.hpp5548 GroupInfo groupInfo; member
5621 virtual void testGroupStarting( GroupInfo const& groupInfo ) = 0;
6294 void testGroupStarting(GroupInfo const& groupInfo) override;
6348 void testGroupStarting(GroupInfo const& groupInfo) override;
10926 void testGroupStarting( GroupInfo const& groupInfo ) override;
11018 : groupInfo( _groupInfo ), in TestGroupStats()
11024 : groupInfo( _groupInfo ), in TestGroupStats()
16268 stream << "Summary for group '" << _testGroupStats.groupInfo.name << "':\n"; in testGroupEnded()
16549 void JunitReporter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting() argument
16554 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.h147 GroupInfo groupInfo; member
220 virtual void testGroupStarting( GroupInfo const& groupInfo ) = 0;
/external/swiftshader/third_party/marl/src/
Dthread.cpp100 auto const& groupInfo = info[i].Group.GroupInfo[groupIdx]; in getProcessorGroups() local
102 groupInfo.ActiveProcessorCount, groupInfo.ActiveProcessorMask}; in getProcessorGroups()
/external/libxkbcommon/src/x11/
Dkeymap.c420 key->num_groups = wire_sym_map->groupInfo & 0x0f; in get_sym_maps()
431 key->out_of_range_group_number = (wire_sym_map->groupInfo & 0x30) >> 4; in get_sym_maps()
435 if (wire_sym_map->groupInfo & XCB_XKB_GROUPS_WRAP_CLAMP_INTO_RANGE) in get_sym_maps()
437 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 …]
/external/libabigail/tests/lib/
Dcatch.hpp5581 GroupInfo groupInfo; member
5654 virtual void testGroupStarting( GroupInfo const& groupInfo ) = 0;
6328 void testGroupStarting(GroupInfo const& groupInfo) override;
6382 void testGroupStarting(GroupInfo const& groupInfo) override;
10988 void testGroupStarting( GroupInfo const& groupInfo ) override;
11080 : groupInfo( _groupInfo ), in TestGroupStats()
11086 : groupInfo( _groupInfo ), in TestGroupStats()
16521 stream << "Summary for group '" << _testGroupStats.groupInfo.name << "':\n"; in testGroupEnded()
16802 void JunitReporter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting() argument
16807 CumulativeReporterBase::testGroupStarting( groupInfo ); in testGroupStarting()
[all …]