Searched refs:equal (Results 176 - 200 of 240) sorted by relevance

12345678910

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynAnyBasicImpl.java97 public boolean equal (org.omg.DynamicAny.DynAny dyn_any) { method in class:DynAnyBasicImpl
106 if ( ! any.type().equal(dyn_any.type())) {
110 return any.equal(getAny(dyn_any));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java363 change = change || !v.equal(bbts.get(i));
378 // have been detected at this point? That would make this equal
380 change = change || !v.equal(bbts.get(i));
535 if (match.equal(_state.get(i))) {
544 if (match.equal(_state.get(i))) {
1544 for (int i = 0; i < in.length && !in[i].equal(CellTypeState.bottom); i++) {
1556 for (int i = 0; i < out.length && !out[i].equal(CellTypeState.bottom); i++) {
1608 for (int i = 0; i < in.length && !in[i].equal(CellTypeState.bottom); i++) {
1614 for (int i = 0; i < in.size() && !in.get(i).equal(CellTypeState.bottom); i++) {
1628 for (int i = 0; i < out.length && !out[i].equal(CellTypeStat
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/sparc/
H A DSPARCFrame.java290 return (AddressOps.equal(getSP(), other.getSP()) &&
291 AddressOps.equal(getFP(), other.getFP()) &&
292 AddressOps.equal(getPC(), other.getPC()));
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DReference.java769 boolean equal = MessageDigestAlgorithm.isEqual(elemDig, calcDig);
771 if (!equal) {
779 return equal;
/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.hpp498 bool equal(SWPointer& q) { return equal(cmp(q)); }
501 static bool equal(int cmp) { return cmp == Equal; }
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DClassTranslator.java141 if (equal(fields, fields2))
173 if (equal(methods, methods2))
232 private static <T> boolean equal(T[] a1, T[] a2) { method in class:ClassTranslator
/openjdk7/jdk/src/share/classes/java/net/
H A DURI.java638 * categories, and not equal to the slash character (<tt>'/'</tt>) or the
708 * categories, and not equal to the commercial-at character
713 * categories, and not equal to the slash character (<tt>'/'</tt>) or the
976 * with all other components equal to those of this URI is returned. This
1161 * <p> The string returned by this method is equal to that returned by the
1195 * <p> The string returned by this method is equal to that returned by the
1225 * <p> The string returned by this method is equal to that returned by the
1309 * <p> The string returned by this method is equal to that returned by the
1338 * <p> The string returned by this method is equal to that returned by the
1367 * <p> The string returned by this method is equal t
1697 private static boolean equal(String s, String t) { method in class:URI
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_MacroAssembler_x86.cpp71 cond_inc32(Assembler::equal,
74 jcc(Assembler::equal, done);
H A DtemplateInterpreter_x86_32.cpp199 __ jcc(Assembler::equal, L_giant_index);
737 __ jcc(Assembler::equal, okay);
739 __ jcc(Assembler::equal, okay);
975 __ jcc(Assembler::equal, L);
1071 __ jcc(Assembler::equal, L);
1102 __ jcc(Assembler::equal, push_double);
1144 __ jcc(Assembler::equal, Continue);
1408 __ jcc(Assembler::equal, L);
H A DsharedRuntime_x86_32.cpp157 __ jccb(Assembler::equal, ok);
515 __ jcc(Assembler::equal, L);
970 __ jcc(Assembler::equal, skip_fixup);
1069 __ jcc(Assembler::equal, nil);
1091 __ jcc(Assembler::equal, skip);
1320 __ jcc(Assembler::equal, cont);
1394 __ jccb(Assembler::equal, is_null);
1758 __ jcc(Assembler::equal, hit);
2032 __ jcc(Assembler::equal, lock_done);
2140 __ jcc(Assembler::equal, Continu
[all...]
H A Dframe_x86.inline.hpp109 inline bool frame::equal(frame other) const { function in class:frame
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBIGlobalBinding.java540 boolean equal =
557 if (!equal) return false;
/openjdk7/jdk/test/java/util/Collections/
H A DRacingCollections.java138 //equal(theRock, theRock);
139 equal(elLoco, elLoco);
141 // It would be nice someday to have theRock and elLoco never "equal",
142 // although the meaning of "equal" for mutating collections
332 static void equal(Object x, Object y) { method in class:RacingCollections
334 else fail(toString(x) + " not equal to " + toString(y));}
337 fail(toString(x) + " equal to " + toString(y));
/openjdk7/jdk/test/javax/management/descriptor/
H A DDescriptorTest.java143 final boolean equal =
147 if (equal)
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DFindInCodeCachePanel.java76 if (AddressOps.equal(val, value)) {
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dframe_sparc.inline.hpp43 inline bool frame::equal(frame other) const { function in class:frame
/openjdk7/hotspot/src/share/vm/utilities/
H A Dutf8.cpp175 bool UTF8::equal(const jbyte* base1, int length1, const jbyte* base2, int length2) { function in class:UTF8
/openjdk7/jdk/test/tools/jar/
H A DUpdateManifest.java211 static void equal(Object x, Object y) { method in class:UpdateManifest
215 fail(x + " not equal to " + y);
/openjdk7/jdk/test/java/util/AbstractCollection/
H A DToArrayTest.java119 // Check equal elements as a.length
125 // Check equal elements as a.length
139 // Check less elements than expected, but equal as a.length
153 // Check more elements than expected, but equal as a.length
174 // Check equal elements as a.length, but less than expected
209 static void equal(Object x, Object y) { method in class:ToArrayTest
211 else {System.out.println(x + " not equal to " + y); fail(); }
/openjdk7/jdk/test/java/util/Collection/
H A DBiggernYours.java229 static void equal(Object x, Object y) { method in class:BiggernYours
231 else fail(x + " not equal to " + y);}
234 else fail(Arrays.toString(x) + " not equal to " + Arrays.toString(y));}
/openjdk7/jdk/test/java/util/PriorityQueue/
H A DNoNulls.java188 void equal(Object x, Object y) { method in class:NoNulls
190 else fail(x + " not equal to " + y);}
/openjdk7/jdk/test/java/util/Timer/
H A DArgs.java128 void equal(Object x, Object y) { method in class:Args
130 else fail(x + " not equal to " + y);}
/openjdk7/jdk/test/java/util/concurrent/ConcurrentQueues/
H A DConcurrentQueueLoops.java180 void equal(Object x, Object y) { method in class:ConcurrentQueueLoops
182 else fail(x + " not equal to " + y);}
H A DRemovePollRace.java211 void equal(Object x, Object y) { method in class:RemovePollRace
213 else fail(x + " not equal to " + y);}
/openjdk7/jdk/test/java/util/jar/
H A DTestExtra.java247 static void equal(Object x, Object y) { method in class:TestExtra
249 else fail(x + " not equal to " + y);}

Completed in 125 milliseconds

12345678910