Searched defs:detector (Results 1 – 12 of 12) sorted by relevance
/third_party/json/include/nlohmann/detail/meta/ |
D | detected.hpp | 34 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/ |
D | distribution_caller.h | 41 struct detector : std::false_type {}; struct
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/ |
D | InputStreamCallbackAnalyzer.h | 36 for (auto detector : mPeakDetectors) { in reset() local
|
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/ |
D | CubeActivity.java | 297 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/ |
D | af_rubberband.c | 36 int transients, detector, phase, window, member
|
D | af_sidechaincompress.c | 174 double detector; in compressor() local
|
D | af_adeclick.c | 85 int (*detector)(struct AudioDeclickContext *s, DeclickChannel *c, member
|
/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | gstfacedetect.cpp | 559 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/ |
D | TestCharsetDetector.java | 785 CharsetDetector detector = new CharsetDetector(); in TestReusingDetector() local
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/charsetdet/ |
D | TestCharsetDetector.java | 788 CharsetDetector detector = new CharsetDetector(); in TestReusingDetector() local
|
/third_party/json/single_include/nlohmann/ |
D | json.hpp | 278 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/ |
D | json_v3_10_5.hpp | 2266 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...>;
|