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

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
SignatureTest.java 69 CommandPacket signatureCommand = new CommandPacket(
71 JDWPCommands.ReferenceTypeCommandSet.SignatureCommand);
72 signatureCommand.setNextValueAsReferenceTypeID(refTypeID);
74 ReplyPacket signatureReply = debuggeeWrapper.vmMirror.performCommand(signatureCommand);
75 signatureCommand = null;
Signature002Test.java 121 JDWPCommands.ReferenceTypeCommandSet.SignatureCommand);
150 JDWPCommands.ReferenceTypeCommandSet.SignatureCommand);
181 JDWPCommands.ReferenceTypeCommandSet.SignatureCommand);
InterfacesTest.java 101 CommandPacket signatureCommand = new CommandPacket(
103 JDWPCommands.ReferenceTypeCommandSet.SignatureCommand);
104 signatureCommand.setNextValueAsReferenceTypeID(returnedInterfaceID);
106 debuggeeWrapper.vmMirror.performCommand(signatureCommand);
107 signatureCommand = null;
ClassObjectTest.java 108 CommandPacket signatureCommand = new CommandPacket(
110 JDWPCommands.ReferenceTypeCommandSet.SignatureCommand);
111 signatureCommand.setNextValueAsReferenceTypeID(refTypeIDOfClassObject);
113 ReplyPacket signatureReply = debuggeeWrapper.vmMirror.performCommand(signatureCommand);
114 signatureCommand = null;
NestedTypesTest.java 111 CommandPacket signatureCommand = new CommandPacket(
113 JDWPCommands.ReferenceTypeCommandSet.SignatureCommand);
114 signatureCommand.setNextValueAsReferenceTypeID(returnedRefTypeID);
116 debuggeeWrapper.vmMirror.performCommand(signatureCommand);
117 signatureCommand = null;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
JDWPCommands.java 91 public static final byte SignatureCommand = 1;
VmMirror.java 728 JDWPCommands.ReferenceTypeCommandSet.SignatureCommand);
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
ClassesBySignatureTest.java 100 JDWPCommands.ReferenceTypeCommandSet.SignatureCommand);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
ReferenceTypeTest.java 186 CommandPacket signatureCommand = new CommandPacket(
188 JDWPCommands.ReferenceTypeCommandSet.SignatureCommand);
189 signatureCommand.setNextValueAsReferenceTypeID(objectRefTypeID);
191 ReplyPacket signatureReply = debuggeeWrapper.vmMirror.performCommand(signatureCommand);
192 signatureCommand = null;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPTestCase.java 272 JDWPCommands.ReferenceTypeCommandSet.SignatureCommand);
    [all...]

Completed in 196 milliseconds