/external/llvm-project/clang/unittests/Analysis/ |
D | CloneDetectionTest.cpp | 21 CloneDetector &Detector; member in clang::analysis::__anon37accae90111::CloneDetectionVisitor 24 explicit CloneDetectionVisitor(CloneDetector &D) : Detector(D) {} in CloneDetectionVisitor() 27 Detector.analyzeCodeBody(D); in VisitFunctionDecl() 62 CloneDetector Detector; in TEST() local 64 CloneDetectionVisitor Visitor(Detector); in TEST() 70 Detector.findClones(CloneGroups, NoBarFunctionConstraint(), in TEST() 89 Detector.findClones(CloneGroups, RecursiveCloneTypeIIHashConstraint(), in TEST()
|
/external/dagger2/javatests/dagger/lint/ |
D | DaggerKotlinIssueDetectorTest.kt | 19 import com.android.tools.lint.detector.api.Detector 59 override fun getDetector(): Detector = DaggerKotlinIssueDetector() in getDetector()
|
/external/webrtc/modules/remote_bitrate_estimator/ |
D | remote_bitrate_estimator_single_stream.cc | 44 struct RemoteBitrateEstimatorSingleStream::Detector { struct in webrtc::RemoteBitrateEstimatorSingleStream 45 explicit Detector(int64_t last_packet_time_ms, in Detector() argument 109 std::make_pair(ssrc, new Detector(now_ms, OverUseDetectorOptions(), in IncomingPacket() 113 Detector* estimator = it->second; in IncomingPacket()
|
D | remote_bitrate_estimator_single_stream.h | 52 struct Detector; 54 typedef std::map<uint32_t, Detector*> SsrcOveruseEstimatorMap;
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | CloneChecker.cpp | 37 mutable CloneDetector Detector; member in __anonc25eed240111::CloneChecker 63 Detector.analyzeCodeBody(D); in checkASTCodeBody() 77 Detector.findClones( in checkEndOfTranslationUnit()
|
/external/dagger2/java/dagger/lint/ |
D | DaggerKotlinIssueDetector.kt | 21 import com.android.tools.lint.detector.api.Detector in <lambda>() 65 class DaggerKotlinIssueDetector : Detector(), SourceCodeScanner { in <lambda>()
|
/external/tflite-support/tensorflow_lite_support/examples/task/vision/desktop/ |
D | README.md | 60 ## Object Detector
|
/external/zxing/core/ |
D | core.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 2780 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 …]
|
/external/tensorflow/tensorflow/lite/g3doc/performance/ |
D | nnapi.md | 157 * [MobileNet v1(300x300) Single Shot Detector (SSD) object detection](https://ai.googleblog.com/2…
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 3316 const MismatchingNewDeleteDetector &Detector) { in DiagnoseMismatchedNewDelete() argument 3319 if (!Detector.IsArrayForm) in DiagnoseMismatchedNewDelete() 3329 << Detector.IsArrayForm << H; in DiagnoseMismatchedNewDelete() 3331 for (const auto *NE : Detector.NewExprs) in DiagnoseMismatchedNewDelete() 3333 << Detector.IsArrayForm; in DiagnoseMismatchedNewDelete() 3339 MismatchingNewDeleteDetector Detector(/*EndOfTU=*/false); in AnalyzeDeleteExprMismatch() local 3340 switch (Detector.analyzeDeleteExpr(DE)) { in AnalyzeDeleteExprMismatch() 3343 DiagnoseMismatchedNewDelete(*this, DE->getBeginLoc(), Detector); in AnalyzeDeleteExprMismatch() 3347 DeleteExprs[Detector.Field].push_back( in AnalyzeDeleteExprMismatch() 3358 MismatchingNewDeleteDetector Detector(/*EndOfTU=*/true); in AnalyzeDeleteExprMismatch() local [all …]
|
/external/tflite-support/tensorflow_lite_support/cc/task/ |
D | README.md | 182 ### Object Detector
|
/external/tensorflow/tensorflow/lite/g3doc/models/object_detection/ |
D | overview.md | 76 [Single-Shot Detector](https://arxiv.org/abs/1512.02325) models converted to
|