HomeSort by relevance Sort by last modified time
    Searched full:compatibility (Results 151 - 175 of 3886) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webkit/Source/WebKit/chromium/
README 14 COMPATIBILITY
16 No attempt is made to support runtime compatibility in a shared library
17 build. Instead, the API is intended to support backwards compatibility at
  /cts/suite/audio_quality/client/
Android.mk 30 # intentional to keep compatibility with ICS
  /external/chromium/build/
README.chromium 3 Not used anymore. No-op. Kept for compatibility with current projects.
  /external/clang/test/FixIt/
fixit-cxx11-compat.cpp 6 // This is a test of the code modification hints for C++11-compatibility problems.
  /external/clang/test/Sema/
MicrosoftCompatibility.c 1 // RUN: %clang_cc1 %s -fsyntax-only -Wno-unused-value -Wmicrosoft -verify -fms-compatibility
  /external/clang/test/Tooling/
clang-check-builtin-headers.cpp 14 // FIXME: This is incompatible to -fms-compatibility.
clang-check-chdir.cpp 16 // FIXME: This is incompatible to -fms-compatibility.
  /external/dbus/
NEWS 9 - Support forking bus services, for compatibility
  /external/e2fsprogs/lib/et/test_cases/
heimdal3.c 36 /* For Heimdal compatibility */
  /external/e2fsprogs/lib/ext2fs/
bb_compat.c 2 * bb_compat.c --- compatibility badblocks routines
  /external/freetype/src/raster/
ftrend1.h 34 /* used for backwards-compatibility with FT 1.x anyway. */
  /external/icu4c/tools/toolutil/
platform_xopen_source_extended.h 24 * A compatibility issue exists between turning on _XOPEN_SOURCE_EXTENDED and using
  /external/iproute2/include/linux/
atmapi.h 1 /* atmapi.h - ATM API user space/kernel compatibility */
netfilter.h 26 /* only for userspace compatibility */
  /external/iptables/include/linux/
netfilter.h 26 /* only for userspace compatibility */
  /external/kernel-headers/original/asm-mips/
resource.h 27 * for compatibility:
  /external/kernel-headers/original/linux/
atmapi.h 1 /* atmapi.h - ATM API user space/kernel compatibility */
  /external/mdnsresponder/
LICENSE 5 To accommodate license compatibility with the widest possible range
  /external/openfst/src/include/fst/
types.h 18 // Various type definitions (mostly for Google compatibility).
  /external/oprofile/module/
op_cache.h 3 * Cache definitions for compatibility
  /external/qemu/distrib/sdl-1.2.15/
TODO 22 compatibility in this way.
  /external/stlport/stlport/stl/
_config_compat_post.h 34 /* 5.0 -> 4.6 compatibility section */
  /external/webkit/Source/WebCore/editing/
SmartReplaceCF.cpp 49 CFCharacterSetAddCharactersInRange(smartSet, CFRangeMake(0x2FF0, 464)); // Ideograph Descriptions, CJK Symbols, Hiragana, Katakana, Bopomofo, Hangul Compatibility Jamo, Kanbun, & Bopomofo Ext (0x2FF0 - 0x31BF)
52 CFCharacterSetAddCharactersInRange(smartSet, CFRangeMake(0xF900, 352)); // CJK Compatibility Ideographs (0xF900 - 0xFA5F)
53 CFCharacterSetAddCharactersInRange(smartSet, CFRangeMake(0xFE30, 32)); // CJK Compatibility From (0xFE30 - 0xFE4F)
56 CFCharacterSetAddCharactersInRange(smartSet, CFRangeMake(0x2F800, 0x021E)); // CJK Compatibility Ideographs (0x2F800 - 0x2FA1D)
SmartReplaceICU.cpp 64 uset_addRange(smartSet, 0x2FF0, 0x2FF0 + 464); // Ideograph Descriptions, CJK Symbols, Hiragana, Katakana, Bopomofo, Hangul Compatibility Jamo, Kanbun, & Bopomofo Ext (0x2FF0 - 0x31BF)
67 uset_addRange(smartSet, 0xF900, 0xF900 + 352); // CJK Compatibility Ideographs (0xF900 - 0xFA5F)
68 uset_addRange(smartSet, 0xFE30, 0xFE30 + 32); // CJK Compatibility From (0xFE30 - 0xFE4F)
71 uset_addRange(smartSet, 0x2F800, 0x2F800 + 0x021E); // CJK Compatibility Ideographs (0x2F800 - 0x2FA1D)
  /external/webkit/Source/WebCore/editing/qt/
SmartReplaceQt.cpp 45 || (c >= 0x2FF0 && c <= (0x2FF0 + 464)) // Ideograph Deseriptions, CJK Symbols, Hiragana, Katakana, Bopomofo, Hangul Compatibility Jamo, Kanbun, & Bopomofo Ext (0x2FF0 - 0x31BF)
48 || (c >= 0xF900 && c <= (0xF900 + 352)) // CJK Compatibility Ideographs (0xF900 - 0xFA5F)
49 || (c >= 0xFE30 && c <= (0xFE30 + 32)) // CJK Compatibility From (0xFE30 - 0xFE4F)
52 || (c >= 0x2F800 && c <= (0x2F800 + 0x021E))) // CJK Compatibility Ideographs (0x2F800 - 0x2FA1D)

Completed in 1263 milliseconds

1 2 3 4 5 67 8 91011>>