Searched
full:sort (Results
301 -
325 of
6174) sorted by null
<<11121314151617181920>>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/lib/ldscripts/ |
elf_i386.xw | 1 /* Script for -z combreloc -z now -z relro: combine and sort reloc sections */ 88 KEEP (*(SORT(.init_array.*))) 95 KEEP (*(SORT(.fini_array.*))) 117 KEEP (*(SORT(.ctors.*))) 125 KEEP (*(SORT(.dtors.*))) 136 SORT(CONSTRUCTORS)
|
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/i686-linux-android/lib/ldscripts/ |
elf_i386.xc | 1 /* Script for -z combreloc: combine and sort reloc sections */ 93 KEEP (*(SORT(.init_array.*))) 101 KEEP (*(SORT(.fini_array.*))) 123 KEEP (*(SORT(.ctors.*))) 131 KEEP (*(SORT(.dtors.*))) 143 SORT(CONSTRUCTORS)
|
elf_i386.xdc | 1 /* Script for -pie -z combreloc: position independent executable, combine & sort relocs */ 93 KEEP (*(SORT(.init_array.*))) 101 KEEP (*(SORT(.fini_array.*))) 123 KEEP (*(SORT(.ctors.*))) 131 KEEP (*(SORT(.dtors.*))) 143 SORT(CONSTRUCTORS)
|
elf_i386.xdw | 1 /* Script for -pie -z combreloc -z now -z relro: position independent executable, combine & sort relocs */ 93 KEEP (*(SORT(.init_array.*))) 101 KEEP (*(SORT(.fini_array.*))) 123 KEEP (*(SORT(.ctors.*))) 131 KEEP (*(SORT(.dtors.*))) 142 SORT(CONSTRUCTORS)
|
elf_i386.xsc | 1 /* Script for --shared -z combreloc: shared library, combine & sort relocs */ 88 KEEP (*(SORT(.init_array.*))) 94 KEEP (*(SORT(.fini_array.*))) 115 KEEP (*(SORT(.ctors.*))) 123 KEEP (*(SORT(.dtors.*))) 135 SORT(CONSTRUCTORS)
|
elf_i386.xsw | 1 /* Script for --shared -z combreloc -z now -z relro: shared library, combine & sort relocs */ 87 KEEP (*(SORT(.init_array.*))) 93 KEEP (*(SORT(.fini_array.*))) 114 KEEP (*(SORT(.ctors.*))) 122 KEEP (*(SORT(.dtors.*))) 133 SORT(CONSTRUCTORS)
|
elf_i386.xw | 1 /* Script for -z combreloc -z now -z relro: combine and sort reloc sections */ 93 KEEP (*(SORT(.init_array.*))) 101 KEEP (*(SORT(.fini_array.*))) 123 KEEP (*(SORT(.ctors.*))) 131 KEEP (*(SORT(.dtors.*))) 142 SORT(CONSTRUCTORS)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_profile.py | 18 expected_list_sort_output = ':0(sort)' 47 "[].sort()", 48 "[].sort(reverse=True)", 49 "[].sort(*(None, None, True))", 50 "[].sort(**dict(reverse=True))", 60 "Profiling {0!r} didn't report list.sort:\n{1}".format(stmt, res))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_profile.py | 18 expected_list_sort_output = ':0(sort)' 47 "[].sort()", 48 "[].sort(reverse=True)", 49 "[].sort(*(None, None, True))", 50 "[].sort(**dict(reverse=True))", 60 "Profiling {0!r} didn't report list.sort:\n{1}".format(stmt, res))
|
/bionic/libc/string/ |
strtok.c | 52 * Skip (span) leading delimiters (s += strspn(s, delim), sort of). 68 * Scan token (scan for delimiters: s += strcspn(s, delim), sort of).
|
/bionic/libc/upstream-freebsd/lib/libc/string/ |
wcstok.c | 52 * Skip (span) leading delimiters (s += wcsspn(s, delim), sort of). 68 * Scan token (scan for delimiters: s += wcscspn(s, delim), sort of).
|
/build/core/tasks/ |
ide.mk | 39 eclipse_project_modules := $(sort $(eclipse_project_modules) $(java_modules)) 45 source_paths := $(sort $(source_paths))
|
/cts/tools/cfassembler/src/dxconvext/util/ |
FileUtils.java | 36 * {@link RuntimeException} of some sort. 48 * {@link RuntimeException} of some sort.
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
FileUtils.java | 36 * {@link RuntimeException} of some sort. 48 * {@link RuntimeException} of some sort.
|
/external/apache-http/src/org/apache/commons/codec/ |
StringEncoderComparator.java | 25 * is used to sort Strings by an encoding scheme such 27 * handy if one need to sort Strings by an encoded
|
/external/chromium/chrome/browser/resources/shared/css/ |
table.css | 85 .table-header-sort-image-desc:after { 93 .table-header-sort-image-asc:after {
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
manifest_data_source.py | 80 apps['optional'].sort(key=itemgetter('name')) 81 extensions['optional'].sort(key=itemgetter('name'))
|
/external/chromium_org/native_client_sdk/src/web/ |
index.html | 26 // This is similar to a normal string sort, except that we sort 31 // sort algorithm. 110 var sortOrder = getParameter('sort'); 113 sortLink += '&sort=desc'; 182 files.sort(alphanumCompare); 183 directories.sort(alphanumCompare); 185 // Reverse the list for a descending sort.
|
/external/chromium_org/third_party/WebKit/ManualTests/memory/ |
xhr-multiple-requests-responseXML.html | 68 //storedLocalMailIDList.sort(); 98 //storedLocalMailIDList.sort();
|
/external/chromium_org/third_party/libxslt/libxslt/ |
xsltInternals.h | 215 * Max number of specified xsl:sort on an element. 414 * @sorts: the node-set to sort 743 * <!-- Content: (xsl:sort | xsl:with-param)* --> 754 const xmlChar *select; /* sort, copy-of, value-of, apply-templates */ 900 * <!-- Content: (xsl:sort*, template) --> 1026 * Reflects the XSLT xsl:sort item. 1028 * <xsl:sort 1041 const xmlChar *stype; /* sort */ 1042 int has_stype; /* sort */ 1043 int number; /* sort */ [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/objects/ |
objxref.pl | 40 my @srt1 = sort { $oid_tbl{$a} <=> $oid_tbl{$b}} @xrkeys; 47 my @srt2 = sort
|
/external/chromium_org/ui/aura/client/ |
aura_constants.h | 19 // Alphabetical sort. 61 // Alphabetical sort.
|
/external/chromium_org/ui/views/controls/table/ |
table_view.h | 31 // Sorting is done by a locale sensitive string sort. You can customize the 32 // sort by way of overriding TableModel::CompareValues(). 80 // Is the sort ascending? 153 // Toggles the sort order of the specified visible column index. 219 // Resets the sort descriptions. 222 // Does the actual sort and updates the mappings (|view_to_model_| and 226 // Used to sort the two rows. Returns a value < 0, == 0 or > 0 indicating 329 // Current sort.
|
/external/chromium_org/ui/webui/resources/css/ |
table.css | 91 .table-header-sort-image-desc::after { 99 .table-header-sort-image-asc::after {
|
/external/chromium_org/v8/test/intl/overrides/ |
string.js | 49 var collatorResult = data.sort(collator.compare); 50 var localeCompareResult = data.sort(function(a, b) {
|
Completed in 417 milliseconds
<<11121314151617181920>>