Searched defs:compare (Results 51 - 75 of 213) sorted by relevance

123456789

/openjdk9/hotspot/src/share/vm/utilities/
H A Dhistogram.cpp51 int HistogramElement::compare(HistogramElement* e1,HistogramElement* e2) { function in class:HistogramElement
/openjdk9/hotspot/test/testlibrary/jittester/src/jdk/test/lib/jittester/
H A DBuiltInType.java41 public static int compare(String typeName1, String typeName2) { method in class:BuiltInType.BuiltInTypeCapacityHelper
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/transport/
H A DHeaders.java79 public int compare(String o1, String o2) { method in class:Headers.InsensitiveComparator
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/util/
H A DVersionUtil.java135 public static int compare(String version1, String version2) { method in class:VersionUtil
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/
H A DDefaultFocusManager.java200 public int compare(Component o1, Component o2) { method in class:CompareTabOrderComparator
/openjdk9/jdk/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/c14n/helper/
H A DAttrCompare.java73 public int compare(Attr attr0, Attr attr1) { method in class:AttrCompare
/openjdk9/jdk/test/java/beans/Performance/
H A DTest4058433.java60 public int compare(Object one, Object two) { method in class:Test4058433
/openjdk9/jdk/test/com/sun/net/httpserver/
H A DTest9a.java191 static void compare (File f1, File f2) throws IOException { method in class:Test9a
H A DTest9.java196 static void compare (File f1, File f2) throws IOException { method in class:Test9
H A DTest13.java182 static void compare (File f1, File f2) throws IOException { method in class:Test13
H A DTest12.java176 static void compare (File f1, File f2) throws IOException { method in class:Test12
H A DTest5.java153 static boolean compare (String s, String result) { method in class:Test5
H A DTest3.java155 static boolean compare (String s, String result) { method in class:Test3
H A DTest4.java153 static boolean compare (String s, String result) { method in class:Test4
/openjdk9/jdk/test/javax/imageio/plugins/wbmp/
H A DWBMPPluginTest.java183 private boolean compare(BufferedImage in, BufferedImage out) { method in class:WBMPPluginTest
/openjdk9/langtools/test/tools/javac/api/file/
H A DSJFM_Locations.java142 void compare(Iterable<?> in, Iterable<?> out) { method in class:SJFM_Locations
/openjdk9/jdk/test/javax/imageio/plugins/bmp/
H A DBMPPluginTest.java194 private boolean compare(BufferedImage in, BufferedImage out) { method in class:BMPPluginTest
/openjdk9/jdk/test/tools/jar/multiRelease/
H A DMRTestBase.java77 protected void compare(String jarfile, method in class:MRTestBase
/openjdk9/langtools/test/tools/javah/6572945/
H A DT6572945.java166 void compare(File f1, File f2) { method in class:T6572945
175 void compare(File f1, File f2, String p) { method in class:T6572945
/openjdk9/jdk/test/javax/imageio/plugins/png/
H A DPngOutputTypeTest.java209 private static void compare(BufferedImage a, BufferedImage b) { method in class:PngOutputTypeTest
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DIntervalTree.java118 public int compare(Object o1, Object o2) { method in class:IntervalTree.IntervalComparator
/openjdk9/jdk/src/java.base/share/classes/java/text/
H A DRuleBasedCollator.java355 public synchronized int compare(String source, String target) method in class:RuleBasedCollator
/openjdk9/jdk/src/java.base/share/classes/java/util/
H A DComparator.java150 int compare(T o1, T o2); method in interface:Comparator
[all...]
/openjdk9/jdk/src/demo/share/java2d/J2DBench/src/j2dbench/report/
H A DIIOComparator.java335 private static boolean compare(String s1, String s2) { method in class:IIOComparator
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/alloc/
H A DBiDirectionalTraceBuilder.java63 private static int compare(AbstractBlockBase<?> a, AbstractBlockBase<?> b) { method in class:BiDirectionalTraceBuilder

Completed in 217 milliseconds

123456789