Searched defs:detect (Results 1 - 17 of 17) sorted by relevance

/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/icu/source/i18n/
H A Dcsdetect.cpp228 const CharsetMatch *CharsetDetector::detect(UErrorCode &status) function in class:CharsetDetector
/external/chromium_org/third_party/libvpx/source/libvpx/
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
H A Dvpxenc.c117 int file_is_y4m(const char detect[4]) { argument
118 if (memcmp(detect, "YUV4", 4) == 0) {
124 int fourcc_is_ivf(const char detect[4]) { argument
125 if (memcmp(detect, "DKIF", 4) == 0) {
914 input->detect.buf_read = fread(input->detect.buf, 1, 4, input->file);
915 input->detect.position = 0;
917 if (input->detect.buf_read == 4
918 && file_is_y4m(input->detect.buf)) {
919 if (y4m_input_open(&input->y4m, input->file, input->detect
[all...]
/external/icu/icu4c/source/i18n/
H A Dcsdetect.cpp228 const CharsetMatch *CharsetDetector::detect(UErrorCode &status) function in class:CharsetDetector
/external/libvpx/libvpx/
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
H A Dvpxenc.c112 int file_is_y4m(const char detect[4]) { argument
113 if (memcmp(detect, "YUV4", 4) == 0) {
119 int fourcc_is_ivf(const char detect[4]) { argument
120 if (memcmp(detect, "DKIF", 4) == 0) {
779 input->detect.buf_read = fread(input->detect.buf, 1, 4, input->file);
780 input->detect.position = 0;
782 if (input->detect.buf_read == 4
783 && file_is_y4m(input->detect.buf)) {
784 if (y4m_input_open(&input->y4m, input->file, input->detect
[all...]
/external/neven/
H A DFaceDetector_jni.cpp198 detect(JNIEnv *_env, jobject _this, function
284 {"fft_detect", "(Landroid/graphics/Bitmap;)I", (void*)detect },
/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/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js331 Browser.detect = function(){
346 Browser.detect();
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 169 milliseconds