Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
DSyntheticFieldsTest.java84 ReplyPacket fieldsReply = debuggeeWrapper.vmMirror.performCommand(fieldsCommand); in runTestSyntheticFields() local
85 checkReplyPacket(fieldsReply, commandName); in runTestSyntheticFields()
87 int returnedFieldsNumber = fieldsReply.getNextValueAsInt(); in runTestSyntheticFields()
92 long fieldID = fieldsReply.getNextValueAsFieldID(); in runTestSyntheticFields()
93 String fieldName = fieldsReply.getNextValueAsString(); in runTestSyntheticFields()
94 String fieldSignature = fieldsReply.getNextValueAsString(); in runTestSyntheticFields()
99 String fieldGenericSignature = fieldsReply.getNextValueAsString(); in runTestSyntheticFields()
102 int fieldModifiers = fieldsReply.getNextValueAsInt(); in runTestSyntheticFields()
109 assertAllDataRead(fieldsReply); in runTestSyntheticFields()
DFieldsTest.java74 ReplyPacket fieldsReply = debuggeeWrapper.vmMirror.performCommand(fieldsCommand); in testFields001() local
76 checkReplyPacket(fieldsReply, thisCommandName); in testFields001()
78 int returnedFieldsNumber = fieldsReply.getNextValueAsInt(); in testFields001()
110 long returnedFieldID = fieldsReply.getNextValueAsFieldID(); in testFields001()
111 String returnedFieldName = fieldsReply.getNextValueAsString(); in testFields001()
112 String returnedFieldSignature = fieldsReply.getNextValueAsString(); in testFields001()
113 int returnedFieldModifiers = fieldsReply.getNextValueAsInt(); in testFields001()
198 assertAllDataRead(fieldsReply); in testFields001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPTestCase.java484 ReplyPacket fieldsReply = debuggeeWrapper.vmMirror in checkFields() local
487 checkReplyPacket(fieldsReply, "ReferenceType::Fields command"); in checkFields()
489 int returnedFieldsNumber = fieldsReply.getNextValueAsInt(); in checkFields()
502 long returnedFieldID = fieldsReply.getNextValueAsFieldID(); in checkFields()
503 String returnedFieldName = fieldsReply.getNextValueAsString(); in checkFields()
504 String returnedFieldSignature = fieldsReply.getNextValueAsString(); in checkFields()
505 int returnedFieldModifiers = fieldsReply.getNextValueAsInt(); in checkFields()
595 assertAllDataRead(fieldsReply); in checkFields()