Searched refs:SORT (Results 1 – 25 of 73) sorted by relevance
123
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/ |
D | SerializeOptions.java | 41 public static final int SORT = 0x1000; field in SerializeOptions 207 return getOption(SORT); in getSort() 217 setOption(SORT, value); in setSort() 417 case SORT : return "NORMALIZED"; in defineOptionName() 434 SORT; in getValidOptions()
|
/external/dnsmasq/contrib/Suse/ |
D | README.susefirewall | 24 - $AWK -F: '/^named .* UDP / {print $2}'| $GREP -vw 53 | $SORT -un` 25 + $AWK -F: '/^dnsmasq .* UDP / {print $2}'| $GREP -vw 53 | $SORT -un` 27 $AWK -F: '/^squid .* UDP/ {print $2}'| $SORT -un`
|
/external/icu/icu4c/source/test/perf/collperf/ |
D | collperf.cpp | 863 #define SORT(data, func) \ in prepareData() macro 868 SORT(ord_icu_data, icu_strcoll_len); in prepareData() 869 SORT(ord_icu_key, icu_cmpkey); in prepareData() 870 SORT(ord_posix_data, posix_strcoll_null); in prepareData() 871 SORT(ord_posix_key, posix_cmpkey); in prepareData() 873 SORT(ord_win_data, win_cmp_len); in prepareData() 874 SORT(ord_win_key, win_cmpkey); in prepareData() 875 SORT(ord_win_wcscmp, win_wcscmp); in prepareData() 877 SORT(ord_icu_strcmp, icu_strcmp); in prepareData() 878 SORT(ord_icu_cmpcpo, icu_cmpcpo); in prepareData()
|
/external/v8/third_party/binutils/Linux_x64/Release/lib/ldscripts/ |
D | elf_i386.xs | 110 KEEP (*(SORT(.ctors.*))) 118 KEEP (*(SORT(.dtors.*))) 130 SORT(CONSTRUCTORS)
|
D | elf_i386.x | 119 KEEP (*(SORT(.ctors.*))) 127 KEEP (*(SORT(.dtors.*))) 139 SORT(CONSTRUCTORS)
|
D | elf_x86_64.x | 122 KEEP (*(SORT(.ctors.*))) 130 KEEP (*(SORT(.dtors.*))) 142 SORT(CONSTRUCTORS)
|
D | elf_l1om.x | 125 KEEP (*(SORT(.ctors.*))) 133 KEEP (*(SORT(.dtors.*))) 145 SORT(CONSTRUCTORS)
|
D | elf32_x86_64.xs | 113 KEEP (*(SORT(.ctors.*))) 121 KEEP (*(SORT(.dtors.*))) 133 SORT(CONSTRUCTORS)
|
D | elf_x86_64.xs | 113 KEEP (*(SORT(.ctors.*))) 121 KEEP (*(SORT(.dtors.*))) 133 SORT(CONSTRUCTORS)
|
D | elf_k1om.x | 125 KEEP (*(SORT(.ctors.*))) 133 KEEP (*(SORT(.dtors.*))) 145 SORT(CONSTRUCTORS)
|
D | elf_k1om.xs | 116 KEEP (*(SORT(.ctors.*))) 124 KEEP (*(SORT(.dtors.*))) 136 SORT(CONSTRUCTORS)
|
D | elf_l1om.xs | 116 KEEP (*(SORT(.ctors.*))) 124 KEEP (*(SORT(.dtors.*))) 136 SORT(CONSTRUCTORS)
|
D | elf32_x86_64.x | 122 KEEP (*(SORT(.ctors.*))) 130 KEEP (*(SORT(.dtors.*))) 142 SORT(CONSTRUCTORS)
|
D | elf_i386.xsc | 113 KEEP (*(SORT(.ctors.*))) 121 KEEP (*(SORT(.dtors.*))) 133 SORT(CONSTRUCTORS)
|
D | elf_l1om.xsw | 115 KEEP (*(SORT(.ctors.*))) 123 KEEP (*(SORT(.dtors.*))) 134 SORT(CONSTRUCTORS)
|
D | elf_i386.xsw | 113 KEEP (*(SORT(.ctors.*))) 121 KEEP (*(SORT(.dtors.*))) 132 SORT(CONSTRUCTORS)
|
D | elf_l1om.xsc | 115 KEEP (*(SORT(.ctors.*))) 123 KEEP (*(SORT(.dtors.*))) 135 SORT(CONSTRUCTORS)
|
D | elf_k1om.xsc | 115 KEEP (*(SORT(.ctors.*))) 123 KEEP (*(SORT(.dtors.*))) 135 SORT(CONSTRUCTORS)
|
D | elf_k1om.xsw | 115 KEEP (*(SORT(.ctors.*))) 123 KEEP (*(SORT(.dtors.*))) 134 SORT(CONSTRUCTORS)
|
D | elf_k1om.xd | 125 KEEP (*(SORT(.ctors.*))) 133 KEEP (*(SORT(.dtors.*))) 145 SORT(CONSTRUCTORS)
|
D | elf_l1om.xn | 125 KEEP (*(SORT(.ctors.*))) 133 KEEP (*(SORT(.dtors.*))) 145 SORT(CONSTRUCTORS)
|
D | elf32_x86_64.xdw | 124 KEEP (*(SORT(.ctors.*))) 132 KEEP (*(SORT(.dtors.*))) 143 SORT(CONSTRUCTORS)
|
D | elf_l1om.xdc | 126 KEEP (*(SORT(.ctors.*))) 134 KEEP (*(SORT(.dtors.*))) 146 SORT(CONSTRUCTORS)
|
D | elf_l1om.xdw | 126 KEEP (*(SORT(.ctors.*))) 134 KEEP (*(SORT(.dtors.*))) 145 SORT(CONSTRUCTORS)
|
/external/emma/core/java12/com/vladium/emma/report/ |
D | IReportProperties.java | 63 String SORT = "sort"; // comma-separated list of ('+'/'-'-prefixed column names) field
|
123