Home
last modified time | relevance | path

Searched refs:MethodsCommand (Results 1 – 11 of 11) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DJDWPCommands.java99 public static final byte MethodsCommand = 5; field in JDWPCommands.ReferenceTypeCommandSet
DVmMirror.java916 JDWPCommands.ReferenceTypeCommandSet.MethodsCommand); in getMethodName()
1277 .setCommand(JDWPCommands.ReferenceTypeCommandSet.MethodsCommand); in getMethods()
2251 JDWPCommands.ReferenceTypeCommandSet.MethodsCommand); in getMethodSignature()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
DJDWPMethodTestCase.java92 JDWPCommands.ReferenceTypeCommandSet.MethodsCommand); in jdwpGetMethodsInfo()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
DSyntheticMethodsTest.java68 commandCode = JDWPCommands.ReferenceTypeCommandSet.MethodsCommand; in runTestSyntheticMethods()
DMethodsTest.java71 JDWPCommands.ReferenceTypeCommandSet.MethodsCommand); in testMethods001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPTestCase.java210 JDWPCommands.ReferenceTypeCommandSet.MethodsCommand); in getMethodID()
241 JDWPCommands.ReferenceTypeCommandSet.MethodsCommand); in getMethodID()
289 JDWPCommands.ReferenceTypeCommandSet.MethodsCommand); in getMethodName()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DNewInstanceTest.java90 JDWPCommands.ReferenceTypeCommandSet.MethodsCommand); in testNewInstance001()
301 JDWPCommands.ReferenceTypeCommandSet.MethodsCommand); in testNewInstance002()
DInvokeMethod002Test.java87 JDWPCommands.ReferenceTypeCommandSet.MethodsCommand); in testInvokeMethod()
DInvokeMethodTest.java94 JDWPCommands.ReferenceTypeCommandSet.MethodsCommand); in testInvokeMethod001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DebuggerOnDemand/
DLaunchedDebugger.java237 JDWPCommands.ReferenceTypeCommandSet.MethodsCommand); in getMethodName()
/external/r8/src/test/java/com/android/tools/r8/debug/
DDebugTestBase.java902 commandPacket.setCommand(ReferenceTypeCommandSet.MethodsCommand);