/external/catch2/include/reporters/ |
D | catch_reporter_teamcity.hpp | 54 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()
|
D | catch_reporter_listening.cpp | 87 void ListeningReporter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting() argument 89 listener->testGroupStarting( groupInfo ); in testGroupStarting() 91 m_reporter->testGroupStarting( groupInfo ); in testGroupStarting()
|
D | catch_reporter_junit.cpp | 82 void JunitReporter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting() argument 87 CumulativeReporterBase::testGroupStarting( groupInfo ); in testGroupStarting() 120 xml.writeAttribute( "name", stats.groupInfo.name ); in writeGroup()
|
D | catch_reporter_xml.cpp | 65 void XmlReporter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting() argument 66 StreamingReporterBase::testGroupStarting( groupInfo ); in testGroupStarting() 68 .writeAttribute( "name", groupInfo.name ); in testGroupStarting()
|
D | catch_reporter_junit.h | 29 void testGroupStarting(GroupInfo const& groupInfo) override;
|
D | catch_reporter_xml.h | 35 void testGroupStarting(GroupInfo const& groupInfo) override;
|
D | catch_reporter_listening.h | 44 void testGroupStarting( GroupInfo const& groupInfo ) override;
|
D | catch_reporter_console.cpp | 486 stream << "Summary for group '" << _testGroupStats.groupInfo.name << "':\n"; in testGroupEnded()
|
/external/catch2/single_include/catch2/ |
D | catch_reporter_teamcity.hpp | 54 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()
|
D | catch.hpp | 5548 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/ |
D | catch_interfaces_reporter.cpp | 86 : groupInfo( _groupInfo ), in TestGroupStats() 92 : groupInfo( _groupInfo ), in TestGroupStats()
|
D | catch_interfaces_reporter.h | 147 GroupInfo groupInfo; member 220 virtual void testGroupStarting( GroupInfo const& groupInfo ) = 0;
|
/external/swiftshader/third_party/marl/src/ |
D | thread.cpp | 100 auto const& groupInfo = info[i].Group.GroupInfo[groupIdx]; in getProcessorGroups() local 102 groupInfo.ActiveProcessorCount, groupInfo.ActiveProcessorMask}; in getProcessorGroups()
|
/external/libxkbcommon/src/x11/ |
D | keymap.c | 420 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/ |
D | catch.hpp | 5188 : 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/ |
D | catch.hpp | 5581 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 …]
|