Home
last modified time | relevance | path

Searched refs:MethodCommandSet (Results 1 – 7 of 7) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DCombinedEventsTestCase.java63 JDWPCommands.MethodCommandSet.CommandSetID, in printMethodLineTable()
64 JDWPCommands.MethodCommandSet.LineTableCommand); in printMethodLineTable()
102 JDWPCommands.MethodCommandSet.CommandSetID, in getMethodStartCodeIndex()
103 JDWPCommands.MethodCommandSet.LineTableCommand); in getMethodStartCodeIndex()
126 JDWPCommands.MethodCommandSet.CommandSetID, in getMethodEndCodeIndex()
127 JDWPCommands.MethodCommandSet.LineTableCommand); in getMethodEndCodeIndex()
150 JDWPCommands.MethodCommandSet.CommandSetID, in getMethodEntryLocation()
151 JDWPCommands.MethodCommandSet.LineTableCommand); in getMethodEntryLocation()
179 JDWPCommands.MethodCommandSet.CommandSetID, in getMethodEndLocation()
180 JDWPCommands.MethodCommandSet.LineTableCommand); in getMethodEndLocation()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
DIsObsoleteTest.java60 JDWPCommands.MethodCommandSet.CommandSetID, in testIsObsoleteTest001()
61 JDWPCommands.MethodCommandSet.IsObsoleteCommand); in testIsObsoleteTest001()
DBytecodesTest.java62 JDWPCommands.MethodCommandSet.CommandSetID, in testBytecodesTest001()
63 JDWPCommands.MethodCommandSet.BytecodesCommand); in testBytecodesTest001()
DJDWPMethodVariableTableTestCase.java293 commandCode = JDWPCommands.MethodCommandSet.VariableTableWithGenericCommand; in checkMethodVariableTable()
297 commandCode = JDWPCommands.MethodCommandSet.VariableTableCommand; in checkMethodVariableTable()
306 CommandPacket packet = new CommandPacket(JDWPCommands.MethodCommandSet.CommandSetID, in checkMethodVariableTable()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DJDWPCommands.java167 public class MethodCommandSet { class in JDWPCommands
DVmMirror.java1897 JDWPCommands.MethodCommandSet.CommandSetID, in getVariableTable()
1898 JDWPCommands.MethodCommandSet.VariableTableWithGenericCommand); in getVariableTable()
1904 command.setCommand(JDWPCommands.MethodCommandSet.VariableTableCommand); in getVariableTable()
2026 JDWPCommands.MethodCommandSet.CommandSetID, in getLineTable()
2027 JDWPCommands.MethodCommandSet.LineTableCommand); in getLineTable()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPTestCase.java242 JDWPCommands.MethodCommandSet.CommandSetID, in getLineTable()
243 JDWPCommands.MethodCommandSet.LineTableCommand); in getLineTable()