/third_party/boost/libs/hana/example/ |
D | comparing.cpp | 24 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/ |
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/harfbuzz/src/ |
D | update-unicode-tables.make | 22 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/ |
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/typescript_eslint/packages/eslint-plugin/src/rules/ |
D | member-ordering.ts | 525 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/ |
D | Jamfile | 23 <dependency>generated/grouped.qbk
|
D | Jamfile.v2 | 23 <dependency>generated/grouped.qbk
|
D | fruit.qbk | 31 [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/ |
D | README | 11 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/ |
D | README | 11 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/ |
D | README | 29 note that all of the SPL options are grouped together, rather than with
|
/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/python/Lib/importlib/ |
D | metadata.py | 563 grouped = itertools.groupby(ordered, by_group) 566 for group, eps in grouped
|
/third_party/boost/libs/gil/doc/html/_sources/design/ |
D | color_space.rst.txt | 67 Thus they are grouped in GIL's layout:
|
/third_party/boost/libs/gil/doc/design/ |
D | color_space.rst | 67 Thus they are grouped in GIL's layout:
|
/third_party/python/Tools/c-analyzer/ |
D | check-c-globals.py | 428 grouped = make_groups(allvars, group) 429 lines = format_groups(grouped, columns, COLUMN_FORMATS, COLUMN_WIDTHS)
|
/third_party/uboot/u-boot-2020.01/fs/ubifs/ |
D | recovery.c | 635 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/ |
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/boost/libs/phoenix/doc/modules/ |
D | statement.qbk | 67 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/ |
D | wmaprodec.c | 147 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/ |
D | cuda.qbk | 19 device) can be grouped/queued by CUDA streams. are executed on the GPUs.
|
D | hip.qbk | 20 device) can be grouped/queued by HIP streams. are executed on the GPUs.
|
/third_party/python/Doc/library/ |
D | intro.rst | 33 functions, data types and exceptions, and finally the modules, grouped in
|