Home
last modified time | relevance | path

Searched refs:Detector (Results 1 – 5 of 5) sorted by relevance

/external/owasp/sanitizer/tools/findbugs/doc/
DAddingDetectors.txt48 <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.Detector
72 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 …]
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_single_stream.cc32 struct RemoteBitrateEstimatorSingleStream::Detector { struct in webrtc::RemoteBitrateEstimatorSingleStream
33 explicit Detector(int64_t last_packet_time_ms, in Detector() function
89 ssrc, new Detector(now_ms, OverUseDetectorOptions(), true))); in IncomingPacket()
92 Detector* estimator = it->second; in IncomingPacket()
Dremote_bitrate_estimator_single_stream.h44 struct Detector;
46 typedef std::map<unsigned int, Detector*> SsrcOveruseEstimatorMap;
/external/protobuf/protoc-artifacts/
DREADME.md40 ``normalizeOs()`` and ``normalizeArch()`` of ``Detector`` from
41 …tps://github.com/trustin/os-maven-plugin/blob/master/src/main/java/kr/motd/maven/os/Detector.java).
/external/clang/lib/Sema/
DSemaExprCXX.cpp2780 const MismatchingNewDeleteDetector &Detector) { in DiagnoseMismatchedNewDelete() argument
2783 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() local
2804 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 …]