Home
last modified time | relevance | path

Searched refs:BREAKPOINT_METHOD_NAME (Results 1 – 6 of 6) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DSingleStepWithLocationTest.java37 private static final String BREAKPOINT_METHOD_NAME = "breakpointTest"; field in SingleStepWithLocationTest
64 refTypeID, BREAKPOINT_METHOD_NAME); in testSingleStepToLocation()
81 long methodID = getMethodID(refTypeID, BREAKPOINT_METHOD_NAME); in testSingleStepToLocation()
DBreakpointOnCatchDebuggee.java29 public static String BREAKPOINT_METHOD_NAME = "breakpointOnCatch"; field in BreakpointOnCatchDebuggee
DBreakpointOnCatchTest.java53 long methodID = getMethodID(classID, BreakpointOnCatchDebuggee.BREAKPOINT_METHOD_NAME); in testBreakpointOnCatch()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DResume002Test.java33 private static final String BREAKPOINT_METHOD_NAME = "breakpointMethod"; field in Resume002Test
79 long methodID = getMethodID(classID, BREAKPOINT_METHOD_NAME); in installBreakpoint()
DDisposeDuringInvokeDebuggee.java30 public static final String BREAKPOINT_METHOD_NAME = "breakpointMethod"; field in DisposeDuringInvokeDebuggee
DDisposeDuringInvokeTest.java63 DisposeDuringInvokeDebuggee.BREAKPOINT_METHOD_NAME, in testDisposeDuringInvoke()