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

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
JDWPCommands.java 117 public static final byte FieldsWithGenericCommand = 14;
VmMirror.java     [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
SyntheticFieldsTest.java 65 commandCode = JDWPCommands.ReferenceTypeCommandSet.FieldsWithGenericCommand;
FieldsWithGenericTest.java 70 CommandPacket fieldsWithGenericCommand = new CommandPacket(
72 JDWPCommands.ReferenceTypeCommandSet.FieldsWithGenericCommand);
73 fieldsWithGenericCommand.setNextValueAsReferenceTypeID(refTypeID);
75 ReplyPacket fieldsWithGenericReply = debuggeeWrapper.vmMirror.performCommand(fieldsWithGenericCommand);
76 fieldsWithGenericCommand = null;

Completed in 703 milliseconds