Home
last modified time | relevance | path

Searched refs:shouldAnalyze (Results 1 – 13 of 13) sorted by relevance

/dports/security/owasp-dependency-check/DependencyCheck-3.1.1/dependency-check-core/src/test/java/org/owasp/dependencycheck/
H A DAnalysisTaskTest.java32 boolean shouldAnalyze = instance.shouldAnalyze(); in shouldAnalyzeReturnsTrueForNonFileTypeAnalyzers()
33 assertTrue(shouldAnalyze); in shouldAnalyzeReturnsTrueForNonFileTypeAnalyzers()
49 boolean shouldAnalyze = analysisTask.shouldAnalyze(); in shouldAnalyzeReturnsTrueIfTheFileTypeAnalyzersAcceptsTheDependency()
50 assertTrue(shouldAnalyze); in shouldAnalyzeReturnsTrueIfTheFileTypeAnalyzersAcceptsTheDependency()
66 boolean shouldAnalyze = analysisTask.shouldAnalyze(); in shouldAnalyzeReturnsFalseIfTheFileTypeAnalyzerDoesNotAcceptTheDependency()
67 assertFalse(shouldAnalyze); in shouldAnalyzeReturnsFalseIfTheFileTypeAnalyzerDoesNotAcceptTheDependency()
74 analysisTask.shouldAnalyze(); in taskAnalyzes()
90 analysisTask.shouldAnalyze(); in taskDoesNothingIfItShouldNotAnalyze()
/dports/security/owasp-dependency-check/DependencyCheck-3.1.1/dependency-check-core/src/main/java/org/owasp/dependencycheck/
H A DAnalysisTask.java85 if (shouldAnalyze()) { in call()
108 protected boolean shouldAnalyze() { in shouldAnalyze() method in AnalysisTask
/dports/audio/mixxx/mixxx-2.3.0/src/analyzer/
H A Danalyzersilence.cpp13 bool shouldAnalyze(TrackPointer pTrack) { in shouldAnalyze() function
39 if (!shouldAnalyze(pTrack)) { in initialize()
H A Danalyzerkey.cpp87 bool bShouldAnalyze = shouldAnalyze(tio); in initialize()
118 bool AnalyzerKey::shouldAnalyze(TrackPointer tio) const { in shouldAnalyze() function in AnalyzerKey
H A Danalyzerbeats.cpp99 bool bShouldAnalyze = shouldAnalyze(pTrack); in initialize()
128 bool AnalyzerBeats::shouldAnalyze(TrackPointer pTrack) const { in shouldAnalyze() function in AnalyzerBeats
H A Danalyzerkey.h31 bool shouldAnalyze(TrackPointer tio) const;
H A Danalyzerbeats.h35 bool shouldAnalyze(TrackPointer pTrack) const;
H A Danalyzerwaveform.cpp44 if (!shouldAnalyze(tio)) { in initialize()
90 bool AnalyzerWaveform::shouldAnalyze(TrackPointer tio) const { in shouldAnalyze() function in AnalyzerWaveform
H A Danalyzerwaveform.h149 bool shouldAnalyze(TrackPointer tio) const;
/dports/lang/solidity/solidity_0.8.11/libsolidity/formal/
H A DSMTEncoder.h225 bool shouldAnalyze(ContractDefinition const& _contract) const;
H A DBMC.cpp882 if (!m_settings.targets.has(_type) || (m_currentContract && !shouldAnalyze(*m_currentContract))) in addVerificationTarget()
H A DCHC.cpp221 if (shouldAnalyze(_contract)) in endVisit()
320 shouldAnalyze(*m_currentContract) in endVisit()
H A DSMTEncoder.cpp1038 bool SMTEncoder::shouldAnalyze(ContractDefinition const& _contract) const in shouldAnalyze() function in SMTEncoder