Home
last modified time | relevance | path

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

/third_party/json/include/nlohmann/detail/meta/
Ddetected.hpp34 struct detector struct
36 using value_t = std::false_type;
37 using type = Default;
41 struct detector<Default, void_t<Op<Args...>>, Op, Args...> struct
43 using value_t = std::true_type;
44 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/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/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/charsetdet/
DTestCharsetDetector.java788 CharsetDetector detector = new CharsetDetector(); in TestReusingDetector() local
/third_party/json/single_include/nlohmann/
Djson.hpp278 struct detector struct
280 using value_t = std::false_type;
281 using type = Default;
285 struct detector<Default, void_t<Op<Args...>>, Op, Args...> struct
287 using value_t = std::true_type;
288 using type = Op<Args...>;
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp2266 struct detector struct
2268 using value_t = std::false_type;
2269 using type = Default;
2273 struct detector<Default, void_t<Op<Args...>>, Op, Args...> struct
2275 using value_t = std::true_type;
2276 using type = Op<Args...>;