/third_party/gstreamer/gstplugins_bad/ext/soundtouch/ |
D | gstbpmdetect.cc | 51 soundtouch::BPMDetect * detect; member 53 BPMDetect *detect; member 130 bpm_detect->priv->detect = NULL; in gst_bpm_detect_init() 139 if (bpm_detect->priv->detect) { in gst_bpm_detect_finalize() 140 delete bpm_detect->priv->detect; in gst_bpm_detect_finalize() 142 bpm_detect->priv->detect = NULL; in gst_bpm_detect_finalize() 153 if (bpm_detect->priv->detect) { in gst_bpm_detect_stop() 154 delete bpm_detect->priv->detect; in gst_bpm_detect_stop() 156 bpm_detect->priv->detect = NULL; in gst_bpm_detect_stop() 172 if (bpm_detect->priv->detect) { in gst_bpm_detect_event() [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | af_hdcd.c | 981 hdcd_detection_data detect; member 1471 static void hdcd_detect_reset(hdcd_detection_data *detect) { in hdcd_detect_reset() argument 1472 detect->hdcd_detected = HDCD_NONE; in hdcd_detect_reset() 1473 detect->packet_type = HDCD_PVER_NONE; in hdcd_detect_reset() 1474 detect->total_packets = 0; in hdcd_detect_reset() 1475 detect->errors = 0; in hdcd_detect_reset() 1476 detect->peak_extend = HDCD_PE_NEVER; in hdcd_detect_reset() 1477 detect->uses_transient_filter = 0; in hdcd_detect_reset() 1478 detect->max_gain_adjustment = 0.0; in hdcd_detect_reset() 1479 detect->cdt_expirations = -1; in hdcd_detect_reset() [all …]
|
D | asrc_sinc.c | 253 float detect = 2 * M_PI; in fir_to_phase() local 255 float adjust = detect * ((delta < -detect * .7f) - (delta > detect * .7f)); in fir_to_phase() 260 detect = M_PI; in fir_to_phase() 262 adjust = detect * ((delta < -detect * .7f) - (delta > detect * .7f)); in fir_to_phase()
|
/third_party/pulseaudio/src/daemon/ |
D | system.pa.in | 29 .ifexists module-udev-detect@PA_SOEXT@ 30 load-module module-udev-detect 33 .ifexists module-coreaudio-detect@PA_SOEXT@ 34 load-module module-coreaudio-detect 37 .ifexists module-detect@PA_SOEXT@ 40 load-module module-detect 44 .ifexists module-devd-detect@PA_SOEXT@ 45 load-module module-devd-detect
|
D | default.pa.in | 57 .ifexists module-udev-detect@PA_SOEXT@ 58 load-module module-udev-detect 61 .ifexists module-coreaudio-detect@PA_SOEXT@ 62 load-module module-coreaudio-detect 65 .ifexists module-detect@PA_SOEXT@ 68 load-module module-detect 72 .ifexists module-devd-detect@PA_SOEXT@ 73 load-module module-devd-detect 78 .ifexists module-jackdbus-detect@PA_SOEXT@ 80 load-module module-jackdbus-detect channels=2
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/ |
D | TestCharsetDetector.java | 144 m = det.detect(); in TestInputFilter() 152 m = det.detect(); in TestInputFilter() 196 m = det.detect(); in TestUTF16() 203 m = det.detect(); in TestUTF16() 232 m = det.detect(); in TestC1Bytes() 240 m = det.detect(); in TestC1Bytes() 267 m = det.detect(); in TestShortInput() 304 match = det.detect(); in TestBufferOverflow() 422 CharsetMatch m = det.detect(); in checkMatch() 517 m = det.detect(); in TestJapanese() [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/charsetdet/ |
D | TestCharsetDetector.java | 147 m = det.detect(); in TestInputFilter() 155 m = det.detect(); in TestInputFilter() 199 m = det.detect(); in TestUTF16() 206 m = det.detect(); in TestUTF16() 235 m = det.detect(); in TestC1Bytes() 243 m = det.detect(); in TestC1Bytes() 270 m = det.detect(); in TestShortInput() 307 match = det.detect(); in TestBufferOverflow() 425 CharsetMatch m = det.detect(); in checkMatch() 520 m = det.detect(); in TestJapanese() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | jsdocTypeFromChainedAssignment3.types | 2 …ing = exports.dir = exports.detectSeries = exports.detectLimit = exports.detect = exports.constant… 3 …ing = exports.dir = exports.detectSeries = exports.detectLimit = exports.detect = exports.constant… 7 …ing = exports.dir = exports.detectSeries = exports.detectLimit = exports.detect = exports.constant… 11 …ing = exports.dir = exports.detectSeries = exports.detectLimit = exports.detect = exports.constant… 15 …ing = exports.dir = exports.detectSeries = exports.detectLimit = exports.detect = exports.constant… 19 …ing = exports.dir = exports.detectSeries = exports.detectLimit = exports.detect = exports.constant… 23 …ing = exports.dir = exports.detectSeries = exports.detectLimit = exports.detect = exports.constant… 27 …ing = exports.dir = exports.detectSeries = exports.detectLimit = exports.detect = exports.constant… 31 …ing = exports.dir = exports.detectSeries = exports.detectLimit = exports.detect = exports.constant… 35 …ing = exports.dir = exports.detectSeries = exports.detectLimit = exports.detect = exports.constant… [all …]
|
/third_party/pulseaudio/src/modules/ |
D | meson.build | 18 # [ 'module-coreaudio-detect', 'macosx/module-coreaudio-detect.c' ], 21 [ 'module-detect', 'module-detect.c' ], 180 [ 'module-jackdbus-detect', 'jack/module-jackdbus-detect.c', [], [], [dbus_dep] ], 213 all_modules += [ [ 'module-udev-detect', 'module-udev-detect.c', [], [], [udev_dep] ] ] 215 all_modules += [ [ 'module-hal-detect', 'module-hal-detect-compat.c' ] ] 220 all_modules += [ [ 'module-devd-detect', 'module-devd-detect.c', [], [], [] ] ]
|
/third_party/skia/third_party/externals/freetype/builds/ |
D | detect.mk | 71 PLATFORMS := $(notdir $(subst /detect.mk,,$(wildcard $(BUILD_CONFIG)/*/detect.mk))) 93 include $(wildcard $(BUILD_CONFIG)/*/detect.mk)
|
/third_party/node/deps/undici/src/node_modules/busboy/lib/ |
D | index.js | 12 const matched = type.detect(conType); 44 ].filter(function(typemod) { return typeof typemod.detect === 'function'; });
|
/third_party/libinput/doc/user/ |
D | touchpads.rst | 75 Virtually all touchpads available now can **detect** multiple fingers on 89 touchpads can also detect three fingers on the touchpad, but no positional 124 fingers, but detect more than N. For example, when using the serial 125 protocol, Synaptics touchpads can track two fingers but may detect up to 140 technically detect two fingers but the location of both is limited to the 171 edge, touchpads don't always detect the finger location so clicking with a 188 libinput uses pressure to detect accidental palm contact and thumbs, though
|
/third_party/skia/site/docs/dev/testing/ |
D | fonts.md | 13 to detect when images change unexpectedly, indicating that a rendering bug has 16 The gm tests have a secondary purpose: they detect when rendering is different
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | angle_test_instantiate_apple.mm | 6 // This file includes APIs to detect whether certain Apple renderer is availabe for testing. 35 // We don't have a way to detect Metal family here, so skip all Intel for now.
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/ |
D | DetectingViewer.java | 268 private CharsetMatch[] detect(byte[] bytes) in detect() method in DetectingViewer 277 private CharsetMatch[] detect(BufferedInputStream inputStream) in detect() method in DetectingViewer 361 CharsetMatch[] matches = detect(inputStream); in doOpenFile() 378 CharsetMatch[] matches = detect(filtered); in doOpenURL()
|
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-captive-portal/ |
D | README.md | 1 # lws minimal http client captive portal detect 30 [2020/03/11 13:07:07:4519] U: LWS minimal http client captive portal detect
|
/third_party/icu/docs/userguide/conversion/ |
D | detection.md | 187 confidence, you can use the `detect()` method, which will return a `CharsetMatch` 196 match = detector.detect(); 230 > method can be used in C in order to detect all of the character sets where `matchesFound` is a po… 246 match = detector.detect(); 286 The `CharsetDetector` class also has two convenience methods that let you detect 315 match = detector.detect(); 318 match = detector.detect();
|
/third_party/rust/crates/memchr/src/memchr/x86/ |
D | mod.rs | 41 static FN: AtomicPtr<()> = AtomicPtr::new(detect as FnRaw); 43 fn detect($($needle: u8),+, haystack: &[u8]) -> Option<usize> {
|
/third_party/python/Lib/venv/scripts/common/ |
D | activate | 17 # This should detect bash and zsh, which have a hash command that must 64 # This should detect bash and zsh, which have a hash command that must
|
/third_party/skia/third_party/externals/icu/source/config/ |
D | icu-config-bottom | 44 echo " --detect-prefix Attempt to detect prefix based on PATH" 111 echo "### or --detect-prefix" 1>&2 125 # For certain options (e.g. --detect-prefix) don't check for icuuc library file. 297 --detect-prefix)
|
/third_party/icu/icu4c/source/config/ |
D | icu-config-bottom | 44 echo " --detect-prefix Attempt to detect prefix based on PATH" 111 echo "### or --detect-prefix" 1>&2 125 # For certain options (e.g. --detect-prefix) don't check for icuuc library file. 297 --detect-prefix)
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | autoplug3 | 16 - the 'Source' keyword is used to detect source elements 17 - the 'Sink' keyword is used to detect the sink elements or targets
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CharsetDetector.java | 157 public CharsetMatch detect() { in detect() method in CharsetDetector 239 CharsetMatch match = detect(); in getReader() 274 CharsetMatch match = detect(); in getString()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | CharsetDetector.java | 148 public CharsetMatch detect() { in detect() method in CharsetDetector 226 CharsetMatch match = detect(); in getReader() 259 CharsetMatch match = detect(); in getString()
|
/third_party/ltp/testcases/kernel/syscalls/futex/ |
D | futextest.h | 176 int detect, int opflags) in futex_lock_pi() argument 178 return futex_syscall(fntype, uaddr, FUTEX_LOCK_PI, detect, in futex_lock_pi()
|