Home
last modified time | relevance | path

Searched defs:op2 (Results 1 – 2 of 2) sorted by relevance

/trunk/main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/
H A DMarshaling_Test.java226 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DValueComparer.java97 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 10 milliseconds