/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
SortedMapGenerators.java | 67 Collections.sort(insertionOrder); 121 Collections.sort(insertionOrder, ENTRY_COMPARATOR); 138 Collections.sort(insertionOrder); 191 Collections.sort(insertionOrder, ENTRY_COMPARATOR);
|
/external/guava/guava-tests/test/com/google/common/collect/ |
ForwardingSortedMapTest.java | 130 return sort(insertionOrder); 152 return sort(insertionOrder); 173 return sort(insertionOrder); 184 private static Iterable<Entry<String, String>> sort(
|
/external/harfbuzz/contrib/tables/ |
grapheme-break-parse.py | 22 ranges.sort()
|
/external/icu4c/test/intltest/ |
mnkytst.h | 10 * sort key algorithm works correctly. For example, any string is always
|
/external/javassist/src/main/javassist/ |
SerialVersionUID.java | 102 Arrays.sort(interfaces); 108 Arrays.sort(fields, new Comparator() { 136 Arrays.sort(constructors, new Comparator() { 157 Arrays.sort(methods, new Comparator() {
|
/external/linux-tools-perf/ |
builtin-diff.c | 5 * DSOs and symbol information, sort them and produce a diff. 13 #include "util/sort.h" 193 OPT_STRING('s', "sort", &sort_order, "key[,key2...]", 194 "sort by key(s): pid, comm, dso, symbol, parent"),
|
/external/linux-tools-perf/scripts/perl/ |
failed-syscalls.pl | 36 foreach my $comm (sort {$failed_syscalls{$b} <=> $failed_syscalls{$a}}
|
/external/llvm/test/CodeGen/ARM/ |
readcyclecounter.ll | 16 ; As usual, exact registers only sort of matter but the cycle-count had better
|
/external/llvm/test/Linker/ |
unnamed-addr1-a.ll | 1 ; RUN: llvm-link %s %p/unnamed-addr1-b.ll -S -o - | sort | FileCheck %s
|
/external/llvm/test/Object/ |
coff-archive-short.test | 8 RUN: llvm-nm --numeric-sort -s %p/Inputs/coff_archive_short.lib | FileCheck -check-prefix=CHECKIDX %s
|
/external/mesa3d/src/gallium/tools/ |
addr2line.sh | 10 sed -nre 's|([^ ]*/[^ ]*)\(\+0x([^)]*).*|\1 \2|p' "$input"|sort|uniq|while read bin addr; do
|
/external/openssh/ |
serverloop.h | 17 * stderr in this function is sort of reversed: this function writes to stdin
|
/external/oprofile/libpp/ |
symbol_sort.cpp | 84 os << "compare_by(): unknown sort option: " 132 sort(symbol_collection & syms, bool reverse_sort, bool lf) const function in class:sort_options 149 sort(diff_collection & syms, bool reverse_sort, bool lf) const function in class:sort_options 181 os << "unknown sort option: " << name << endl;
|
/external/proguard/src/proguard/ |
ParseException.java | 26 * sort has occurred.
|
/frameworks/base/test-runner/src/junit/runner/ |
Sorter.java | 8 * A custom quick sort with support to customize the swap behaviour.
|
/libcore/luni/src/main/java/java/io/ |
ObjectStreamException.java | 21 * Signals some sort of problem during either serialization or deserialization
|
/libcore/ |
run-libcore-tests | 13 xargs grep -h '^package ' | sed 's/^package //' | sed 's/;$//' | sort | uniq | tr "\n" " ")
|
/ndk/build/tools/ |
find-case-duplicates.sh | 26 ORG_FILES=`(cd $NDK_ROOT_DIR && git ls-files) | sort -f`
|
gen-system-symbols.sh | 85 $READELF -s -D -W $1 | awk '$5 ~ /FUNC/ && $6 ~ /GLOBAL|WEAK/ && $8 !~ /UND/ { print $9; }' | sort -u 91 $READELF -s -D -W $1 | awk '$5 ~ /OBJECT/ && $6 ~ /GLOBAL|WEAK/ && $8 !~ /UND/ { print $9; }' | sort -u 140 (grep -v -f $SYMBOL_EXCLUDES $1 ; grep -f $SYMBOL_INCLUDES $1) | sort -u 151 (echo "$SYMBOLS" | tr ' ' '\n' | sort -u) > $SYMBOL_TMPFILE
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/comparator/ |
SizeFileComparator.java | 29 * This comparator can be used to sort lists or arrays of files
36 * Collections.sort(list, LengthFileComparator.LENGTH_COMPARATOR);
39 * Example of doing a <i>reverse</i> sort of an array of files using the
43 * Arrays.sort(array, LengthFileComparator.LENGTH_REVERSE);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
sort.h | 25 /** @file parallel/sort.h 149 * @param stable Sort stable. 191 * @param stable Sort stable. 225 __gnu_sequential::sort(begin, end, comp);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
dircache.py | 31 list.sort()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_dumbdbm.py | 132 keys.sort() 134 dkeys.sort() 160 expected.sort() 162 got.sort()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
dircache.py | 31 list.sort()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_dumbdbm.py | 132 keys.sort() 134 dkeys.sort() 160 expected.sort() 162 got.sort()
|