Home
last modified time | relevance | path

Searched defs:suspensionMethodInfo (Results 1 – 3 of 3) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DGetValues002Test.java36 MethodInfo suspensionMethodInfo = tester.addTestMethod("breakpointBoolean"); in testGetValues001_Boolean() local
52 MethodInfo suspensionMethodInfo = tester.addTestMethod("breakpointByte"); in testGetValues002_Byte() local
68 MethodInfo suspensionMethodInfo = tester.addTestMethod("breakpointChar"); in testGetValues003_Char() local
84 MethodInfo suspensionMethodInfo = tester.addTestMethod("breakpointShort"); in testGetValues004_Short() local
100 MethodInfo suspensionMethodInfo = tester.addTestMethod("breakpointInt"); in testGetValues005_Int() local
117 MethodInfo suspensionMethodInfo = tester.addTestMethod("breakpointInt2"); in testGetValues005_Int2() local
134 MethodInfo suspensionMethodInfo = tester.addTestMethod("breakpointLong"); in testGetValues006_Long() local
150 MethodInfo suspensionMethodInfo = tester.addTestMethod("breakpointFloat"); in testGetValues007_Float() local
166 MethodInfo suspensionMethodInfo = tester.addTestMethod("breakpointDouble"); in testGetValues008_Double() local
184 MethodInfo suspensionMethodInfo = tester.addTestMethod("breakpointObject"); in testGetValues009_ThisObject() local
[all …]
DSetValues002Test.java37 MethodInfo suspensionMethodInfo = tester.addTestMethod("breakpointBoolean"); in testSetValues001_Boolean() local
54 MethodInfo suspensionMethodInfo = tester.addTestMethod("breakpointByte"); in testSetValues002_Byte() local
71 MethodInfo suspensionMethodInfo = tester.addTestMethod("breakpointChar"); in testSetValues003_Char() local
88 MethodInfo suspensionMethodInfo = tester.addTestMethod("breakpointShort"); in testSetValues004_Short() local
105 MethodInfo suspensionMethodInfo = tester.addTestMethod("breakpointInt"); in testSetValues005_Int() local
123 MethodInfo suspensionMethodInfo = tester.addTestMethod("breakpointIntConstant"); in testSetValues005_IntConstant() local
143 MethodInfo suspensionMethodInfo = tester.addTestMethod("breakpointIntTwoConstants"); in testSetValues005_IntTwoConstants() local
164 MethodInfo suspensionMethodInfo = in testSetValues005_IntConstantWithException() local
184 MethodInfo suspensionMethodInfo = in testSetValues005_IntConstantWithExceptionInCallee() local
208 MethodInfo suspensionMethodInfo = in testSetValues005_IntConstantWithExceptionInCaller() local
[all …]
DJDWPStackFrameAccessTest.java165 protected void runStackFrameTest(StackFrameTester tester, MethodInfo suspensionMethodInfo) { in runStackFrameTest()
232 MethodInfo suspensionMethodInfo, boolean firstSuspension) { in checkStackFrame()