Searched defs:objectType (Results 1 - 25 of 49) sorted by path

12

/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/caliper/lib/
H A Djersey-core-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/jersey-module-version META- ...
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp2451 QualType objectType = pointerOperand->getType() local
2455 = CGF.CGM.getSize(CGF.getContext().getTypeSizeInChars(objectType));
/external/clang/lib/Sema/
H A DSemaAccess.cpp1568 QualType objectType) {
1573 DeclAccessPair::make(decl, access), objectType);
1566 isSpecialMemberAccessibleForDeletion(CXXMethodDecl *decl, AccessSpecifier access, QualType objectType) argument
H A DSemaExprMember.cpp821 QualType objectType = baseObjectExpr->getType(); local
823 if (const PointerType *ptr = objectType->getAs<PointerType>()) {
825 objectType = ptr->getPointeeType();
829 baseQuals = objectType.getQualifiers();
H A DSemaStmt.cpp1724 const ObjCObjectType *objectType = pointerType->getObjectType(); local
1725 ObjCInterfaceDecl *iface = objectType->getInterface();
1731 ? RequireCompleteType(forLoc, QualType(objectType, 0),
1733 : !isCompleteType(forLoc, QualType(objectType, 0)))) {
1736 } else if (iface || !objectType->qual_empty()) {
/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
/external/dagger2/lib/
H A Dauto-common-1.0-20151022.071545-39.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/common/ ...
H A Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkDebugReportUtil.cpp49 const char* getShortObjectTypeName (VkDebugReportObjectTypeEXT objectType) argument
51 switch (objectType)
89 tcu::Format::Enum<VkDebugReportObjectTypeEXT> shortObjectTypeStr (VkDebugReportObjectTypeEXT objectType) argument
91 return tcu::Format::Enum<VkDebugReportObjectTypeEXT>(getShortObjectTypeName, objectType);
105 str << " at " << shortObjectTypeStr(message.objectType) << ":" << message.location << ")";
114 VkDebugReportObjectTypeEXT objectType,
124 messageList->append(DebugReportMessage(flags, objectType, object, location, messageCode, pLayerPrefix, pMessage));
113 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_)
/external/emma/core/java12/com/vladium/jcd/lib/
H A DTypes.java666 void objectType () throws IOException method in class:Types.methodDescriptorCompiler
695 objectType ();
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/guice/extensions/persist/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/guice/lib/build/
H A Dspring-beans.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/beans/ org/springframework/beans/annotation/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/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/mesa3d/include/vulkan/
H A Dvulkan.h3814 VkDebugReportObjectTypeEXT objectType,
3834 typedef void (VKAPI_PTR *PFN_vkDebugReportMessageEXT)(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pMessage);
3851 VkDebugReportObjectTypeEXT objectType,
3908 VkDebugReportObjectTypeEXT objectType; member in struct:VkDebugMarkerObjectNameInfoEXT
3916 VkDebugReportObjectTypeEXT objectType; member in struct:VkDebugMarkerObjectTagInfoEXT
/external/mesa3d/src/egl/main/
H A Deglapi.c254 _eglSetFuncName(const char *funcName, _EGLDisplay *disp, EGLenum objectType, _EGLResource *object) argument
261 if (objectType == EGL_OBJECT_THREAD_KHR)
263 else if (objectType == EGL_OBJECT_DISPLAY_KHR && disp)
276 #define _EGL_FUNC_START(disp, objectType, object, ret) \
278 if (!_eglSetFuncName(__func__, disp, objectType, (_EGLResource *) object)) { \
2167 eglLabelObjectKHR(EGLDisplay dpy, EGLenum objectType, EGLObjectKHR object, argument
2175 if (objectType == EGL_OBJECT_THREAD_KHR) {
2190 if (objectType == EGL_OBJECT_DISPLAY_KHR) {
2198 switch (objectType) {
/external/mesa3d/src/mesa/main/
H A Dobjectpurge.c136 _mesa_ObjectPurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) argument
161 switch (objectType) {
174 name, objectType);
278 _mesa_ObjectUnpurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) argument
301 switch (objectType) {
311 name, objectType);
390 _mesa_GetObjectParameterivAPPLE(GLenum objectType, GLuint name, GLenum pname, argument
401 switch (objectType) {
414 name, objectType);
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 1790 milliseconds

12