HomeSort by relevance Sort by last modified time
    Searched refs:signatureCommand (Results 1 - 5 of 5) sorted by null

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
SignatureTest.java 68 CommandPacket signatureCommand = new CommandPacket(
70 JDWPCommands.ReferenceTypeCommandSet.SignatureCommand);
71 signatureCommand.setNextValueAsReferenceTypeID(refTypeID);
73 ReplyPacket signatureReply = debuggeeWrapper.vmMirror.performCommand(signatureCommand);
74 signatureCommand = null;
InterfacesTest.java 100 CommandPacket signatureCommand = new CommandPacket(
102 JDWPCommands.ReferenceTypeCommandSet.SignatureCommand);
103 signatureCommand.setNextValueAsReferenceTypeID(returnedInterfaceID);
105 debuggeeWrapper.vmMirror.performCommand(signatureCommand);
106 signatureCommand = null;
ClassObjectTest.java 107 CommandPacket signatureCommand = new CommandPacket(
109 JDWPCommands.ReferenceTypeCommandSet.SignatureCommand);
110 signatureCommand.setNextValueAsReferenceTypeID(refTypeIDOfClassObject);
112 ReplyPacket signatureReply = debuggeeWrapper.vmMirror.performCommand(signatureCommand);
113 signatureCommand = null;
NestedTypesTest.java 110 CommandPacket signatureCommand = new CommandPacket(
112 JDWPCommands.ReferenceTypeCommandSet.SignatureCommand);
113 signatureCommand.setNextValueAsReferenceTypeID(returnedRefTypeID);
115 debuggeeWrapper.vmMirror.performCommand(signatureCommand);
116 signatureCommand = null;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
ReferenceTypeTest.java 185 CommandPacket signatureCommand = new CommandPacket(
187 JDWPCommands.ReferenceTypeCommandSet.SignatureCommand);
188 signatureCommand.setNextValueAsReferenceTypeID(objectRefTypeID);
190 ReplyPacket signatureReply = debuggeeWrapper.vmMirror.performCommand(signatureCommand);
191 signatureCommand = null;

Completed in 183 milliseconds