Searched refs:sort (Results 76 - 100 of 296) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DProtocolList.java66 Collections.sort(protocols);
/openjdk7/jdk/src/share/classes/sun/tools/asm/
H A DSwitchData.java130 Arrays.sort(table);
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DTableSorter.java69 sort(this.sortColumn, this.ascending);
114 private void sort(int column, boolean isAscending) { method in class:TableSorter
120 // We cannot sort rows when a cell is being
136 // do the sort
206 * must now sort the left partition.
213 * must now sort the right partition.
246 sort(column,ascending);
253 // Add a mouse listener to the Table to trigger a table sort
/openjdk7/jdk/src/share/sample/forkjoin/mergesort/
H A DMergeDemo.java51 * and the sort is executed with arrays of different sizes to see the
253 mergeSort.sort(generateArray(elements));
270 Arrays.sort(times.clone());
284 mergeSort.sort(generateArray(1000));
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DHistogram.java71 // sort the rows
72 matrix = normalizeMatrix(matrix); // clone and sort
86 // sort key is value, so put it in the high 32!
92 Arrays.sort(hist2col);
238 Arrays.sort(rowMap);
271 Arrays.sort(row1, 1, row1.length);
391 Arrays.sort(hist2col);
431 * Assumes input is sorted. Does not sort output columns.
442 * Note that resorting this using Arrays.sort() will reorder the
549 Arrays.sort(grou
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/shell/
H A DShellFolder.java289 public static void sort(final List<? extends File> files) { method in class:ShellFolder
295 // synchronize the whole code of the sort method once
326 Collections.sort(files, FILE_COMPARATOR);
336 // synchronize the whole code of the sort method once
339 Collections.sort(files, FILE_COMPARATOR);
595 // Non-file shellfolders sort before files
/openjdk7/hotspot/src/share/vm/memory/
H A DheapInspection.cpp197 void KlassInfoHisto::sort() { function in class:KlassInfoHisto
198 elements()->sort(KlassInfoHisto::sort_helper);
328 histo.sort();
H A DheapInspection.hpp42 // to KlassInfoEntry's and is used to sort
123 void sort();
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLookupProcessor.cpp268 // If we added lookups from the required feature, sort them
270 OpenTypeUtilities::sort(lookupOrderArray, order);
291 OpenTypeUtilities::sort(&lookupOrderArray[order], count);
320 OpenTypeUtilities::sort(lookupOrderArray, order);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DDupFilterIterator.java109 _nodes.sort();
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/
H A DObjectStreamClassUtil_1_3.java140 Arrays.sort(field, compareMemberByName);
226 Arrays.sort(interfaces, compareClassByName);
235 Arrays.sort(field, compareMemberByName);
454 Arrays.sort(cm, cm[0]);
461 /* Arrays.sort calls compare when o1 and o2 are equal.*/
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DFinalizerInfo.java119 Collections.sort(list, new Comparator() {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DSystemDictionaryHelper.java68 Arrays.sort(klasses, new Comparator() {
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSimpleSoundbank.java89 Arrays.sort(inslist_array, new ModelInstrumentComparator());
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/model/
H A DReachableObjects.java86 // Now grab the elements into a vector, and sort it in decreasing size
92 ArraySorter.sort(things, new Comparer() {
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/server/
H A DInstancesCountQuery.java74 ArraySorter.sort(classes, new Comparer() {
H A DObjectQuery.java104 ArraySorter.sort(hack, new Comparer() {
H A DRefsByTypeQuery.java115 Arrays.sort(classes, new Comparator<JavaClass>() {
H A DRootsQuery.java75 ArraySorter.sort(refs, new Comparer() {
/openjdk7/hotspot/src/share/vm/utilities/
H A DquickSort.hpp113 // The idempotent parameter prevents the sort from
114 // reordering a previous valid sort by not swapping
119 static void sort(T* array, int length, C comparator, bool idempotent) { function in class:QuickSort
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DAbstractPackageIndexWriter.java145 Arrays.sort(packages);
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/builders/
H A DAnnotationTypeRequiredMemberBuilder.java102 Collections.sort(builder.members,
H A DConstructorBuilder.java115 Collections.sort(
H A DEnumConstantBuilder.java104 Collections.sort(
H A DFieldBuilder.java105 Collections.sort(

Completed in 65 milliseconds

1234567891011>>