Home
last modified time | relevance | path

Searched defs:detector (Results 1 – 11 of 11) sorted by relevance

/third_party/json/include/nlohmann/detail/meta/
Ddetected.hpp26 struct detector struct
28 using value_t = std::false_type;
29 using type = Default;
33 struct detector<Default, void_t<Op<Args...>>, Op, Args...> struct
35 using value_t = std::true_type;
36 using type = Op<Args...>;
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Ddistribution_caller.h41 struct detector : std::false_type {}; struct
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
DInputStreamCallbackAnalyzer.h36 for (auto detector : mPeakDetectors) { in reset() local
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/
DCubeActivity.java297 public boolean onScale(ScaleGestureDetector detector) { in onScale()
303 public boolean onScaleBegin(ScaleGestureDetector detector) { in onScaleBegin()
309 public void onScaleEnd(ScaleGestureDetector detector) { in onScaleEnd()
/third_party/ffmpeg/libavfilter/
Daf_rubberband.c36 int transients, detector, phase, window, member
Daf_sidechaincompress.c174 double detector; in compressor() local
Daf_adeclick.c85 int (*detector)(struct AudioDeclickContext *s, DeclickChannel *c, member
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/charsetdet/
DTestCharsetDetector.java788 CharsetDetector detector = new CharsetDetector(); in TestReusingDetector() local
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstfacedetect.cpp559 CascadeClassifier * detector, gint min_size_width, in gst_face_detect_run_detector()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
DTestCharsetDetector.java785 CharsetDetector detector = new CharsetDetector(); in TestReusingDetector() local
/third_party/json/single_include/nlohmann/
Djson.hpp3305 struct detector struct
3307 using value_t = std::false_type;
3308 using type = Default;
3312 struct detector<Default, void_t<Op<Args...>>, Op, Args...> struct
3314 using value_t = std::true_type;
3315 using type = Op<Args...>;