/third_party/skia/third_party/externals/icu/source/data/rbnf/ |
D | fi.txt | 604 "%%spellout-ordinal-larger:", 625 "20: <%%spellout-ordinal-larger<\u00ADkymmenes[\u00AD>>];", 627 "200: <%%spellout-ordinal-larger<\u00ADsadas[\u00AD>>];", 629 "2000: <%%spellout-ordinal-larger<\u00ADtuhannes[\u00AD>>];", 631 "2000000: <%%spellout-ordinal-larger< miljoonas[\u00AD>>];", 633 "2000000000: <%%spellout-ordinal-larger< miljardis[\u00AD>>];", 635 "2000000000000: <%%spellout-ordinal-larger< biljoonas[ >>];", 637 "%%spellout-ordinal-genitive-larger:", 658 "20: <%%spellout-ordinal-genitive-larger<\u00ADkymmenennen[\u00AD>>];", 660 "200: <%%spellout-ordinal-genitive-larger<\u00ADsadannen[\u00AD>>];", [all …]
|
D | hu.txt | 67 "3: =%%spellout-ordinal-larger=;", 70 "1: =%%spellout-ordinal-larger=;", 73 "1: =%%spellout-ordinal-larger=;", 74 "%%spellout-ordinal-larger:", 110 "3: =%%spellout-ordinal-verbose-larger=;", 113 "1: =%%spellout-ordinal-verbose-larger=;", 116 "1: =%%spellout-ordinal-verbose-larger=;", 117 "%%spellout-ordinal-verbose-larger:", 118 "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;",
|
/third_party/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 | 66 "3: =%%spellout-ordinal-larger=;", 69 "1: =%%spellout-ordinal-larger=;", 72 "1: =%%spellout-ordinal-larger=;", 73 "%%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 | 142 "50: =%%spellout-ordinal-sinokorean-count-larger=;", 143 "%%spellout-ordinal-sinokorean-count-larger:", 177 "50: =%%spellout-ordinal-native-count-larger=;", 178 "%%spellout-ordinal-native-count-larger:", 202 "100: =%%spellout-ordinal-sinokorean-count-larger=\uC9F8;",
|
/third_party/flutter/skia/third_party/externals/icu/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 | 66 "3: =%%spellout-ordinal-larger=;", 69 "1: =%%spellout-ordinal-larger=;", 72 "1: =%%spellout-ordinal-larger=;", 73 "%%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 | 142 "50: =%%spellout-ordinal-sinokorean-count-larger=;", 143 "%%spellout-ordinal-sinokorean-count-larger:", 177 "50: =%%spellout-ordinal-native-count-larger=;", 178 "%%spellout-ordinal-native-count-larger:", 202 "100: =%%spellout-ordinal-sinokorean-count-larger=\uC9F8;",
|
/third_party/curl/lib/ |
D | splay.c | 47 N.smaller = N.larger = NULL; in Curl_splay() 57 t->smaller = y->larger; in Curl_splay() 58 y->larger = t; in Curl_splay() 68 if(!t->larger) in Curl_splay() 70 if(compare(i, t->larger->key) > 0) { in Curl_splay() 71 y = t->larger; /* rotate larger */ in Curl_splay() 72 t->larger = y->smaller; in Curl_splay() 75 if(!t->larger) in Curl_splay() 78 l->larger = t; /* link larger */ in Curl_splay() 80 t = t->larger; in Curl_splay() [all …]
|
/third_party/curl/tests/data/ |
D | test1309 | 1451 Removing nodes not larger than 0 1453 Removing nodes not larger than 100 1463 Removing nodes not larger than 200 1473 Removing nodes not larger than 300 1486 Removing nodes not larger than 400 1494 Removing nodes not larger than 500 1503 Removing nodes not larger than 600 1516 Removing nodes not larger than 700 1526 Removing nodes not larger than 800 1536 Removing nodes not larger than 900 [all …]
|
D | test599 | 32 this data is slightly larger than the first piece 54 this data is slightly larger than the first piece 69 # Bug 3510057 pointed out that when following a location to a larger chunked
|
/third_party/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
|
/third_party/skia/tests/ |
D | PathOpsExtendedTest.cpp | 117 SkRect larger = one.getBounds(); in scaleMatrix() local 118 larger.join(two.getBounds()); in scaleMatrix() 119 SkScalar largerWidth = larger.width(); in scaleMatrix() 123 SkScalar largerHeight = larger.height(); in scaleMatrix() 131 larger.fLeft *= hScale; in scaleMatrix() 132 larger.fRight *= hScale; in scaleMatrix() 133 larger.fTop *= vScale; in scaleMatrix() 134 larger.fBottom *= vScale; in scaleMatrix() 135 SkScalar dx = -16000 > larger.fLeft ? -16000 - larger.fLeft in scaleMatrix() 136 : 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()
|
/third_party/glib/glib/gnulib/gl_cv_func_printf_precision/ |
D | meson.build | 7 # On mingw, precisions larger than 512 are treated like 512, in integer, 8 # floating-point or pointer output. On Solaris 10/x86, precisions larger 10 # precisions larger than 510 in floating-point output yield wrong results. 11 # On AIX 7.1, precisions larger than 998 in floating-point output yield 12 # wrong results. On BeOS, precisions larger than 1044 crash the program.
|
/third_party/boost/boost/geometry/algorithms/detail/envelope/ |
D | range_of_boxes.hpp | 119 if (math::larger(lon_max - lon_min, constants::half_period())) in apply() 126 BOOST_GEOMETRY_ASSERT(! math::larger(lon_min, lon_max)); in apply() 128 (! math::larger(lon_max, constants::max_longitude())); in apply() 133 (! math::larger(max_gap_left, max_gap_right)); in apply() 135 (! math::larger(max_gap_right, constants::max_longitude())); in apply() 139 if (math::larger(max_gap, zero)) in apply() 142 if (math::larger(max_gap, wrapped_gap)) in apply() 292 if (math::larger(lon_right, max_longitude)) in apply()
|
/third_party/flutter/skia/tests/ |
D | PathOpsExtendedTest.cpp | 209 SkRect larger = one.getBounds(); in scaleMatrix() local 210 larger.join(two.getBounds()); in scaleMatrix() 211 SkScalar largerWidth = larger.width(); in scaleMatrix() 215 SkScalar largerHeight = larger.height(); in scaleMatrix() 223 larger.fLeft *= hScale; in scaleMatrix() 224 larger.fRight *= hScale; in scaleMatrix() 225 larger.fTop *= vScale; in scaleMatrix() 226 larger.fBottom *= vScale; in scaleMatrix() 227 SkScalar dx = -16000 > larger.fLeft ? -16000 - larger.fLeft in scaleMatrix() 228 : 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()
|
/third_party/boost/boost/geometry/util/ |
D | normalize_spheroidal_box_coordinates.hpp | 87 BOOST_GEOMETRY_ASSERT(! math::larger(latitude1, latitude2)); in apply() 89 BOOST_GEOMETRY_ASSERT(! math::larger(latitude2, constants::max_latitude())); in apply() 92 BOOST_GEOMETRY_ASSERT(! math::larger(longitude1, longitude2)); in apply() 95 (! math::larger(longitude2 - longitude1, constants::period())); in apply()
|
/third_party/curl/docs/cmdline-opts/ |
D | max-filesize.d | 8 requested is larger than this value, the transfer will not start and curl will 17 larger than the given limit.
|
/third_party/boost/boost/geometry/strategies/spherical/ |
D | expand_point.hpp | 138 if (math::larger(p_lon_shifted, b_lon_max)) in apply() 151 else if (math::larger(p_lon, b_lon_max)) in apply() 156 && math::larger(p_lon - b_lon_max, in apply()
|
/third_party/abseil-cpp/absl/numeric/ |
D | int128_test.cc | 734 absl::int128 larger; in TEST() member 744 << "; pair.larger = " << pair.larger); in TEST() 747 EXPECT_TRUE(pair.larger == pair.larger); // NOLINT(readability/check) in TEST() 748 EXPECT_FALSE(pair.smaller == pair.larger); // NOLINT(readability/check) in TEST() 750 EXPECT_TRUE(pair.smaller != pair.larger); // NOLINT(readability/check) in TEST() 752 EXPECT_FALSE(pair.larger != pair.larger); // NOLINT(readability/check) in TEST() 754 EXPECT_TRUE(pair.smaller < pair.larger); // NOLINT(readability/check) in TEST() 755 EXPECT_FALSE(pair.larger < pair.smaller); // NOLINT(readability/check) in TEST() 757 EXPECT_TRUE(pair.larger > pair.smaller); // NOLINT(readability/check) in TEST() 758 EXPECT_FALSE(pair.smaller > pair.larger); // NOLINT(readability/check) in TEST() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/ |
D | int128_test.cc | 739 absl::int128 larger; in TEST() member 749 << "; pair.larger = " << pair.larger); in TEST() 752 EXPECT_TRUE(pair.larger == pair.larger); // NOLINT(readability/check) in TEST() 753 EXPECT_FALSE(pair.smaller == pair.larger); // NOLINT(readability/check) in TEST() 755 EXPECT_TRUE(pair.smaller != pair.larger); // NOLINT(readability/check) in TEST() 757 EXPECT_FALSE(pair.larger != pair.larger); // NOLINT(readability/check) in TEST() 759 EXPECT_TRUE(pair.smaller < pair.larger); // NOLINT(readability/check) in TEST() 760 EXPECT_FALSE(pair.larger < pair.smaller); // NOLINT(readability/check) in TEST() 762 EXPECT_TRUE(pair.larger > pair.smaller); // NOLINT(readability/check) in TEST() 763 EXPECT_FALSE(pair.smaller > pair.larger); // NOLINT(readability/check) in TEST() [all …]
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_pkcs1_v15.data | 40 RSAES-V15 decoding: good, payload=max, larger output buffer 46 RSAES-V15 decoding: good, payload=max-1, larger output buffer 82 EMSA-V15 decoding: good, payload=max, larger output buffer 88 EMSA-V15 decoding: good, payload=max-1, larger output buffer
|