HomeSort by relevance Sort by last modified time
    Searched refs:detect (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/webrtc/base/
proxy_unittest.cc 32 // 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/
ivfdec.c 65 input_ctx->detect.buf_read = 0;
67 input_ctx->detect.position = 4;
tools_common.c 83 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;
tools_common.h 88 struct FileTypeDetectionBuffer detect; member in struct:VpxInputContext
  /external/libvpx/libvpx/
ivfdec.c 65 input_ctx->detect.buf_read = 0;
67 input_ctx->detect.position = 4;
tools_common.c 83 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;
tools_common.h 94 struct FileTypeDetectionBuffer detect; member in struct:VpxInputContext
  /external/chromium_org/third_party/icu/source/i18n/
csdetect.h 44 const CharsetMatch *detect(UErrorCode& status);
ucsdet.cpp 102 return (const UCharsetMatch *) ((CharsetDetector *) ucsd)->detect(*status);
  /external/icu/icu4c/source/i18n/
csdetect.h 44 const CharsetMatch *detect(UErrorCode& status);
ucsdet.cpp 102 return (const UCharsetMatch *) ((CharsetDetector *) ucsd)->detect(*status);
  /development/ndk/platforms/android-3/include/linux/mmc/
host.h 111 struct work_struct detect; member in struct:mmc_host
  /external/chromium_org/chrome/test/chromedriver/js/
get_element_region.js 24 throw new Error('failed to detect the region of the area');
37 throw new Error('failed to detect the region of the area');
49 throw new Error('failed to detect the region of the area');
  /external/chromium_org/third_party/icu/source/config/
test-icu-config.sh 48 icu-config --detect-prefix --ldflags --ldflags-layout
  /external/chromium_org/v8/tools/
detect-builtins.js 51 })(this); // Must wrap in anonymous closure or it'll detect itself as builtin.
  /external/icu/icu4c/source/config/
test-icu-config.sh 48 icu-config --detect-prefix --ldflags --ldflags-layout
  /external/chromium_org/third_party/libvpx/
generate_gypi.sh 407 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
494 echo "Generate ARM NEON CPU DETECT source list."
495 config=$(print_config linux/arm-neon-cpu-detect)
libvpx_asm_offsets_vp8.target.darwin-arm.mk 112 $(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 \
libvpx_asm_offsets_vp8.target.linux-arm.mk 112 $(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 \
libvpx_asm_offsets_vpx_scale.target.darwin-arm.mk 112 $(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 \
libvpx_asm_offsets_vpx_scale.target.linux-arm.mk 112 $(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 \
libvpx_obj_int_extract.host.darwin-arm.mk 94 $(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 \
libvpx_obj_int_extract.host.linux-arm.mk 94 $(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/chromium_org/v8/test/webkit/
dfg-mul-big-integer-with-small-integer-and-detect-overflow.js 25 "Tests what happens when you multiply a big unknown integer with a small known integer and detect that we have had an overflow."
  /external/chromium_org/third_party/angle/src/compiler/translator/
Compiler.cpp 390 DetectCallDepth detect(infoSink, limitCallStackDepth, maxCallStackDepth);
391 root->traverse(&detect);
392 switch (detect.detectCallDepth())

Completed in 370 milliseconds

1 2 3 4 5