/external/icu/icu4c/source/data/rbnf/ |
D | fi.txt | 45 "%%spellout-ordinal-larger:", 66 "20: <%%spellout-ordinal-larger<kymmenes[>>];", 68 "200: <%%spellout-ordinal-larger<sadas[>>];", 70 "2000: <%%spellout-ordinal-larger<tuhannes[>>];", 72 "2000000: <%%spellout-ordinal-larger< miljoonas[>>];", 74 "2000000000: <%%spellout-ordinal-larger< miljardis[>>];", 76 "2000000000000: <%%spellout-ordinal-larger< biljoonas[ >>];",
|
D | hu.txt | 74 "3: =%%spellout-ordinal-larger=;", 77 "1: =%%spellout-ordinal-larger=;", 80 "1: =%%spellout-ordinal-larger=;", 81 "%%spellout-ordinal-larger:", 115 "3: =%%spellout-ordinal-verbose-larger=;", 118 "1: =%%spellout-ordinal-verbose-larger=;", 121 "1: =%%spellout-ordinal-verbose-larger=;", 122 "%%spellout-ordinal-verbose-larger:", 123 "0: =%%spellout-ordinal-larger=;",
|
D | ko.txt | 143 "50: =%%spellout-ordinal-sinokorean-count-larger=;", 144 "%%spellout-ordinal-sinokorean-count-larger:", 178 "50: =%%spellout-ordinal-native-count-larger=;", 179 "%%spellout-ordinal-native-count-larger:", 203 "100: =%%spellout-ordinal-sinokorean-count-larger=\uC9F8;",
|
/external/skia/tests/ |
D | PDFJpegEmbedTest.cpp | 25 static bool is_subset_of(SkData* smaller, SkData* larger) { in is_subset_of() argument 26 SkASSERT(smaller && larger); in is_subset_of() 27 if (smaller->size() > larger->size()) { in is_subset_of() 31 size_t size_diff = larger->size() - size; in is_subset_of() 33 if (0 == memcmp(larger->bytes() + i, smaller->bytes(), size)) { in is_subset_of()
|
D | PathOpsExtendedTest.cpp | 170 SkRect larger = one.getBounds(); in scaleMatrix() local 171 larger.join(two.getBounds()); in scaleMatrix() 172 SkScalar largerWidth = larger.width(); in scaleMatrix() 176 SkScalar largerHeight = larger.height(); in scaleMatrix() 239 SkRect larger = bounds1; in drawAsciiPaths() local 240 larger.join(bounds2); in drawAsciiPaths() 243 int bitWidth = SkScalarCeilToInt(larger.width()) + 2; in drawAsciiPaths() 247 int bitHeight = SkScalarCeilToInt(larger.height()) + 2; in drawAsciiPaths()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
D | TimeUnit.java | 56 public TimeUnit larger() { in larger() method in TimeUnit
|
/external/llvm/examples/Kaleidoscope/MCJIT/ |
D | README.txt | 12 standalone manner, independent of the larger LLVM build infrastructure.
|
/external/lzma/ |
D | history.txt | 87 - now it supports files larger than 4 GB. 107 files larger than 2 GB with HC4 match finder (-mfhc4). 184 - ANSI-C LZMA Decoder now can decompress files larger than 4 GB
|
/external/llvm/test/Transforms/GlobalOpt/ |
D | 2008-01-13-OutOfRangeSROA.ll | 3 ; The 'X' indices could be larger than 31. Do not SROA the outer indices of this array.
|
/external/llvm/test/Transforms/Inline/ |
D | ptr-diff.ll | 60 ; The inttoptrs are free since it is a smaller integer to a larger 81 ; The inttoptrs have a cost since it is a larger integer to a smaller
|
D | inline-optsize.ll | 11 ; This function should be larger than the inline threshold for -Oz (25), but
|
/external/llvm/test/CodeGen/ARM/ |
D | 2013-05-13-AAPCS-byval-padding2.ll | 1 ;PR15293: ARM codegen ice - expected larger existing stack allocation
|
D | 2013-05-13-AAPCS-byval-padding.ll | 1 ;PR15293: ARM codegen ice - expected larger existing stack allocation
|
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/ |
D | README.txt | 12 standalone manner, independent of the larger LLVM build infrastructure. To build
|
/external/llvm/examples/Kaleidoscope/Orc/initial/ |
D | README.txt | 12 standalone manner, independent of the larger LLVM build infrastructure. To build
|
/external/llvm/test/CodeGen/X86/GC/ |
D | dynamic-frame-size.ll | 10 ; 32 byte alignment (for the alloca) is larger than the default
|
/external/llvm/test/CodeGen/X86/ |
D | test-nofold.ll | 21 ; movl $15, %ecx # bad: larger encoding
|
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/ |
D | README.txt | 15 standalone manner, independent of the larger LLVM build infrastructure. To build
|
/external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
D | README.txt | 15 standalone manner, independent of the larger LLVM build infrastructure. To build
|
/external/llvm/test/Transforms/ConstantHoisting/X86/ |
D | large-immediate.ll | 20 ; Check that we don't hoist constants with a type larger than i128.
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | README-2.0 | 14 blocks and larger blocks (64K) to improve compression ratio by about 5 - 20% 122 The Squashfs 1.x filesystem is 12.6% larger than the new 2.0 filesystem. 123 The cloop filesystem is 1.1% larger than the Squashfs 2.0 filesystem.
|
/external/compiler-rt/lib/builtins/ |
D | fp_add_impl.inc | 52 // Swap a and b if necessary so that a has the larger absolute value. 69 // The sign of the result is the sign of the larger operand, a. If they
|
/external/compiler-rt/lib/tsan/rtl/ |
D | Makefile.old | 19 CXXFLAGS+=-Wframe-larger-than=512
|
/external/libcxxabi/src/ |
D | fallback_malloc.ipp | 98 if (p->len > nelems) { // chunk is larger, shorten, and return the tail 146 p->len += cp->len; // make the free heap_node larger
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | README.txt | 16 standalone manner, independent of the larger LLVM build infrastructure. To build
|