Home
last modified time | relevance | path

Searched refs:grouped (Results 1 – 25 of 218) sorted by relevance

123456789

/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/
DFakeResult.java51 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()
DResultSubject.java28 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.py548 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/
Dupdate-unicode-tables.make22 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/harfbuzz/src/
Dupdate-unicode-tables.make22 hb-ucd-table.hh: gen-ucd-table.py ucd.nounihan.grouped.zip hb-common.h
48 ucd.nounihan.grouped.zip:
49 curl -O https://unicode.org/Public/UCD/latest/ucdxml/ucd.nounihan.grouped.zip
57 languagetags language-subtag-registry ucd.nounihan.grouped.zip Scripts.txt
/third_party/mesa3d/src/intel/isl/
Dgen_format_layout.py159 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/
Dmessage_factory_test.py82 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/flutter/skia/third_party/externals/harfbuzz/test/shaping/texts/in-house/shaper-arabic/script-arabic/language-urdu/crulp/ligatures/
DREADME11 These ligatures are grouped in 2 to 8 characters and are sorted in the end
/third_party/skia/third_party/externals/harfbuzz/test/shape/texts/in-house/shaper-arabic/script-arabic/language-urdu/crulp/ligatures/
DREADME11 These ligatures are grouped in 2 to 8 characters and are sorted in the end
/third_party/rust/crates/bindgen/book/src/
Dtutorial-2.md7 where the public API is split across multiple header files and grouped by
/third_party/icu/tools/cldr/cldr-to-icu/src/main/resources/
Dldml2icu_readme.txt95 * 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.
Dldml2icu_locale.txt140 …a weird edge case. When the number attribute is present in the xpath, its value needs to be grouped
142 …tterns. The group keyword is used here to specify that values from the same xpath should be grouped
264 # last 3 values are grouped together as a single value (via the special <FIFO> hidden label).
266 # Note that the <FORMAT> label is needed here (not the "group" instruction) because the grouped
268 # 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/
DRegexTransformerTest.java496 Result grouped = transformSingleResult( in testResultGrouping() local
503 assertThat(grouped).isGrouped(true); in testResultGrouping()
/third_party/skia/third_party/externals/angle2/doc/
DAddingExtensions.md17 top of the file, and the functions themselves grouped under the
/third_party/glslang/Test/
Dvk.relaxed.frag16 // opaque types will not be grouped into uniform block
/third_party/openmax/
DREADME.md24 * extensions/ - OpenMAX IL extension specifications, grouped into
/third_party/python/Tools/c-analyzer/c_analyzer/
D__main__.py351 grouped = group_by_storage(failed, ignore_non_match=False)
352 for group, decls in grouped.items():
/third_party/python/Lib/
Dtracemalloc.py533 grouped = self._group_by(key_type, cumulative)
534 statistics = list(grouped.values())
/third_party/ffmpeg/libavcodec/
Dwmaprodec.c149 uint8_t grouped; ///< channel is part of a group member
818 if (!s->channel[channel_idx].grouped in decode_channel_transform()
821 s->channel[channel_idx].grouped = 1; in decode_channel_transform()
829 if (!s->channel[channel_idx].grouped) in decode_channel_transform()
831 s->channel[channel_idx].grouped = 1; in decode_channel_transform()
1202 s->channel[i].grouped = 0; in decode_subframe()
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
Dextensions.adoc38 Extensions are grouped as Khronos `KHR`, multivendor `EXT`, and then
Dextensions.txt38 Extensions are grouped as Khronos `KHR`, multivendor `EXT`, and then
/third_party/libinput/doc/user/
Dtest-suite.rst78 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/node/deps/npm/node_modules/yargs/
DREADME.md23 * commands and (grouped) options (`my-program.js serve --port=5000`).
/third_party/python/Doc/library/
Dintro.rst33 functions, data types and exceptions, and finally the modules, grouped in
/third_party/libinput/doc/api/
Dmainpage.dox40 All devices are grouped into physical and logical seats. Button and key

123456789