/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/ |
D | FakeResult.java | 51 private final boolean grouped; field in FakeResult 57 RbPath path, ImmutableList<String> values, boolean grouped, int index, boolean isFallback) { in FakeResult() argument 59 this.grouped = grouped; in FakeResult() 70 return grouped; in isGrouped()
|
D | ResultSubject.java | 28 public final void isGrouped(boolean grouped) { in isGrouped() argument 29 if (grouped != actual.isGrouped()) { in isGrouped() 30 check("isGrouped()").that(actual.isGrouped()).isEqualTo(grouped); in isGrouped()
|
/third_party/python/Tools/c-analyzer/cpython/ |
D | _capi.py | 548 for group, grouped in collated.items(): 556 if grouped: 558 grouped = sorted(grouped, key=sortkey) 559 for item in grouped: 566 subtotal = len(grouped) 589 for group, grouped in collated.items(): 594 if not grouped: 597 grouped = sorted(grouped, key=sortkey) 598 for item in grouped:
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | update-unicode-tables.make | 22 hb-ucd-table.hh: gen-ucd-table.py ucd.nounihan.grouped.zip hb-common.h 42 ucd.nounihan.grouped.zip: 43 curl -O https://unicode.org/Public/UCD/latest/ucdxml/ucd.nounihan.grouped.zip 49 languagetags language-subtag-registry ucd.nounihan.grouped.zip Scripts.txt
|
/third_party/mesa3d/src/intel/isl/ |
D | gen_format_layout.py | 159 grouped = self._splitter.match(line) 160 self.type = self._types[grouped.group('type')].upper() 161 self.size = int(grouped.group('size'))
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | message_factory_test.py | 82 msg.grouped.add() 83 msg.grouped[0].part_1 = 'hello' 84 msg.grouped[0].part_2 = 'world' 85 msg.grouped.add(part_1='testing', part_2='123')
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/texts/in-house/shaper-arabic/script-arabic/language-urdu/crulp/ligatures/ |
D | README | 11 These ligatures are grouped in 2 to 8 characters and are sorted in the end
|
/third_party/rust/crates/bindgen/book/src/ |
D | tutorial-2.md | 7 where the public API is split across multiple header files and grouped by
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/resources/ |
D | ldml2icu_readme.txt | 95 * group: Causes values to be grouped as sub-arrays for very specific use cases 251 are grouped and ordered. 262 be concatenated together in a single array or grouped individually to create an array 299 Now suppose we want to make a resource bundle where the values are grouped into their 324 Generates a series of grouped, 2-element sub-arrays split by the captured type attribute.
|
D | ldml2icu_locale.txt | 148 …a weird edge case. When the number attribute is present in the xpath, its value needs to be grouped 150 …tterns. The group keyword is used here to specify that values from the same xpath should be grouped 302 # last 3 values are grouped together as a single value (via the special <FIFO> hidden label). 304 # Note that the <FORMAT> label is needed here (not the "group" instruction) because the grouped 306 # path. This is so that the grouped values only appear when one of them is present rather than
|
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/regex/ |
D | RegexTransformerTest.java | 496 Result grouped = transformSingleResult( in testResultGrouping() local 503 assertThat(grouped).isGrouped(true); in testResultGrouping()
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | AddingExtensions.md | 17 top of the file, and the functions themselves grouped under the
|
/third_party/openmax/ |
D | README.md | 24 * extensions/ - OpenMAX IL extension specifications, grouped into
|
/third_party/glslang/Test/ |
D | vk.relaxed.frag | 23 // opaque types will not be grouped into uniform block
|
/third_party/python/Tools/c-analyzer/c_analyzer/ |
D | __main__.py | 351 grouped = group_by_storage(failed, ignore_non_match=False) 352 for group, decls in grouped.items():
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | extensions.adoc | 38 Extensions are grouped as Khronos `KHR`, multivendor `EXT`, and then
|
D | extensions.txt | 38 Extensions are grouped as Khronos `KHR`, multivendor `EXT`, and then
|
/third_party/python/Lib/ |
D | tracemalloc.py | 533 grouped = self._group_by(key_type, cumulative) 534 statistics = list(grouped.values())
|
/third_party/libinput/doc/user/ |
D | test-suite.rst | 78 litest's tests are grouped into test groups, test names and devices. A test 222 Tests invoked by ``meson test`` are grouped into test suites, the test suite
|
/third_party/ffmpeg/libavcodec/ |
D | wmaprodec.c | 152 uint8_t grouped; ///< channel is part of a group member 832 if (!s->channel[channel_idx].grouped in decode_channel_transform() 835 s->channel[channel_idx].grouped = 1; in decode_channel_transform() 843 if (!s->channel[channel_idx].grouped) in decode_channel_transform() 845 s->channel[channel_idx].grouped = 1; in decode_channel_transform() 1216 s->channel[i].grouped = 0; in decode_subframe()
|
/third_party/libinput/doc/api/ |
D | mainpage.dox | 40 All devices are grouped into physical and logical seats. Button and key
|
/third_party/python/Doc/library/ |
D | intro.rst | 33 functions, data types and exceptions, and finally the modules, grouped in
|
/third_party/python/Lib/importlib/metadata/ |
D | __init__.py | 430 grouped = itertools.groupby(ordered, by_group) 431 return cls((group, EntryPoints(eps)) for group, eps in grouped)
|
/third_party/skia/third_party/externals/egl-registry/ |
D | README.md | 27 * extensions/ - EGL extension specifications, grouped into vendor-specific
|
/third_party/mesa3d/src/intel/genxml/ |
D | README | 72 1) Tags are grouped in the following order <enum>, <struct>,
|