HomeSort by relevance Sort by last modified time
    Searched refs:GetValuesCommand (Results 26 - 34 of 34) sorted by null

12

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
IsCollectedTest.java 83 CommandPacket getValuesCommand = new CommandPacket(
85 JDWPCommands.ReferenceTypeCommandSet.GetValuesCommand);
86 getValuesCommand.setNextValueAsReferenceTypeID(refTypeID);
87 getValuesCommand.setNextValueAsInt(2);
88 getValuesCommand.setNextValueAsFieldID(checkedField_01ID);
89 getValuesCommand.setNextValueAsFieldID(checkedField_02ID);
92 .performCommand(getValuesCommand);
93 getValuesCommand = null;
MonitorInfoTest.java 89 CommandPacket getValuesCommand = new CommandPacket(
91 JDWPCommands.ReferenceTypeCommandSet.GetValuesCommand);
92 getValuesCommand.setNextValueAsReferenceTypeID(refTypeID);
93 getValuesCommand.setNextValueAsInt(1);
94 getValuesCommand.setNextValueAsFieldID(checkedFieldID);
96 ReplyPacket getValuesReply = debuggeeWrapper.vmMirror.performCommand(getValuesCommand);
97 getValuesCommand = null;
ReferenceTypeTest.java 100 CommandPacket getValuesCommand = new CommandPacket(
102 JDWPCommands.ReferenceTypeCommandSet.GetValuesCommand);
103 getValuesCommand.setNextValueAsReferenceTypeID(refTypeID);
104 getValuesCommand.setNextValueAsInt(neededFieldsNumber);
106 getValuesCommand.setNextValueAsFieldID(neededFieldIDs[k]);
109 ReplyPacket getValuesReply = debuggeeWrapper.vmMirror.performCommand(getValuesCommand);
110 getValuesCommand = null;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
GetValues002Test.java 88 CommandPacket getValuesCommand = new CommandPacket(
90 JDWPCommands.ReferenceTypeCommandSet.GetValuesCommand);
91 getValuesCommand.setNextValueAsReferenceTypeID(refTypeID);
92 getValuesCommand.setNextValueAsInt(checkedFieldsNumber);
94 getValuesCommand.setNextValueAsFieldID(checkedFieldIDs[k]);
97 ReplyPacket getValuesReply = debuggeeWrapper.vmMirror.performCommand(getValuesCommand);
98 getValuesCommand = null;
Signature002Test.java 75 CommandPacket getValuesCommand = new CommandPacket(
77 JDWPCommands.ReferenceTypeCommandSet.GetValuesCommand);
78 getValuesCommand.setNextValueAsReferenceTypeID(debuggeeRefTypeID);
79 getValuesCommand.setNextValueAsInt(1);
80 getValuesCommand.setNextValueAsFieldID(checkedFieldID);
82 ReplyPacket getValuesReply = debuggeeWrapper.vmMirror.performCommand(getValuesCommand);
83 getValuesCommand = null;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
InvokeMethod002Test.java 219 JDWPCommands.ReferenceTypeCommandSet.GetValuesCommand);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
JDWPStackFrameAccessTest.java 391 JDWPCommands.StackFrameCommandSet.GetValuesCommand);
SetValuesTest.java 218 JDWPCommands.StackFrameCommandSet.GetValuesCommand);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
VmMirror.java     [all...]

Completed in 445 milliseconds

12