Home
last modified time | relevance | path

Searched refs:detect (Results 1 - 25 of 68) sorted by relevance

123

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/charsetdet/
H A DTestCharsetDetector.java147 m = det.detect(); in TestInputFilter()
155 m = det.detect(); in TestInputFilter()
158 errln("unfiltered input did not detect as English!"); 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()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
H A DTestCharsetDetector.java144 m = det.detect(); in TestInputFilter()
152 m = det.detect(); in TestInputFilter()
155 errln("unfiltered input did not detect as English!"); 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()
[all...]
/third_party/skia/third_party/externals/freetype/builds/
H A Ddetect.mk23 # The following variables must be defined in system specific `detect.mk'
71 PLATFORMS := $(notdir $(subst /detect.mk,,$(wildcard $(BUILD_CONFIG)/*/detect.mk)))
90 # directories. Note that the calling order of the various `detect.mk'
93 include $(wildcard $(BUILD_CONFIG)/*/detect.mk)
H A Dtoplevel.mk21 # in `PROJECT/builds/detect.mk'. They are in charge of detecting the
33 # See the comments in `builds/detect.mk' and `builds/PROJECT.mk' for more
114 include $(TOP_DIR)/builds/detect.mk
133 # Note: This test is duplicated in `builds/unix/detect.mk'.
/third_party/ffmpeg/libavfilter/
H A Dasrc_sinc.c246 float detect = 2 * M_PI; in fir_to_phase() local
248 float adjust = detect * ((delta < -detect * .7f) - (delta > detect * .7f)); in fir_to_phase()
253 detect = M_PI; in fir_to_phase()
255 adjust = detect * ((delta < -detect * .7f) - (delta > detect * .7f)); in fir_to_phase()
H A Daf_adynamicequalizer.c188 double detect, gain, v, listen; in filter_channels() local
192 detect = listen = get_svf(src[n], dm, da, state); in filter_channels()
193 detect = fabs(detect); in filter_channels()
195 gain = get_gain(detect, sample_rate, makeup, in filter_channels()
H A Daf_hdcd.c852 unsigned int sustain, sustain_reset; /**< code detect timer */
871 /** occurrences of code detect timer expiring without detecting
934 #define HDCD_ANA_CDT_DESC "samples where the code detect timer is active"
965 int cdt_ms; /**< code detect timer period in ms */
982 hdcd_detection_data detect; member
992 { "cdt_ms", "Code detect timer period in ms.",
1136 /* code detect timers for each channel */ in hdcd_scan()
1170 /* code detect timer expired */ in hdcd_scan()
1472 static void hdcd_detect_reset(hdcd_detection_data *detect) { in hdcd_detect_reset() argument
1473 detect in hdcd_detect_reset()
1484 hdcd_detect_start(hdcd_detection_data *detect) hdcd_detect_start() argument
1491 hdcd_detect_onech(hdcd_state *state, hdcd_detection_data *detect) hdcd_detect_onech() argument
1517 hdcd_detect_end(hdcd_detection_data *detect, int channels) hdcd_detect_end() argument
[all...]
/third_party/node/deps/undici/src/node_modules/@fastify/busboy/lib/
H A Dmain.js68 if (MultipartParser.detect.test(parsed[0])) {
71 if (UrlencodedParser.detect.test(parsed[0])) {
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/
H A DDetectingViewer.java268 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/rust/crates/memchr/src/memchr/x86/
H A Dmod.rs3 // We only use AVX when we can detect at runtime whether it's available, which
41 static FN: AtomicPtr<()> = AtomicPtr::new(detect as FnRaw);
43 fn detect($($needle: u8),+, haystack: &[u8]) -> Option<usize> { in detect() functions
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCharsetDetector.java157 public CharsetMatch detect() { in detect() method in CharsetDetector
158 // TODO: A better implementation would be to copy the detect loop from in detect()
216 * <code>this.setDeclaredEncoding(declaredEncoding).setText(in).detect().getReader();</code>
239 CharsetMatch match = detect(); in getReader()
256 * <code>this.setDeclaredEncoding(declaredEncoding).setText(in).detect().getString();</code>
274 CharsetMatch match = detect(); in getString()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DCharsetDetector.java148 public CharsetMatch detect() { in detect() method in CharsetDetector
149 // TODO: A better implementation would be to copy the detect loop from in detect()
205 * <code>this.setDeclaredEncoding(declaredEncoding).setText(in).detect().getReader();</code>
226 CharsetMatch match = detect(); in getReader()
243 * <code>this.setDeclaredEncoding(declaredEncoding).setText(in).detect().getString();</code>
259 CharsetMatch match = detect(); in getString()
/third_party/ltp/testcases/kernel/syscalls/futex/
H A Dfutextest.h131 * @detect: whether (1) or not (0) to perform deadlock detection
135 int detect, int opflags) in futex_lock_pi()
137 return futex_syscall(fntype, uaddr, FUTEX_LOCK_PI, detect, in futex_lock_pi()
134 futex_lock_pi(enum futex_fn_type fntype, futex_t *uaddr, struct tst_ts *timeout, int detect, int opflags) futex_lock_pi() argument
/third_party/icu/icu4c/source/i18n/
H A Dcsdetect.h48 const CharsetMatch *detect(UErrorCode& status);
H A Ducsdet.cpp102 return (const UCharsetMatch *) ((CharsetDetector *) ucsd)->detect(*status); in ucsdet_detect()
/third_party/node/deps/icu-small/source/i18n/
H A Dcsdetect.h48 const CharsetMatch *detect(UErrorCode& status);
H A Ducsdet.cpp102 return (const UCharsetMatch *) ((CharsetDetector *) ucsd)->detect(*status); in ucsdet_detect()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcsdetect.h48 const CharsetMatch *detect(UErrorCode& status);
H A Ducsdet.cpp102 return (const UCharsetMatch *) ((CharsetDetector *) ucsd)->detect(*status); in ucsdet_detect()
/third_party/mesa3d/.gitlab-ci/common/
H A Dintel-gpu-freq.sh49 THROTT_DETECT_PID_FILE_PATH=/tmp/thrott-detect.pid
597 -d|--detect-thrott [start|stop|status]
701 -d|--detect-thrott)
/third_party/skia/platform_tools/android/bin/utils/
H A Dandroid_setup.sh60 echo "No ANDROID_SDK_ROOT set and can't auto detect it from location of android binary."
69 echo "No ANDROID_NDK_ROOT set and can't auto detect it from location of SDK."
/third_party/pulseaudio/src/pulse/
H A Doperation.c27 #include <pulse/fork-detect.h>
/third_party/node/deps/undici/src/node_modules/@fastify/busboy/lib/types/
H A Durlencoded.js9 UrlEncoded.detect = /^application\/x-www-form-urlencoded/i
/third_party/musl/
H A Dconfigure168 --enable-wrapper|--enable-wrapper=yes) wrapper=detect ;;
282 if test "$wrapper" = auto || test "$wrapper" = detect ; then
298 if test "$wrapper" = detect ; then
343 unknown) fail "$0: unable to detect target arch; try $0 --target=..." ;;
785 # for all packages. On recent GCC we can detect this and error out
/third_party/ffmpeg/tests/fate/
H A Dfilter-audio.mak370 FATE_AFILTER_SAMPLES-$(call FILTERDEMDECENCMUX, HDCD, FLAC, FLAC, PCM_S24LE, PCM_S24LE) += fate-filter-hdcd-detect-errors
371 fate-filter-hdcd-detect-errors: SRC = $(TARGET_SAMPLES)/filter/hdcd-encoding-errors.flac
372 fate-filter-hdcd-detect-errors: CMD = md5 -i $(SRC) -af hdcd -f s24le
373 fate-filter-hdcd-detect-errors: CMP = grep
374 fate-filter-hdcd-detect-errors: REF = detectable errors: [1-9]

Completed in 17 milliseconds

123