/external/icu/icu4c/source/data/rbnf/ |
D | fi.txt | 579 "%%spellout-ordinal-larger:", 600 "20: <%%spellout-ordinal-larger<\u00ADkymmenes[\u00AD>>];", 602 "200: <%%spellout-ordinal-larger<\u00ADsadas[\u00AD>>];", 604 "2000: <%%spellout-ordinal-larger<\u00ADtuhannes[\u00AD>>];", 606 "2000000: <%%spellout-ordinal-larger< miljoonas[\u00AD>>];", 608 "2000000000: <%%spellout-ordinal-larger< miljardis[\u00AD>>];", 610 "2000000000000: <%%spellout-ordinal-larger< biljoonas[ >>];", 612 "%%spellout-ordinal-genitive-larger:", 633 "20: <%%spellout-ordinal-genitive-larger<\u00ADkymmenennen[\u00AD>>];", 635 "200: <%%spellout-ordinal-genitive-larger<\u00ADsadannen[\u00AD>>];", [all …]
|
D | hu.txt | 68 "3: =%%spellout-ordinal-larger=;", 71 "1: =%%spellout-ordinal-larger=;", 74 "1: =%%spellout-ordinal-larger=;", 75 "%%spellout-ordinal-larger:", 109 "3: =%%spellout-ordinal-verbose-larger=;", 112 "1: =%%spellout-ordinal-verbose-larger=;", 115 "1: =%%spellout-ordinal-verbose-larger=;", 116 "%%spellout-ordinal-verbose-larger:", 117 "0: =%%spellout-ordinal-larger=;",
|
D | ko.txt | 137 "50: =%%spellout-ordinal-sinokorean-count-larger=;", 138 "%%spellout-ordinal-sinokorean-count-larger:", 172 "50: =%%spellout-ordinal-native-count-larger=;", 173 "%%spellout-ordinal-native-count-larger:", 197 "100: =%%spellout-ordinal-sinokorean-count-larger=\uC9F8;",
|
/external/curl/lib/ |
D | splay.c | 48 N.smaller = N.larger = NULL; in Curl_splay() 58 t->smaller = y->larger; in Curl_splay() 59 y->larger = t; in Curl_splay() 69 if(t->larger == NULL) in Curl_splay() 71 if(compare(i, t->larger->key) > 0) { in Curl_splay() 72 y = t->larger; /* rotate larger */ in Curl_splay() 73 t->larger = y->smaller; in Curl_splay() 76 if(t->larger == NULL) in Curl_splay() 79 l->larger = t; /* link larger */ in Curl_splay() 81 t = t->larger; in Curl_splay() [all …]
|
D | splay.h | 28 struct Curl_tree *larger; /* larger node */ member
|
/external/ltp/runtest/ |
D | dio | 10 ## Run the tests with larger buffersize 18 ### Run the tests with larger iterations 25 ## Run the tests with larger offset - 1MB 31 ## Run the tests with larger offset - 100 MB 37 ### Run tests with larger vector array 58 ### Run the tests with raw device and larger iterations 65 ## Run the tests with raw device and larger offset - 100 MB
|
D | stress.part1 | 59 ## Run the tests with larger buffersize 67 ### Run the tests with larger iterations 74 ## Run the tests with larger offset - 1MB 80 ## Run the tests with larger offset - 100 MB 86 ### Run tests with larger vector array 107 ### Run the tests with raw device and larger iterations 114 ## Run the tests with raw device and larger offset - 100 MB
|
/external/skia/tests/ |
D | PathOpsExtendedTest.cpp | 191 SkRect larger = one.getBounds(); in scaleMatrix() local 192 larger.join(two.getBounds()); in scaleMatrix() 193 SkScalar largerWidth = larger.width(); in scaleMatrix() 197 SkScalar largerHeight = larger.height(); in scaleMatrix() 205 larger.fLeft *= hScale; in scaleMatrix() 206 larger.fRight *= hScale; in scaleMatrix() 207 larger.fTop *= vScale; in scaleMatrix() 208 larger.fBottom *= vScale; in scaleMatrix() 209 SkScalar dx = -16000 > larger.fLeft ? -16000 - larger.fLeft in scaleMatrix() 210 : 16000 < larger.fRight ? 16000 - larger.fRight : 0; in scaleMatrix() [all …]
|
D | PDFJpegEmbedTest.cpp | 17 static bool is_subset_of(SkData* smaller, SkData* larger) { in is_subset_of() argument 18 SkASSERT(smaller && larger); in is_subset_of() 19 if (smaller->size() > larger->size()) { in is_subset_of() 23 size_t size_diff = larger->size() - size; in is_subset_of() 25 if (0 == memcmp(larger->bytes() + i, smaller->bytes(), size)) { in is_subset_of()
|
/external/curl/tests/data/ |
D | test599 | 31 this data is slightly larger than the first piece 53 this data is slightly larger than the first piece 68 # Bug 3510057 pointed out that when following a location to a larger chunked
|
/external/llvm/test/CodeGen/PowerPC/ |
D | fast-isel-i64offset.ll | 3 ; Verify that pointer offsets larger than 32 bits work correctly.
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/ |
D | coverage.txt | 6 50 - This test case needs to be much larger.
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/ |
D | TimeUnit.java | 61 public TimeUnit larger() { in larger() method in TimeUnit
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
D | TimeUnit.java | 59 public TimeUnit larger() { in larger() method in TimeUnit
|
/external/swiftshader/third_party/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/examples/Kaleidoscope/MCJIT/ |
D | README.txt | 12 standalone manner, independent of the larger LLVM build infrastructure.
|
/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
|
/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
|
/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/test/CodeGen/X86/GC/ |
D | dynamic-frame-size.ll | 10 ; 32 byte alignment (for the alloca) is larger than the default
|
/external/curl/tests/unit/ |
D | unit1309.c | 45 splayprint(t->larger, d+1, output); in splayprint()
|
/external/llvm/test/CodeGen/X86/ |
D | test-nofold.ll | 21 ; movl $15, %ecx # bad: larger encoding
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | test-nofold.ll | 21 ; movl $15, %ecx # bad: larger encoding
|
/external/llvm/test/Transforms/ConstantHoisting/X86/ |
D | large-immediate.ll | 20 ; Check that we don't hoist constants with a type larger than i128.
|