Searched refs:eq (Results 1 - 25 of 142) sorted by relevance

123456

/openjdk7/jdk/test/java/util/TreeMap/
H A DNullAtEnd.java62 private static boolean eq(Object x, Object y) { method in class:NullAtEnd
83 check(eq(m1.put("a", "a"), null));
84 check(eq(m1.put("b", "b"), null));
85 check(eq(m1.put("c", "c"), null));
86 check(eq(m1.put(null, "d"), null));
90 check(eq(m1.lastKey(), null));
91 check(eq(m1.get(m1.lastKey()), "d"));
92 check(eq(m1.remove(m1.lastKey()), "d"));
93 check(eq(m1.lastKey(), "c"));
95 check(eq(m
[all...]
/openjdk7/jdk/test/java/lang/management/OperatingSystemMXBean/
H A DTestSystemLoadAvg.sh72 if [ $? -eq 0 ]; then
76 elif [ $i -eq $MAX ] ; then
/openjdk7/jdk/test/java/util/ServiceLoader/
H A DBasic.java41 private static <T> void checkEquals(Set<T> s1, Set<T> s2, boolean eq) { argument
42 if (s1.equals(s2) != eq)
44 eq, s1, s2));
/openjdk7/jdk/test/sun/security/tools/jarsigner/
H A DAlgOptions.sh84 if [ $RESULT -eq 0 ]; then
98 if [ $RESULT -eq 0 ]; then
112 if [ $RESULT -eq 0 ]; then
126 if [ $RESULT -eq 0 ]; then
140 if [ $RESULT -eq 0 ]; then
154 if [ $RESULT -eq 0 ]; then
164 if [ $RESULT -eq 0 ]; then
178 if [ $RESULT -eq 0 ]; then
188 if [ $RESULT -eq 0 ]; then
203 if [ $RESULT -eq
[all...]
/openjdk7/hotspot/agent/make/
H A Dpstackproc.sh29 if [ $? -eq 0 ]; then
H A Dpstackproc64.sh29 if [ $? -eq 0 ]; then
/openjdk7/jdk/test/sun/tools/jrunscript/
H A Djrunscript-DTest.sh37 if [ $? -eq 2 ]; then
H A Djrunscript-argsTest.sh37 if [ $? -eq 2 ]; then
/openjdk7/jdk/test/java/util/Currency/
H A DPropertiesTest.sh56 if [ $result -eq 0 ]
91 if [ $result -eq 0 ]
106 if [ $result -eq 0 ]
117 if [ $COPIED -eq 1 ]
/openjdk7/langtools/test/tools/javap/
H A Dpathsep.sh57 if [ $result -eq 0 ]
/openjdk7/jdk/test/sun/rmi/rmic/extraCompilation/
H A Drun.sh50 if [ $result -eq 0 ]
/openjdk7/jdk/test/sun/rmi/rmic/oldjavacRemoved/
H A DsunToolsJavacMain.sh43 if [ $result -eq 0 ]
/openjdk7/jdk/test/java/util/Formatter/
H A DBasic.sh29 if [ $1 -eq 0 ]
/openjdk7/jdk/test/java/util/Locale/
H A DLocaleCategory.sh56 if [ $result -eq 0 ]
72 if [ $result -eq 0 ]
/openjdk7/hotspot/make/windows/
H A Dget_msc_ver.sh65 if [ "${MSC_VER_MAJOR}" -eq 14 -a "${MSC_VER_MINOR}" -eq 0 -a "${MSC_VER_MICRO}" -eq 30701 ] ; then
/openjdk7/jdk/test/sun/security/tools/keytool/
H A DStandardAlgName.sh75 if [ $RESULT -eq 0 ]; then
81 if [ $RESULT -eq 0 ]; then
87 if [ $RESULT -eq 0 ]; then
H A Dresource.sh68 if [ $? -eq 0 ]; then
/openjdk7/jdk/test/java/lang/ClassLoader/
H A DAssert.sh55 if [ $result -eq 0 ]
/openjdk7/langtools/test/tools/javac/
H A DMissingInclude.sh70 if [ $result -eq 0 ]
H A Dapt.sh60 if [ $result -eq 0 ]
/openjdk7/langtools/test/tools/javac/T5090006/
H A Dcompiler.sh66 if [ $result -eq 0 ]
/openjdk7/langtools/test/tools/javac/newlines/
H A DNewlines.sh70 if [ "$result" -eq 0 ]
/openjdk7/jdk/test/java/lang/annotation/loaderLeak/
H A DLoaderLeak.sh74 if [ $result -eq 0 ]
83 if [ $result -eq 0 ]
/openjdk7/jdk/test/java/nio/charset/coders/
H A DCheckSJISMappingProp.sh45 if [ $1 -eq 0 ]
/openjdk7/langtools/test/tools/javac/fatalErrors/
H A DNoJavaLang.sh75 if [ $result -eq 0 ]
105 if [ $result -eq 0 ]

Completed in 137 milliseconds

123456