Searched defs:getClassSignature (Results 1 - 4 of 4) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
H A DJDWPRawTestCase.java69 return getClassSignature(debuggeeClassName);
78 protected static String getClassSignature(String className) { method in class:JDWPRawTestCase
92 protected static String getClassSignature(Class<?> c) { method in class:JDWPRawTestCase
94 return getClassSignature(className);
H A DJDWPTestCase.java175 return getClassSignature(classID);
312 protected String getClassSignature(long classID) { method in class:JDWPTestCase
/external/r8/src/test/java/com/android/tools/r8/debug/
H A DDebugTestBase.java442 String classSig = getMirror().getClassSignature(debuggeeState.getLocation().classID);
508 String getClassSignature(); method in interface:DebugTestBase.JUnit3Wrapper.FrameInspector
650 String classSignature = getClassSignature();
658 public String getClassSignature() { method in class:DebugTestBase.JUnit3Wrapper.DebuggeeState.DebuggeeFrame
660 return getMirror().getClassSignature(location.classID);
764 public String getClassSignature() { method in class:DebugTestBase.JUnit3Wrapper.DebuggeeState
765 return getTopFrame().getClassSignature();
845 String classSignature = getClassSignature(breakpointInfo.className);
1287 String classSig = mirror.getClassSignature(location.classID);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DVmMirror.java712 public String getClassSignature(long classID) { method in class:VmMirror

Completed in 179 milliseconds