Home
last modified time | relevance | path

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

123

/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
51 switch (objectType) in getShortObjectTypeName()
89 …Format::Enum<VkDebugReportObjectTypeEXT> shortObjectTypeStr (VkDebugReportObjectTypeEXT objectType) in shortObjectTypeStr() argument
91 return tcu::Format::Enum<VkDebugReportObjectTypeEXT>(getShortObjectTypeName, objectType); in shortObjectTypeStr()
105 str << " at " << shortObjectTypeStr(message.objectType) << ":" << message.location << ")"; in operator <<()
114 VkDebugReportObjectTypeEXT objectType, in debugReportCallback() argument
124 …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()
/external/mesa3d/src/mesa/main/
Dobjectpurge.c136 _mesa_ObjectPurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) in _mesa_ObjectPurgeableAPPLE() argument
161 switch (objectType) { in _mesa_ObjectPurgeableAPPLE()
174 name, objectType); in _mesa_ObjectPurgeableAPPLE()
278 _mesa_ObjectUnpurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) in _mesa_ObjectUnpurgeableAPPLE() argument
301 switch (objectType) { in _mesa_ObjectUnpurgeableAPPLE()
311 name, objectType); in _mesa_ObjectUnpurgeableAPPLE()
390 _mesa_GetObjectParameterivAPPLE(GLenum objectType, GLuint name, GLenum pname, in _mesa_GetObjectParameterivAPPLE() argument
401 switch (objectType) { in _mesa_GetObjectParameterivAPPLE()
414 name, objectType); in _mesa_GetObjectParameterivAPPLE()
Dobjectpurge.h32 _mesa_ObjectPurgeableAPPLE(GLenum objectType, GLuint name, GLenum option);
35 _mesa_ObjectUnpurgeableAPPLE(GLenum objectType, GLuint name, GLenum option);
38 _mesa_GetObjectParameterivAPPLE(GLenum objectType, GLuint name,
/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/r8/src/main/java/com/android/tools/r8/graph/
DDexType.java107 if (this == appInfo.dexItemFactory.objectType) { in isSubtypeOf()
110 if (other == appInfo.dexItemFactory.objectType) { in isSubtypeOf()
124 if (candidate == other || other == appInfo.dexItemFactory.objectType) { in isInterfaceSubtypeOf()
199 DexType object = factory.objectType; in forAllInterfaces()
386 DexType objectType = dexItemFactory.objectType; in validateLevelsAreCorrect() local
387 worklist.add(objectType); in validateLevelsAreCorrect()
394 superType = next == dexItemFactory.objectType ? null : dexItemFactory.objectType; in validateLevelsAreCorrect()
DAppInfoWithSubtyping.java70 assert dexItemFactory.objectType == holder; in populateAllSuperTypes()
81 if (holder != dexItemFactory.objectType) { in populateAllSuperTypes()
82 dexItemFactory.objectType.addDirectSubtype(holder); in populateAllSuperTypes()
89 dexItemFactory.objectType.tagAsSubtypeRoot(); in populateSubtypeMap()
/external/deqp/external/vulkancts/scripts/
Dgen_framework.py620 def __init__ (self, type, name, objectType, iface, arguments): argument
623 self.objectType = objectType
645 objectType = function.arguments[-1].type.replace("*", "").strip()
647 …funcs.append(ConstructorFunction(function.getType(), getInterfaceName(function), objectType, iface…
655 …for line in indentLines(["Move<%s>\t%s\t(%s = DE_NULL);" % (function.objectType, function.name, ar…
672 objectType = function.arguments[-2].type
674 yield "void Deleter<%s>::operator() (%s obj) const" % (objectType, objectType)
694 …yield "Move<%s> %s (%s)" % (function.objectType, function.name, argListToStr([function.iface] + fu…
696 yield "\t%s object = 0;" % function.objectType
698 …check<%s>(object), Deleter<%s>(%s));" % (function.objectType, function.objectType, function.object…
[all …]
/external/vulkan-validation-layers/layers/
Dvk_layer_logging.h50 … 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()
Dthreading.h74 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/pdfium/xfa/fxfa/parser/
Dcxfa_object.cpp15 XFA_ObjectType objectType, in CXFA_Object() argument
19 m_objectType(objectType), in CXFA_Object()
/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()
/external/r8/src/main/java/com/android/tools/r8/ir/desugar/
DClassProcessor.java64 if (superType != null && superType != rewriter.factory.objectType) { in process()
126 if (superType == null || superType == rewriter.factory.objectType) { in collectMethodsToImplement()
151 if (superType == null || superType == rewriter.factory.objectType) { in collectMethodsToImplement()
DLambdaMainMethodSourceCode.java118 return b == factory.objectType; in isSameOrAdaptableTo()
128 if (b == boxedPrimitiveType || b == factory.objectType) { in isSameOrAdaptableTo()
328 toType == factory().objectType || in adjustType()
336 if (fromType.isArrayType() && toType == factory().objectType) { in adjustType()
/external/r8/src/main/java/com/android/tools/r8/naming/
DFieldNameMinifier.java37 reserveNamesInSubtypes(appInfo.dexItemFactory.objectType, rootState); in computeRenaming()
42 renameFieldsInSubtypes(appInfo.dexItemFactory.objectType); in computeRenaming()
DMethodNameMinifier.java107 reserveNamesInClasses(appInfo.dexItemFactory.objectType, in computeRenaming()
108 appInfo.dexItemFactory.objectType, in computeRenaming()
125 assignNamesToClassesMethods(appInfo.dexItemFactory.objectType, false, renaming); in computeRenaming()
129 assignNamesToClassesMethods(appInfo.dexItemFactory.objectType, true, renaming); in computeRenaming()
/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.h157 VkDebugReportObjectTypeEXT objectType,
/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()
/external/clang/lib/AST/
DType.cpp1244 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 …]

123