Home
last modified time | relevance | path

Searched refs:objectType (Results 1 – 25 of 50) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xml/utils/
DObjectPool.java39 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/
DvkDebugReportUtil.cpp49 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()
DvkDebugReportUtil.hpp38 VkDebugReportObjectTypeEXT objectType; member
47 , objectType ((VkDebugReportObjectTypeEXT)0) in DebugReportMessage()
61 , objectType (objectType_) in DebugReportMessage()
DvkInstanceDriverImpl.inl195 …ance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, deUint64 object… argument
197 …m_vk.debugReportMessageEXT(instance, flags, objectType, object, location, messageCode, pLayerPrefi…
DvkDefs.hpp146 VkDebugReportObjectTypeEXT objectType,
/external/javassist/src/main/javassist/
DCtField.java537 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/
Dgen_framework.py651 def __init__ (self, type, name, objectType, iface, arguments): argument
654 self.objectType = objectType
676 objectType = function.arguments[-1].type.replace("*", "").strip()
678 …funcs.append(ConstructorFunction(function.getType(), getInterfaceName(function), objectType, iface…
686 …for line in indentLines(["Move<%s>\t%s\t(%s = DE_NULL);" % (function.objectType, function.name, ar…
703 objectType = function.arguments[-2].type
705 yield "void Deleter<%s>::operator() (%s obj) const" % (objectType, objectType)
725 …yield "Move<%s> %s (%s)" % (function.objectType, function.name, argListToStr([function.iface] + fu…
727 yield "\t%s object = 0;" % function.objectType
729 …check<%s>(object), Deleter<%s>(%s));" % (function.objectType, function.objectType, function.object…
[all …]
/external/vulkan-validation-layers/layers/
Dvk_layer_logging.h52 …ort_log_msg(debug_report_data *debug_data, VkFlags msgFlags, VkDebugReportObjectTypeEXT objectType, in debug_report_log_msg() argument
59 …if (pTrav->pfnMsgCallback(msgFlags, objectType, srcObject, location, msgCode, pLayerPrefix, pMsg, … in debug_report_log_msg()
221 …l32 log_msg(debug_report_data *debug_data, VkFlags msgFlags, VkDebugReportObjectTypeEXT objectType,
225 …l32 log_msg(debug_report_data *debug_data, VkFlags msgFlags, VkDebugReportObjectTypeEXT objectType, in log_msg() argument
238 …return debug_report_log_msg(debug_data, msgFlags, objectType, srcObject, location, msgCode, pLayer… in log_msg()
Dthreading.h63 VkDebugReportObjectTypeEXT objectType; variable
80 … skipCall |= log_msg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, objectType, (uint64_t)(object), in startWrite()
107 … skipCall |= log_msg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, objectType, (uint64_t)(object), in startWrite()
160 … skipCall |= log_msg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, objectType, (uint64_t)(object), in startRead()
195 objectType = type;
/external/mesa3d/src/mesa/main/
Dbufferobj.h153 _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);
Dbufferobj.c1771 _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/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
DbtTypedObject.java60 public btTypedObject(int objectType) { in btTypedObject() argument
61 this(LinearMathJNI.new_btTypedObject(objectType), true); in btTypedObject()
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
DVerificationTypeVisitor.java41 …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/
DConfigurationAnnotations.java165 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()
DModuleValidator.java237 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/
DExecutor.java708 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/
DSmaliClassTest.java140 …PsiClassType objectType = factory.createTypeByFQClassName("java.lang.Object", file.getResolveScope… in testIsInheritor() local
141 PsiClass objectClass = objectType.resolve(); in testIsInheritor()
/external/vulkan-validation-layers/loader/
Ddebug_report.h147 VkDebugReportObjectTypeEXT objectType,
Ddebug_report.c116 VkDebugReportObjectTypeEXT objectType, in util_DebugReportMessage() argument
124 if (pTrav->pfnMsgCallback(msgFlags, objectType, srcObject, location, in util_DebugReportMessage()
/external/proguard/src/proguard/classfile/util/
DSimplifiedVisitor.java712 …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/
DHitReactionComponent.java335 …public final void setSpawnOnDealHit(int hitType, GameObjectType objectType, boolean alignToVictimX, in setSpawnOnDealHit() argument
337 mSpawnOnDealHitObjectType = objectType; in setSpawnOnDealHit()
/external/proguard/src/proguard/classfile/editor/
DConstantPoolRemapper.java559 …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()
DConstantPoolShrinker.java412 …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/
DType.cpp1244 QualType QualType::substObjCMemberType(QualType objectType, in substObjCMemberType() argument
1247 if (auto subs = objectType->getObjCSubstitutions(dc)) in substObjCMemberType()
1315 const ObjCObjectType *objectType; in getObjCSubstitutions() local
1317 objectType = objectPointerType->getObjectType(); in getObjCSubstitutions()
1320 objectType = ctx.getObjCObjectType(ctx.ObjCBuiltinIdTy, { }, { }) in getObjCSubstitutions()
1323 objectType = getAs<ObjCObjectType>(); in getObjCSubstitutions()
1327 ObjCInterfaceDecl *curClassDecl = objectType ? objectType->getInterface() in getObjCSubstitutions()
1339 QualType superType = objectType->getSuperClassType(); in getObjCSubstitutions()
1341 objectType = nullptr; in getObjCSubstitutions()
1345 objectType = superType->castAs<ObjCObjectType>(); in getObjCSubstitutions()
[all …]
/external/emma/core/java12/com/vladium/jcd/lib/
DTypes.java666 void objectType () throws IOException in objectType() method in Types.methodDescriptorCompiler
695 objectType (); in fieldType()

12