Home
last modified time | relevance | path

Searched refs:detector (Results 1 – 23 of 23) sorted by relevance

/external/chromium/base/i18n/
Dicu_encoding_detection.cc21 UCharsetDetector* detector = ucsdet_open(&status); in DetectEncoding() local
22 ucsdet_setText(detector, text.data(), static_cast<int32_t>(text.length()), in DetectEncoding()
24 const UCharsetMatch* match = ucsdet_detect(detector, &status); in DetectEncoding()
28 ucsdet_close(detector); in DetectEncoding()
40 UCharsetDetector* detector = ucsdet_open(&status); in DetectAllEncodings() local
41 ucsdet_setText(detector, text.data(), static_cast<int32_t>(text.length()), in DetectAllEncodings()
44 const UCharsetMatch** matches = ucsdet_detectAll(detector, in DetectAllEncodings()
48 ucsdet_close(detector); in DetectAllEncodings()
86 UEnumeration* detectable_encodings = ucsdet_getAllDetectableCharsets(detector, in DetectAllEncodings()
100 ucsdet_close(detector); in DetectAllEncodings()
/external/webkit/Source/WebCore/platform/text/
DTextEncodingDetectorICU.cpp58 UCharsetDetector* detector = ucsdet_open(&status); in detectTextEncoding() local
61 ucsdet_enableInputFilter(detector, true); in detectTextEncoding()
62 ucsdet_setText(detector, data, static_cast<int32_t>(len), &status); in detectTextEncoding()
76 const UCharsetMatch** matches = ucsdet_detectAll(detector, &matchesCount, &status); in detectTextEncoding()
78 ucsdet_close(detector); in detectTextEncoding()
121 ucsdet_close(detector); in detectTextEncoding()
124 ucsdet_close(detector); in detectTextEncoding()
/external/chromium/chrome/browser/
Dintranet_redirect_detector.cc51 const IntranetRedirectDetector* const detector = in RedirectOrigin() local
53 return detector ? detector->redirect_origin_ : GURL(); in RedirectOrigin()
/external/jmonkeyengine/engine/src/android/com/jme3/input/android/
DAndroidInput.java47 private GestureDetector detector; field in AndroidInput
153 detector = new GestureDetector(null, this, null, false); in AndroidInput()
160 detector = new GestureDetector(null, this, null, false); in AndroidInput()
288 this.detector.onTouchEvent(event); in onTouchEvent()
/external/valgrind/main/
DREADME23 tools: a memory error detector, two thread error detectors, a cache
26 three experimental tools: a heap/stack/global array overrun detector,
DNEWS479 is enabled by default. When disabled, the leak detector will not
1575 * exp-Omega: an instantaneous leak detector. See
1578 * exp-DRD: a data race detector based on the happens-before
2602 * The memory-leak detector in Memcheck and Addrcheck has been
/external/valgrind/main/helgrind/
DREADME_YARD.txt8 The YARD race detector lives in svn://svn.valgrind.org/branches/YARD.
/external/linux-tools-perf/Documentation/
Dperf-list.txt53 delivered by loop stream detector invert to count
/external/openssh/
DLICENCE79 The 32-bit CRC compensation attack detector in deattack.c was
82 * Cryptographic attack detector for ssh - source code
/external/oprofile/events/i386/nehalem/
Devents73 …2,3 um:one minimum:6000 name:LSD : Counts the number of micro-ops delivered by loop stream detector
Dunit_masks347 0x01 hit Count L2 HW prefetcher detector hits
/external/webkit/Source/WebKit/efl/
DChangeLog1603 [EFL] Add setting api for enabling encoding detector
1606 Add settings api for enabling encoding detector.
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp4671 AddressDetector detector; in FindAddress() local
4672 bool success = detector.FindContent(addrChars, addrChars + length, &start, &end); in FindAddress()
/external/quake/quake/src/WinQuake/data/
DMANUAL.TXT212 a monster, walk through a secret motion detector, etc.
/external/oprofile/
DChangeLog-20011408 * oprofile.c: a prototype detector for SMP hardware,
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1626385 Add an encoding detector 'hook' to TextResourceDecoder.
26393 Tiger comes with ICU 3.2 that does not support encoding detector.
26411 …(WebCore::FrameLoader::write): turn on/off encoding detector depending on Settings and set hintEnc…
26417 … (WebCore::TextResourceDecoder::decode): call encoding detector if shouldAutoDetect returns true.
26418 …rceDecoder::flush): if encoding is not determined by now, call encoding detector if shouldAutoDete…
DChangeLog-2003-10-2518005 6. Delayed to leak detector to account for lazy release of resources.
DChangeLog-2010-01-2963699 Our detector is very quick to label an EUC-JP page as Shift_JIS if it notices a byte that
63710 in Safari. There is a stray byte in comments that was makes charset detector think it can't
/external/srec/config/en.us/dictionary/
Dlarge.ok7637 detector d6tektP
/external/valgrind/main/VEX/orig_x86/
Dmanyfp.orig1 ==13306== valgrind-1.0.4, a memory error detector for x86 GNU/Linux.
/external/clang/test/Analysis/
Dretain-release.m1491 // detector.
/external/webkit/Tools/
DChangeLog-2010-05-247969 Tighten SheriffBot's flaky test detector
/external/webkit/Source/WebKit/mac/
DChangeLog-2006-02-0935098 6. Delayed to leak detector to account for lazy release of resources.