Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DSuperClassTest.java116 long classID = getClassIDBySignature(getDebuggeeSignature()); in testSuperClass001()
167 long classID = getClassIDBySignature(getDebuggeeSignature()); in testSuperClass002()
DJDWPClassTypeTestCase.java54 protected String getDebuggeeSignature() { in getDebuggeeSignature() method in JDWPClassTypeTestCase
DSetValuesTest.java54 long classID = getClassIDBySignature(getDebuggeeSignature()); in testSetValues001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DEventLocationEventTestCase.java40 protected abstract String getDebuggeeSignature(); in getDebuggeeSignature() method in EventLocationEventTestCase
94 long typeId = getClassIDBySignature(getDebuggeeSignature()); in requestEventForAllLocations()
DExceptionWithLocationTest.java58 protected String getDebuggeeSignature() { in getDebuggeeSignature() method in ExceptionWithLocationTest
DFieldWithLocationTest.java78 protected final String getDebuggeeSignature() { in getDebuggeeSignature() method in FieldWithLocationTest