Searched refs:sort (Results 1 - 25 of 1711) sorted by relevance

1234567891011>>

/xsrc/external/mit/xkeyboard-config/dist/scripts/
H A Dextract-group-names-from-symbols.sh18 grep 'name\[Group1\]' * | sed 's/[[:space:]]*name\[Group1\].*=[[:space:]]*//;s/;[[:space:]]*$//' | sort
/xsrc/external/mit/xkeyboard-config/dist/tests/
H A DtestShortDescriptions3 awk '/shortDescr/{print toupper($0)}' ../rules/base.xml.in | sed 's/<[^>]*>//g;s/ //g' | sort | uniq > xml.sd
4 awk '{print $1}' ../docs/iso3166-3.csv | sort > iso.sd
H A DgenLists4Comparison.sh22 sort | \
72 done | sort | uniq > $group_names
/xsrc/external/mit/xterm/dist/unicode/
H A Dmake-precompose.sh9 # sort numerically on base character, then combining character,
15 (sort -k 3 || sort +2) |
/xsrc/external/mit/MesaLib.old/dist/src/egl/
H A Degl-entrypoint-check10 sorted=$(LC_ALL=C sort <<< "$entrypoints")
/xsrc/external/mit/fontconfig/dist/conf.d/
H A D10-autohint.conf8 This sort of configuration is available on the major desktop environments
H A D10-hinting-full.conf8 This sort of configuration is available on the major desktop environments
H A D10-hinting-medium.conf8 This sort of configuration is available on the major desktop environments
H A D10-hinting-none.conf8 This sort of configuration is available on the major desktop environments
H A D10-hinting-slight.conf8 This sort of configuration is available on the major desktop environments
H A D10-sub-pixel-none.conf8 This sort of configuration is available on the major desktop environments
H A D10-unhinted.conf8 This sort of configuration is available on the major desktop environments
H A D10-sub-pixel-bgr.conf8 This sort of configuration is available on the major desktop environments
H A D10-sub-pixel-rgb.conf8 This sort of configuration is available on the major desktop environments
H A D10-sub-pixel-vbgr.conf8 This sort of configuration is available on the major desktop environments
H A D10-sub-pixel-vrgb.conf8 This sort of configuration is available on the major desktop environments
H A D11-lcdfilter-default.conf8 This sort of configuration is available on the major desktop environments
H A D11-lcdfilter-legacy.conf8 This sort of configuration is available on the major desktop environments
H A D11-lcdfilter-light.conf8 This sort of configuration is available on the major desktop environments
H A D11-lcdfilter-none.conf8 This sort of configuration is available on the major desktop environments
/xsrc/external/mit/fontconfig/dist/doc/
H A Dcheck-missing-doc11 sort -u > $header
15 sort -u > $doc
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Ddispatch-index-check28 sorted=$(LC_ALL=C sort <<< "$dispatch_list")
/xsrc/external/mit/MesaLib.old/dist/bin/
H A Dbugzilla_mesa.sh26 git log --pretty=medium $* | grep 'bugs.freedesktop.org/show_bug' | sed -e $trim_before | sort -n -u | sed -e $use_after |\
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Ddispatch-index-check28 sorted=$(LC_ALL=C sort <<< "$dispatch_list")
/xsrc/external/mit/MesaLib/dist/src/amd/registers/
H A Dmakeregheader.py190 lines.sort(key=lambda line: (line.address, line.name))
203 lines.sort(key=lambda line: (line.address, line.name))
235 lines.sort(key=lambda line: (line.address, line.name))
263 def print(self, filp, sort='address'):
267 if sort == 'address':
268 self.register_lines.sort(key=lambda line: (line.address, line.name))
270 assert sort == 'name'
271 self.register_lines.sort(key=lambda line: (line.name, line.address))
273 # Collect and sort field lines by address
278 if sort
[all...]

Completed in 23 milliseconds

1234567891011>>