Home
last modified time | relevance | path

Searched refs:attributeType (Results 1 – 25 of 1434) sorted by relevance

12345678910>>...58

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/General/
H A DLegacyCustomAttributeApis.cs36 if (attributeType == null) in GetCustomAttributes()
44 if (attributeType == null) in IsDefined()
61 if (attributeType == null) in GetCustomAttributes()
69 if (attributeType == null) in IsDefined()
86 if (attributeType == null) in GetCustomAttributes()
94 if (attributeType == null) in IsDefined()
111 if (attributeType == null) in GetCustomAttributes()
119 if (attributeType == null) in IsDefined()
136 if (attributeType == null) in GetCustomAttributes()
144 if (attributeType == null) in IsDefined()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Reflection/
H A DLegacyCustomAttributeApis.cs25 …mAttribute(Assembly element, Type attributeType) => CustomAttributeExtensions.GetCustomAttribute(e… in GetCustomAttribute() argument
28 …ttribute(MemberInfo element, Type attributeType) => CustomAttributeExtensions.GetCustomAttribute(e… in GetCustomAttribute() argument
29 …e(MemberInfo element, Type attributeType, bool inherit) => CustomAttributeExtensions.GetCustomAttr… in GetCustomAttribute() argument
31 …tomAttribute(Module element, Type attributeType) => CustomAttributeExtensions.GetCustomAttribute(e… in GetCustomAttribute() argument
34 …ibute(ParameterInfo element, Type attributeType) => CustomAttributeExtensions.GetCustomAttribute(e… in GetCustomAttribute() argument
57 …bool IsDefined(Assembly element, Type attributeType) => CustomAttributeExtensions.IsDefined(elemen… in IsDefined() argument
60 …ol IsDefined(MemberInfo element, Type attributeType) => CustomAttributeExtensions.IsDefined(elemen… in IsDefined() argument
61 …fined(MemberInfo element, Type attributeType, bool inherit) => CustomAttributeExtensions.IsDefined… in IsDefined() argument
63 …c bool IsDefined(Module element, Type attributeType) => CustomAttributeExtensions.IsDefined(elemen… in IsDefined() argument
66 …IsDefined(ParameterInfo element, Type attributeType) => CustomAttributeExtensions.IsDefined(elemen… in IsDefined() argument
[all …]
H A DCustomAttributeExtensions.cs79 public static Attribute GetCustomAttribute(this Module element, Type attributeType) in GetCustomAttribute() argument
203 return matches.Instantiate(attributeType); in GetCustomAttributes()
209 return matches.Instantiate(attributeType); in GetCustomAttributes()
215 return matches.Instantiate(attributeType); in GetCustomAttributes()
221 return matches.Instantiate(attributeType); in GetCustomAttributes()
227 return matches.Instantiate(attributeType); in GetCustomAttributes()
233 return matches.Instantiate(attributeType); in GetCustomAttributes()
280 public static bool IsDefined(this Assembly element, Type attributeType) in IsDefined() argument
286 public static bool IsDefined(this Module element, Type attributeType) in IsDefined() argument
292 public static bool IsDefined(this MemberInfo element, Type attributeType) in IsDefined() argument
[all …]
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkDataSetAttributes.cxx70 for(attributeType=0; attributeType<NUM_ATTRIBUTES; attributeType++) in vtkDataSetAttributes()
157 for(attributeType=0; attributeType<NUM_ATTRIBUTES; attributeType++) in DeepCopy()
202 for(attributeType=0; attributeType<NUM_ATTRIBUTES; attributeType++) in ShallowCopy()
231 for(attributeType=0; attributeType<NUM_ATTRIBUTES; attributeType++) in InitializeFields()
259 for(attributeType=0; attributeType<NUM_ATTRIBUTES; attributeType++) in Initialize()
316 for(attributeType=0; attributeType<NUM_ATTRIBUTES; attributeType++) in ComputeRequiredArrays()
405 for(attributeType=0; attributeType<NUM_ATTRIBUTES; attributeType++) in PassData()
817 for(attributeType = 0; attributeType < NUM_ATTRIBUTES; attributeType++) in RemoveArray()
972 for (int attributeType=0; attributeType<NUM_ATTRIBUTES; attributeType++) in InterpolateTime() local
1445 for (attributeType=0; attributeType<NUM_ATTRIBUTES; attributeType++) in PrintSelf()
[all …]
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkDataSetAttributes.cxx61 for (attributeType = 0; attributeType < NUM_ATTRIBUTES; attributeType++) in vtkDataSetAttributes()
153 for (attributeType = 0; attributeType < NUM_ATTRIBUTES; attributeType++) in DeepCopy()
198 for (attributeType = 0; attributeType < NUM_ATTRIBUTES; attributeType++) in ShallowCopy()
227 for (attributeType = 0; attributeType < NUM_ATTRIBUTES; attributeType++) in InitializeFields()
255 for (attributeType = 0; attributeType < NUM_ATTRIBUTES; attributeType++) in Initialize()
310 for (attributeType = 0; attributeType < NUM_ATTRIBUTES; attributeType++) in ComputeRequiredArrays()
398 for (attributeType = 0; attributeType < NUM_ATTRIBUTES; attributeType++) in PassData()
785 for (attributeType = 0; attributeType < NUM_ATTRIBUTES; attributeType++) in RemoveArray()
919 for (int attributeType = 0; attributeType < NUM_ATTRIBUTES; attributeType++) in InterpolateTime() local
1449 for (attributeType = 0; attributeType < NUM_ATTRIBUTES; attributeType++) in PrintSelf()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/reflection/
H A DCustomAttributeExtensions.cs10 return Attribute.GetCustomAttribute(element, attributeType); in GetCustomAttribute()
14 return Attribute.GetCustomAttribute(element, attributeType); in GetCustomAttribute()
18 return Attribute.GetCustomAttribute(element, attributeType); in GetCustomAttribute()
22 return Attribute.GetCustomAttribute(element, attributeType); in GetCustomAttribute()
92 return Attribute.GetCustomAttributes(element, attributeType); in GetCustomAttributes()
96 return Attribute.GetCustomAttributes(element, attributeType); in GetCustomAttributes()
100 return Attribute.GetCustomAttributes(element, attributeType); in GetCustomAttributes()
146 return Attribute.IsDefined(element, attributeType); in IsDefined()
150 return Attribute.IsDefined(element, attributeType); in IsDefined()
154 return Attribute.IsDefined(element, attributeType); in IsDefined()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System/
H A DMonoCustomAttrs.cs151 if (attributeType == null) in GetCustomAttributes()
155 attributeType = null; in GetCustomAttributes()
164 if (attributeType != null) { in GetCustomAttributes()
183 if ((attributeType != null && attributeType.IsSealed) && inherit) { in GetCustomAttributes()
185 attributeType); in GetCustomAttributes()
197 if (attributeType == null) { in GetCustomAttributes()
213 if (attributeType != null && !attributeType.IsAssignableFrom (attrType)) in GetCustomAttributes()
218 if (attributeType == null || attributeType.IsValueType) in GetCustomAttributes()
238 if (attributeType != null) { in GetCustomAttributes()
273 if (attributeType == null || attributeType.IsValueType) in GetCustomAttributes()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime/tests/System/
H A DAttributes.cs250 attributeType = null; in NegTest1()
292 attributeType = null; in NegTest2()
329 attributeType = null; in NegTest3()
332 attributeType = typeof(object); in NegTest3()
366 attributeType = null; in NegTest4()
381 Type attributeType; in PositiveTest5()
403 attributeType = null; in NegTest5()
414 Type attributeType; in PositiveTest6()
436 attributeType = null; in NegTest6()
473 attributeType = null; in NegTest7()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/
H A Dattribute.cs50 if (attributeType == null) in InternalParamGetCustomAttributes()
51 attributeType = typeof (Attribute); in InternalParamGetCustomAttributes()
611 if (attributeType == null) in IsDefined()
614 … if (!attributeType.IsSubclassOf(typeof(Attribute)) && attributeType != typeof(Attribute)) in IsDefined()
668 if (attributeType == null) in GetCustomAttributes()
671 … if (!attributeType.IsSubclassOf(typeof(Attribute)) && attributeType != typeof(Attribute)) in GetCustomAttributes()
717 … if (!attributeType.IsSubclassOf(typeof(Attribute)) && attributeType != typeof(Attribute)) in IsDefined()
793 … if (!attributeType.IsSubclassOf(typeof(Attribute)) && attributeType != typeof(Attribute)) in GetCustomAttributes()
814 … if (!attributeType.IsSubclassOf(typeof(Attribute)) && attributeType != typeof(Attribute)) in IsDefined()
857 … if (!attributeType.IsSubclassOf(typeof(Attribute)) && attributeType != typeof(Attribute)) in GetCustomAttributes()
[all …]
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkDataSetAttributes.cxx78 for(attributeType=0; attributeType<NUM_ATTRIBUTES; attributeType++) in vtkDataSetAttributes()
165 for(attributeType=0; attributeType<NUM_ATTRIBUTES; attributeType++) in DeepCopy()
210 for(attributeType=0; attributeType<NUM_ATTRIBUTES; attributeType++) in ShallowCopy()
239 for(attributeType=0; attributeType<NUM_ATTRIBUTES; attributeType++) in InitializeFields()
267 for(attributeType=0; attributeType<NUM_ATTRIBUTES; attributeType++) in Initialize()
324 for(attributeType=0; attributeType<NUM_ATTRIBUTES; attributeType++) in ComputeRequiredArrays()
413 for(attributeType=0; attributeType<NUM_ATTRIBUTES; attributeType++) in PassData()
758 for(attributeType = 0; attributeType < NUM_ATTRIBUTES; attributeType++) in RemoveArray()
886 for(attributeType=0; attributeType<NUM_ATTRIBUTES; attributeType++) in InterpolateTime()
1353 for (attributeType=0; attributeType<NUM_ATTRIBUTES; attributeType++) in PrintSelf()
[all …]
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/unittest/
H A DTestAttributeSet.cc199 names.add("P", AttributeVec3f::attributeType()); in testAttributeSetDescriptor()
200 names.add("density", AttributeS::attributeType()); in testAttributeSetDescriptor()
201 names.add("id", AttributeI::attributeType()); in testAttributeSetDescriptor()
226 .add("id", AttributeI::attributeType()) in testAttributeSetDescriptor()
233 .add("id", AttributeI::attributeType()) in testAttributeSetDescriptor()
242 .add("id", AttributeI::attributeType()) in testAttributeSetDescriptor()
250 .add("id", AttributeI::attributeType()) in testAttributeSetDescriptor()
510 "hidden", AttributeS::attributeType()); in testAttributeSet()
513 "transient", AttributeS::attributeType()); in testAttributeSet()
658 .add("id", AttributeI::attributeType()) in testAttributeSet()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/codedom/
H A DCodeAttributeDeclaration.cs32 private CodeTypeReference attributeType; field in System.CodeDom.CodeAttributeDeclaration
62 … public CodeAttributeDeclaration(CodeTypeReference attributeType) : this ( attributeType, null) { in CodeAttributeDeclaration() argument
65 …public CodeAttributeDeclaration(CodeTypeReference attributeType, params CodeAttributeArgument[] ar… in CodeAttributeDeclaration() argument
66 this.attributeType = attributeType; in CodeAttributeDeclaration()
67 if( attributeType != null) { in CodeAttributeDeclaration()
68 this.name = attributeType.BaseType; in CodeAttributeDeclaration()
87 attributeType = new CodeTypeReference(name);
104 return attributeType;
/dports/security/softhsm2/softhsm-2.6.1/src/lib/object_store/
H A DOSAttribute.cpp39 attributeType = in.attributeType; in OSAttribute()
51 attributeType = BOOL; in OSAttribute()
60 attributeType = ULONG; in OSAttribute()
69 attributeType = BYTESTR; in OSAttribute()
79 attributeType = MECHSET; in OSAttribute()
89 attributeType = ATTRMAP; in OSAttribute()
98 return (attributeType == BOOL); in isBooleanAttribute()
103 return (attributeType == ULONG); in isUnsignedLongAttribute()
108 return (attributeType == BYTESTR); in isByteStringAttribute()
113 return (attributeType == MECHSET); in isMechanismTypeSetAttribute()
[all …]
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/bindings/java/src/org/sleuthkit/datamodel/
H A DBlackboardAttribute.java79 this.attributeType = new BlackboardAttribute.Type(attributeType); in BlackboardAttribute()
106 this.attributeType = attributeType; in BlackboardAttribute()
137 this.attributeType = new BlackboardAttribute.Type(attributeType); in BlackboardAttribute()
167 this.attributeType = attributeType; in BlackboardAttribute()
194 this.attributeType = new BlackboardAttribute.Type(attributeType); in BlackboardAttribute()
222 this.attributeType = attributeType; in BlackboardAttribute()
249 this.attributeType = new BlackboardAttribute.Type(attributeType); in BlackboardAttribute()
280 this.attributeType = attributeType; in BlackboardAttribute()
311 this.attributeType = new BlackboardAttribute.Type(attributeType); in BlackboardAttribute()
342 this.attributeType = attributeType; in BlackboardAttribute()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/Internal/Reflection/Extensions/NonPortable/
H A DCustomAttributeSearcher.cs110 delegate (Type attributeType) in GetMatchingCustomAttributesIterator()
113 TypeAttributes typeAttributes = attributeType.Attributes; in GetMatchingCustomAttributesIterator()
116 return rawPassesFilter(attributeType); in GetMatchingCustomAttributesIterator()
146 Type attributeType = immediateResults[i].AttributeType; in GetMatchingCustomAttributesIterator()
148 TypeUnificationKey attributeTypeKey = new TypeUnificationKey(attributeType); in GetMatchingCustomAttributesIterator()
157 Type attributeType = cad.AttributeType; in GetMatchingCustomAttributesIterator()
158 if (!passesFilter(attributeType)) in GetMatchingCustomAttributesIterator()
161 … TypeUnificationKey attributeTypeKey = new TypeUnificationKey(attributeType); in GetMatchingCustomAttributesIterator()
165 usage = GetAttributeUsage(attributeType); in GetMatchingCustomAttributesIterator()
173 usage = GetAttributeUsage(attributeType); in GetMatchingCustomAttributesIterator()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/management/
H A DMBeanAttributeInfo.java67 private String attributeType; field in MBeanAttributeInfo
120 attributeType = ((Class<?>) t).getName(); in MBeanAttributeInfo()
122 attributeType = t.toString(); in MBeanAttributeInfo()
130 attributeType = ((Class<?>) t).getName(); in MBeanAttributeInfo()
132 attributeType = t.toString(); in MBeanAttributeInfo()
162 attributeType = type; in MBeanAttributeInfo()
218 return (attributeType.equals(o.getType()) && in equals()
231 return attributeType; in getType()
245 return super.hashCode() + attributeType.hashCode() in hashCode()
306 + ",type=" + attributeType in toString()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/management/
H A DMBeanAttributeInfo.java67 private String attributeType; field in MBeanAttributeInfo
120 attributeType = ((Class<?>) t).getName(); in MBeanAttributeInfo()
122 attributeType = t.toString(); in MBeanAttributeInfo()
130 attributeType = ((Class<?>) t).getName(); in MBeanAttributeInfo()
132 attributeType = t.toString(); in MBeanAttributeInfo()
162 attributeType = type; in MBeanAttributeInfo()
218 return (attributeType.equals(o.getType()) && in equals()
231 return attributeType; in getType()
245 return super.hashCode() + attributeType.hashCode() in hashCode()
306 + ",type=" + attributeType in toString()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/management/
H A DMBeanAttributeInfo.java67 private String attributeType; field in MBeanAttributeInfo
120 attributeType = ((Class<?>) t).getName(); in MBeanAttributeInfo()
122 attributeType = t.toString(); in MBeanAttributeInfo()
130 attributeType = ((Class<?>) t).getName(); in MBeanAttributeInfo()
132 attributeType = t.toString(); in MBeanAttributeInfo()
162 attributeType = type; in MBeanAttributeInfo()
218 return (attributeType.equals(o.getType()) && in equals()
231 return attributeType; in getType()
245 return super.hashCode() + attributeType.hashCode() in hashCode()
306 + ",type=" + attributeType in toString()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/management/
H A DMBeanAttributeInfo.java67 private String attributeType; field in MBeanAttributeInfo
120 attributeType = ((Class<?>) t).getName(); in MBeanAttributeInfo()
122 attributeType = t.toString(); in MBeanAttributeInfo()
130 attributeType = ((Class<?>) t).getName(); in MBeanAttributeInfo()
132 attributeType = t.toString(); in MBeanAttributeInfo()
162 attributeType = type; in MBeanAttributeInfo()
218 return (attributeType.equals(o.getType()) && in equals()
231 return attributeType; in getType()
245 return super.hashCode() + attributeType.hashCode() in hashCode()
306 + ",type=" + attributeType in toString()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/management/
H A DMBeanAttributeInfo.java67 private String attributeType; field in MBeanAttributeInfo
120 attributeType = ((Class<?>) t).getName(); in MBeanAttributeInfo()
122 attributeType = t.toString(); in MBeanAttributeInfo()
130 attributeType = ((Class<?>) t).getName(); in MBeanAttributeInfo()
132 attributeType = t.toString(); in MBeanAttributeInfo()
162 attributeType = type; in MBeanAttributeInfo()
218 return (attributeType.equals(o.getType()) && in equals()
231 return attributeType; in getType()
245 return super.hashCode() + attributeType.hashCode() in hashCode()
306 + ",type=" + attributeType in toString()
/dports/graphics/alembic/alembic-1.8.3/maya/Tests/
H A DpolyNormals_test.py65 MayaCmds.addAttr(longName='SubDivisionMesh', attributeType='bool',
69 MayaCmds.addAttr(longName='noNormals', attributeType='bool',
71 MayaCmds.addAttr(longName='flipNormals', attributeType='bool',
74 attributeType='bool', defaultValue=False)
84 MayaCmds.addAttr(longName='noNormals', attributeType='bool',
86 MayaCmds.addAttr(longName='flipNormals', attributeType='bool',
89 attributeType='bool', defaultValue=False)
115 MayaCmds.addAttr(longName='noNormals', attributeType='bool',
117 MayaCmds.addAttr(longName='flipNormals', attributeType='bool',
166 MayaCmds.addAttr(longName='noNormals', attributeType='bool',
[all …]
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Http/Validation/Providers/
H A DDataAnnotationsModelValidatorProvider.cs80 public void RegisterAdapter(Type attributeType, Type adapterType) in RegisterAdapter() argument
82 ValidateAttributeType(attributeType); in RegisterAdapter()
84 … ConstructorInfo constructor = GetAttributeAdapterConstructor(attributeType, adapterType); in RegisterAdapter()
89 …public void RegisterAdapterFactory(Type attributeType, DataAnnotationsModelValidationFactory facto… in RegisterAdapterFactory() argument
91 ValidateAttributeType(attributeType); in RegisterAdapterFactory()
94 AttributeFactories[attributeType] = factory; in RegisterAdapterFactory()
114 …private static ConstructorInfo GetAttributeAdapterConstructor(Type attributeType, Type adapterType) in GetAttributeAdapterConstructor() argument
116 …= adapterType.GetConstructor(new[] { typeof(IEnumerable<ModelValidatorProvider>), attributeType }); in GetAttributeAdapterConstructor()
138 private static void ValidateAttributeType(Type attributeType) in ValidateAttributeType() argument
140 if (attributeType == null) in ValidateAttributeType()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Schema/
H A DXmlSchemaAttribute.cs31 XmlSchemaSimpleType attributeType; field in System.Xml.Schema.XmlSchemaAttribute
134 if (attributeType == null)
137 if (attributeType.QualifiedName.Namespace == XmlReservedNs.NsXs) {
138 return attributeType.Datatype;
140 return attributeType;
150 get { return attributeType; }
167 if (attributeType != null) {
168 return attributeType.Datatype;
179 attributeType = value; in SetAttributeType()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/Mono.CodeGeneration/
H A DCodeCustomAttribute.cs32 public static CodeCustomAttribute Create (Type attributeType) in Create() argument
34 return Create (attributeType, Type.EmptyTypes, new object [0], new string [0], new object [0]); in Create()
37 …public static CodeCustomAttribute Create (Type attributeType, Type [] ctorArgTypes, object [] ctor… in Create() argument
41 members [i] = attributeType.GetField (namedArgNames [i]); in Create()
43 members [i] = attributeType.GetProperty (namedArgNames [i]); in Create()
45 …rmat ("Named argument {0} was not found in attribute type {1}", namedArgNames [i], attributeType)); in Create()
56 return Create (attributeType, ctorArgTypes, args, members, nargs); in Create()
59 …public static CodeCustomAttribute Create (Type attributeType, Type [] ctorArgTypes, CodeLiteral []… in Create() argument
67 …w ArgumentException (String.Format ("MemberInfo at {0} was null for type {1}.", i, attributeType)); in Create()
77 ConstructorInfo ci = attributeType.GetConstructor (ctorArgTypes); in Create()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Mvc3/Mvc/
H A DDataAnnotationsModelValidatorProvider.cs111 public static void RegisterAdapter(Type attributeType, Type adapterType) { in RegisterAdapter() argument
112 ValidateAttributeType(attributeType); in RegisterAdapter()
114 … ConstructorInfo constructor = GetAttributeAdapterConstructor(attributeType, adapterType); in RegisterAdapter()
127 ValidateAttributeType(attributeType); in RegisterAdapterFactory()
133 AttributeFactories[attributeType] = factory; in RegisterAdapterFactory()
155 …private static ConstructorInfo GetAttributeAdapterConstructor(Type attributeType, Type adapterType… in GetAttributeAdapterConstructor() argument
165 attributeType.FullName in GetAttributeAdapterConstructor()
191 private static void ValidateAttributeType(Type attributeType) { in ValidateAttributeType() argument
192 if (attributeType == null) { in ValidateAttributeType()
195 if (!typeof(ValidationAttribute).IsAssignableFrom(attributeType)) { in ValidateAttributeType()
[all …]

12345678910>>...58