Home
last modified time | relevance | path

Searched defs:classID (Results 1 – 25 of 89) sorted by relevance

1234

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DSuperClassTest.java43 private ReplyPacket jdwpGetSuperClassReply(long classID, int errorExpected) { in jdwpGetSuperClassReply()
87 long classID = getClassIDBySignature("Ljava/lang/String;"); in testSuperClass001() local
97 long classID = getClassIDBySignature("[Ljava/lang/String;"); in testSuperClass001() local
107 long classID = getClassIDBySignature("[I"); in testSuperClass001() local
116 long classID = getClassIDBySignature(getDebuggeeClassSignature()); in testSuperClass001() local
126 long classID = getClassIDBySignature("Ljava/lang/Object;"); in testSuperClass001() local
167 long classID = getClassIDBySignature(getDebuggeeClassSignature()); in testSuperClass002() local
DSetValuesTest.java53 long classID = getClassIDBySignature(getDebuggeeClassSignature()); in testSetValues001() local
64 private void testField(long classID, Field fieldInfo) { in testField()
118 private void testField(long classID, Field fieldInfo, Value value) { in testField()
153 private Field[] jdwpGetFieldIDs(long classID) { in jdwpGetFieldIDs()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DGetValues002Test.java180 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 …]
DSetValues002Test.java296 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 …]
DJDWPStackFrameAccessTest.java167 long classID = getClassIDBySignature(getDebuggeeClassSignature()); in runStackFrameTest() local
231 private void checkStackFrame(long classID, long eventThreadID, StackFrameTester tester, in checkStackFrame()
379 protected Frame.Variable getVariableInfo(long classID, long methodID, String variableName) { in getVariableInfo()
403 protected FrameInfo getFrameInfo(long threadID, long classID, long methodID) { in getFrameInfo()
503 protected Value getStaticFieldValue(long classID, String fieldName) { in getStaticFieldValue()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DClassTable.java24 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/
DBreakpointMultipleTest.java51 long classID = getClassIDBySignature(getDebuggeeClassSignature()); in testSetAndClearMultipleBreakpoint() local
81 long classID = getClassIDBySignature(getDebuggeeClassSignature()); in testSetMultipleBreakpoint() local
113 private int setBreakpoint(long classID) { in setBreakpoint()
DCombinedEventsTestCase.java53 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()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPTestCase.java179 long classID = getObjectReferenceType(objectID); in getObjectSignature() local
212 protected long getMethodID(long classID, String methodName) { in getMethodID()
227 protected long getMethodID(long classID, String methodName, String methodSignature) { in getMethodID()
240 protected ReplyPacket getLineTable(long classID, long methodID) { in getLineTable()
259 protected String getMethodName(long classID, long methodID) { in getMethodName()
269 protected String getClassSignature(long classID) { in getClassSignature()
297 long classID = 0; in getClassIDBySignature() local
329 long classID = reply.getNextValueAsReferenceTypeID(); in getReferenceTypeID() local
848 long classID = debuggeeWrapper.vmMirror.getClassID(classSignature); in setStaticIntField() local
DJDWPInvokeMethodSuspendedTwiceTestCase.java60 long classID = getClassIDBySignature(getDebuggeeClassSignature()); in runInvokeMethodTest() local
172 protected abstract CommandPacket buildInvokeCommand(long threadId, long classID, in buildInvokeCommand()
DJDWPInvokeMethodWithSuspensionTestCase.java61 long classID = getClassIDBySignature(getDebuggeeClassSignature()); in runInvokeMethodTest() local
161 protected abstract CommandPacket buildInvokeCommand(long threadId, long classID, in buildInvokeCommand()
/external/llvm-project/llvm/include/llvm/Support/
DExtensibleRTTI.h77 static const void *classID() { return &ID; } in classID() function
122 static const void *classID() { return &ThisT::ID; } in classID() function
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DDisposeDuringInvokeTest.java59 long classID = getClassIDBySignature(getDebuggeeClassSignature()); in testDisposeDuringInvoke() local
114 private long getReceiverObjectId(long classID) { in getReceiverObjectId()
/external/skia/src/gpu/ops/
DGrOp.cpp13 GrOp::GrOp(uint32_t classID) : fClassID(classID) { in GrOp()
51 uint32_t classID = this->classID(); in validateChain() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DLocation.java35 public long classID; field in Location
52 public Location(byte tag, long classID, long methodID, long index) { in Location()
DVmMirror.java162 public int setBreakpointAtMethodBegin(long classID, String methodName) { in setBreakpointAtMethodBegin()
175 public int setBreakpointAtMethodBegin(long classID, String methodName, byte suspendPolicy) { in setBreakpointAtMethodBegin()
724 public String getClassSignature(long classID) { in getClassSignature()
843 public long getFieldID(long classID, String fieldName) { in getFieldID()
862 public long getMethodID(long classID, String methodName) { in getMethodID()
878 public long getMethodID(long classID, String methodName, String methodSignature) { in getMethodID()
897 public String getMethodName(long classID, long methodID) { in getMethodName()
1233 public Method[] getMethods(long classID) { in getMethods()
1894 public final List<Variable> getVariableTable(long classID, long methodID) { in getVariableTable()
1973 public final long getSuperclassId(long classID) { in getSuperclassId()
[all …]
DField.java37 private long classID; field in Field
63 public Field(long id, long classID, String name, String signature, String genericSignature, in Field()
/external/skqp/src/gpu/ops/
DGrOp.cpp27 GrOp::GrOp(uint32_t classID) : fClassID(classID) { in GrOp()
65 uint32_t classID = this->classID(); in validateChain() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/
DLengthTest.java55 long classID = getClassIDBySignature(getDebuggeeClassSignature()); in testLength001() local
80 private void checkArrayLength(long classID, long fieldID, int error, int length) { in checkArrayLength()
DSetValuesTest.java55 long classID = getClassIDBySignature(getDebuggeeClassSignature()); in testSetValues001() local
91 private void checkArrayValues(ArrayRegion valuesRegion, long classID, in checkArrayValues()
DGetValuesTest.java54 long classID = getClassIDBySignature(getDebuggeeClassSignature()); in testGetValues001() local
125 private void checkArrayValues(long classID, long fieldID, int error, int length, in checkArrayValues()
/external/emma/core/java12/com/vladium/emma/report/html/doc/
DISimpleElement.java23 ISimpleElement setClass (String classID); in setClass()
50 public ISimpleElement setClass (final String classID) in setClass()
/external/skia/src/gpu/
DGrXferProcessor.cpp13 GrXferProcessor::GrXferProcessor(ClassID classID) in GrXferProcessor()
18 GrXferProcessor::GrXferProcessor(ClassID classID, bool willReadDstColor, in GrXferProcessor()
/external/skqp/src/gpu/
DGrXferProcessor.cpp13 GrXferProcessor::GrXferProcessor(ClassID classID) in GrXferProcessor()
19 GrXferProcessor::GrXferProcessor(ClassID classID, bool willReadDstColor, bool hasMixedSamples, in GrXferProcessor()
DGrProgramDesc.cpp125 uint32_t classID = fp.classID(); in gen_meta_key() local
146 uint32_t classID = pp.classID(); in gen_meta_key() local
166 uint32_t classID = xp.classID(); in gen_meta_key() local

1234