/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | ObjectPool.java | 39 private final Class objectType; field in ObjectPool 52 objectType = type; in ObjectPool() 65 objectType = ObjectFactory.findProviderClass( in ObjectPool() 85 objectType = type; in ObjectPool() 95 objectType = null; in ObjectPool() 136 return objectType.newInstance(); in getInstance()
|
/external/javassist/src/main/javassist/ |
D | CtField.java | 537 public static Initializer byNew(CtClass objectType) { in byNew() argument 539 i.objectType = objectType; in byNew() 564 public static Initializer byNew(CtClass objectType, in byNew() argument 567 i.objectType = objectType; in byNew() 594 public static Initializer byNewWithParams(CtClass objectType) { in byNewWithParams() argument 596 i.objectType = objectType; in byNewWithParams() 624 public static Initializer byNewWithParams(CtClass objectType, in byNewWithParams() argument 627 i.objectType = objectType; in byNewWithParams() 656 i.objectType = methodClass; in byCall() 691 i.objectType = methodClass; in byCall() [all …]
|
/external/mesa3d/src/mesa/main/ |
D | bufferobj.h | 153 _mesa_ObjectPurgeableAPPLE(GLenum objectType, GLuint name, GLenum option); 156 _mesa_ObjectUnpurgeableAPPLE(GLenum objectType, GLuint name, GLenum option); 159 _mesa_GetObjectParameterivAPPLE(GLenum objectType, GLuint name, GLenum pname, GLint* params);
|
D | bufferobj.c | 1771 _mesa_ObjectPurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) in _mesa_ObjectPurgeableAPPLE() argument 1796 switch (objectType) { in _mesa_ObjectPurgeableAPPLE() 1809 name, objectType); in _mesa_ObjectPurgeableAPPLE() 1913 _mesa_ObjectUnpurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) in _mesa_ObjectUnpurgeableAPPLE() argument 1936 switch (objectType) { in _mesa_ObjectUnpurgeableAPPLE() 1946 name, objectType); in _mesa_ObjectUnpurgeableAPPLE() 2025 _mesa_GetObjectParameterivAPPLE(GLenum objectType, GLuint name, GLenum pname, in _mesa_GetObjectParameterivAPPLE() argument 2036 switch (objectType) { in _mesa_GetObjectParameterivAPPLE() 2049 name, objectType); in _mesa_GetObjectParameterivAPPLE()
|
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/ |
D | VerificationTypeVisitor.java | 41 …z clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType); in visitObjectType() argument 51 …thod method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType); in visitStackObjectType() argument 61 …thod method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType); in visitVariablesObjectType() argument
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | Executor.java | 708 Type objectType = resolveClassInfo(constPool.getFieldrefClassName(index)); in evalGetField() local 709 verifyAssignable(objectType, simplePop(frame)); in evalGetField() 724 Type objectType = resolveClassInfo(classInfo); in evalInvokeIntfMethod() local 725 verifyAssignable(objectType, simplePop(frame)); in evalInvokeIntfMethod() 741 Type objectType = resolveClassInfo(constPool.getMethodrefClassName(index)); in evalInvokeMethod() local 742 verifyAssignable(objectType, simplePop(frame)); in evalInvokeMethod() 854 Type objectType = resolveClassInfo(constPool.getFieldrefClassName(index)); in evalPutField() local 855 verifyAssignable(objectType, simplePop(frame)); in evalPutField()
|
/external/proguard/src/proguard/classfile/util/ |
D | SimplifiedVisitor.java | 712 …ectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) in visitObjectType() argument 714 visitAnyVerificationType(clazz, method, codeAttribute, offset, objectType); in visitObjectType() 766 …zz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType) in visitStackObjectType() argument 768 visitObjectType(clazz, method, codeAttribute, offset, objectType); in visitStackObjectType() 821 …zz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType) in visitVariablesObjectType() argument 823 visitObjectType(clazz, method, codeAttribute, offset, objectType); in visitVariablesObjectType()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | HitReactionComponent.java | 335 …public final void setSpawnOnDealHit(int hitType, GameObjectType objectType, boolean alignToVictimX, in setSpawnOnDealHit() argument 337 mSpawnOnDealHitObjectType = objectType; in setSpawnOnDealHit()
|
/external/proguard/src/proguard/classfile/editor/ |
D | ConstantPoolRemapper.java | 559 …ectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) in visitObjectType() argument 561 objectType.u2classIndex = in visitObjectType() 562 remapConstantIndex(objectType.u2classIndex); in visitObjectType()
|
D | ConstantPoolShrinker.java | 412 …ectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) in visitObjectType() argument 414 markConstant(clazz, objectType.u2classIndex); in visitObjectType()
|
/external/emma/core/java12/com/vladium/jcd/lib/ |
D | Types.java | 666 void objectType () throws IOException in objectType() method in Types.methodDescriptorCompiler 695 objectType (); in fieldType()
|
/external/proguard/src/proguard/shrink/ |
D | UsageMarker.java | 883 …ectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) in visitObjectType() argument 885 markConstant(clazz, objectType.u2classIndex); in visitObjectType()
|
/external/clang/lib/Sema/ |
D | SemaExprMember.cpp | 796 QualType objectType = baseObjectExpr->getType(); in BuildAnonymousStructUnionMemberReference() local 798 if (const PointerType *ptr = objectType->getAs<PointerType>()) { in BuildAnonymousStructUnionMemberReference() 800 objectType = ptr->getPointeeType(); in BuildAnonymousStructUnionMemberReference() 804 baseQuals = objectType.getQualifiers(); in BuildAnonymousStructUnionMemberReference()
|
D | SemaAccess.cpp | 1568 QualType objectType) { in isSpecialMemberAccessibleForDeletion() argument 1573 DeclAccessPair::make(decl, access), objectType); in isSpecialMemberAccessibleForDeletion()
|
D | SemaStmt.cpp | 1700 const ObjCObjectType *objectType = pointerType->getObjectType(); in CheckObjCForCollectionOperand() local 1701 ObjCInterfaceDecl *iface = objectType->getInterface(); in CheckObjCForCollectionOperand() 1706 RequireCompleteType(forLoc, QualType(objectType, 0), in CheckObjCForCollectionOperand() 1713 } else if (iface || !objectType->qual_empty()) { in CheckObjCForCollectionOperand()
|
D | SemaOverload.cpp | 11561 QualType objectType = op->getLHS()->getType(); in BuildCallToMemberFunction() local 11563 objectType = objectType->castAs<PointerType>()->getPointeeType(); in BuildCallToMemberFunction() 11564 Qualifiers objectQuals = objectType.getQualifiers(); in BuildCallToMemberFunction()
|
/external/proguard/src/proguard/classfile/io/ |
D | ProgramClassWriter.java | 820 …ectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) in visitObjectType() argument 822 dataOutput.writeShort(objectType.u2classIndex); in visitObjectType()
|
D | ProgramClassReader.java | 721 …ectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) in visitObjectType() argument 723 objectType.u2classIndex = dataInput.readUnsignedShort(); in visitObjectType()
|
/external/dexmaker/src/test/java/com/google/dexmaker/ |
D | DexMakerTest.java | 972 TypeId<Instance> objectType = TypeId.get(Instance.class); in instanceSwapMethod() local 973 FieldId<Instance, V> fieldId = objectType.getField(valueType, fieldName); in instanceSwapMethod() 974 MethodId<?, V> methodId = GENERATED.getMethod(valueType, "call", objectType, valueType); in instanceSwapMethod() 976 Local<Instance> localInstance = code.getParameter(0, objectType); in instanceSwapMethod() 1055 TypeId<Static> objectType = TypeId.get(Static.class); in staticSwapMethod() local 1056 FieldId<Static, V> fieldId = objectType.getField(valueType, fieldName); in staticSwapMethod()
|
/external/proguard/src/proguard/classfile/visitor/ |
D | ClassPrinter.java | 880 …ectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) in visitObjectType() argument 882 ps.print("[a:" + clazz.getClassName(objectType.u2classIndex) + "]"); in visitObjectType()
|
/external/robolectric/lib/main/ |
D | javassist-3.14.0-GA.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/bytecode/
javassist/ ... |
D | h2-1.2.147.jar | META-INF/MANIFEST.MF
META-INF/services/java.sql.Driver
org ... |
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 2456 QualType objectType = pointerOperand->getType() in emitPointerArithmetic() local 2460 = CGF.CGM.getSize(CGF.getContext().getTypeSizeInChars(objectType)); in emitPointerArithmetic()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 5192 QualType objectType = QualType()); 5213 QualType objectType);
|
/external/mesa3d/include/GL/ |
D | glext.h | 12114 GLAPI GLenum APIENTRY glObjectPurgeableAPPLE (GLenum objectType, GLuint name, GLenum option); 12115 GLAPI GLenum APIENTRY glObjectUnpurgeableAPPLE (GLenum objectType, GLuint name, GLenum option); 12116 GLAPI void APIENTRY glGetObjectParameterivAPPLE (GLenum objectType, GLuint name, GLenum pname, GLin… 12118 typedef GLenum (APIENTRYP PFNGLOBJECTPURGEABLEAPPLEPROC) (GLenum objectType, GLuint name, GLenum op… 12119 typedef GLenum (APIENTRYP PFNGLOBJECTUNPURGEABLEAPPLEPROC) (GLenum objectType, GLuint name, GLenum … 12120 typedef void (APIENTRYP PFNGLGETOBJECTPARAMETERIVAPPLEPROC) (GLenum objectType, GLuint name, GLenum…
|