/third_party/json/include/nlohmann/detail/meta/ |
H A D | detected.hpp | 34 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/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/ |
H A D | InputStreamCallbackAnalyzer.h | 36 for (auto detector : mPeakDetectors) { in reset() 37 detector.reset(); in reset()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | distribution_caller.h | 41 struct detector : std::false_type {}; struct 43 struct detector<Trait, absl::void_t<Trait<Args...>>, Args...> struct 51 using HasInvokeMock = typename detector<invoke_mock_t, void, URBG>::type;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
H A D | bit_gen_ref.h | 90 struct detector : std::false_type {}; struct in absl::BitGenRef 92 struct detector<Trait, absl::void_t<Trait<Args...>>, Args...> struct in absl::BitGenRef 101 using HasInvokeMock = typename detector<invoke_mock_t, void, T>::type;
|
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/ |
H A D | CubeActivity.java | 297 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/ffmpeg/libavfilter/ |
H A D | af_sidechaincompress.c | 176 double detector; in compressor() local 197 detector = (s->detection ? s->adj_knee_stop : s->lin_knee_stop); in compressor() 198 detected = s->lin_slope < detector; in compressor() 200 detector = (s->detection ? s->adj_knee_start : s->lin_knee_start); in compressor() 201 detected = s->lin_slope > detector; in compressor()
|
H A D | af_rubberband.c | 36 int transients, detector, phase, window, member 55 { "detector", "set detector", OFFSET(detector), AV_OPT_TYPE_INT, {.i64=0}, 0, INT_MAX, A, "detector" }, 56 { "compound", 0, 0, AV_OPT_TYPE_CONST, {.i64=RubberBandOptionDetectorCompound}, 0, 0, A, "detector" }, 57 { "percussive", 0, 0, AV_OPT_TYPE_CONST, {.i64=RubberBandOptionDetectorPercussive}, 0, 0, A, "detector" }, 58 { "soft", 0, 0, AV_OPT_TYPE_CONST, {.i64=RubberBandOptionDetectorSoft}, 0, 0, A, "detector" }, 132 int opts = s->transients|s->detector|s->phase|s->window| in config_input()
|
H A D | af_adeclick.c | 85 int (*detector)(struct AudioDeclickContext *s, DeclickChannel *c, member 498 nb_errors = s->detector(s, c, sigmae, c->detection, c->acoefficients, in filter_channel() 667 s->detector = detect_clips; in init() 669 s->detector = detect_clicks; in init()
|
/third_party/backends/backend/ |
H A D | p5_device.c | 602 int detector; in test_document() local 605 detector = read_reg (fd, REGE); in test_document() 606 DBG (DBG_io, "test_document: detector=0x%02X\n", detector); in test_document() 609 if (detector & 0x04) in test_document() 977 int detector; in eject() local 984 detector = read_reg (fd, REGE); in eject() 985 detector = read_reg (fd, REGE); in eject() 987 while ((detector & 0x04) != 0); in eject() 1002 wait_document (int fd, uint8_t detector) [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/charsetdet/ |
H A D | TestCharsetDetector.java | 92 errln("Could not construct a charset detector"); in TestConstruction() 136 String s = "<a> <lot> <of> <English> <inside> <the> <markup> Un tr\u00E8s petit peu de Fran\u00E7ais. <to> <confuse> <the> <detector>"; in TestInputFilter() 788 CharsetDetector detector = new CharsetDetector(); in TestReusingDetector() 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() 1168 // Next, using a completely separate detector, detect some 8859-1 text in TestBug6954() 1174 assertEquals("Initial use of second detector", "IS in TestBug6954() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/ |
H A D | TestCharsetDetector.java | 89 errln("Could not construct a charset detector"); in TestConstruction() 133 String s = "<a> <lot> <of> <English> <inside> <the> <markup> Un tr\u00E8s petit peu de Fran\u00E7ais. <to> <confuse> <the> <detector>"; in TestInputFilter() 785 CharsetDetector detector = new CharsetDetector(); in TestReusingDetector() 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() 1165 // Next, using a completely separate detector, detect some 8859-1 text in TestBug6954() 1171 assertEquals("Initial use of second detector", "IS in TestBug6954() [all...] |
/third_party/mesa3d/.gitlab-ci/common/ |
H A D | intel-gpu-freq.sh | 360 # arg1: start - run throttle detector in background 361 # stop - stop throttle detector process, if any 362 # status - verify if throttle detector is running 370 printf "Throttling detector is " 378 log INFO "Stopping throttling detector (pid=%s)" "${pid}" 385 log WARN "Throttling detector is already running (pid=%s)" ${pid} 410 log INFO "Started GPU throttling detector (pid=%s)" ${pid} 413 log WARN "Failed to write throttle detector PID file" 598 Start (default operation) the throttling detector 600 terminate the detector proces [all...] |
/third_party/python/Lib/test/ |
H A D | test_gc.py | 1351 detector = GC_Detector() 1352 while not detector.gc_happened: 1416 detector = GC_Detector() 1419 while not detector.gc_happened:
|
/third_party/json/tests/abi/include/nlohmann/ |
H A D | json_v3_10_5.hpp | 2266 struct detector struct 2273 struct detector<Default, void_t<Op<Args...>>, Op, Args...> struct 2280 using is_detected = typename detector<nonesuch, void, Op, Args...>::value_t; 2286 using detected_t = typename detector<nonesuch, void, Op, Args...>::type; 2289 using detected_or = detector<Default, void, Op, Args...>;
|
/third_party/json/single_include/nlohmann/ |
H A D | json.hpp | 278 struct detector struct 285 struct detector<Default, void_t<Op<Args...>>, Op, Args...> struct 292 using is_detected = typename detector<nonesuch, void, Op, Args...>::value_t; 298 using detected_t = typename detector<nonesuch, void, Op, Args...>::type; 301 using detected_or = detector<Default, void, Op, Args...>;
|