/external/apache-xml/src/main/java/org/apache/xml/utils/ |
H A D | ObjectPool.java | 39 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 D | vkDebugReportUtil.cpp | 49 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 D | vkDebugReportUtil.hpp | 38 VkDebugReportObjectTypeEXT objectType; member in struct:vk::DebugReportMessage 47 , objectType ((VkDebugReportObjectTypeEXT)0) 61 , objectType (objectType_)
|
H A D | vkDefs.hpp | 146 VkDebugReportObjectTypeEXT objectType,
|
H A D | vkInstanceDriverImpl.inl | 195 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 D | vkConcreteInstanceInterface.inl | 42 virtual void debugReportMessageEXT (VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, deUint64 object, deUintptr location, deInt32 messageCode, const char* pLayerPrefix, const char* pMessage) const;
|
H A D | vkVirtualInstanceInterface.inl | 42 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 D | btTypedObject.java | 60 public btTypedObject(int objectType) { argument 61 this(LinearMathJNI.new_btTypedObject(objectType), true);
|
/external/javassist/src/main/javassist/ |
H A D | CtField.java | 535 * @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 D | gen_framework.py | 651 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 D | vk_layer_logging.h | 52 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 D | threading.h | 63 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 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);
|
H A D | bufferobj.c | 1771 _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 D | VerificationTypeVisitor.java | 41 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 D | debug_report.h | 147 VkDebugReportObjectTypeEXT objectType,
|
H A D | debug_report.c | 116 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 D | ConfigurationAnnotations.java | 165 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 D | ModuleValidator.java | 237 TypeMirror objectType = elements.getTypeElement(Object.class.getCanonicalName()).asType(); 240 while (!types.isSameType(currentClass.getSuperclass(), objectType)) {
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
H A D | Executor.java | 708 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 D | SmaliClassTest.java | 140 PsiClassType objectType = factory.createTypeByFQClassName("java.lang.Object", file.getResolveScope()); 141 PsiClass objectClass = objectType.resolve();
|
/external/emma/core/java12/com/vladium/jcd/lib/ |
H A D | Types.java | 666 void objectType () throws IOException method in class:Types.methodDescriptorCompiler 695 objectType ();
|
/external/replicaisland/src/com/replica/replicaisland/ |
H A D | HitReactionComponent.java | 335 public final void setSpawnOnDealHit(int hitType, GameObjectType objectType, boolean alignToVictimX, argument 337 mSpawnOnDealHitObjectType = objectType;
|
/external/proguard/src/proguard/classfile/util/ |
H A D | SimplifiedVisitor.java | 712 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 D | ConstantPoolRemapper.java | 559 public void visitObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) argument 561 objectType.u2classIndex = 562 remapConstantIndex(objectType.u2classIndex);
|