Searched refs:DEBUGGEE_SIGNATURE (Results 1 – 9 of 9) sorted by relevance
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
D | FieldWithLocationTest.java | 34 private static final String DEBUGGEE_SIGNATURE = field in FieldWithLocationTest 79 return DEBUGGEE_SIGNATURE; in getDebuggeeSignature() 90 debuggeeClassId = getClassIDBySignature(DEBUGGEE_SIGNATURE); in createEventBuilder() 112 DEBUGGEE_SIGNATURE, returnedExceptionSignature); in checkEvent()
|
D | SingleStepThroughReflectionTest.java | 38 …private static final String DEBUGGEE_SIGNATURE = "Lorg/apache/harmony/jpda/tests/jdwp/Events/Singl… field in SingleStepThroughReflectionTest 67 long refTypeID = getClassIDBySignature(DEBUGGEE_SIGNATURE); in testSingleStepIntoThroughReflection()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/ |
D | CountModifierTest.java | 33 …String DEBUGGEE_SIGNATURE = "Lorg/apache/harmony/jpda/tests/jdwp/EventModifiers/CountModifierDebug… field in CountModifierTest 194 JDWPConstants.TypeTag.CLASS, DEBUGGEE_SIGNATURE, in testFieldAccess() 224 JDWPConstants.TypeTag.CLASS, DEBUGGEE_SIGNATURE, in testFieldModification() 242 int actualCount = getStaticIntField(DEBUGGEE_SIGNATURE, countFieldName); in testEventWithCountModifier()
|
D | ThreadOnlyModifierTest.java | 35 …String DEBUGGEE_SIGNATURE = "Lorg/apache/harmony/jpda/tests/jdwp/EventModifiers/ThreadOnlyModifier… field in ThreadOnlyModifierTest 217 JDWPConstants.TypeTag.CLASS, DEBUGGEE_SIGNATURE, in testFieldAccess() 246 JDWPConstants.TypeTag.CLASS, DEBUGGEE_SIGNATURE, in testFieldModification() 254 Value fieldValue = getFieldValue(DEBUGGEE_SIGNATURE, THREAD_FIELD_NAME); in getFilteredThreadId()
|
D | InstanceOnlyModifierTest.java | 37 …String DEBUGGEE_SIGNATURE = "Lorg/apache/harmony/jpda/tests/jdwp/EventModifiers/InstanceOnlyModifi… field in InstanceOnlyModifierTest 280 Value fieldValue = getFieldValue(DEBUGGEE_SIGNATURE, in getInstanceObjectId()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/ |
D | ClassObjectIDTest.java | 39 …private String DEBUGGEE_SIGNATURE = "Lorg/apache/harmony/jpda/tests/jdwp/MultiSession/MultiSession… field in ClassObjectIDTest 58 long classID = debuggeeWrapper.vmMirror.getClassID(DEBUGGEE_SIGNATURE); in testClassObjectID001()
|
D | RefTypeIDTest.java | 39 …private final String DEBUGGEE_SIGNATURE = "Lorg/apache/harmony/jpda/tests/jdwp/MultiSession/MultiS… field in RefTypeIDTest 58 long classID = debuggeeWrapper.vmMirror.getClassID(DEBUGGEE_SIGNATURE); in testRefTypeID001()
|
D | BreakpointTest.java | 43 …private String DEBUGGEE_SIGNATURE = "Lorg/apache/harmony/jpda/tests/jdwp/MultiSession/MultiSession… field in BreakpointTest 62 long classID = debuggeeWrapper.vmMirror.getClassID(DEBUGGEE_SIGNATURE); in testClearBreakpoint001()
|
D | MethodEntryExitTest.java | 43 …private String DEBUGGEE_SIGNATURE = "Lorg/apache/harmony/jpda/tests/jdwp/MultiSession/MultiSession… field in MethodEntryExitTest 65 long classID = debuggeeWrapper.vmMirror.getClassID(DEBUGGEE_SIGNATURE); in testMethodEvent001()
|