/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/deqp/external/vulkancts/framework/vulkan/ |
D | vkDebugReportUtil.cpp | 49 const char* getShortObjectTypeName (VkDebugReportObjectTypeEXT objectType) in getShortObjectTypeName() argument 83 return de::getSizedArrayElement<VK_DEBUG_REPORT_OBJECT_TYPE_EXT_LAST>(s_names, objectType); in getShortObjectTypeName() 86 …Format::Enum<VkDebugReportObjectTypeEXT> shortObjectTypeStr (VkDebugReportObjectTypeEXT objectType) in shortObjectTypeStr() argument 88 return tcu::Format::Enum<VkDebugReportObjectTypeEXT>(getShortObjectTypeName, objectType); in shortObjectTypeStr() 102 str << " at " << shortObjectTypeStr(message.objectType) << ":" << message.location << ")"; in operator <<() 111 VkDebugReportObjectTypeEXT objectType, in debugReportCallback() argument 121 …messageList->append(DebugReportMessage(flags, objectType, object, location, messageCode, pLayerPre… in debugReportCallback()
|
D | vkDebugReportUtil.hpp | 38 VkDebugReportObjectTypeEXT objectType; member 47 , objectType ((VkDebugReportObjectTypeEXT)0) in DebugReportMessage() 61 , objectType (objectType_) in DebugReportMessage()
|
D | vkDefs.hpp | 138 VkDebugReportObjectTypeEXT objectType,
|
D | vkInstanceDriverImpl.inl | 240 …ance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, deUint64 object… argument 242 …m_vk.debugReportMessageEXT(instance, flags, objectType, object, location, messageCode, pLayerPrefi…
|
/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/deqp/external/vulkancts/scripts/ |
D | gen_framework.py | 678 def __init__ (self, type, name, objectType, iface, arguments): argument 681 self.objectType = objectType 703 objectType = function.arguments[-1].type.replace("*", "").strip() 705 …funcs.append(ConstructorFunction(function.getType(), getInterfaceName(function), objectType, iface… 713 …for line in indentLines(["Move<%s>\t%s\t(%s = DE_NULL);" % (function.objectType, function.name, ar… 730 objectType = function.arguments[-2].type 732 yield "void Deleter<%s>::operator() (%s obj) const" % (objectType, objectType) 752 …yield "Move<%s> %s (%s)" % (function.objectType, function.name, argListToStr([function.iface] + fu… 754 yield "\t%s object = 0;" % function.objectType 756 …check<%s>(object), Deleter<%s>(%s));" % (function.objectType, function.objectType, function.object… [all …]
|
/external/vulkan-validation-layers/layers/ |
D | vk_layer_logging.h | 50 … VkDebugReportObjectTypeEXT objectType, uint64_t srcObject, size_t location, int32_t msgCode, 109 … VkDebugReportObjectTypeEXT objectType, uint64_t srcObject, size_t location, int32_t msgCode, in debug_report_log_msg() argument 122 …if (pTrav->pfnMsgCallback(msgFlags, objectType, srcObject, location, msgCode, pLayerPrefix, pMsg, … in debug_report_log_msg() 330 …g_msg(const debug_report_data *debug_data, VkFlags msgFlags, VkDebugReportObjectTypeEXT objectType, 334 …g_msg(const debug_report_data *debug_data, VkFlags msgFlags, VkDebugReportObjectTypeEXT objectType, in log_msg() argument 350 …bool result = debug_report_log_msg(debug_data, msgFlags, objectType, srcObject, location, msgCode,… in log_msg()
|
D | threading.h | 74 VkDebugReportObjectTypeEXT objectType; variable 93 … skipCall |= log_msg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, objectType, (uint64_t)(object), in startWrite() 120 … skipCall |= log_msg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, objectType, (uint64_t)(object), in startWrite() 172 … skipCall |= log_msg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, objectType, (uint64_t)(object), in startRead() 206 objectType = type;
|
/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/pdfium/xfa/fxfa/parser/ |
D | cxfa_object.cpp | 15 XFA_ObjectType objectType, in CXFA_Object() argument 19 m_objectType(objectType), in CXFA_Object()
|
/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/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
D | ConfigurationAnnotations.java | 165 TypeMirror objectType = elements.getTypeElement(Object.class.getCanonicalName()).asType(); in getTransitiveModules() local 181 addIncludesFromSuperclasses(types, moduleElement, moduleDependenciesBuilder, objectType); in getTransitiveModules() 225 ImmutableSet.Builder<TypeElement> builder, TypeMirror objectType) { in addIncludesFromSuperclasses() argument 228 while (!types.isSameType(objectType, superclass) in addIncludesFromSuperclasses()
|
D | ModuleValidator.java | 237 TypeMirror objectType = elements.getTypeElement(Object.class.getCanonicalName()).asType(); in validateProvidesOverrides() local 240 while (!types.isSameType(currentClass.getSuperclass(), objectType)) { in validateProvidesOverrides()
|
/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/smali/smalidea/src/test/java/org/jf/smalidea/ |
D | SmaliClassTest.java | 140 …PsiClassType objectType = factory.createTypeByFQClassName("java.lang.Object", file.getResolveScope… in testIsInheritor() local 141 PsiClass objectClass = objectType.resolve(); in testIsInheritor()
|
/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/vulkan-validation-layers/loader/ |
D | debug_report.h | 157 VkDebugReportObjectTypeEXT objectType,
|
D | debug_report.c | 115 VkDebugReportObjectTypeEXT objectType, argument 123 if (pTrav->pfnMsgCallback(msgFlags, objectType, srcObject, location,
|
/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/clang/lib/AST/ |
D | Type.cpp | 1244 QualType QualType::substObjCMemberType(QualType objectType, in substObjCMemberType() argument 1247 if (auto subs = objectType->getObjCSubstitutions(dc)) in substObjCMemberType() 1321 const ObjCObjectType *objectType; in getObjCSubstitutions() local 1323 objectType = objectPointerType->getObjectType(); in getObjCSubstitutions() 1326 objectType = ctx.getObjCObjectType(ctx.ObjCBuiltinIdTy, { }, { }) in getObjCSubstitutions() 1329 objectType = getAs<ObjCObjectType>(); in getObjCSubstitutions() 1333 ObjCInterfaceDecl *curClassDecl = objectType ? objectType->getInterface() in getObjCSubstitutions() 1345 QualType superType = objectType->getSuperClassType(); in getObjCSubstitutions() 1347 objectType = nullptr; in getObjCSubstitutions() 1351 objectType = superType->castAs<ObjCObjectType>(); in getObjCSubstitutions() [all …]
|
/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()
|