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()
DvkDefs.hpp162 VkDebugReportObjectTypeEXT objectType,
/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/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/typeinference/bounds/
DSubtypeOfBoundTest.java28 …private ResolvedType objectType = new ReferenceTypeImpl(new ReflectionTypeSolver().solveType(Objec… field in SubtypeOfBoundTest
61 Bound bound = new SubtypeOfBound(inferenceVariable, objectType); in recognizeProperUpperBound1()
63 …assertEquals(Optional.of(new ProperUpperBound(inferenceVariable, objectType)), bound.isProperUpper… in recognizeProperUpperBound1()
78 Bound bound2 = new SubtypeOfBound(beta, objectType); in recognizeProperUpperBound2()
83 … assertEquals(Optional.of(new ProperUpperBound(beta, objectType)), bound2.isProperUpperBound()); in recognizeProperUpperBound2()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_list.cpp25 XFA_ObjectType objectType, in CXFA_List() argument
29 : CXFA_Object(pDocument, objectType, eType, elementName, std::move(obj)) { in CXFA_List()
Dcxfa_object.cpp21 XFA_ObjectType objectType, in CXFA_Object() argument
27 m_objectType(objectType), in CXFA_Object()
Dcxfa_list.h29 XFA_ObjectType objectType,
Dcxfa_object.h92 XFA_ObjectType objectType,
/external/deqp/external/vulkancts/scripts/
Dgen_framework.py1038 def __init__ (self, type, name, objectType, ifaceArgs, arguments): argument
1041 self.objectType = objectType
1066 objectType = function.arguments[-1].type[0] #not getType() but type[0] on purpose
1068 …funcs.append(ConstructorFunction(function.getType(), getInterfaceName(function), objectType, iface…
1084 …for line in indentLines(["Move<%s>\t%s\t(%s = DE_NULL);" % (function.objectType, function.name, ar…
1102 objectType = function.arguments[-2].getType()
1104 yield "void Deleter<%s>::operator() (%s obj) const" % (objectType, objectType)
1127 …yield "Move<%s> %s (%s)" % (function.objectType, function.name, argListToStr(function.ifaceArgs + …
1129 yield "\t%s object = 0;" % function.objectType
1131 …check<%s>(object), Deleter<%s>(%s));" % (function.objectType, function.objectType, function.object…
[all …]
/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/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/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/model/typesystem/
DReferenceTypeImpl.java201 …ResolvedReferenceTypeDeclaration objectType = typeSolver.solveType(Object.class.getCanonicalName()… in getAllAncestors() local
202 ResolvedReferenceType objectRef = create(objectType); in getAllAncestors()
/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/vulkan-validation-layers/layers/
Dvk_layer_logging.h354 object_name_info.objectType = convertDebugReportObjectToCoreObject(object_type); in debug_log_msg()
379 if (VK_OBJECT_TYPE_QUEUE == object_name_info.objectType) { in debug_log_msg()
402 } else if (VK_OBJECT_TYPE_COMMAND_BUFFER == object_name_info.objectType) { in debug_log_msg()
520 object_name_info.objectType = VK_OBJECT_TYPE_DEBUG_UTILS_MESSENGER_EXT; in debug_messenger_log_msg()
538 …tTypeEXT object_type = convertCoreObjectToDebugReportObject(callback_data->pObjects[0].objectType); in debug_messenger_log_msg()
1064 << callback_data->pObjects[obj].objectType in messenger_log_callback()
1098 << callback_data->pObjects[obj].objectType in messenger_win32_debug_output_msg()
/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/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 …]
/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/emma/core/java12/com/vladium/jcd/lib/
DTypes.java666 void objectType () throws IOException in objectType() method in Types.methodDescriptorCompiler
695 objectType (); in fieldType()
/external/mesa3d/src/egl/main/
Deglapi.c260 _eglSetFuncName(const char *funcName, _EGLDisplay *disp, EGLenum objectType, _EGLResource *object) in _eglSetFuncName() argument
267 if (objectType == EGL_OBJECT_THREAD_KHR) in _eglSetFuncName()
269 else if (objectType == EGL_OBJECT_DISPLAY_KHR && disp) in _eglSetFuncName()
281 #define _EGL_FUNC_START(disp, objectType, object, ret) \ argument
283 if (!_eglSetFuncName(__func__, disp, objectType, (_EGLResource *) object)) { \
2341 eglLabelObjectKHR(EGLDisplay dpy, EGLenum objectType, EGLObjectKHR object, in eglLabelObjectKHR() argument
2349 if (objectType == EGL_OBJECT_THREAD_KHR) { in eglLabelObjectKHR()
2364 if (objectType == EGL_OBJECT_DISPLAY_KHR) { in eglLabelObjectKHR()
2372 switch (objectType) { in eglLabelObjectKHR()
/external/turbine/java/com/google/turbine/lower/
DLower.java353 String desc = sig.objectType(annotation.sym()); in parameterAnnotations()
511 sig.objectType(annotation.sym()), visible, annotationValues(annotation.values())); in lowerAnnotation()
553 sig.objectType(enumValue.sym().owner()), enumValue.sym().name()); in annotationValue()
573 sig.objectType(annotationValue.sym()), in annotationValue()

123