/external/chromium/base/i18n/ |
D | icu_encoding_detection.cc | 21 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/ |
D | TextEncodingDetectorICU.cpp | 58 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/ |
D | intranet_redirect_detector.cc | 51 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/ |
D | AndroidInput.java | 47 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/ |
D | README | 23 tools: a memory error detector, two thread error detectors, a cache 26 three experimental tools: a heap/stack/global array overrun detector,
|
D | NEWS | 479 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/ |
D | README_YARD.txt | 8 The YARD race detector lives in svn://svn.valgrind.org/branches/YARD.
|
/external/linux-tools-perf/Documentation/ |
D | perf-list.txt | 53 delivered by loop stream detector invert to count
|
/external/openssh/ |
D | LICENCE | 79 The 32-bit CRC compensation attack detector in deattack.c was 82 * Cryptographic attack detector for ssh - source code
|
/external/oprofile/events/i386/nehalem/ |
D | events | 73 …2,3 um:one minimum:6000 name:LSD : Counts the number of micro-ops delivered by loop stream detector
|
D | unit_masks | 347 0x01 hit Count L2 HW prefetcher detector hits
|
/external/webkit/Source/WebKit/efl/ |
D | ChangeLog | 1603 [EFL] Add setting api for enabling encoding detector 1606 Add settings api for enabling encoding detector.
|
/external/webkit/Source/WebKit/android/jni/ |
D | WebViewCore.cpp | 4671 AddressDetector detector; in FindAddress() local 4672 bool success = detector.FindContent(addrChars, addrChars + length, &start, &end); in FindAddress()
|
/external/quake/quake/src/WinQuake/data/ |
D | MANUAL.TXT | 212 a monster, walk through a secret motion detector, etc.
|
/external/oprofile/ |
D | ChangeLog-2001 | 1408 * oprofile.c: a prototype detector for SMP hardware,
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 26385 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…
|
D | ChangeLog-2003-10-25 | 18005 6. Delayed to leak detector to account for lazy release of resources.
|
D | ChangeLog-2010-01-29 | 63699 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/ |
D | large.ok | 7637 detector d6tektP
|
/external/valgrind/main/VEX/orig_x86/ |
D | manyfp.orig | 1 ==13306== valgrind-1.0.4, a memory error detector for x86 GNU/Linux.
|
/external/clang/test/Analysis/ |
D | retain-release.m | 1491 // detector.
|
/external/webkit/Tools/ |
D | ChangeLog-2010-05-24 | 7969 Tighten SheriffBot's flaky test detector
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2006-02-09 | 35098 6. Delayed to leak detector to account for lazy release of resources.
|