/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/ |
D | NewInstanceTagTest.java | 55 String subclassSig = getClassSignature(NewInstanceTagDebuggee.MyObject.class); in testNewInstance_MyObject() 76 String subclassSig = getClassSignature(NewInstanceTagDebuggee.MyClassLoader.class); in testNewInstance_ClassLoader() 94 String subclassSig = getClassSignature(NewInstanceTagDebuggee.MyThread.class); in testNewInstance_MyThread() 123 String subclassSig = getClassSignature(NewInstanceTagDebuggee.MyThreadGroup.class); in testNewInstance_MyThreadGroup()
|
D | SuperClassTest.java | 63 String signature = getClassSignature(superClassID); in asserSuperClassReplyIsValid()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
D | JDWPRawTestCase.java | 69 return getClassSignature(debuggeeClassName); in getDebuggeeClassSignature() 78 protected static String getClassSignature(String className) { in getClassSignature() method in JDWPRawTestCase 92 protected static String getClassSignature(Class<?> c) { in getClassSignature() method in JDWPRawTestCase 94 return getClassSignature(className); in getClassSignature()
|
D | JDWPProxyTestCase.java | 91 String className = getClassSignature(location.classID); in getFirstProxyFrameId()
|
D | JDWPTestCase.java | 173 return getClassSignature(classID); in getObjectSignature() 310 protected String getClassSignature(long classID) { in getClassSignature() method in JDWPTestCase
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
D | FramesTest.java | 90 classSignature = getClassSignature(frame.loc.classID); in testFrames005() 144 classSignature = getClassSignature(frame.loc.classID); in testFrames004() 199 classSignature = getClassSignature(frame.loc.classID); in testFrames003() 260 classSignature = getClassSignature(frame.loc.classID); in testFrames002() 286 classSignature = getClassSignature(frame.loc.classID); in testFrames002() 355 classSignature = getClassSignature(frame.loc.classID); in testFrames001() 383 classSignature = getClassSignature(frame.loc.classID); in testFrames001()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
D | ExceptionCaughtTest.java | 161 String returnedExceptionSignature = getClassSignature(typeID); in runExceptionObjectTest() 308 return getClassSignature(c); in getExpectedExceptionSignature() 316 return fromNative ? getClassSignature(System.class) : getDebuggeeClassSignature(); in getThrowLocationMethodClassSignature()
|
D | ExceptionUncaughtTest.java | 32 private static final String EXCEPTION_SIGNATURE = getClassSignature(DebuggeeException.class); 67 String returnedExceptionSignature = getClassSignature(typeID); in testExceptionUncaughtEvent_ExceptionObject()
|
D | CombinedExceptionEventsTest.java | 78 String superExceptionClassSignature = getClassSignature( in runCombinedExceptionEventsTest() 80 String subExceptionClassSignature = getClassSignature( in runCombinedExceptionEventsTest()
|
D | EventWithExceptionTest.java | 398 String expectedClassName = getClassSignature(expectedClassId); in checkLocation() 400 String actualClassName = getClassSignature(actualLocation.classID); in checkLocation() 412 debuggeeWrapper.vmMirror.setException(getClassSignature(EXCEPTION_CLASS), true, in setException()
|
D | FieldAccessTest.java | 81 String returnedExceptionSignature = getClassSignature(typeID); in testFieldAccessEvent()
|
D | FieldWithLocationTest.java | 110 String returnedExceptionSignature = getClassSignature(typeID); in checkEvent()
|
D | FieldModificationTest.java | 81 String returnedExceptionSignature = getClassSignature(typeID); in testFieldModifyEvent()
|
D | BreakpointOnCatchTest.java | 100 getClassSignature(BreakpointOnCatchDebuggee.BreakpointOnCatchDebuggeeException.class); in requestExceptionCaughtEvent()
|
D | SingleStepWithPendingExceptionTest.java | 124 getClassSignature(SingleStepWithPendingExceptionDebuggee.DebuggeeException.class), in setCatchException()
|
D | ExceptionBaseTest.java | 97 classSig = getClassSignature(location.classID); in dumpLocation()
|
D | FieldModification002Test.java | 125 String returnedExceptionSignature = getClassSignature(typeID); in hookFieldModification()
|
D | SingleStepThroughReflectionTest.java | 134 String className = getClassSignature(location.classID); in checkSingleStepEvent()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
D | InvokeMethodDefaultTest.java | 110 String testClassSig = getClassSignature(InvokeMethodDefaultDebuggee.TestClass.class); in testInvokeMethod() 116 getClassSignature(InvokeMethodDefaultDebuggee.TestInterface.class)); in testInvokeMethod()
|
D | InvokeMethodDefault002Test.java | 110 String testClassSig = getClassSignature(InvokeMethodDefault002Debuggee.TestClass.class); in testInvokeMethod() 116 getClassSignature(InvokeMethodDefault002Debuggee.TestInterface.class)); in testInvokeMethod()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
D | ThisObjectTest.java | 117 … String classSig = debuggeeWrapper.vmMirror.getClassSignature(frameIDs[i].location.classID); in testThisObjectTest001() 138 … logWriter.println("==> class=" + debuggeeWrapper.vmMirror.getClassSignature(classID)); in testThisObjectTest001()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassObjectReference/ |
D | AbstractReflectedTypeTestCase.java | 72 String classSignature = debuggeeWrapper.vmMirror.getClassSignature(typeInitID); in runReflectedTypeTest()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/ |
D | InvokeMethodTest.java | 98 String debuggeeInterfaceSig = getClassSignature(InvokeMethodTestInterface.class); in testInvokeMethodStatic()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | VmMirror.java | 770 public String getClassSignature(long classID) { in getClassSignature() method in VmMirror
|