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

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
JDWPCommands.java 97 public static final byte FieldsCommand = 4;
VmMirror.java     [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
JDWPClassTypeTestCase.java 118 JDWPCommands.ReferenceTypeCommandSet.FieldsCommand);
SetValuesTest.java 157 JDWPCommands.ReferenceTypeCommandSet.FieldsCommand);
InvokeMethod002Test.java 182 JDWPCommands.ReferenceTypeCommandSet.FieldsCommand);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/
LengthTest.java 61 JDWPCommands.ReferenceTypeCommandSet.FieldsCommand);
SetValuesTest.java 59 JDWPCommands.ReferenceTypeCommandSet.FieldsCommand);
GetValuesTest.java 63 JDWPCommands.ReferenceTypeCommandSet.FieldsCommand);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
FieldsTest.java 68 CommandPacket fieldsCommand = new CommandPacket(
70 JDWPCommands.ReferenceTypeCommandSet.FieldsCommand);
71 fieldsCommand.setNextValueAsReferenceTypeID(refTypeID);
73 ReplyPacket fieldsReply = debuggeeWrapper.vmMirror.performCommand(fieldsCommand);
74 fieldsCommand = null;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPTestCase.java 429 CommandPacket fieldsCommand = new CommandPacket(
431 JDWPCommands.ReferenceTypeCommandSet.FieldsCommand);
432 fieldsCommand.setNextValueAsReferenceTypeID(refTypeID);
434 .performCommand(fieldsCommand);
435 fieldsCommand = null;
519 fail("Duplicated fields are found in the retuned by FieldsCommand list: "
523 fail("Duplicated field is found in the retuned by FieldsCommand list: "
527 fail("Expected fields are NOT found in the retuned by FieldsCommand list: "
531 fail("Expected field is NOT found in the retuned by FieldsCommand list: "

Completed in 74 milliseconds