Home
last modified time | relevance | path

Searched refs:methodsWithGenericReply (Results 1 – 1 of 1) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
DMethodsWithGenericTest.java74 …ReplyPacket methodsWithGenericReply = debuggeeWrapper.vmMirror.performCommand(methodsWithGenericCo… in testMethodsWithGeneric001() local
76 checkReplyPacket(methodsWithGenericReply, thisCommandName); in testMethodsWithGeneric001()
78 int returnedMethodsNumber = methodsWithGenericReply.getNextValueAsInt(); in testMethodsWithGeneric001()
125 long returnedMethodID = methodsWithGenericReply.getNextValueAsMethodID(); in testMethodsWithGeneric001()
126 String returnedMethodName = methodsWithGenericReply.getNextValueAsString(); in testMethodsWithGeneric001()
127 String returnedMethodSignature = methodsWithGenericReply.getNextValueAsString(); in testMethodsWithGeneric001()
128 String returnedGenericSignature = methodsWithGenericReply.getNextValueAsString(); in testMethodsWithGeneric001()
129 int returnedMethodModifiers = methodsWithGenericReply.getNextValueAsInt(); in testMethodsWithGeneric001()
230 assertAllDataRead(methodsWithGenericReply); in testMethodsWithGeneric001()