Searched defs:o1 (Results 51 - 56 of 56) sorted by relevance

123

/openjdk7/jdk/src/share/back/
H A Dutil.c1361 isSameObject(JNIEnv *env, jobject o1, jobject o2) argument
1363 if ( o1==o2 ) {
1366 return FUNC_PTR(env,IsSameObject)(env, o1, o2);
/openjdk7/jdk/src/windows/classes/sun/awt/shell/
H A DWin32ShellFolder2.java1156 public int compare(final File o, final File o1) { argument
1160 && o1 instanceof Win32ShellFolder2) {
1164 ((Win32ShellFolder2) o1).getRelativePIDL(),
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.c594 isSameObject(JNIEnv *env, jobject o1, jobject o2) argument
597 if ( o1 == o2 || JNI_FUNC_PTR(env,IsSameObject)(env, o1, o2) ) {
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmslut.c1076 static const cmsFloat64Number o1[] = { local
1082 cmsStage *mpe = cmsStageAllocMatrix(ContextID, 3, 3, a1, o1);
1115 static const cmsFloat64Number o1[] = { local
1121 cmsStage *mpe = cmsStageAllocMatrix(ContextID, 3, 3, a1, o1);
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DXMLKit.java2859 public int compare(Object o1, Object o2) { argument
2860 boolean cs1 = (o1 instanceof CharSequence);
2863 String s1 = (String) fixupString(o1);
2873 boolean el1 = (o1 instanceof Element);
2876 return ((Element) o1).compareTo((Element) o2);
2884 return ((Comparable) o1).compareTo(o2);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTreeUI.java3243 public int compare(TreePath o1, TreePath o2) { argument
3244 int row1 = tree.getRowForPath(o1);

Completed in 2213 milliseconds

123