Searched defs:detector (Results 1 – 11 of 11) sorted by relevance
| /third_party/json/include/nlohmann/detail/meta/ |
| D | detected.hpp | 26 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/ |
| 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/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/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/json/single_include/nlohmann/ |
| D | json.hpp | 3305 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...>;
|