Searched defs:obj1 (Results 1 - 19 of 19) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/misc/
H A DCompare.java40 * @param obj1 first object to compare.
42 * @return -1 if obj1 < obj2, 0 if obj1 == obj2, 1 if obj1 > obj2.
44 public int doCompare(Object obj1, Object obj2); argument
/openjdk7/langtools/test/tools/javac/generics/
H A DGenericAnonCtor.java35 T1 obj1; field in class:A
38 obj1 = t1;
42 return (obj1 + " " + obj2).intern();
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/helper/
H A DAttrCompare.java66 * @param obj1 casted Attr
68 * obj0 is less than, equal to, or greater than obj1
71 public int compare(Object obj0, Object obj1) { argument
74 Attr attr1 = (Attr) obj1;
/openjdk7/jdk/src/share/classes/com/sun/beans/finder/
H A DSignature.java91 * @param obj1 the first reference object that will compared
96 private static boolean isEqual(Object obj1, Object obj2) { argument
97 return (obj1 == null)
99 : obj1.equals(obj2);
/openjdk7/langtools/test/tools/javac/protectedAccess/
H A DProtectedMemberAccess2.java38 pkg.SuperClass.pC obj1; // illegal field in class:ProtectedMemberAccess2
78 pkg.SuperClass.pC obj1; // illegal
129 pkg.SuperClass.pC obj1; // illegal
H A DProtectedMemberAccess3.java40 pkg.SuperClass.pC obj1; // illegal field in class:ProtectedMemberAccess3.Inner
92 pkg.SuperClass.pC obj1; // illegal
H A DProtectedMemberAccess4.java44 pkg.SuperClass.pC obj1; // ok field in class:ProtectedMemberAccess4
84 pkg.SuperClass.pC obj1; // ok
135 pkg.SuperClass.pC obj1; // ok
172 pkg.SuperClass.pC obj1; // ok field in class:ProtectedMemberAccess4.Inner
224 pkg.SuperClass.pC obj1; // ok
H A DProtectedMemberAccess1.java47 pC obj1; field in class:ProtectedMemberAccess1a
71 pC obj1;
99 pC obj1;
127 pC obj1; field in class:ProtectedMemberAccess1a.Inner
156 pC obj1;
208 ProtectedMemberAccess2a.pC obj1; field in class:ProtectedMemberAccess2a
249 ProtectedMemberAccess2a.pC obj1;
301 ProtectedMemberAccess2a.pC obj1;
338 ProtectedMemberAccess2a.pC obj1; field in class:ProtectedMemberAccess2a.Inner
391 ProtectedMemberAccess2a.pC obj1;
446 SubClass.pC obj1; field in class:ProtectedMemberAccess3a
574 SubClass.pC obj1; field in class:ProtectedMemberAccess3a.Inner
[all...]
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCryptoPermission.java454 private boolean equalObjects(Object obj1, Object obj2) { argument
455 if (obj1 == null) {
459 return obj1.equals(obj2);
/openjdk7/jdk/src/share/classes/javax/naming/directory/
H A DBasicAttribute.java356 private static boolean valueEquals(Object obj1, Object obj2) { argument
357 if (obj1 == obj2) {
360 if (obj1 == null) {
363 if (obj1.getClass().isArray() &&
365 return arrayEquals(obj1, obj2);
367 return (obj1.equals(obj2));
/openjdk7/hotspot/test/compiler/6865031/
H A DTest.java92 SingletonList(final Object obj1) { argument
94 this.element1 = obj1;
124 DoubletonList(final Object obj1, final Object obj2) { argument
125 this.element1 = obj1;
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileSystemProvider.java408 public boolean isSameFile(Path obj1, Path obj2) throws IOException { argument
409 WindowsPath file1 = WindowsPath.toWindowsPath(obj1);
514 public void createSymbolicLink(Path obj1, Path obj2, FileAttribute<?>... attrs) argument
517 WindowsPath link = WindowsPath.toWindowsPath(obj1);
583 public void createLink(Path obj1, Path obj2) throws IOException { argument
584 WindowsPath link = WindowsPath.toWindowsPath(obj1);
605 public Path readSymbolicLink(Path obj1) throws IOException { argument
606 WindowsPath link = WindowsPath.toWindowsPath(obj1);
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixFileSystemProvider.java313 public boolean isSameFile(Path obj1, Path obj2) throws IOException { argument
314 UnixPath file1 = UnixPath.toUnixPath(obj1);
432 public void createSymbolicLink(Path obj1, Path obj2, FileAttribute<?>... attrs) argument
435 UnixPath link = UnixPath.toUnixPath(obj1);
461 public void createLink(Path obj1, Path obj2) throws IOException { argument
462 UnixPath link = UnixPath.toUnixPath(obj1);
480 public Path readSymbolicLink(Path obj1) throws IOException { argument
481 UnixPath link = UnixPath.toUnixPath(obj1);
/openjdk7/jdk/src/share/classes/java/awt/datatransfer/
H A DDataFlavor.java698 * @param obj1 the first <code>DataFlavor</code> to be compared
709 public int compare(Object obj1, Object obj2) { argument
710 DataFlavor flavor1 = (DataFlavor)obj1;
715 return super.compare(obj1, obj2);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DataTransferer.cpp79 AwtDataTransferer::ConcatData(JNIEnv* env, jobject obj1, jobject obj2) { argument
88 ret = env->CallObjectMethod(transferer, concatDataMethodID, obj1, obj2);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DErrorMsg.java295 public String toString(Object obj0, Object obj1) { argument
298 params[1] = obj1.toString();
/openjdk7/jdk/src/share/classes/sun/awt/datatransfer/
H A DDataTransferer.java2258 * @param obj1 the first object to be concatenated.
2267 private Object concatData(Object obj1, Object obj2) { argument
2271 if (obj1 instanceof byte[]) {
2272 byte[] arr1 = (byte[])obj1;
2284 str1 = (InputStream)obj1;
2515 * @param obj1 the first object to be compared.
2523 Object obj1, Object obj2,
2525 Integer index1 = (Integer)indexMap.get(obj1);
2544 * @param obj1 the first object to be compared.
2552 Object obj1, Objec
2522 compareIndices(Map indexMap, Object obj1, Object obj2, Integer fallbackIndex) argument
2551 compareLongs(Map indexMap, Object obj1, Object obj2, Long fallbackIndex) argument
2633 compare(Object obj1, Object obj2) argument
2882 compare(Object obj1, Object obj2) argument
3010 compare(Object obj1, Object obj2) argument
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h269 (JNIEnv *env, jobject obj1, jobject obj2);
854 jboolean IsSameObject(jobject obj1, jobject obj2) { argument
855 return functions->IsSameObject(this,obj1,obj2);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h269 (JNIEnv *env, jobject obj1, jobject obj2);
854 jboolean IsSameObject(jobject obj1, jobject obj2) { argument
855 return functions->IsSameObject(this,obj1,obj2);

Completed in 309 milliseconds