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

1 2 3 4

  /external/chromium_org/third_party/libjingle/source/talk/base/
proxy_unittest.cc 48 // Used to run a proxy detect on the current thread. Otherwise we would need
78 AutoDetectProxyRunner* detect = new AutoDetectProxyRunner("unittest/1.0"); local
79 detect->set_proxy(address);
80 detect->Run(); // blocks until done
81 type = detect->proxy().type;
82 detect->Destroy(false);
  /external/chromium_org/third_party/webrtc/base/
proxy_unittest.cc 31 // Used to run a proxy detect on the current thread. Otherwise we would need
61 AutoDetectProxyRunner* detect = new AutoDetectProxyRunner("unittest/1.0"); local
62 detect->set_proxy(address);
63 detect->Run(); // blocks until done
64 type = detect->proxy().type;
65 detect->Destroy(false);
  /external/chromium_org/third_party/icu/source/i18n/
csdetect.cpp 247 const CharsetMatch *CharsetDetector::detect(UErrorCode &status) function in class:CharsetDetector
  /external/chromium_org/third_party/libvpx/source/libvpx/
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 88 struct FileTypeDetectionBuffer detect; member in struct:VpxInputContext
  /external/icu/icu4c/source/i18n/
csdetect.cpp 228 const CharsetMatch *CharsetDetector::detect(UErrorCode &status) function in class:CharsetDetector
  /external/libvpx/libvpx/
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/neven/
FaceDetector_jni.cpp 198 detect(JNIEnv *_env, jobject _this, function
284 {"fft_detect", "(Landroid/graphics/Bitmap;)I", (void*)detect },
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
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
  /hardware/intel/img/hwcomposer/common/base/
Drm.cpp 73 bool Drm::detect(int device) function in class:android::intel::Drm
  /development/ndk/platforms/android-3/include/linux/mmc/
host.h 111 struct work_struct detect; member in struct:mmc_host
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/mmc/
host.h 111 struct work_struct detect; member in struct:mmc_host
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/mmc/
host.h 111 struct work_struct detect; member in struct:mmc_host
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/mmc/
host.h 111 struct work_struct detect; member in struct:mmc_host
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/mmc/
host.h 111 struct work_struct detect; member in struct:mmc_host
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/mmc/
host.h 111 struct work_struct detect; member in struct:mmc_host
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/mmc/
host.h 111 struct work_struct detect; member in struct:mmc_host
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/mmc/
host.h 111 struct work_struct detect; member in struct:mmc_host
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/mmc/
host.h 111 struct work_struct detect; member in struct:mmc_host
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/mmc/
host.h 111 struct work_struct detect; member in struct:mmc_host
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/mmc/
host.h 111 struct work_struct detect; member in struct:mmc_host
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/mmc/
host.h 111 struct work_struct detect; member in struct:mmc_host
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/mmc/
host.h 111 struct work_struct detect; member in struct:mmc_host

Completed in 1056 milliseconds

1 2 3 4