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

1234

/external/qemu/
H A DAndroid.mk1 # the following test is made to detect that we were called
/external/chromium_org/third_party/webrtc/base/
H A Dproxy_unittest.cc32 // Used to run a proxy detect on the current thread. Otherwise we would need
62 AutoDetectProxyRunner* detect = new AutoDetectProxyRunner("unittest/1.0"); local
63 detect->set_proxy(address);
64 detect->Run(); // blocks until done
65 type = detect->proxy().type;
66 detect->Destroy(false);
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Divfdec.c65 input_ctx->detect.buf_read = 0;
67 input_ctx->detect.position = 4;
H A Dtools_common.c83 struct FileTypeDetectionBuffer *detect = &input_ctx->detect; local
114 const size_t left = detect->buf_read - detect->position;
117 memcpy(ptr, detect->buf + detect->position, more);
120 detect->position += more;
H A Dtools_common.h88 struct FileTypeDetectionBuffer detect; member in struct:VpxInputContext
/external/libvpx/libvpx/
H A Divfdec.c65 input_ctx->detect.buf_read = 0;
67 input_ctx->detect.position = 4;
H A Dtools_common.c83 struct FileTypeDetectionBuffer *detect = &input_ctx->detect; local
113 const size_t left = detect->buf_read - detect->position;
116 memcpy(ptr, detect->buf + detect->position, more);
119 detect->position += more;
H A Dtools_common.h94 struct FileTypeDetectionBuffer detect; member in struct:VpxInputContext
/external/chromium_org/third_party/icu/source/i18n/
H A Dcsdetect.h44 const CharsetMatch *detect(UErrorCode& status);
H A Ducsdet.cpp102 return (const UCharsetMatch *) ((CharsetDetector *) ucsd)->detect(*status);
/external/icu/icu4c/source/i18n/
H A Dcsdetect.h44 const CharsetMatch *detect(UErrorCode& status);
H A Ducsdet.cpp102 return (const UCharsetMatch *) ((CharsetDetector *) ucsd)->detect(*status);
/external/chromium_org/third_party/icu/source/config/
H A Dtest-icu-config.sh48 icu-config --detect-prefix --ldflags --ldflags-layout
H A Dicu-config-bottom36 echo " --detect-prefix Attempt to detect prefix based on PATH"
104 echo "### or --detect-prefix" 1>&2
118 # For certain options (e.g. --detect-prefix) don't check for icuuc library file.
289 --detect-prefix)
/external/icu/icu4c/source/config/
H A Dtest-icu-config.sh48 icu-config --detect-prefix --ldflags --ldflags-layout
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/chromium_org/third_party/libvpx/
H A Dgenerate_gypi.sh407 gen_config_files linux/arm-neon-cpu-detect "--target=armv7-linux-gcc --enable-pic --enable-realtime-only --enable-runtime-cpu-detect --disable-edsp ${all_platforms}"
427 lint_config linux/arm-neon-cpu-detect
448 gen_rtcd_header linux/arm-neon-cpu-detect armv7
495 config=$(print_config linux/arm-neon-cpu-detect)
H A Dlibvpx_asm_offsets_vp8.target.darwin-arm.mk112 $(LOCAL_PATH)/third_party/libvpx/source/config/linux/arm-neon-cpu-detect \
219 $(LOCAL_PATH)/third_party/libvpx/source/config/linux/arm-neon-cpu-detect \
H A Dlibvpx_asm_offsets_vp8.target.linux-arm.mk112 $(LOCAL_PATH)/third_party/libvpx/source/config/linux/arm-neon-cpu-detect \
219 $(LOCAL_PATH)/third_party/libvpx/source/config/linux/arm-neon-cpu-detect \
H A Dlibvpx_asm_offsets_vpx_scale.target.darwin-arm.mk112 $(LOCAL_PATH)/third_party/libvpx/source/config/linux/arm-neon-cpu-detect \
219 $(LOCAL_PATH)/third_party/libvpx/source/config/linux/arm-neon-cpu-detect \
H A Dlibvpx_asm_offsets_vpx_scale.target.linux-arm.mk112 $(LOCAL_PATH)/third_party/libvpx/source/config/linux/arm-neon-cpu-detect \
219 $(LOCAL_PATH)/third_party/libvpx/source/config/linux/arm-neon-cpu-detect \
H A Dlibvpx_obj_int_extract.host.darwin-arm.mk94 $(LOCAL_PATH)/third_party/libvpx/source/config/linux/arm-neon-cpu-detect \
173 $(LOCAL_PATH)/third_party/libvpx/source/config/linux/arm-neon-cpu-detect \
H A Dlibvpx_obj_int_extract.host.linux-arm.mk94 $(LOCAL_PATH)/third_party/libvpx/source/config/linux/arm-neon-cpu-detect \
173 $(LOCAL_PATH)/third_party/libvpx/source/config/linux/arm-neon-cpu-detect \
/external/valgrind/main/memcheck/tests/linux/
H A Dtimerfd-syscall.c67 #error Cannot detect your architecture!
85 #error Cannot detect your architecture!
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DCompiler.cpp390 DetectCallDepth detect(infoSink, limitCallStackDepth, maxCallStackDepth);
391 root->traverse(&detect);
392 switch (detect.detectCallDepth())

Completed in 5692 milliseconds

1234