Home
last modified time | relevance | path

Searched refs:detector (Results 1 – 25 of 55) sorted by relevance

123

/third_party/icu/docs/userguide/conversion/
Ddetection.md176 CharsetDetector detector;
179 detector = new CharsetDetector();
180 detector.setText(byteData);
181 // use detector with byte data...
182 detector.setText(streamData);
183 // use detector with stream data...
191 CharsetDetector detector;
194 detector = new CharsetDetector();
195 detector.setText(byteData);
196 match = detector.detect();
[all …]
/third_party/json/include/nlohmann/detail/meta/
Ddetected.hpp34 struct detector struct
41 struct detector<Default, void_t<Op<Args...>>, Op, Args...> struct
48 using is_detected = typename detector<nonesuch, void, Op, Args...>::value_t;
54 using detected_t = typename detector<nonesuch, void, Op, Args...>::type;
57 using detected_or = detector<Default, void, Op, Args...>;
/third_party/libevdev/tools/
DMakefile.am3 touchpad-edge-detector \
16 touchpad_edge_detector_SOURCES = touchpad-edge-detector.c
28 touchpad-edge-detector.1 \
DMakefile.in93 bin_PROGRAMS = touchpad-edge-detector$(EXEEXT) mouse-dpi-tool$(EXEEXT) \
126 am_touchpad_edge_detector_OBJECTS = touchpad-edge-detector.$(OBJEXT)
148 ./$(DEPDIR)/touchpad-edge-detector.Po
376 touchpad_edge_detector_SOURCES = touchpad-edge-detector.c
385 touchpad-edge-detector.1 \
496 touchpad-edge-detector$(EXEEXT): $(touchpad_edge_detector_OBJECTS) $(touchpad_edge_detector_DEPENDE…
497 @rm -f touchpad-edge-detector$(EXEEXT)
510 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/touchpad-edge-detector.Po@am__quote@ # am--include…
722 -rm -f ./$(DEPDIR)/touchpad-edge-detector.Po
772 -rm -f ./$(DEPDIR)/touchpad-edge-detector.Po
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Ddistribution_caller.h41 struct detector : std::false_type {}; struct
43 struct detector<Trait, absl::void_t<Trait<Args...>>, Args...>
51 using HasInvokeMock = typename detector<invoke_mock_t, void, URBG>::type;
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/
DCubeActivity.java297 public boolean onScale(ScaleGestureDetector detector) { in onScale() argument
298 zoom(detector.getScaleFactor()); in onScale()
303 public boolean onScaleBegin(ScaleGestureDetector detector) { in onScaleBegin() argument
304 zoom(detector.getScaleFactor()); in onScaleBegin()
309 public void onScaleEnd(ScaleGestureDetector detector) { in onScaleEnd() argument
310 zoom(detector.getScaleFactor()); in onScaleEnd()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
DInputStreamCallbackAnalyzer.h36 for (auto detector : mPeakDetectors) { in reset() local
37 detector.reset(); in reset()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dbit_gen_ref.h90 struct detector : std::false_type {};
92 struct detector<Trait, absl::void_t<Trait<Args...>>, Args...>
101 using HasInvokeMock = typename detector<invoke_mock_t, void, T>::type;
/third_party/ffmpeg/libavfilter/
Daf_sidechaincompress.c174 double detector; in compressor() local
195 detector = (s->detection ? s->adj_knee_stop : s->lin_knee_stop); in compressor()
196 detected = s->lin_slope < detector; in compressor()
198 detector = (s->detection ? s->adj_knee_start : s->lin_knee_start); in compressor()
199 detected = s->lin_slope > detector; in compressor()
Daf_rubberband.c36 int transients, detector, phase, window, member
55 …{ "detector", "set detector", OFFSET(detector), AV_OPT_TYPE_INT, {.i64=0}, 0, INT_MAX, A, "d…
162 int opts = s->transients|s->detector|s->phase|s->window| in config_input()
Daf_adeclick.c85 int (*detector)(struct AudioDeclickContext *s, DeclickChannel *c, member
527 nb_errors = s->detector(s, c, sigmae, c->detection, c->acoefficients, in filter_channel()
696 s->detector = detect_clips; in init()
698 s->detector = detect_clicks; in init()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
DTestCharsetDetector.java785 CharsetDetector detector = new CharsetDetector(); in TestReusingDetector() local
788 detector.setText(data1); in TestReusingDetector()
789 CharsetMatch match1 = detector.detect(); in TestReusingDetector()
792 detector.setText(data2); in TestReusingDetector()
793 CharsetMatch match2 = detector.detect(); in TestReusingDetector()
796 CharsetMatch match2a = detector.detect(); in TestReusingDetector()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/charsetdet/
DTestCharsetDetector.java788 CharsetDetector detector = new CharsetDetector(); in TestReusingDetector() local
791 detector.setText(data1); in TestReusingDetector()
792 CharsetMatch match1 = detector.detect(); in TestReusingDetector()
795 detector.setText(data2); in TestReusingDetector()
796 CharsetMatch match2 = detector.detect(); in TestReusingDetector()
799 CharsetMatch match2a = detector.detect(); in TestReusingDetector()
/third_party/python/Doc/c-api/
Dallocation.rst19 object participates in the cyclic garbage detector, it is added to the
20 detector's set of observed objects. Other fields of the object are not
Dtype.rst68 Return true if the type object includes support for the cycle detector; this
/third_party/libevdev/
Dmeson.build117 executable('touchpad-edge-detector',
118 sources: ['tools/touchpad-edge-detector.c'],
133 'tools/touchpad-edge-detector.1')
/third_party/mesa3d/.gitlab-ci/common/
Dintel-gpu-freq.sh598 Start (default operation) the throttling detector
600 terminate the detector process or verify its status.
/third_party/python/Lib/test/
Dtest_gc.py1283 detector = GC_Detector()
1284 while not detector.gc_happened:
1348 detector = GC_Detector()
1351 while not detector.gc_happened:
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstfacedetect.cpp559 CascadeClassifier * detector, gint min_size_width, in gst_face_detect_run_detector() argument
570 detector->detectMultiScale (roi, faces, filter->scale_factor, in gst_face_detect_run_detector()
/third_party/python/Doc/using/
Dconfigure.rst306 Enable AddressSanitizer memory error detector, ``asan`` (default is no).
312 Enable MemorySanitizer allocation error detector, ``msan`` (default is no).
318 Enable UndefinedBehaviorSanitizer undefined behaviour detector, ``ubsan``
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dporting-list-0.11.txt253 * -bad zbar: zbar: Barcode detector
371 -bad dtmf: dtmfdetect: DTMF detector element
556 -bad videofiltersbad: scenechange: Scene change detector
/third_party/libinput/doc/user/
Dabsolute-coordinate-ranges.rst45 ``touchpad-edge-detector`` tool.
/third_party/node/doc/contributing/
Dinvestigating-native-memory-leaks.md48 ==28993== Memcheck, a memory error detector
140 ==1504== Memcheck, a memory error detector
192 ==4174== Memcheck, a memory error detector
/third_party/mbedtls/docs/architecture/testing/
Dinvasive-testing.md244 … effort (e.g. the test code itself must be leak-free to avoid false positives in a leak detector) |
288 Since we run many test jobs with a memory leak detector, each test function or test program must cl…
/third_party/python/Doc/extending/
Dextending.rst899 offers a cycle detector that works to detect reference cycles. This allows
909 The cycle detector is able to detect garbage cycles and can reclaim them.
910 The :mod:`gc` module exposes a way to run the detector (the
912 interfaces and the ability to disable the detector at runtime.

123