/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
D | SetValuesTest.java | 112 CommandPacket checkedCommand = new CommandPacket( in testSetValues001() local 115 checkedCommand.setNextValueAsObjectID(checkedObjectID); in testSetValues001() 116 checkedCommand.setNextValueAsInt(checkedFieldsNumber-1); in testSetValues001() 119 checkedCommand.setNextValueAsFieldID(checkedFieldIDs[fieldIndex]); in testSetValues001() 122 checkedCommand.setNextValueAsInt(1111); in testSetValues001() 125 checkedCommand.setNextValueAsLong(22222222); in testSetValues001() 128 checkedCommand.setNextValueAsObjectID(checkedObjectID); in testSetValues001() 131 checkedCommand.setNextValueAsInt(5555); in testSetValues001() 134 checkedCommand.setNextValueAsInt(7777); in testSetValues001() 137 checkedCommand.setNextValueAsInt(6666); in testSetValues001() [all …]
|
D | SetValues004Test.java | 116 CommandPacket checkedCommand = new CommandPacket( in testSetValues004() local 119 checkedCommand.setNextValueAsObjectID(checkedObjectID); in testSetValues004() 120 checkedCommand.setNextValueAsInt(checkedFieldsNumber-1); in testSetValues004() 123 checkedCommand.setNextValueAsFieldID(checkedFieldIDs[fieldIndex]); in testSetValues004() 124 checkedCommand.setNextValueAsObjectID(0); in testSetValues004() 127 debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testSetValues004() 128 checkedCommand = null; in testSetValues004()
|
D | SetValues003Test.java | 109 CommandPacket checkedCommand = new CommandPacket( in testSetValues003() local 112 checkedCommand.setNextValueAsObjectID(checkedObjectID); in testSetValues003() 113 checkedCommand.setNextValueAsInt(checkedFieldsNumber-1); in testSetValues003() 116 checkedCommand.setNextValueAsFieldID(checkedFieldIDs[fieldIndex]); in testSetValues003() 119 checkedCommand.setNextValueAsObjectID(checkedObjectID); in testSetValues003() 124 debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testSetValues003() 125 checkedCommand = null; in testSetValues003()
|
D | SetValues002Test.java | 109 CommandPacket checkedCommand = new CommandPacket( in testSetValues002() local 112 checkedCommand.setNextValueAsObjectID(checkedObjectID); in testSetValues002() 113 checkedCommand.setNextValueAsInt(checkedFieldsNumber-1); in testSetValues002() 118 checkedCommand.setNextValueAsFieldID(checkedFieldIDs[fieldIndex]); in testSetValues002() 121 checkedCommand.setNextValueAsObjectID(unknownObjectID); in testSetValues002() 126 ReplyPacket checkedReply = debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testSetValues002() 127 checkedCommand = null; in testSetValues002()
|
D | MonitorInfoTest.java | 118 CommandPacket checkedCommand = new CommandPacket( in testMonitorInfo001() local 121 checkedCommand.setNextValueAsObjectID(checkedObjectID); in testMonitorInfo001() 123 ReplyPacket checkedReply = debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testMonitorInfo001() 124 checkedCommand = null; in testMonitorInfo001() 200 checkedCommand = new CommandPacket( in testMonitorInfo001() 203 checkedCommand.setNextValueAsObjectID(checkedObjectID); in testMonitorInfo001() 205 checkedReply = debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testMonitorInfo001() 206 checkedCommand = null; in testMonitorInfo001()
|
D | IsCollectedTest.java | 153 CommandPacket checkedCommand = new CommandPacket( in testIsCollected001() local 156 checkedCommand.setNextValueAsObjectID(checkedObject_01ID); in testIsCollected001() 159 .performCommand(checkedCommand); in testIsCollected001() 160 checkedCommand = null; in testIsCollected001() 197 checkedCommand = new CommandPacket( in testIsCollected001() 200 checkedCommand.setNextValueAsObjectID(checkedObject_02ID); in testIsCollected001() 202 checkedReply = debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testIsCollected001() 203 checkedCommand = null; in testIsCollected001()
|
D | GetValues003Test.java | 117 CommandPacket checkedCommand = new CommandPacket( in testGetValues003() local 120 checkedCommand.setNextValueAsObjectID(checkedObjectID); in testGetValues003() 121 checkedCommand.setNextValueAsInt(checkedFieldsNumber-1); in testGetValues003() 124 checkedCommand.setNextValueAsFieldID(checkedFieldIDs[fieldIndex]); in testGetValues003() 127 debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testGetValues003() 128 checkedCommand = null; in testGetValues003()
|
D | GetValuesTest.java | 114 CommandPacket checkedCommand = new CommandPacket( in testGetValues001() local 117 checkedCommand.setNextValueAsObjectID(checkedObjectID); in testGetValues001() 118 checkedCommand.setNextValueAsInt(checkedFieldsNumber-1); in testGetValues001() 121 checkedCommand.setNextValueAsFieldID(checkedFieldIDs[fieldIndex]); in testGetValues001() 124 ReplyPacket checkedReply = debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testGetValues001() 125 checkedCommand = null; in testGetValues001()
|
D | GetValues002Test.java | 115 CommandPacket checkedCommand = new CommandPacket( in testGetValues002() local 118 checkedCommand.setNextValueAsObjectID(checkedObjectID); in testGetValues002() 119 checkedCommand.setNextValueAsInt(checkedFieldsNumber-1); in testGetValues002() 122 checkedCommand.setNextValueAsFieldID(checkedFieldIDs[fieldIndex]); in testGetValues002() 125 ReplyPacket checkedReply = debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testGetValues002() 126 checkedCommand = null; in testGetValues002()
|
D | DisableCollectionTest.java | 112 CommandPacket checkedCommand = new CommandPacket( in testDisableCollection001() local 115 checkedCommand.setNextValueAsObjectID(checkedObjectID); in testDisableCollection001() 118 .performCommand(checkedCommand); in testDisableCollection001() 119 checkedCommand = null; in testDisableCollection001()
|
D | EnableCollectionTest.java | 121 CommandPacket checkedCommand = new CommandPacket( in testEnableCollection001() local 124 checkedCommand.setNextValueAsObjectID(checkedObjectID); in testEnableCollection001() 126 ReplyPacket checkedReply = debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testEnableCollection001() 127 checkedCommand = null; in testEnableCollection001()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/ |
D | Signature002Test.java | 118 CommandPacket checkedCommand = new CommandPacket( in testSignature002() local 121 checkedCommand.setNextValueAsReferenceTypeID(checkedObjectID); in testSignature002() 123 ReplyPacket checkedReply = debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testSignature002() 124 checkedCommand = null; in testSignature002() 147 checkedCommand = new CommandPacket( in testSignature002() 150 checkedCommand.setNextValueAsReferenceTypeID(checkedFieldID); in testSignature002() 152 checkedReply = debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testSignature002() 153 checkedCommand = null; in testSignature002() 178 checkedCommand = new CommandPacket( in testSignature002() 181 checkedCommand.setNextValueAsReferenceTypeID(unknownID); in testSignature002() [all …]
|
D | GetValues005Test.java | 86 CommandPacket checkedCommand = new CommandPacket( in testGetValues005() local 89 checkedCommand.setNextValueAsObjectID(debuggeeRefTypeID); in testGetValues005() 90 checkedCommand.setNextValueAsInt(checkedFieldsNumber); in testGetValues005() 92 checkedCommand.setNextValueAsFieldID(checkedFieldIDs[i]); in testGetValues005() 95 debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testGetValues005() 96 checkedCommand = null; in testGetValues005()
|
D | StatusTest.java | 67 CommandPacket checkedCommand = new CommandPacket( in testStatus001() local 70 checkedCommand.setNextValueAsReferenceTypeID(refTypeID); in testStatus001() 72 ReplyPacket checkedReply = debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testStatus001() 73 checkedCommand = null; in testStatus001()
|
D | ClassObjectTest.java | 75 CommandPacket checkedCommand = new CommandPacket( in testClassObject001() local 78 checkedCommand.setNextValueAsReferenceTypeID(refTypeID); in testClassObject001() 80 ReplyPacket checkedReply = debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testClassObject001() 81 checkedCommand = null; in testClassObject001()
|
D | InterfacesTest.java | 69 CommandPacket checkedCommand = new CommandPacket( in testInterfaces001() local 72 checkedCommand.setNextValueAsReferenceTypeID(refTypeID); in testInterfaces001() 74 debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testInterfaces001() 75 checkedCommand = null; in testInterfaces001()
|
D | SourceDebugExtensionTest.java | 70 CommandPacket checkedCommand = new CommandPacket( in doTest() local 73 checkedCommand.setNextValueAsReferenceTypeID(refTypeID); in doTest() 75 ReplyPacket checkedReply = debuggeeWrapper.vmMirror.performCommand(checkedCommand); in doTest() 76 checkedCommand = null; in doTest()
|
D | NestedTypesTest.java | 70 CommandPacket checkedCommand = new CommandPacket( in testNestedTypes001() local 73 checkedCommand.setNextValueAsReferenceTypeID(refTypeID); in testNestedTypes001() 75 debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testNestedTypes001() 76 checkedCommand = null; in testNestedTypes001()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/ |
D | SetValues002Test.java | 125 CommandPacket checkedCommand = new CommandPacket( in testSetValues002() local 128 checkedCommand.setNextValueAsObjectID(checkedObjectID); in testSetValues002() 129 checkedCommand.setNextValueAsInt(0); // first index in testSetValues002() 130 checkedCommand.setNextValueAsInt(1); // elements' number in testSetValues002() 131 checkedCommand.setNextValueAsObjectID(0); // null value in testSetValues002() 132 ReplyPacket checkedReply = debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testSetValues002() 133 checkedCommand = null; in testSetValues002()
|
D | SetValues003Test.java | 239 CommandPacket checkedCommand = new CommandPacket( in setArrayValue() local 242 checkedCommand.setNextValueAsObjectID(arrayID); in setArrayValue() 243 checkedCommand.setNextValueAsInt(elementIndex); // first index in setArrayValue() 244 checkedCommand.setNextValueAsInt(1); // elements' number in setArrayValue() 245 checkedCommand.setNextValueAsObjectID(elementObjectID); // null value in setArrayValue() 246 return debuggeeWrapper.vmMirror.performCommand(checkedCommand); in setArrayValue()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/ |
D | SetValues002Test.java | 125 CommandPacket checkedCommand = new CommandPacket( in testSetValues002() local 128 checkedCommand.setNextValueAsClassID(refTypeID); in testSetValues002() 129 checkedCommand.setNextValueAsInt(checkedFieldsNumber-1); in testSetValues002() 132 checkedCommand.setNextValueAsFieldID(checkedFieldIDs[fieldIndex]); in testSetValues002() 135 checkedCommand.setNextValueAsObjectID(objectFieldID); in testSetValues002() 140 debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testSetValues002() 141 checkedCommand = null; in testSetValues002()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
D | SetDefaultStratumTest.java | 73 CommandPacket checkedCommand = new CommandPacket( in testSetDefaultStratum001() local 76 checkedCommand.setNextValueAsString(stratumID); in testSetDefaultStratum001() 78 ReplyPacket checkedReply = debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testSetDefaultStratum001() 79 checkedCommand = null; in testSetDefaultStratum001()
|
D | RedefineClassesTest.java | 283 CommandPacket checkedCommand = new CommandPacket( in testRedefineClasses001() local 286 checkedCommand.setNextValueAsInt(1); // number of classes to redefine in testRedefineClasses001() 287 checkedCommand.setNextValueAsReferenceTypeID(refTypeID); in testRedefineClasses001() 288 checkedCommand.setNextValueAsInt(newClass.length); in testRedefineClasses001() 290 checkedCommand.setNextValueAsByte(currentByte); in testRedefineClasses001() 295 ReplyPacket checkedReply = debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testRedefineClasses001() 296 checkedCommand = null; in testRedefineClasses001()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/ |
D | EnableCollectionTest.java | 102 CommandPacket checkedCommand = new CommandPacket( in testEnableCollection001() local 105 checkedCommand.setNextValueAsObjectID(checkedObjectID); in testEnableCollection001() 107 ReplyPacket checkedReply = debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testEnableCollection001() 108 checkedCommand = null; in testEnableCollection001()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
D | Status005Test.java | 82 CommandPacket checkedCommand = new CommandPacket( in testStatus006() local 85 checkedCommand.setNextValueAsThreadID(checkedThreadID); in testStatus006() 87 ReplyPacket checkedReply = debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testStatus006()
|