/third_party/flutter/skia/third_party/externals/icu/source/data/rbnf/ |
D | ko.txt | 124 "0: =%%spellout-ordinal-native-count-smaller= \uBC88\uC9F8;", 125 "10: =%%spellout-ordinal-sinokorean-count-smaller= \uBC88\uC9F8;", 126 "%%spellout-ordinal-sinokorean-count-smaller:", 172 "0: =%%spellout-ordinal-native-count-smaller= \uBC88\uC9F8;", 173 "%%spellout-ordinal-native-count-smaller:", 211 "3: =%%spellout-ordinal-native-smaller=;", 212 "%%spellout-ordinal-native-smaller:", 233 "100: \uBC31[>%%spellout-ordinal-native-smaller-x02>];", 234 "200: <%spellout-cardinal-sinokorean<\uBC31[>%%spellout-ordinal-native-smaller-x02>];", 235 "1000: \uCC9C[>%%spellout-ordinal-native-smaller-x02>];", [all …]
|
/third_party/skia/third_party/externals/icu/source/data/rbnf/ |
D | ko.txt | 125 "0: =%%spellout-ordinal-native-count-smaller= \uBC88\uC9F8;", 126 "10: =%%spellout-ordinal-sinokorean-count-smaller= \uBC88\uC9F8;", 127 "%%spellout-ordinal-sinokorean-count-smaller:", 173 "0: =%%spellout-ordinal-native-count-smaller= \uBC88\uC9F8;", 174 "%%spellout-ordinal-native-count-smaller:", 212 "3: =%%spellout-ordinal-native-smaller=;", 213 "%%spellout-ordinal-native-smaller:", 234 "100: \uBC31[>%%spellout-ordinal-native-smaller-x02>];", 235 "200: <%spellout-cardinal-sinokorean<\uBC31[>%%spellout-ordinal-native-smaller-x02>];", 236 "1000: \uCC9C[>%%spellout-ordinal-native-smaller-x02>];", [all …]
|
/third_party/icu/icu4c/source/data/rbnf/ |
D | ko.txt | 125 "0: =%%spellout-ordinal-native-count-smaller= \uBC88\uC9F8;", 126 "10: =%%spellout-ordinal-sinokorean-count-smaller= \uBC88\uC9F8;", 127 "%%spellout-ordinal-sinokorean-count-smaller:", 173 "0: =%%spellout-ordinal-native-count-smaller= \uBC88\uC9F8;", 174 "%%spellout-ordinal-native-count-smaller:", 212 "3: =%%spellout-ordinal-native-smaller=;", 213 "%%spellout-ordinal-native-smaller:", 234 "100: \uBC31[>%%spellout-ordinal-native-smaller-x02>];", 235 "200: <%spellout-cardinal-sinokorean<\uBC31[>%%spellout-ordinal-native-smaller-x02>];", 236 "1000: \uCC9C[>%%spellout-ordinal-native-smaller-x02>];", [all …]
|
/third_party/flutter/skia/tests/ |
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() 22 size_t size = smaller->size(); in is_subset_of() 25 if (0 == memcmp(larger->bytes() + i, smaller->bytes(), size)) { in is_subset_of()
|
/third_party/skia/tests/ |
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() 22 size_t size = smaller->size(); in is_subset_of() 25 if (0 == memcmp(larger->bytes() + i, smaller->bytes(), size)) { in is_subset_of()
|
/third_party/skia/src/codec/ |
D | SkAndroidCodec.cpp | 243 auto smaller = this->getSampledDimensions(sampleSize + 1); in computeSampleSize() local 244 if (smaller == *desiredSize) { in computeSampleSize() 247 if (smaller == computedSize || smaller_than(smaller, *desiredSize)) { in computeSampleSize() 254 computedSize = smaller; in computeSampleSize()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/ |
D | int128_test.cc | 738 absl::int128 smaller; in TEST() member 748 SCOPED_TRACE(::testing::Message() << "pair.smaller = " << pair.smaller in TEST() 751 EXPECT_TRUE(pair.smaller == pair.smaller); // 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() 756 EXPECT_FALSE(pair.smaller != pair.smaller); // 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/flutter/skia/src/codec/ |
D | SkAndroidCodec.cpp | 255 auto smaller = this->getSampledDimensions(sampleSize + 1); in computeSampleSize() local 256 if (smaller == *desiredSize) { in computeSampleSize() 259 if (smaller == computedSize || smaller_than(smaller, *desiredSize)) { in computeSampleSize() 266 computedSize = smaller; in computeSampleSize()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/ |
D | PeriodBuilderFactoryTest.java | 44 for (TimeUnit unit = YEAR; unit != null; unit = unit.smaller()) { in testSetAvailableUnitRange() 52 for (TimeUnit unit = YEAR; unit != null; unit = unit.smaller()) { in testSetAvailableUnitRange() 58 for (TimeUnit unit = YEAR; unit != null; unit = unit.smaller()) { in testSetAvailableUnitRange()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/ |
D | PeriodBuilderFactoryTest.java | 41 for (TimeUnit unit = YEAR; unit != null; unit = unit.smaller()) { in testSetAvailableUnitRange() 49 for (TimeUnit unit = YEAR; unit != null; unit = unit.smaller()) { in testSetAvailableUnitRange() 55 for (TimeUnit unit = YEAR; unit != null; unit = unit.smaller()) { in testSetAvailableUnitRange()
|
/third_party/cJSON/ |
D | cJSON_Utils.c | 537 cJSON *smaller = NULL; in sort_list() local 540 smaller = first; in sort_list() 544 smaller = second; in sort_list() 550 result_tail = smaller; in sort_list() 551 result = smaller; in sort_list() 556 result_tail->next = smaller; in sort_list() 557 smaller->prev = result_tail; in sort_list() 558 result_tail = smaller; in sort_list() 561 if (first == smaller) in sort_list()
|
/third_party/python/Lib/test/ |
D | test_dict.py | 629 smaller = fn({1:1, 2:2}) 634 self.assertTrue(smaller < larger) 635 self.assertTrue(smaller <= larger) 636 self.assertTrue(larger > smaller) 637 self.assertTrue(larger >= smaller) 639 self.assertFalse(smaller >= larger) 640 self.assertFalse(smaller > larger) 641 self.assertFalse(larger <= smaller) 642 self.assertFalse(larger < smaller) 644 self.assertFalse(smaller < larger3) [all …]
|
/third_party/openGLES/extensions/SGIX/ |
D | GLX_SGIX_fbconfig.txt | 305 3. smaller GLX_INDEX_BITS, 308 5. smaller GLX_AUX_BUFFERS, 309 6. smaller GLX_SAMPLE_BUFFERS_SGIS, 310 7. smaller GLX_SAMPLES_SGIS, 312 9. smaller GLX_STENCIL_BITS, 416 GLX_BUFFER_SIZE 0 smaller 418 GLX_DOUBLEBUFFER don't care smaller 420 GLX_AUX_BUFFERS 0 smaller 431 GLX_SAMPLE_BUFFERS_SGIS 0 smaller 432 GLX_SAMPLES_SGIS 0 smaller [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | GLX_SGIX_fbconfig.txt | 305 3. smaller GLX_INDEX_BITS, 308 5. smaller GLX_AUX_BUFFERS, 309 6. smaller GLX_SAMPLE_BUFFERS_SGIS, 310 7. smaller GLX_SAMPLES_SGIS, 312 9. smaller GLX_STENCIL_BITS, 416 GLX_BUFFER_SIZE 0 smaller 418 GLX_DOUBLEBUFFER don't care smaller 420 GLX_AUX_BUFFERS 0 smaller 431 GLX_SAMPLE_BUFFERS_SGIS 0 smaller 432 GLX_SAMPLES_SGIS 0 smaller [all …]
|
/third_party/node/deps/npm/node_modules/har-validator/node_modules/json-schema-traverse/spec/ |
D | index.spec.js | 94 smaller: { 108 …[schema2.properties.smaller, '/properties/smaller', schema2, '', 'properties', schema2, 'smaller'],
|
/third_party/flutter/flutter/packages/flutter/lib/src/services/ |
D | text_editing.dart | 141 /// Might be larger than, smaller than, or equal to extent. 150 /// Might be larger than, smaller than, or equal to base. 168 /// Might be larger than, smaller than, or equal to extent. 177 /// Might be larger than, smaller than, or equal to base.
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_psa_crypto_metadata.function | 314 * of the outer truncation (even if the outer length is smaller than 325 * length of the outer truncation (even if the outer length is smaller 346 * length of the outer truncation (even if the outer length is smaller 357 * the outer truncation (even if the outer length is smaller than the 443 * smaller than the inner length). */ 454 * smaller than the inner length). */ 476 * smaller than the inner length). */ 487 * smaller than the inner length). */
|
/third_party/flutter/skia/third_party/externals/wuffs/doc/note/ |
D | base38-and-fourcc.md | 33 instead of 32 bits. This is achieved by using a smaller alphabet of 38 possible 36 `38 ** 4` is slightly smaller than `2 ** 21`.
|
/third_party/vk-gl-cts/external/openglcts/docs/specs/ |
D | CTS_ARB_texture_filter_minmax.txt | 66 Render polygon smaller or bigger than texture to a frame buffer. 81 Render polygon smaller than texture size to the frame buffer.
|
/third_party/protobuf/examples/ |
D | BUILD | 82 # The lite version has a smaller code size, and you can see that by comparing 90 # In the above example, the lite .jar file is 6 times smaller. With proper
|
/third_party/freetype/docs/reference/stylesheets/ |
D | extra.css | 136 /* Change table layout for smaller screens. This query will take effect for any screen smaller than
|
/third_party/skia/third_party/externals/freetype/docs/markdown/stylesheets/ |
D | extra.css | 136 /* Change table layout for smaller screens. This query will take effect for any screen smaller than
|
/third_party/icu/tools/colprobe/ |
D | colprobe.cpp | 368 UBool trySwamped(Line **smaller, Line **greater, UChar chars[2], CompareFn comparer) { in trySwamped() argument 369 u_strcpy(gSource->name, (*smaller)->name); in trySwamped() 370 gSource->name[(*smaller)->len] = separatorChar; in trySwamped() 371 gSource->name[(*smaller)->len+1] = chars[0]; in trySwamped() 372 gSource->name[(*smaller)->len+2] = 0; in trySwamped() 373 gSource->len = (*smaller)->len+2; in trySwamped() 388 UBool trySwamps(Line **smaller, Line **greater, UChar chars[2], CompareFn comparer) { in trySwamps() argument 391 u_strcpy(gSource->name+2, (*smaller)->name); in trySwamps() 392 gSource->len = (*smaller)->len+2; in trySwamps()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
D | TimeUnit.java | 64 public TimeUnit smaller() { in smaller() method in TimeUnit
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/ |
D | TimeUnit.java | 66 public TimeUnit smaller() { in smaller() method in TimeUnit
|