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

1 2 3

  /external/chromium/third_party/icu/source/i18n/
csdetect.h 40 const CharsetMatch *detect(UErrorCode& status);
ucsdet.cpp 97 return (const UCharsetMatch *) ((CharsetDetector *) ucsd)->detect(*status);
csdetect.cpp 247 const CharsetMatch *CharsetDetector::detect(UErrorCode &status) function in class:CharsetDetector
  /external/icu4c/i18n/
csdetect.h 40 const CharsetMatch *detect(UErrorCode& status);
ucsdet.cpp 97 return (const UCharsetMatch *) ((CharsetDetector *) ucsd)->detect(*status);
csdetect.cpp 247 const CharsetMatch *CharsetDetector::detect(UErrorCode &status) function in class:CharsetDetector
  /external/qemu/
Android.mk 1 # the following test is made to detect that we were called
  /bionic/libc/kernel/common/linux/mmc/
host.h 111 struct work_struct detect; member in struct:mmc_host
  /development/ndk/platforms/android-3/include/linux/mmc/
host.h 111 struct work_struct detect; member in struct:mmc_host
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/mmc/
host.h 111 struct work_struct detect; member in struct:mmc_host
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/mmc/
host.h 111 struct work_struct detect; member in struct:mmc_host
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/mmc/
host.h 111 struct work_struct detect; member in struct:mmc_host
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/mmc/
host.h 111 struct work_struct detect; member in struct:mmc_host
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/mmc/
host.h 111 struct work_struct detect; member in struct:mmc_host
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/mmc/
host.h 111 struct work_struct detect; member in struct:mmc_host
  /external/webkit/WebCore/page/
Settings.cpp 585 void Settings::setFormatDetectionAddress(bool detect)
587 m_format_detection_address = detect;
590 void Settings::setFormatDetectionEmail(bool detect)
592 m_format_detection_email = detect;
595 void Settings::setFormatDetectionTelephone(bool detect)
597 m_format_detection_telephone = detect;
  /external/chromium/third_party/icu/source/config/
test-icu-config.sh 48 icu-config --detect-prefix --ldflags --ldflags-layout
icu-config-bottom 34 echo " --detect-prefix Attempt to detect prefix based on PATH"
99 echo "### or --detect-prefix"
112 # For certain options (e.g. --detect-prefix) don't check for icuuc library file.
267 --detect-prefix)
  /external/icu4c/config/
test-icu-config.sh 48 icu-config --detect-prefix --ldflags --ldflags-layout
icu-config-bottom 36 echo " --detect-prefix Attempt to detect prefix based on PATH"
101 echo "### or --detect-prefix" 1>&2
115 # For certain options (e.g. --detect-prefix) don't check for icuuc library file.
286 --detect-prefix)
  /external/kernel-headers/original/linux/mmc/
host.h 111 struct work_struct detect; member in struct:mmc_host
  /external/libvpx/
vpxenc.c 260 y4m_input *y4m, struct detect_buffer *detect)
308 if (detect->valid)
310 memcpy(ptr, detect->buf, 4);
312 detect->valid = 0;
328 char detect[4])
330 if(memcmp(detect, "YUV4", 4) == 0)
342 char detect[4])
347 if(memcmp(detect, "DKIF", 4) != 0)
1341 struct detect_buffer detect; local
    [all...]
  /ndk/build/core/
check-cygwin-make.mk 20 # miserably with our build scripts. If we can detect this use
  /external/neven/
FaceDetector_jni.cpp 198 detect(JNIEnv *_env, jobject _this, function
284 {"fft_detect", "(Landroid/graphics/Bitmap;)I", (void*)detect },
  /external/v8/test/mjsunit/
value-callic-prototype-change.js 28 // Test that the inline caches correctly detect that constant

Completed in 978 milliseconds

1 2 3