/external/javassist/src/main/javassist/bytecode/ |
D | SignatureAttribute.java | 177 ClassType superClass; 178 ClassType[] interfaces; 179 ClassSignature(TypeParameter[] p, ClassType s, ClassType[] i) { in ClassSignature() 197 public ClassType getSuperClass() { return superClass; } in getSuperClass() 204 public ClassType[] getInterfaces() { return interfaces; } in getInterfaces() 461 public static class ClassType extends ObjectType { class in SignatureAttribute 465 static ClassType make(String s, int b, int e, in make() 466 TypeArgument[] targs, ClassType parent) { in make() 468 return new ClassType(s, b, e, targs); in make() 473 ClassType(String signature, int begin, int end, TypeArgument[] targs) { in ClassType() method in SignatureAttribute.ClassType [all …]
|
/external/skia/tests/ |
D | GrTRecorderTest.cpp | 118 enum ClassType { enum 139 virtual ClassType getType() { return kBase_ClassType; } in getType() 153 virtual ClassType getType() { return kSubclass_ClassType; } in getType() 168 virtual ClassType getType() { return kSubSubclass_ClassType; } in getType() 190 virtual ClassType getType() { return kSubclassExtraData_ClassType; } in getType() 207 virtual ClassType getType() { return kSubclassEmpty_ClassType; } in getType() 214 ClassType next() { in next() 216 return static_cast<ClassType>(fCurrent % kNumClassTypes); in next() 273 ClassType classType = order.next(); in test_subclasses_iters()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/ |
D | AllTests.java | 71 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ClassType.InvokeMethod002Test.class); in suite() 72 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ClassType.InvokeMethod003Test.class); in suite() 73 …suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ClassType.InvokeMethodAfterMultipleThreadSus… in suite() 74 …suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ClassType.InvokeMethodWithSuspensionTest.cla… in suite() 75 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ClassType.InvokeMethodTest.class); in suite() 76 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ClassType.NewInstance002Test.class); in suite() 77 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ClassType.NewInstanceTagTest.class); in suite() 78 …suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ClassType.NewInstanceAfterMultipleThreadSusp… in suite() 79 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ClassType.NewInstanceStringTest.class); in suite() 80 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ClassType.NewInstanceTest.class); in suite() [all …]
|
/external/clang/test/SemaCXX/ |
D | type-traits.cpp | 250 typedef Derives ClassType; typedef 256 { int arr[T(__is_class(ClassType))]; } in is_class() 300 { int arr[F(__is_enum(ClassType))]; } in is_enum() 345 { int arr[F(__is_final(ClassType))]; } in is_final() 368 { int arr[F(__is_sealed(ClassType))]; } in is_sealed() 391 { int arr[F(__is_polymorphic(ClassType))]; } in is_polymorphic() 419 int t27[F(__is_integral(ClassType))]; in is_integral() 448 int t27[F(__is_floating_point(ClassType))]; in is_floating_point() 477 int t27[F(__is_arithmetic(ClassType))]; in is_arithmetic() 532 int t27[F(__is_void(ClassType))]; in is_void() [all …]
|
/external/ImageMagick/MagickCore/ |
D | cache-view.h | 57 extern MagickExport ClassType 83 SetCacheViewStorageClass(CacheView *,const ClassType,ExceptionInfo *),
|
D | cache-private.h | 131 ClassType 234 extern MagickPrivate ClassType
|
D | image.h | 156 ClassType 539 SetImageStorageClass(Image *,const ClassType,ExceptionInfo *),
|
D | magick-type.h | 143 } ClassType; typedef
|
/external/v8/src/ |
D | types.h | 383 class ClassType : public TypeBase { 392 return AsType(new (zone->New(sizeof(ClassType))) in New() 393 ClassType(BitsetType::Lub(*map), map)); in New() 396 static ClassType* cast(Type* type) { in cast() 398 return static_cast<ClassType*>(FromType(type)); in cast() 401 ClassType(BitsetType::bitset bitset, i::Handle<i::Map> map) in ClassType() function 685 return ClassType::New(map, zone); in Class() 795 ClassType* AsClass() { return ClassType::cast(this); } in AsClass()
|
/external/libcxx/test/std/utilities/function.objects/func.require/ |
D | bullet_5.pass.cpp | 169 template <class ClassType, class CallSig, int Arity, 174 typedef MethodID<CallSig ClassType::*> MID; in run() 176 typedef ClassType T; in run()
|
D | bullet_1_and_2.pass.cpp | 134 template <class ClassType, class CallSig, int Arity, class CV, 146 typedef ClassType T; in doTest() 209 typedef CallSig (ClassType::*MemPtr); in runTest() 212 b.runTest( (MemPtr)&ClassType::f, obj); in runTest()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/ |
D | InvokeMethod003Debuggee.java | 19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
|
D | NewInstanceTagDebuggee.java | 19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
|
D | ClassTypeDebuggee.java | 26 package org.apache.harmony.jpda.tests.jdwp.ClassType;
|
D | NewInstance002Debuggee.java | 19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
|
D | NewInstanceStringDebuggee.java | 19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
|
D | SetValues002Debuggee.java | 26 package org.apache.harmony.jpda.tests.jdwp.ClassType;
|
D | NewInstanceAfterMultipleThreadSuspensionTest.java | 19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
|
D | NewInstanceWithSuspensionTest.java | 19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
|
D | InvokeMethodWithSuspensionTest.java | 19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
|
D | InvokeMethodAfterMultipleThreadSuspensionTest.java | 19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
|
D | NewInstanceTagTest.java | 19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
|
D | JDWPClassTypeTestCase.java | 26 package org.apache.harmony.jpda.tests.jdwp.ClassType;
|
/external/clang/lib/AST/ |
D | DeclarationName.cpp | 150 QualType ClassType = N.getCXXNameType(); in operator <<() local 151 if (const RecordType *ClassRec = ClassType->getAs<RecordType>()) in operator <<() 155 return OS << ClassType.getAsString(PrintingPolicy(LO)); in operator <<()
|
/external/smali/smalidea/src/test/java/org/jf/smalidea/ |
D | SmaliPositionManagerTest.java | 167 …@Override public Value invokeMethod(EvaluationContext evaluationContext, ClassType classType, Meth… in invokeMethod() 171 …@Override public ObjectReference newInstance(EvaluationContext evaluationContext, ClassType classT… in newInstance()
|