Searched refs:Detector (Results 1 – 5 of 5) sorted by relevance
48 <Detector class="org.foobar.findbugs.FindUnreleasedLocks" speed="slow" />49 <Detector class="org.foobar.findbugs.ExperimentalDetector" speed="fast" disabled="true" />51 <!-- More Detector elements would go here... -->64 <DetectorPlugin> a collection of <Detector> and <BugPattern> elements.68 <Detector> specifies a class which implements the edu.umd.cs.findbugs.Detector72 1. The required "class" attribute specifies the Detector class.112 <Detector class="org.foobar.findbugs.FindUnreleasedLocks" >119 </Detector>121 <!-- More Detector nodes would go here... -->162 <Detector> holds meta-information about a Detector in the plugin.[all …]
32 struct RemoteBitrateEstimatorSingleStream::Detector { struct in webrtc::RemoteBitrateEstimatorSingleStream33 explicit Detector(int64_t last_packet_time_ms, in Detector() function89 ssrc, new Detector(now_ms, OverUseDetectorOptions(), true))); in IncomingPacket()92 Detector* estimator = it->second; in IncomingPacket()
44 struct Detector;46 typedef std::map<unsigned int, Detector*> SsrcOveruseEstimatorMap;
40 ``normalizeOs()`` and ``normalizeArch()`` of ``Detector`` from41 …tps://github.com/trustin/os-maven-plugin/blob/master/src/main/java/kr/motd/maven/os/Detector.java).
2780 const MismatchingNewDeleteDetector &Detector) { in DiagnoseMismatchedNewDelete() argument2783 if (!Detector.IsArrayForm) in DiagnoseMismatchedNewDelete()2793 << Detector.IsArrayForm << H; in DiagnoseMismatchedNewDelete()2795 for (const auto *NE : Detector.NewExprs) in DiagnoseMismatchedNewDelete()2797 << Detector.IsArrayForm; in DiagnoseMismatchedNewDelete()2803 MismatchingNewDeleteDetector Detector(/*EndOfTU=*/false); in AnalyzeDeleteExprMismatch() local2804 switch (Detector.analyzeDeleteExpr(DE)) { in AnalyzeDeleteExprMismatch()2807 DiagnoseMismatchedNewDelete(*this, DE->getLocStart(), Detector); in AnalyzeDeleteExprMismatch()2811 DeleteExprs[Detector.Field].push_back( in AnalyzeDeleteExprMismatch()2822 MismatchingNewDeleteDetector Detector(/*EndOfTU=*/true); in AnalyzeDeleteExprMismatch() local[all …]