Home
last modified time | relevance | path

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

123456789

/third_party/boost/libs/hana/example/
Dcomparing.cpp24 constexpr auto grouped = hana::group.by(hana::comparing(hana::length), sequences); in main() local
26 static_assert(grouped == hana::make_tuple( in main()
/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/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/typescript_eslint/packages/eslint-plugin/src/rules/
Dmember-ordering.ts525 const grouped = checkGroupSort(members, memberTypes, supportsModifiers); constant
527 if (grouped === null) {
532 grouped.some(groupMember => !checkAlphaSort(groupMember));
/third_party/boost/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/sample/
DJamfile23 <dependency>generated/grouped.qbk
DJamfile.v223 <dependency>generated/grouped.qbk
Dfruit.qbk31 [include generated/grouped.qbk]
/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/uboot/u-boot-2020.01/board/birdland/bav335x/
DREADME29 note that all of the SPL options are grouped together, rather than with
/third_party/skia/third_party/externals/angle2/doc/
DAddingExtensions.md17 top of the file, and the functions themselves grouped under the
/third_party/openmax/
DREADME.md24 * extensions/ - OpenMAX IL extension specifications, grouped into
/third_party/python/Lib/importlib/
Dmetadata.py563 grouped = itertools.groupby(ordered, by_group)
566 for group, eps in grouped
/third_party/boost/libs/gil/doc/html/_sources/design/
Dcolor_space.rst.txt67 Thus they are grouped in GIL's layout:
/third_party/boost/libs/gil/doc/design/
Dcolor_space.rst67 Thus they are grouped in GIL's layout:
/third_party/python/Tools/c-analyzer/
Dcheck-c-globals.py428 grouped = make_groups(allvars, group)
429 lines = format_groups(grouped, columns, COLUMN_FORMATS, COLUMN_WIDTHS)
/third_party/uboot/u-boot-2020.01/fs/ubifs/
Drecovery.c635 int grouped = jhead == -1 ? 0 : c->jheads[jhead].grouped; in ubifs_recover_leb() local
639 dbg_rcvry("%d:%d, jhead %d, grouped %d", lnum, offs, jhead, grouped); in ubifs_recover_leb()
712 if (grouped) in ubifs_recover_leb()
/third_party/python/Lib/
Dtracemalloc.py533 grouped = self._group_by(key_type, cumulative)
534 statistics = list(grouped.values())
/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/boost/libs/phoenix/doc/modules/
Dstatement.qbk67 grouped using the parentheses. Again, the last statement in a group should not
78 Outside the square brackets, block statements should be grouped. For example:
/third_party/ffmpeg/libavcodec/
Dwmaprodec.c147 uint8_t grouped; ///< channel is part of a group member
816 if (!s->channel[channel_idx].grouped in decode_channel_transform()
819 s->channel[channel_idx].grouped = 1; in decode_channel_transform()
827 if (!s->channel[channel_idx].grouped) in decode_channel_transform()
829 s->channel[channel_idx].grouped = 1; in decode_channel_transform()
1197 s->channel[i].grouped = 0; in decode_subframe()
/third_party/boost/libs/fiber/doc/
Dcuda.qbk19 device) can be grouped/queued by CUDA streams. are executed on the GPUs.
Dhip.qbk20 device) can be grouped/queued by HIP streams. are executed on the GPUs.
/third_party/python/Doc/library/
Dintro.rst33 functions, data types and exceptions, and finally the modules, grouped in

123456789