| /external/proguard/src/proguard/classfile/editor/ |
| ClassMemberSorter.java | 41 // Sort the fields. 42 Arrays.sort(programClass.fields, 0, programClass.u2fieldsCount, this); 44 // Sort the methods. 45 Arrays.sort(programClass.methods, 0, programClass.u2methodsCount, this);
|
| AttributeSorter.java | 45 // Sort the attributes. 46 Arrays.sort(programClass.attributes, 0, programClass.u2attributesCount, this); 48 // Sort the attributes of the class members. 58 // Sort the attributes. 59 Arrays.sort(programMember.attributes, 0, programMember.u2attributesCount, this); 61 // Sort the attributes of the attributes. 73 // Sort the attributes. 74 Arrays.sort(codeAttribute.attributes, 0, codeAttribute.u2attributesCount, this);
|
| InterfaceSorter.java | 45 // Sort the interfaces. 46 Arrays.sort(interfaces, 0, interfacesCount);
|
| /external/webkit/JavaScriptCore/tests/mozilla/js1_2/Array/ |
| general2.js | 33 var TITLE = 'String:push,splice,concat,unshift,sort'; 73 array1.sort(); 74 array2.sort(); 75 testcases[count++] = new TestCase( SECTION, "Array.sort", true,String(array1) == String(array2));
|
| /ndk/build/tools/ |
| find-case-duplicates.sh | 26 ORG_FILES=`(cd $NDK_ROOT_DIR && git ls-files) | sort -f`
|
| /frameworks/base/include/utils/ |
| StringArray.h | 29 // An expanding array of strings. Add, get, sort, delete. 47 // Sort the array. 49 void sort(int (*compare)(const void*, const void*)); 52 // Pass this to the sort routine to do an ascending alphabetical sort.
|
| /cts/tools/signature-tools/src/signature/io/html/ |
| ApiOverviewPage.java | 52 Collections.sort(removedPackages, new PackageByNameComparator()); 56 Collections.sort(addedPackages, new PackageByNameComparator()); 60 Collections.sort(changedPackages, new PackageByNameComparator());
|
| PackageOverviewPage.java | 52 Collections.sort(removedClasses, new ClassByNameComparator()); 56 Collections.sort(addedClasses, new ClassByNameComparator()); 60 Collections.sort(changedClasses, new ClassByNameComparator());
|
| /external/webkit/WebKitTools/Scripts/ |
| do-file-rename | 79 for my $file (sort @paths) { 85 for my $file (sort @paths) { 95 for my $file (sort @paths) {
|
| do-webcore-rename | 148 for my $file (sort @paths) { 159 for my $file (sort @paths) { 173 for my $file (sort @paths) {
|
| check-for-weak-vtables-and-externals | 89 for my $class (sort @weakVTableClasses) { 99 for my $symbol (sort @weakExternalSymbols) {
|
| find-extra-includes | 85 for my $i1 (sort keys %{ $includes{$file} }) { 100 for my $file (sort keys %includes) {
|
| /external/icu4c/tools/genren/ |
| Makefile | 74 sorts: urename.sort urename.old.sort 76 @echo "Try 'diff --side-by-side urename.old.sort urename.sort'" 78 urename.sort: urename.h 79 sort urename.h > $@ 81 urename.old.sort: $(TOP)/common/unicode/urename.h 82 sort $(TOP)/common/unicode/urename.h > $@
|
| /external/webkit/JavaScriptCore/tests/mozilla/ecma/Array/ |
| 15.4.4.5-3.js | 24 ECMA Section: Array.prototype.sort(comparefn) 30 Verify that sort is successfull, even if the sort compare function returns 41 var TITLE = "Array.prototype.sort(comparefn)"; 83 testarr1.sort( comparefn1 ); 87 testarr2.sort( comparefn2 ); 91 testarr3.sort( comparefn3 ); 93 // when there's no sort function, sort sorts by the toString value of Date. 97 testarr4.sort(); [all...] |
| 15.4.2.3.js | 59 array[item++] = new TestCase( SECTION, "(new Array()).sort == Array.prototype.sort", true, (new Array()).sort == Array.prototype.sort );
|
| /dalvik/dx/src/com/android/dx/util/ |
| ListIntSet.java | 34 ints.sort(); 86 ints.sort(); 93 ints.sort();
|
| /external/icu4c/layout/ |
| OpenTypeUtilities.h | 27 static void sort(le_uint16 *array, le_int32 count);
|
| /frameworks/base/media/java/android/media/ |
| CameraProfile.java | 74 Arrays.sort(levels); // Lower quality level ALWAYS comes before higher one
|
| /dalvik/libcore/luni/src/main/java/java/util/ |
| Arrays.java | 32 // Replaced Bentely-McIlroy-based sort w/ DualPivotQuicksort 36 /* Specifies when to switch to insertion sort */ 1530 public static void sort(byte[] array) { method in class:Arrays 1548 public static void sort(byte[] array, int start, int end) { method in class:Arrays 1574 public static void sort(char[] array) { method in class:Arrays 1592 public static void sort(char[] array, int start, int end) { method in class:Arrays 1603 public static void sort(double[] array) { method in class:Arrays 1623 public static void sort(double[] array, int start, int end) { method in class:Arrays 1634 public static void sort(float[] array) { method in class:Arrays 1654 public static void sort(float[] array, int start, int end) { method in class:Arrays 1664 public static void sort(int[] array) { method in class:Arrays 1682 public static void sort(int[] array, int start, int end) { method in class:Arrays 1692 public static void sort(long[] array) { method in class:Arrays 1710 public static void sort(long[] array, int start, int end) { method in class:Arrays 1720 public static void sort(short[] array) { method in class:Arrays 1738 public static void sort(short[] array, int start, int end) { method in class:Arrays 1789 public static void sort(Object[] array) { method in class:Arrays 1815 public static void sort(Object[] array, int start, int end) { method in class:Arrays 1886 public static <T> void sort(T[] array, int start, int end, method in class:Arrays 1905 public static <T> void sort(T[] array, Comparator<? super T> comparator) { method in class:Arrays [all...] |
| /dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
| ArraysTest.java | 2179 private void sort(Object array) { method in class:ArraysTest [all...] |
| /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ |
| DERSet.java | 49 this.sort(); 66 this.sort();
|
| /external/clearsilver/cs/ |
| test4.cs | 103 "&sort=" + Query.sort + 118 "&sort=" + sort +
|
| /external/dropbear/libtomcrypt/ |
| genlist.sh | 3 export a=`echo -n "src/ciphers/aes/aes_enc.o " ; find . -type f | sort | grep "[.]/src" | grep "[.]c" | grep -v "sha224" | grep -v "sha384" | grep -v "aes_tab" | grep -v "twofish_tab" | grep -v "whirltab" | grep -v "dh_sys" | grep -v "ecc_sys" | grep -v "mpi[.]c" | grep -v "sober128tab" | sed -e 'sE\./EE' | sed -e 's/\.c/\.o/' | xargs`
|
| /external/stlport/test/unit/ |
| func_test.cpp | 59 sort(v.begin(), v.end(), bigger_than); 71 sort(v.begin(), v.end(), greater<int>());
|
| /external/webkit/JavaScriptCore/tests/mozilla/js1_2/Objects/ |
| toString-001.js | 109 a.sort(); 110 a2.sort();
|