Searched refs:sort (Results 201 - 225 of 296) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DStackFrameImpl.java184 Collections.sort(mapAsList);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DDiagram.java262 Collections.sort(figuresSorted, new Comparator<Figure>() {
/openjdk7/jdk/make/tools/src/build/tools/compileproperties/
H A DCompileProperties.java230 Collections.sort(sortedKeys);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/
H A DPolicy.java456 Collections.sort(this.assertionSets);
/openjdk7/jdk/src/windows/classes/java/lang/
H A DProcessEnvironment.java197 // sort *after* "Z", not before.
299 Collections.sort(list, entryComparator);
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DReverseBuilder.java252 Collections.sort(reverseCerts, new PKIXCertComparator());
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DDerOutputStream.java387 Arrays.<byte[]>sort(bufs, order);
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DRDN.java48 * Note that DER-encoded RDNs sort AVAs by assertion OID ... so that
50 * it, but we'll need to sort them when we expose the RDN class more.
466 java.util.Collections.sort(avaList, AVAComparator.getInstance());
/openjdk7/jdk/test/javax/swing/JList/6462008/
H A Dbug6462008.java396 Arrays.sort(sels);
/openjdk7/jdk/src/share/classes/sun/nio/cs/
H A DCharsetMapping.java301 Arrays.sort(c2bComp, 0, c2bComp.length, comparatorComp);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/
H A DObjectStreamClass_1_3_1.java476 Arrays.sort(fields);
864 Arrays.sort(field, compareMemberByName);
1240 Arrays.sort(cm, cm[0]);
1247 /* Arrays.sort calls compare when o1 and o2 are equal.*/
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/report/
H A DJ2DAnalyzer.java171 sort(keys);
656 sort(keys);
814 public static void sort(String strs[]) { method in class:J2DAnalyzer
/openjdk7/jdk/src/share/classes/java/io/
H A DObjectStreamClass.java1563 Arrays.sort(fields);
1712 Arrays.sort(ifaceNames);
1723 Arrays.sort(fieldSigs, new Comparator<MemberSignature>() {
1754 Arrays.sort(consSigs, new Comparator<MemberSignature>() {
1777 Arrays.sort(methSigs, new Comparator<MemberSignature>() {
/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.cpp264 case 1: deps->sort(sort_dep_arg_1, 1); break;
265 case 2: deps->sort(sort_dep_arg_2, 2); break;
266 case 3: deps->sort(sort_dep_arg_3, 3); break;
/openjdk7/hotspot/src/share/vm/memory/
H A Ddump.cpp1223 SortMethodsClosure sort; local
1224 gen->ro_space()->object_iterate(&sort);
1225 gen->rw_space()->object_iterate(&sort);
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPackage.java800 // Simple alphabetic sort. PackageWriter uses a better comparator.
1207 Collections.sort(classes);
1225 // We sort them by file type.
1229 Collections.sort(files, new Comparator() {
1246 // Primary sort key is file extension.
1293 ConstantPool.sort(ix);
H A DPackageWriter.java439 // each band. (This is especially useful if we sort the constant pool first.)
787 // Predefs. participate in this sort, though it does not matter.
788 Arrays.sort(layoutsAndCounts, new Comparator<Object>() {
792 // Primary sort key is count, reversed.
909 Arrays.sort(defs, new Comparator() {
913 // Primary sort key is attr def header.
918 // Secondary sort key is attribute index.
1019 Arrays.sort(allICs); // put in canonical order
1607 Arrays.sort(hist);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.cpp300 blocks.sort(sort_pairs);
1208 // sort them in the same order
1209 preds->sort(cmp);
1210 pred_copy->sort(cmp);
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DStubGenerator.java758 // Get imports into an array and sort them...
769 Arrays.sort(names,new StringComparator());
2095 ValueType[] getStubExceptions (CompoundType.Method method, boolean sort) { argument
2104 if (sort) {
2105 Arrays.sort(list,new UserExceptionComparator());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebuggerLocal.java496 // sort load objects by base address
498 // sort the list by base address
500 Arrays.sort(arr, loadObjectComparator);
/openjdk7/jdk/src/share/classes/sun/awt/geom/
H A DAreaOp.java204 Arrays.sort(edgelist, YXTopComparator);
/openjdk7/jdk/src/share/classes/javax/management/
H A DImmutableDescriptor.java377 Arrays.sort(onames, String.CASE_INSENSITIVE_ORDER);
/openjdk7/hotspot/src/share/vm/ci/
H A DciInstanceKlass.cpp462 // Now sort them by offset, ascending.
464 fields->sort(sort_field_by_offset);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DXMLSignatureInputDebugger.java350 Arrays.sort(attrs2, ATTR_COMPARE);
/openjdk7/jdk/make/tools/src/build/tools/generatenimbus/
H A DUIStyle.java358 Collections.sort(keys);

Completed in 837 milliseconds

1234567891011>>