Home
last modified time | relevance | path

Searched refs:sectionInfo (Results 1 – 25 of 26) sorted by relevance

12

/external/aac/libAACdec/src/
Daacdec_hcr.cpp458 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 …]
Daacdec_hcrs.cpp170 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 …]
Daacdec_hcr_types.h426 HCR_SECTION_INFO sectionInfo; member
/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp118 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()
Dcatch_reporter_listening.cpp102 void ListeningReporter::sectionStarting( SectionInfo const& sectionInfo ) { in sectionStarting() argument
104 listener->sectionStarting( sectionInfo ); in sectionStarting()
106 m_reporter->sectionStarting( sectionInfo ); in sectionStarting()
Dcatch_reporter_xml.cpp85 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()
Dcatch_reporter_teamcity.hpp140 void sectionStarting( SectionInfo const& sectionInfo ) override { in sectionStarting()
142 StreamingReporterBase::sectionStarting( sectionInfo ); in sectionStarting()
Dcatch_reporter_xml.h39 void sectionStarting(SectionInfo const& sectionInfo) override;
Dcatch_reporter_listening.h46 void sectionStarting( SectionInfo const& sectionInfo ) override;
Dcatch_reporter_sonarqube.hpp84 std::string name = trim(sectionNode.stats.sectionInfo.name); in writeSection()
Dcatch_reporter_compact.cpp279 …edDuration(_sectionStats.durationInSeconds) << " s: " << _sectionStats.sectionInfo.name << std::en… in sectionEnded()
Dcatch_reporter_console.cpp419 stream << " '" << _sectionStats.sectionInfo.name << "'\n" << std::endl; in sectionEnded()
422 …edDuration(_sectionStats.durationInSeconds) << " s: " << _sectionStats.sectionInfo.name << std::en… in sectionEnded()
Dcatch_reporter_junit.cpp179 std::string name = trim( sectionNode.stats.sectionInfo.name ); in writeSection()
/external/catch2/include/internal/
Dcatch_run_context.cpp176 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()
Dcatch_section_info.h35 SectionInfo sectionInfo; member
Dcatch_interfaces_reporter.h109 SectionInfo sectionInfo; member
223 virtual void sectionStarting( SectionInfo const& sectionInfo ) = 0;
Dcatch_interfaces_capture.h42 virtual bool sectionStarted( SectionInfo const& sectionInfo,
Dcatch_interfaces_reporter.cpp59 : sectionInfo( _sectionInfo ), in SectionStats()
Dcatch_run_context.h78 bool sectionStarted( SectionInfo const& sectionInfo, Counts& assertions ) override;
/external/catch2/single_include/catch2/
Dcatch_reporter_teamcity.hpp140 void sectionStarting( SectionInfo const& sectionInfo ) override { in sectionStarting()
142 StreamingReporterBase::sectionStarting( sectionInfo ); in sectionStarting()
Dcatch_reporter_sonarqube.hpp84 std::string name = trim(sectionNode.stats.sectionInfo.name); in writeSection()
Dcatch.hpp2436 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/
D210-Evt-EventListeners.cpp203 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/
Dcatch.hpp1970 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/
Devent-listeners.md59 virtual void sectionStarting( SectionInfo const& sectionInfo );

12