Home
last modified time | relevance | path

Searched refs:MethodCommandSet (Results 1 – 8 of 8) 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.java59 JDWPCommands.MethodCommandSet.CommandSetID, in testIsObsoleteTest001()
60 JDWPCommands.MethodCommandSet.IsObsoleteCommand); in testIsObsoleteTest001()
DBytecodesTest.java61 JDWPCommands.MethodCommandSet.CommandSetID, in testBytecodesTest001()
62 JDWPCommands.MethodCommandSet.BytecodesCommand); in testBytecodesTest001()
DJDWPMethodVariableTableTestCase.java292 commandCode = JDWPCommands.MethodCommandSet.VariableTableWithGenericCommand; in checkMethodVariableTable()
296 commandCode = JDWPCommands.MethodCommandSet.VariableTableCommand; in checkMethodVariableTable()
305 CommandPacket packet = new CommandPacket(JDWPCommands.MethodCommandSet.CommandSetID, in checkMethodVariableTable()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DJDWPStackFrameTestCase.java127 JDWPCommands.MethodCommandSet.CommandSetID, in jdwpGetVariableTable()
128 JDWPCommands.MethodCommandSet.VariableTableCommand); in jdwpGetVariableTable()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DJDWPCommands.java167 public class MethodCommandSet { class in JDWPCommands
DVmMirror.java1896 JDWPCommands.MethodCommandSet.CommandSetID, in getVariableTable()
1897 JDWPCommands.MethodCommandSet.VariableTableCommand); in getVariableTable()
2023 JDWPCommands.MethodCommandSet.CommandSetID, in getLineTable()
2024 JDWPCommands.MethodCommandSet.LineTableCommand); in getLineTable()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPTestCase.java269 JDWPCommands.MethodCommandSet.CommandSetID, in getLineTable()
270 JDWPCommands.MethodCommandSet.LineTableCommand); in getLineTable()