Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
DFieldsTest.java69 CommandPacket fieldsCommand = new CommandPacket( in testFields001() local
72 fieldsCommand.setNextValueAsReferenceTypeID(refTypeID); in testFields001()
74 ReplyPacket fieldsReply = debuggeeWrapper.vmMirror.performCommand(fieldsCommand); in testFields001()
75 fieldsCommand = null; in testFields001()
DSyntheticFieldsTest.java80 CommandPacket fieldsCommand = new CommandPacket( in runTestSyntheticFields() local
82 fieldsCommand.setNextValueAsReferenceTypeID(refTypeID); in runTestSyntheticFields()
84 ReplyPacket fieldsReply = debuggeeWrapper.vmMirror.performCommand(fieldsCommand); in runTestSyntheticFields()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPTestCase.java480 CommandPacket fieldsCommand = new CommandPacket( in checkFields() local
483 fieldsCommand.setNextValueAsReferenceTypeID(refTypeID); in checkFields()
485 .performCommand(fieldsCommand); in checkFields()
486 fieldsCommand = null; in checkFields()