Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
DFieldsWithGenericTest.java74 …ReplyPacket fieldsWithGenericReply = debuggeeWrapper.vmMirror.performCommand(fieldsWithGenericComm… in testFieldsWithGeneric001() local
76 checkReplyPacket(fieldsWithGenericReply, thisCommandName); in testFieldsWithGeneric001()
78 int returnedFieldsNumber = fieldsWithGenericReply.getNextValueAsInt(); in testFieldsWithGeneric001()
121 long returnedFieldID = fieldsWithGenericReply.getNextValueAsFieldID(); in testFieldsWithGeneric001()
122 String returnedFieldName = fieldsWithGenericReply.getNextValueAsString(); in testFieldsWithGeneric001()
123 String returnedFieldSignature = fieldsWithGenericReply.getNextValueAsString(); in testFieldsWithGeneric001()
124 String returnedGenericSignature = fieldsWithGenericReply.getNextValueAsString(); in testFieldsWithGeneric001()
125 int returnedFieldModifiers = fieldsWithGenericReply.getNextValueAsInt(); in testFieldsWithGeneric001()
226 assertAllDataRead(fieldsWithGenericReply); in testFieldsWithGeneric001()