Home
last modified time | relevance | path

Searched refs:StackFrameCommandSet (Results 1 – 10 of 10) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DSetValuesTest.java29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands.StackFrameCommandSet;
66 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testSetValues002_InvalidObjectError()
67 StackFrameCommandSet.SetValuesCommand); in testSetValues002_InvalidObjectError()
86 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testSetValues003_ThreadNotSuspendedError()
87 StackFrameCommandSet.SetValuesCommand); in testSetValues003_ThreadNotSuspendedError()
111 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testSetValues004_InvalidFrameIDError()
112 StackFrameCommandSet.SetValuesCommand); in testSetValues004_InvalidFrameIDError()
154 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testSetValues005_InvalidSlotError()
155 StackFrameCommandSet.SetValuesCommand); in testSetValues005_InvalidSlotError()
199 JDWPCommands.StackFrameCommandSet.CommandSetID, in examineGetValues()
[all …]
DGetValuesTest.java29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands.StackFrameCommandSet;
65 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testGetValues002_InvalidObjectError()
66 StackFrameCommandSet.GetValuesCommand); in testGetValues002_InvalidObjectError()
85 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testGetValues003_ThreadNotSuspendedError()
86 StackFrameCommandSet.GetValuesCommand); in testGetValues003_ThreadNotSuspendedError()
110 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testGetValues004_InvalidFrameIDError()
111 StackFrameCommandSet.GetValuesCommand); in testGetValues004_InvalidFrameIDError()
151 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testGetValues005_InvalidSlotError()
152 StackFrameCommandSet.GetValuesCommand); in testGetValues005_InvalidSlotError()
195 JDWPCommands.StackFrameCommandSet.CommandSetID, in examineGetValues()
[all …]
DProxyThisObjectTest.java42 JDWPCommands.StackFrameCommandSet.CommandSetID, in testThisObject()
43 JDWPCommands.StackFrameCommandSet.ThisObjectCommand); in testThisObject()
DJDWPStackFrameAccessTest.java390 JDWPCommands.StackFrameCommandSet.CommandSetID, in getVariableValue()
391 JDWPCommands.StackFrameCommandSet.GetValuesCommand); in getVariableValue()
433 CommandPacket packet = new CommandPacket(JDWPCommands.StackFrameCommandSet.CommandSetID, in setVariableValue()
434 … JDWPCommands.StackFrameCommandSet.SetValuesCommand); in setVariableValue()
DPopFramesTest.java126 JDWPCommands.StackFrameCommandSet.CommandSetID, in testPopFramesTest001()
127 JDWPCommands.StackFrameCommandSet.PopFramesCommand); in testPopFramesTest001()
DJDWPStackFrameTestCase.java203 JDWPCommands.StackFrameCommandSet.CommandSetID, in jdwpPopFrames()
204 JDWPCommands.StackFrameCommandSet.PopFramesCommand); in jdwpPopFrames()
DThisObjectTest.java123 JDWPCommands.StackFrameCommandSet.CommandSetID, in testThisObjectTest001()
124 JDWPCommands.StackFrameCommandSet.ThisObjectCommand); in testThisObjectTest001()
DPopFrames002Test.java403 JDWPCommands.StackFrameCommandSet.CommandSetID, in testPopFramesWithInvokeMethods()
404 JDWPCommands.StackFrameCommandSet.PopFramesCommand); in testPopFramesWithInvokeMethods()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DJDWPCommands.java317 public class StackFrameCommandSet { class in JDWPCommands
DVmMirror.java2210 JDWPCommands.StackFrameCommandSet.CommandSetID, in getFrameValues()
2211 JDWPCommands.StackFrameCommandSet.GetValuesCommand); in getFrameValues()
2405 JDWPCommands.StackFrameCommandSet.CommandSetID, in getThisObject()
2406 JDWPCommands.StackFrameCommandSet.ThisObjectCommand); in getThisObject()
2715 JDWPCommands.StackFrameCommandSet.CommandSetID, in setLocalVars()
2716 JDWPCommands.StackFrameCommandSet.SetValuesCommand); in setLocalVars()
2838 JDWPCommands.StackFrameCommandSet.CommandSetID, in popFrame()
2839 JDWPCommands.StackFrameCommandSet.PopFramesCommand); in popFrame()