Searched defs:op2 (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/jurt/test/com/sun/star/lib/uno/protocols/urp/ |
H A D | Marshaling_Test.java | 226 Object op2 = unmarshal.readValue(dataTypes[i]); in test() local 235 private static boolean compareArrays(Object op1, Object op2) throws Exception { in compareArrays() 249 private static boolean compareInterfaces(XInterface op1, XInterface op2) { in compareInterfaces() 253 private static boolean compareStructs(Class zClass, Object op1, Object op2) throws Exception { in compareStructs() 270 private static boolean compareStructs(Object op1, Object op2) throws Exception { in compareStructs() 282 private static boolean compareThrowable(Throwable op1, Throwable op2) throws Exception { in compareThrowable() 296 private static boolean compareObjects(Object op1, Object op2) throws Exception { in compareObjects()
|
/aoo4110/main/qadevOOo/runner/util/ |
H A D | ValueComparer.java | 97 static boolean compareArrays(Object op1, Object op2) throws Exception { in compareArrays() 117 static boolean compareInterfaces(XInterface op1, XInterface op2) { in compareInterfaces() 121 …static boolean compareUntil(Class zClass, Class untilClass, Object op1, Object op2) throws Excepti… in compareUntil() 164 static boolean compareStructs(Object op1, Object op2) throws Exception { in compareStructs() 176 static boolean compareThrowable(Throwable op1, Throwable op2) throws Exception { in compareThrowable() 194 static boolean compareObjects(Object op1, Object op2) throws Exception { in compareObjects()
|
Completed in 19 milliseconds