Searched refs:objectType (Results 1 - 25 of 73) sorted by relevance

123

/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DObjectPool.java39 private final Class objectType; field in class:ObjectPool
52 objectType = type;
65 objectType = ObjectFactory.findProviderClass(
85 objectType = type;
95 objectType = null;
136 return objectType.newInstance();
165 // if (objectType.isInstance(obj))
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkDebugReportUtil.cpp49 const char* getShortObjectTypeName (VkDebugReportObjectTypeEXT objectType) argument
83 return de::getSizedArrayElement<VK_DEBUG_REPORT_OBJECT_TYPE_EXT_LAST>(s_names, objectType);
86 tcu::Format::Enum<VkDebugReportObjectTypeEXT> shortObjectTypeStr (VkDebugReportObjectTypeEXT objectType) argument
88 return tcu::Format::Enum<VkDebugReportObjectTypeEXT>(getShortObjectTypeName, objectType);
102 str << " at " << shortObjectTypeStr(message.objectType) << ":" << message.location << ")";
111 VkDebugReportObjectTypeEXT objectType,
121 messageList->append(DebugReportMessage(flags, objectType, object, location, messageCode, pLayerPrefix, pMessage));
110 debugReportCallback(VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, deUint64 object, size_t location, deInt32 messageCode, const char* pLayerPrefix, const char* pMessage, void* pUserData) argument
H A DvkDebugReportUtil.hpp38 VkDebugReportObjectTypeEXT objectType; member in struct:vk::DebugReportMessage
47 , objectType ((VkDebugReportObjectTypeEXT)0)
61 , objectType (objectType_)
H A DvkDefs.hpp146 VkDebugReportObjectTypeEXT objectType,
H A DvkInstanceDriverImpl.inl195 void InstanceDriver::debugReportMessageEXT (VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, deUint64 object, deUintptr location, deInt32 messageCode, const char* pLayerPrefix, const char* pMessage) const
197 m_vk.debugReportMessageEXT(instance, flags, objectType, object, location, messageCode, pLayerPrefix, pMessage);
H A DvkConcreteInstanceInterface.inl42 virtual void debugReportMessageEXT (VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, deUint64 object, deUintptr location, deInt32 messageCode, const char* pLayerPrefix, const char* pMessage) const;
H A DvkVirtualInstanceInterface.inl42 virtual void debugReportMessageEXT (VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, deUint64 object, deUintptr location, deInt32 messageCode, const char* pLayerPrefix, const char* pMessage) const = 0;
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
H A DbtTypedObject.java60 public btTypedObject(int objectType) { argument
61 this(LinearMathJNI.new_btTypedObject(objectType), true);
/external/javassist/src/main/javassist/
H A DCtField.java535 * @param objectType the class instantiated for the initial value.
537 public static Initializer byNew(CtClass objectType) { argument
539 i.objectType = objectType;
560 * @param objectType the class instantiated for the initial value.
564 public static Initializer byNew(CtClass objectType, argument
567 i.objectType = objectType;
589 * @param objectType the class instantiated for the initial value.
594 public static Initializer byNewWithParams(CtClass objectType) { argument
624 byNewWithParams(CtClass objectType, String[] stringParams) argument
984 CtClass objectType; field in class:CtField.NewInitializer
[all...]
/external/deqp/external/vulkancts/
H A Dgen_framework.py651 def __init__ (self, type, name, objectType, iface, arguments):
654 self.objectType = objectType
676 objectType = function.arguments[-1].type.replace("*", "").strip()
678 funcs.append(ConstructorFunction(function.getType(), getInterfaceName(function), objectType, iface, arguments))
686 for line in indentLines(["Move<%s>\t%s\t(%s = DE_NULL);" % (function.objectType, function.name, argListToStr([function.iface] + function.arguments)) for function in functions]):
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, functio
[all...]
/external/vulkan-validation-layers/layers/
H A Dvk_layer_logging.h52 static inline VkBool32 debug_report_log_msg(debug_report_data *debug_data, VkFlags msgFlags, VkDebugReportObjectTypeEXT objectType, argument
59 if (pTrav->pfnMsgCallback(msgFlags, objectType, srcObject, location, msgCode, pLayerPrefix, pMsg, pTrav->pUserData)) {
221 static inline VkBool32 log_msg(debug_report_data *debug_data, VkFlags msgFlags, VkDebugReportObjectTypeEXT objectType,
225 static inline VkBool32 log_msg(debug_report_data *debug_data, VkFlags msgFlags, VkDebugReportObjectTypeEXT objectType, argument
238 return debug_report_log_msg(debug_data, msgFlags, objectType, srcObject, location, msgCode, pLayerPrefix, str);
H A Dthreading.h63 VkDebugReportObjectTypeEXT objectType; member in class:counter
80 skipCall |= log_msg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, objectType, (uint64_t)(object),
107 skipCall |= log_msg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, objectType, (uint64_t)(object),
160 skipCall |= log_msg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, objectType, (uint64_t)(object),
195 objectType = type;
/external/mesa3d/src/mesa/main/
H A 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);
H A Dbufferobj.c1771 _mesa_ObjectPurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) argument
1796 switch (objectType) {
1809 name, objectType);
1913 _mesa_ObjectUnpurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) argument
1936 switch (objectType) {
1946 name, objectType);
2025 _mesa_GetObjectParameterivAPPLE(GLenum objectType, GLuint name, GLenum pname, argument
2036 switch (objectType) {
2049 name, objectType);
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
H A DVerificationTypeVisitor.java41 public void visitObjectType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType); argument
51 public void visitStackObjectType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType); argument
61 public void visitVariablesObjectType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType); argument
/external/vulkan-validation-layers/loader/
H A Ddebug_report.h147 VkDebugReportObjectTypeEXT objectType,
H A Ddebug_report.c116 VkDebugReportObjectTypeEXT objectType,
124 if (pTrav->pfnMsgCallback(msgFlags, objectType, srcObject, location,
114 util_DebugReportMessage(const struct loader_instance *inst, VkFlags msgFlags, VkDebugReportObjectTypeEXT objectType, uint64_t srcObject, size_t location, int32_t msgCode, const char *pLayerPrefix, const char *pMsg) argument
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
H A DConfigurationAnnotations.java165 TypeMirror objectType = elements.getTypeElement(Object.class.getCanonicalName()).asType();
181 addIncludesFromSuperclasses(types, moduleElement, moduleDependenciesBuilder, objectType);
225 ImmutableSet.Builder<TypeElement> builder, TypeMirror objectType) {
228 while (!types.isSameType(objectType, superclass)
224 addIncludesFromSuperclasses(Types types, TypeElement element, ImmutableSet.Builder<TypeElement> builder, TypeMirror objectType) argument
H A DModuleValidator.java237 TypeMirror objectType = elements.getTypeElement(Object.class.getCanonicalName()).asType();
240 while (!types.isSameType(currentClass.getSuperclass(), objectType)) {
/external/javassist/src/main/javassist/bytecode/analysis/
H A DExecutor.java708 Type objectType = resolveClassInfo(constPool.getFieldrefClassName(index));
709 verifyAssignable(objectType, simplePop(frame));
724 Type objectType = resolveClassInfo(classInfo);
725 verifyAssignable(objectType, simplePop(frame));
741 Type objectType = resolveClassInfo(constPool.getMethodrefClassName(index));
742 verifyAssignable(objectType, simplePop(frame));
854 Type objectType = resolveClassInfo(constPool.getFieldrefClassName(index));
855 verifyAssignable(objectType, simplePop(frame));
/external/smali/smalidea/src/test/java/org/jf/smalidea/
H A DSmaliClassTest.java140 PsiClassType objectType = factory.createTypeByFQClassName("java.lang.Object", file.getResolveScope());
141 PsiClass objectClass = objectType.resolve();
/external/emma/core/java12/com/vladium/jcd/lib/
H A DTypes.java666 void objectType () throws IOException method in class:Types.methodDescriptorCompiler
695 objectType ();
/external/replicaisland/src/com/replica/replicaisland/
H A DHitReactionComponent.java335 public final void setSpawnOnDealHit(int hitType, GameObjectType objectType, boolean alignToVictimX, argument
337 mSpawnOnDealHitObjectType = objectType;
/external/proguard/src/proguard/classfile/util/
H A DSimplifiedVisitor.java712 public void visitObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) argument
714 visitAnyVerificationType(clazz, method, codeAttribute, offset, objectType);
766 public void visitStackObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType) argument
768 visitObjectType(clazz, method, codeAttribute, offset, objectType);
821 public void visitVariablesObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType) argument
823 visitObjectType(clazz, method, codeAttribute, offset, objectType);
/external/proguard/src/proguard/classfile/editor/
H A DConstantPoolRemapper.java559 public void visitObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) argument
561 objectType.u2classIndex =
562 remapConstantIndex(objectType.u2classIndex);

Completed in 4218 milliseconds

123