/external/aac/libAACdec/src/ |
D | aacdec_hcr.cpp | 458 pHcr->sectionInfo.pNumExtendedSortedCodewordInSection, in HcrDecoder() 459 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx, in HcrDecoder() 460 pHcr->sectionInfo.pNumExtendedSortedSectionsInSets, in HcrDecoder() 461 pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx); in HcrDecoder() 464 pTmp1 = pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx; in HcrDecoder() 465 pTmp2 = pHcr->sectionInfo.extendedSortedCodebookIdx; in HcrDecoder() 466 pTmp3 = pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx; in HcrDecoder() 468 pTmp5 = pHcr->sectionInfo.maxLenOfCbInExtSrtSecIdx; in HcrDecoder() 481 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx = pTmp1; in HcrDecoder() 482 pHcr->sectionInfo.extendedSortedCodebookIdx = pTmp2; in HcrDecoder() [all …]
|
D | aacdec_hcrs.cpp | 170 numCodeword = pHcr->sectionInfo.numCodeword; in DecodeNonPCWs() 443 pHcr->sectionInfo.pNumExtendedSortedCodewordInSection; in InitNonPCWSideInformationForCurrentSet() 445 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx; in InitNonPCWSideInformationForCurrentSet() 446 UCHAR *pExtendedSortedCodebook = pHcr->sectionInfo.pExtendedSortedCodebook; in InitNonPCWSideInformationForCurrentSet() 447 int extendedSortedCodebookIdx = pHcr->sectionInfo.extendedSortedCodebookIdx; in InitNonPCWSideInformationForCurrentSet() 449 pHcr->sectionInfo.pNumExtendedSortedSectionsInSets; in InitNonPCWSideInformationForCurrentSet() 451 pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx; in InitNonPCWSideInformationForCurrentSet() 502 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx = in InitNonPCWSideInformationForCurrentSet() 504 pHcr->sectionInfo.extendedSortedCodebookIdx = extendedSortedCodebookIdx; in InitNonPCWSideInformationForCurrentSet() 505 pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx = in InitNonPCWSideInformationForCurrentSet() [all …]
|
D | aacdec_hcr_types.h | 426 HCR_SECTION_INFO sectionInfo; member
|
/external/catch2/include/reporters/ |
D | catch_reporter_bases.hpp | 118 return stats.sectionInfo.lineInfo == other.stats.sectionInfo.lineInfo; in operator ==() 137 return ((node->stats.sectionInfo.name == m_other.name) && in operator ()() 138 (node->stats.sectionInfo.lineInfo == m_other.lineInfo)); in operator ()() 174 void sectionStarting( SectionInfo const& sectionInfo ) override { in sectionStarting() 175 SectionStats incompleteStats( sectionInfo, Counts(), 0, false ); in sectionStarting() 187 BySectionInfo( sectionInfo ) ); in sectionStarting()
|
D | catch_reporter_listening.cpp | 102 void ListeningReporter::sectionStarting( SectionInfo const& sectionInfo ) { in sectionStarting() argument 104 listener->sectionStarting( sectionInfo ); in sectionStarting() 106 m_reporter->sectionStarting( sectionInfo ); in sectionStarting()
|
D | catch_reporter_xml.cpp | 85 void XmlReporter::sectionStarting( SectionInfo const& sectionInfo ) { in sectionStarting() argument 86 StreamingReporterBase::sectionStarting( sectionInfo ); in sectionStarting() 89 .writeAttribute( "name", trim( sectionInfo.name ) ); in sectionStarting() 90 writeSourceInfo( sectionInfo.lineInfo ); in sectionStarting()
|
D | catch_reporter_teamcity.hpp | 140 void sectionStarting( SectionInfo const& sectionInfo ) override { in sectionStarting() 142 StreamingReporterBase::sectionStarting( sectionInfo ); in sectionStarting()
|
D | catch_reporter_xml.h | 39 void sectionStarting(SectionInfo const& sectionInfo) override;
|
D | catch_reporter_listening.h | 46 void sectionStarting( SectionInfo const& sectionInfo ) override;
|
D | catch_reporter_sonarqube.hpp | 84 std::string name = trim(sectionNode.stats.sectionInfo.name); in writeSection()
|
D | catch_reporter_compact.cpp | 279 …edDuration(_sectionStats.durationInSeconds) << " s: " << _sectionStats.sectionInfo.name << std::en… in sectionEnded()
|
D | catch_reporter_console.cpp | 419 stream << " '" << _sectionStats.sectionInfo.name << "'\n" << std::endl; in sectionEnded() 422 …edDuration(_sectionStats.durationInSeconds) << " s: " << _sectionStats.sectionInfo.name << std::en… in sectionEnded()
|
D | catch_reporter_junit.cpp | 179 std::string name = trim( sectionNode.stats.sectionInfo.name ); in writeSection()
|
/external/catch2/include/internal/ |
D | catch_run_context.cpp | 176 bool RunContext::sectionStarted(SectionInfo const & sectionInfo, Counts & assertions) { in sectionStarted() argument 177 …::acquire(m_trackerContext, TestCaseTracking::NameAndLocation(sectionInfo.name, sectionInfo.lineIn… in sectionStarted() 182 m_lastAssertionInfo.lineInfo = sectionInfo.lineInfo; in sectionStarted() 184 m_reporter->sectionStarting(sectionInfo); in sectionStarted() 219 …m_reporter->sectionEnded(SectionStats(endInfo.sectionInfo, assertions, endInfo.durationInSeconds, … in sectionEnded()
|
D | catch_section_info.h | 35 SectionInfo sectionInfo; member
|
D | catch_interfaces_reporter.h | 109 SectionInfo sectionInfo; member 223 virtual void sectionStarting( SectionInfo const& sectionInfo ) = 0;
|
D | catch_interfaces_capture.h | 42 virtual bool sectionStarted( SectionInfo const& sectionInfo,
|
D | catch_interfaces_reporter.cpp | 59 : sectionInfo( _sectionInfo ), in SectionStats()
|
D | catch_run_context.h | 78 bool sectionStarted( SectionInfo const& sectionInfo, Counts& assertions ) override;
|
/external/catch2/single_include/catch2/ |
D | catch_reporter_teamcity.hpp | 140 void sectionStarting( SectionInfo const& sectionInfo ) override { in sectionStarting() 142 StreamingReporterBase::sectionStarting( sectionInfo ); in sectionStarting()
|
D | catch_reporter_sonarqube.hpp | 84 std::string name = trim(sectionNode.stats.sectionInfo.name); in writeSection()
|
D | catch.hpp | 2436 virtual bool sectionStarted( SectionInfo const& sectionInfo, 2851 SectionInfo sectionInfo; member 5510 SectionInfo sectionInfo; member 5624 virtual void sectionStarting( SectionInfo const& sectionInfo ) = 0; 5776 return stats.sectionInfo.lineInfo == other.stats.sectionInfo.lineInfo; in operator ==() 5795 return ((node->stats.sectionInfo.name == m_other.name) && in operator ()() 5796 (node->stats.sectionInfo.lineInfo == m_other.lineInfo)); in operator ()() 5831 void sectionStarting( SectionInfo const& sectionInfo ) override { in sectionStarting() 5832 SectionStats incompleteStats( sectionInfo, Counts(), 0, false ); in sectionStarting() 5844 BySectionInfo( sectionInfo ) ); in sectionStarting() [all …]
|
/external/catch2/examples/ |
D | 210-Evt-EventListeners.cpp | 203 print( os, level+1 , "- sectionInfo", info.sectionInfo ); in print() 346 void sectionStarting( Catch::SectionInfo const& sectionInfo ) override { in sectionStarting() 348 print( std::cout, 1, "- sectionInfo", sectionInfo ); in sectionStarting()
|
/external/bcc/tests/cc/ |
D | catch.hpp | 1970 virtual bool sectionStarted( SectionInfo const& sectionInfo, 2263 …: sectionInfo( _sectionInfo ), prevAssertions( _prevAssertions ), durationInSeconds( _durationInSe… in SectionEndInfo() 2266 SectionInfo sectionInfo; member 5137 : sectionInfo( _sectionInfo ), in SectionStats() 5150 SectionInfo sectionInfo; member 5252 virtual void sectionStarting( SectionInfo const& sectionInfo ) = 0; 5954 SectionInfo const& sectionInfo, in sectionStarted() argument 5959 oss << sectionInfo.name << "@" << sectionInfo.lineInfo; in sectionStarted() 5966 m_lastAssertionInfo.lineInfo = sectionInfo.lineInfo; in sectionStarted() 5968 m_reporter->sectionStarting( sectionInfo ); in sectionStarted() [all …]
|
/external/catch2/docs/ |
D | event-listeners.md | 59 virtual void sectionStarting( SectionInfo const& sectionInfo );
|