| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/ |
| D | SuperClassTest.java | 41 private ReplyPacket jdwpGetSuperClassReply(long classID, int errorExpected) { in jdwpGetSuperClassReply() 85 long classID = getClassIDBySignature("Ljava/lang/String;"); in testSuperClass001() local 95 long classID = getClassIDBySignature("[Ljava/lang/String;"); in testSuperClass001() local 105 long classID = getClassIDBySignature("[I"); in testSuperClass001() local 114 long classID = getClassIDBySignature(getDebuggeeSignature()); in testSuperClass001() local 124 long classID = getClassIDBySignature("Ljava/lang/Object;"); in testSuperClass001() local 165 long classID = getClassIDBySignature(getDebuggeeSignature()); in testSuperClass002() local
|
| D | SetValuesTest.java | 52 long classID = getClassIDBySignature(getDebuggeeSignature()); in testSetValues001() local 63 private void testField(long classID, FieldInfo fieldInfo) { in testField() 117 private void testField(long classID, FieldInfo fieldInfo, Value value) { in testField() 152 private FieldInfo[] jdwpGetFieldIDs(long classID) { in jdwpGetFieldIDs()
|
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
| D | GetValues002Test.java | 180 long classID = getClassIDBySignature(getDebuggeeClassSignature()); in testGetValues009_ThisObject() local 198 long classID = getClassIDBySignature(getDebuggeeClassSignature()); in testGetValues009_Object() local 216 long classID = getClassIDBySignature(getDebuggeeClassSignature()); in testGetValues010_Array() local 234 long classID = getClassIDBySignature(getDebuggeeClassSignature()); in testGetValues010_ArrayAsObject() local 251 long classID = getClassIDBySignature(getDebuggeeClassSignature()); in testGetValues011_Class() local 269 long classID = getClassIDBySignature(getDebuggeeClassSignature()); in testGetValues011_ClassAsObject() local 286 long classID = getClassIDBySignature(getDebuggeeClassSignature()); in testGetValues012_ClassLoader() local 304 long classID = getClassIDBySignature(getDebuggeeClassSignature()); in testGetValues012_ClassLoaderAsObject() local 321 long classID = getClassIDBySignature(getDebuggeeClassSignature()); in testGetValues013_String() local 339 long classID = getClassIDBySignature(getDebuggeeClassSignature()); in testGetValues013_StringAsObject() local [all …]
|
| D | SetValues002Test.java | 296 long classID = getClassIDBySignature(getDebuggeeClassSignature()); in testSetValues009_Object() local 316 long classID = getClassIDBySignature(getDebuggeeClassSignature()); in testSetValues009_ObjectWithException() local 337 long classID = getClassIDBySignature(getDebuggeeClassSignature()); in testSetValues009_ObjectConstantWithExceptionInCallee() local 359 long classID = getClassIDBySignature(getDebuggeeClassSignature()); in testSetValues009_ObjectConstantWithExceptionInCaller() local 384 long classID = getClassIDBySignature(getDebuggeeClassSignature()); in testSetValues009_ObjectConstantWithExceptionAndNativeTransition() local 405 long classID = getClassIDBySignature(getDebuggeeClassSignature()); in testSetValues010_Array() local 424 long classID = getClassIDBySignature(getDebuggeeClassSignature()); in testSetValues010_ArrayAsObject() local 443 long classID = getClassIDBySignature(getDebuggeeClassSignature()); in testSetValues011_Class() local 462 long classID = getClassIDBySignature(getDebuggeeClassSignature()); in testSetValues011_ClassAsObject() local 481 long classID = getClassIDBySignature(getDebuggeeClassSignature()); in testSetValues012_ClassLoader() local [all …]
|
| /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
| D | ClassTable.java | 24 private int classID; field in ClassTable.ClassEntry 26 public ClassEntry(int glyphID, int classID) in ClassEntry() 100 private int classID; field in ClassTable.ClassRangeRecord 102 public ClassRangeRecord(int startGlyphID, int endGlyphID, int classID) in ClassRangeRecord() 135 public void addMapping(int charID, int classID) in addMapping() 142 public void addMapping(int startCharID, int endCharID, int classID) in addMapping() 179 int classID = classTable[startIndex].getClassID(); in writeClassTable() local
|
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
| D | BreakpointMultipleTest.java | 51 long classID = getClassIDBySignature(getDebuggeeClassSignature()); in testSetAndClearMultipleBreakpoint() local 81 long classID = getClassIDBySignature(getDebuggeeClassSignature()); in testSetMultipleBreakpoint() local 113 private int setBreakpoint(long classID) { in setBreakpoint()
|
| D | CombinedEventsTestCase.java | 53 void printMethodLineTable(long classID, String className /* may be null */, String methodName) { in printMethodLineTable() 92 long getMethodStartCodeIndex(long classID, String methodName) { in getMethodStartCodeIndex() 116 long getMethodEndCodeIndex(long classID, String methodName) { in getMethodEndCodeIndex() 140 protected Location getMethodEntryLocation(long classID, String methodName) { in getMethodEntryLocation() 169 protected Location getMethodEndLocation(long classID, String methodName) { in getMethodEndLocation()
|
| D | BreakpointTest.java | 55 long classID = getClassIDBySignature(getDebuggeeClassSignature()); in testSetBreakpointEvent() local
|
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
| D | DisposeDuringInvokeTest.java | 59 long classID = getClassIDBySignature(getDebuggeeClassSignature()); in testDisposeDuringInvoke() local 114 private long getReceiverObjectId(long classID) { in getReceiverObjectId()
|
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
| D | Location.java | 35 public long classID; field in Location 52 public Location(byte tag, long classID, long methodID, long index) { in Location()
|
| D | Field.java | 37 private long classID; field in Field 72 public Field(long id, long classID, String name, String signature, in Field()
|
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/ |
| D | LengthTest.java | 54 …long classID = getClassIDBySignature("Lorg/apache/harmony/jpda/tests/jdwp/ArrayReference/ArrayRefe… in testLength001() local 87 private void checkArrayLength(long classID, long fieldID, int error, int length) { in checkArrayLength()
|
| D | SetValuesTest.java | 54 …long classID = getClassIDBySignature("Lorg/apache/harmony/jpda/tests/jdwp/ArrayReference/ArrayRefe… in testSetValues001() local 98 private void checkArrayValues(ArrayRegion valuesRegion, long classID, in checkArrayValues()
|
| D | GetValuesTest.java | 56 long classID = getClassIDBySignature(debuggeeSig); in testGetValues001() local 135 private void checkArrayValues(long classID, long fieldID, int error, int length, in checkArrayValues()
|
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
| D | JDWPTestCase.java | 174 long classID = getObjectReferenceType(objectID); in getObjectSignature() local 207 protected long getMethodID(long classID, String methodName) { in getMethodID() 238 protected long getMethodID(long classID, String methodName, String methodSignature) { in getMethodID() 267 protected ReplyPacket getLineTable(long classID, long methodID) { in getLineTable() 286 protected String getMethodName(long classID, long methodID) { in getMethodName() 312 protected String getClassSignature(long classID) { in getClassSignature() 340 long classID = 0; in getClassIDBySignature() local 372 long classID = reply.getNextValueAsReferenceTypeID(); in getReferenceTypeID() local 903 long classID = debuggeeWrapper.vmMirror.getClassID(classSignature); in setStaticIntField() local
|
| D | JDWPInvokeMethodSuspendedTwiceTestCase.java | 60 long classID = getClassIDBySignature(getDebuggeeClassSignature()); in runInvokeMethodTest() local 172 protected abstract CommandPacket buildInvokeCommand(long threadId, long classID, in buildInvokeCommand()
|
| D | JDWPInvokeMethodWithSuspensionTestCase.java | 61 long classID = getClassIDBySignature(getDebuggeeClassSignature()); in runInvokeMethodTest() local 161 protected abstract CommandPacket buildInvokeCommand(long threadId, long classID, in buildInvokeCommand()
|
| /external/emma/core/java12/com/vladium/emma/report/html/doc/ |
| D | ISimpleElement.java | 23 ISimpleElement setClass (String classID); in setClass() 50 public ISimpleElement setClass (final String classID) in setClass()
|
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/ |
| D | IsObsoleteTest.java | 49 long classID = getClassIDBySignature("L"+getDebuggeeClassName().replace('.', '/')+";"); in testIsObsoleteTest001() local
|
| D | BytecodesTest.java | 51 long classID = getClassIDBySignature("L"+getDebuggeeClassName().replace('.', '/')+";"); in testBytecodesTest001() local
|
| D | LineTableTest.java | 47 long classID = getClassIDBySignature("L"+getDebuggeeClassName().replace('.', '/')+";"); in testLineTableTest001() local
|
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/ |
| D | RefTypeIDTest.java | 58 long classID = debuggeeWrapper.vmMirror.getClassID(DEBUGGEE_SIGNATURE); in testRefTypeID001() local
|
| D | ClassObjectIDTest.java | 58 long classID = debuggeeWrapper.vmMirror.getClassID(DEBUGGEE_SIGNATURE); in testClassObjectID001() local
|
| D | BreakpointTest.java | 62 long classID = debuggeeWrapper.vmMirror.getClassID(DEBUGGEE_SIGNATURE); in testClearBreakpoint001() local
|
| D | MethodEntryExitTest.java | 65 long classID = debuggeeWrapper.vmMirror.getClassID(DEBUGGEE_SIGNATURE); in testMethodEvent001() local
|