Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
DSignatureTest.java68 CommandPacket signatureCommand = new CommandPacket( in testSignature001() local
71 signatureCommand.setNextValueAsReferenceTypeID(refTypeID); in testSignature001()
73 ReplyPacket signatureReply = debuggeeWrapper.vmMirror.performCommand(signatureCommand); in testSignature001()
74 signatureCommand = null; in testSignature001()
DInterfacesTest.java100 CommandPacket signatureCommand = new CommandPacket( in testInterfaces001() local
103 signatureCommand.setNextValueAsReferenceTypeID(returnedInterfaceID); in testInterfaces001()
105 debuggeeWrapper.vmMirror.performCommand(signatureCommand); in testInterfaces001()
106 signatureCommand = null; in testInterfaces001()
DClassObjectTest.java107 CommandPacket signatureCommand = new CommandPacket( in testClassObject001() local
110 signatureCommand.setNextValueAsReferenceTypeID(refTypeIDOfClassObject); in testClassObject001()
112 ReplyPacket signatureReply = debuggeeWrapper.vmMirror.performCommand(signatureCommand); in testClassObject001()
113 signatureCommand = null; in testClassObject001()
DNestedTypesTest.java110 CommandPacket signatureCommand = new CommandPacket( in testNestedTypes001() local
113 signatureCommand.setNextValueAsReferenceTypeID(returnedRefTypeID); in testNestedTypes001()
115 debuggeeWrapper.vmMirror.performCommand(signatureCommand); in testNestedTypes001()
116 signatureCommand = null; in testNestedTypes001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DReferenceTypeTest.java185 CommandPacket signatureCommand = new CommandPacket( in testReferenceType001() local
188 signatureCommand.setNextValueAsReferenceTypeID(objectRefTypeID); in testReferenceType001()
190 ReplyPacket signatureReply = debuggeeWrapper.vmMirror.performCommand(signatureCommand); in testReferenceType001()
191 signatureCommand = null; in testReferenceType001()