/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/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/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/ |
D | track-selection.md | 38 for (TrackGroupInfo groupInfo : tracksInfo.getTrackGroupInfos()) { 40 @C.TrackType int trackType = groupInfo.getTrackType(); 41 boolean trackInGroupIsSelected = groupInfo.isSelected(); 42 boolean trackInGroupIsSupported = groupInfo.isSupported(); 43 for (int i = 0; i < groupInfo.length; i++) { 45 boolean isSupported = groupInfo.isTrackSupported(i); 46 boolean isSelected = groupInfo.isTrackSelected(i); 47 Format trackFormat = groupInfo.getTrackFormat(i);
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/ |
D | track-selection.md | 38 for (TrackGroupInfo groupInfo : tracksInfo.getTrackGroupInfos()) { 40 @C.TrackType int trackType = groupInfo.getTrackType(); 41 boolean trackInGroupIsSelected = groupInfo.isSelected(); 42 boolean trackInGroupIsSupported = groupInfo.isSupported(); 43 TrackGroup group = groupInfo.getTrackGroup(); 46 boolean isSupported = groupInfo.isTrackSupported(i); 47 boolean isSelected = groupInfo.isTrackSelected(i);
|
/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 | 447 key->num_groups = wire_sym_map->groupInfo & 0x0f; in get_sym_maps() 458 key->out_of_range_group_number = (wire_sym_map->groupInfo & 0x30) >> 4; in get_sym_maps() 462 if (wire_sym_map->groupInfo & XCB_XKB_GROUPS_WRAP_CLAMP_INTO_RANGE) in get_sym_maps() 464 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 …]
|