Home
last modified time | relevance | path

Searched refs:parameterTypes (Results 1 – 25 of 1364) sorted by relevance

12345678910>>...55

/dports/java/apache-commons-lang/commons-lang-2.6-src/src/main/java/org/apache/commons/lang/reflect/
H A DMethodUtils.java157 if (parameterTypes == null) { in invokeMethod()
164 methodName, parameterTypes); in invokeMethod()
256 if (parameterTypes == null) { in invokeExactMethod()
260 parameterTypes); in invokeExactMethod()
295 if (parameterTypes == null) { in invokeExactStaticMethod()
400 if (parameterTypes == null) { in invokeStaticMethod()
407 parameterTypes); in invokeStaticMethod()
503 Class[] parameterTypes) { in getAccessibleMethod() argument
506 parameterTypes)); in getAccessibleMethod()
534 parameterTypes); in getAccessibleMethod()
[all …]
H A DConstructorUtils.java123 Class parameterTypes[] = new Class[args.length]; in invokeConstructor() local
125 parameterTypes[i] = args[i].getClass(); in invokeConstructor()
127 return invokeConstructor(cls, args, parameterTypes); in invokeConstructor()
151 if (parameterTypes == null) { in invokeConstructor()
152 parameterTypes = ArrayUtils.EMPTY_CLASS_ARRAY; in invokeConstructor()
221 Class parameterTypes[] = new Class[arguments]; in invokeExactConstructor() local
223 parameterTypes[i] = args[i].getClass(); in invokeExactConstructor()
252 if (parameterTypes == null) { in invokeExactConstructor()
253 parameterTypes = ArrayUtils.EMPTY_CLASS_ARRAY; in invokeExactConstructor()
285 Class[] parameterTypes) { in getAccessibleConstructor() argument
[all …]
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/Microsoft.TestCommon/Microsoft/TestCommon/
H A DGenericTypeAssert.cs34 Assert.NotNull(parameterTypes); in GetConstructor()
56 Assert.NotNull(parameterTypes); in GetConstructor()
76 Assert.Equal(parameterTypes.Length, parameterValues.Length); in InvokeConstructor()
241 Assert.NotNull(parameterTypes); in InvokeMethod()
260 Assert.NotNull(parameterTypes); in InvokeMethod()
280 Assert.NotNull(parameterTypes); in CreateGenericMethod()
423 Assert.NotNull(parameterTypes); in AreAssignableFrom()
425 if (parameterTypes.Length != parameterValues.Length) in AreAssignableFrom()
430 for (int i = 0; i < parameterTypes.Length; ++i) in AreAssignableFrom()
444 Assert.NotNull(parameterTypes); in AreAssignableFrom()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportbuilder/java/org/libreoffice/report/pentaho/
H A DPentahoReportEngineMetaData.java41 private final Map<String,Class<?>> parameterTypes; field in PentahoReportEngineMetaData
45 parameterTypes = new HashMap<String,Class<?>>(); in PentahoReportEngineMetaData()
46 parameterTypes.put(ReportEngineParameterNames.CONTENT_TYPE, String.class); in PentahoReportEngineMetaData()
47 parameterTypes.put(ReportEngineParameterNames.INPUT_NAME, String.class); in PentahoReportEngineMetaData()
48 parameterTypes.put(ReportEngineParameterNames.OUTPUT_NAME, String.class); in PentahoReportEngineMetaData()
54 parameterTypes.put(ReportEngineParameterNames.INPUT_MASTER_COLUMNS, List.class); in PentahoReportEngineMetaData()
55 parameterTypes.put(ReportEngineParameterNames.INPUT_MASTER_VALUES, List.class); in PentahoReportEngineMetaData()
57 parameterTypes.put(ReportEngineParameterNames.AUTHOR, String.class); in PentahoReportEngineMetaData()
58 parameterTypes.put(ReportEngineParameterNames.TITLE, String.class); in PentahoReportEngineMetaData()
59 parameterTypes.put(ReportEngineParameterNames.MAXROWS, Integer.class); in PentahoReportEngineMetaData()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportbuilder/java/org/libreoffice/report/pentaho/
H A DPentahoReportEngineMetaData.java41 private final Map<String,Class<?>> parameterTypes; field in PentahoReportEngineMetaData
45 parameterTypes = new HashMap<String,Class<?>>(); in PentahoReportEngineMetaData()
46 parameterTypes.put(ReportEngineParameterNames.CONTENT_TYPE, String.class); in PentahoReportEngineMetaData()
47 parameterTypes.put(ReportEngineParameterNames.INPUT_NAME, String.class); in PentahoReportEngineMetaData()
48 parameterTypes.put(ReportEngineParameterNames.OUTPUT_NAME, String.class); in PentahoReportEngineMetaData()
54 parameterTypes.put(ReportEngineParameterNames.INPUT_MASTER_COLUMNS, List.class); in PentahoReportEngineMetaData()
55 parameterTypes.put(ReportEngineParameterNames.INPUT_MASTER_VALUES, List.class); in PentahoReportEngineMetaData()
57 parameterTypes.put(ReportEngineParameterNames.AUTHOR, String.class); in PentahoReportEngineMetaData()
58 parameterTypes.put(ReportEngineParameterNames.TITLE, String.class); in PentahoReportEngineMetaData()
59 parameterTypes.put(ReportEngineParameterNames.MAXROWS, Integer.class); in PentahoReportEngineMetaData()
[all …]
/dports/games/openspades/openspades-0.1.3/Sources/AngelScript/source/
H A Das_callfunc_arm.cpp150 …if( descr->parameterTypes[n].IsObject() && !descr->parameterTypes[n].IsObjectHandle() && !descr->p… in CallSystemFunctionNative()
184 if( !descr->parameterTypes[n].IsObjectHandle() && in CallSystemFunctionNative()
185 !descr->parameterTypes[n].IsReference() && in CallSystemFunctionNative()
186 descr->parameterTypes[n].GetSizeOnStackDWords() == 2 && in CallSystemFunctionNative()
398 …if( descr->parameterTypes[n].IsObject() && !descr->parameterTypes[n].IsObjectHandle() && !descr->p…
460 else if( descr->parameterTypes[n].IsFloatType() && !descr->parameterTypes[n].IsReference() )
483 else if( descr->parameterTypes[n].IsDoubleType() && !descr->parameterTypes[n].IsReference() )
524 !descr->parameterTypes[n].IsObjectHandle() && !descr->parameterTypes[n].IsReference() &&
525 !descr->parameterTypes[n].IsAnyType() )
539 !descr->parameterTypes[n].IsObjectHandle() && !descr->parameterTypes[n].IsReference() &&
[all …]
H A Das_generic.cpp99 return (int)sysFunction->parameterTypes.GetLength(); in GetArgCount()
109 asCDataType *dt = &sysFunction->parameterTypes[arg]; in GetArgByte()
132 asCDataType *dt = &sysFunction->parameterTypes[arg]; in GetArgWord()
155 asCDataType *dt = &sysFunction->parameterTypes[arg]; in GetArgDWord()
178 asCDataType *dt = &sysFunction->parameterTypes[arg]; in GetArgQWord()
201 asCDataType *dt = &sysFunction->parameterTypes[arg]; in GetArgFloat()
224 asCDataType *dt = &sysFunction->parameterTypes[arg]; in GetArgDouble()
247 asCDataType *dt = &sysFunction->parameterTypes[arg]; in GetArgAddress()
267 asCDataType *dt = &sysFunction->parameterTypes[arg]; in GetArgObject()
293 sysFunction->parameterTypes[arg].IsObject() && in GetAddressOfArg()
[all …]
H A Das_callfunc_ppc_64.cpp573 for( a = 0; a < (int)descr->parameterTypes.GetLength(); ++a ) in CallSystemFunctionNative()
576 int numBytes = descr->parameterTypes[a].GetSizeInMemoryBytes(); in CallSystemFunctionNative()
588 …if( numBytes >= 4 || descr->parameterTypes[a].IsReference() || descr->parameterTypes[a].IsObjectHa… in CallSystemFunctionNative()
637 if( descr->parameterTypes[a].IsFloatType() && !descr->parameterTypes[a].IsReference() ) in CallSystemFunctionNative()
641 if( descr->parameterTypes[a].IsDoubleType() && !descr->parameterTypes[a].IsReference() ) in CallSystemFunctionNative()
645 …if( descr->parameterTypes[a].GetSizeOnStackDWords() == 2 && !descr->parameterTypes[a].IsDoubleType… in CallSystemFunctionNative()
651 if( IsVariableArgument(descr->parameterTypes[a]) ) in CallSystemFunctionNative()
668 …if( descr->parameterTypes[n].IsObject() && !descr->parameterTypes[n].IsObjectHandle() && !descr->p… in CallSystemFunctionNative()
688 dpos += descr->parameterTypes[n].GetSizeInMemoryDWords(); in CallSystemFunctionNative()
696 if( descr->parameterTypes[n].GetSizeOnStackDWords() > 1 ) in CallSystemFunctionNative()
[all …]
H A Das_callfunc_ppc.cpp504 for( a = 0; a < (int)descr->parameterTypes.GetLength(); a++ ) in CallSystemFunctionNative()
506 int numBytes = descr->parameterTypes[a].GetSizeInMemoryBytes(); in CallSystemFunctionNative()
507 …if( numBytes >= 4 || descr->parameterTypes[a].IsReference() || descr->parameterTypes[a].IsObjectHa… in CallSystemFunctionNative()
545 if( descr->parameterTypes[s].IsFloatType() && !descr->parameterTypes[s].IsReference() ) in CallSystemFunctionNative()
549 else if( descr->parameterTypes[s].IsDoubleType() && !descr->parameterTypes[s].IsReference() ) in CallSystemFunctionNative()
556 if( descr->parameterTypes[s].GetSizeOnStackDWords() == 2 ) in CallSystemFunctionNative()
574 for( asUINT n = 0; n < descr->parameterTypes.GetLength(); n++ ) in CallSystemFunctionNative()
576 …if( descr->parameterTypes[n].IsObject() && !descr->parameterTypes[n].IsObjectHandle() && !descr->p… in CallSystemFunctionNative()
607 if( descr->parameterTypes[n].IsFloatType() && !descr->parameterTypes[n].IsReference() ) in CallSystemFunctionNative()
609 else if( descr->parameterTypes[n].IsDoubleType() && !descr->parameterTypes[n].IsReference() ) in CallSystemFunctionNative()
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/angelscript/source/
H A Das_callfunc_arm.cpp150 …if( descr->parameterTypes[n].IsObject() && !descr->parameterTypes[n].IsObjectHandle() && !descr->p… in CallSystemFunctionNative()
184 if( !descr->parameterTypes[n].IsObjectHandle() && in CallSystemFunctionNative()
185 !descr->parameterTypes[n].IsReference() && in CallSystemFunctionNative()
186 descr->parameterTypes[n].GetSizeOnStackDWords() == 2 && in CallSystemFunctionNative()
398 …if( descr->parameterTypes[n].IsObject() && !descr->parameterTypes[n].IsObjectHandle() && !descr->p…
460 else if( descr->parameterTypes[n].IsFloatType() && !descr->parameterTypes[n].IsReference() )
483 else if( descr->parameterTypes[n].IsDoubleType() && !descr->parameterTypes[n].IsReference() )
524 !descr->parameterTypes[n].IsObjectHandle() && !descr->parameterTypes[n].IsReference() &&
525 !descr->parameterTypes[n].IsAnyType() )
539 !descr->parameterTypes[n].IsObjectHandle() && !descr->parameterTypes[n].IsReference() &&
[all …]
H A Das_generic.cpp99 return (int)sysFunction->parameterTypes.GetLength(); in GetArgCount()
109 asCDataType *dt = &sysFunction->parameterTypes[arg]; in GetArgByte()
132 asCDataType *dt = &sysFunction->parameterTypes[arg]; in GetArgWord()
155 asCDataType *dt = &sysFunction->parameterTypes[arg]; in GetArgDWord()
178 asCDataType *dt = &sysFunction->parameterTypes[arg]; in GetArgQWord()
201 asCDataType *dt = &sysFunction->parameterTypes[arg]; in GetArgFloat()
224 asCDataType *dt = &sysFunction->parameterTypes[arg]; in GetArgDouble()
247 asCDataType *dt = &sysFunction->parameterTypes[arg]; in GetArgAddress()
267 asCDataType *dt = &sysFunction->parameterTypes[arg]; in GetArgObject()
293 sysFunction->parameterTypes[arg].IsObject() && in GetAddressOfArg()
[all …]
H A Das_callfunc_ppc_64.cpp577 for( a = 0; a < (int)descr->parameterTypes.GetLength(); ++a ) in CallSystemFunctionNative()
580 int numBytes = descr->parameterTypes[a].GetSizeInMemoryBytes(); in CallSystemFunctionNative()
592 …if( numBytes >= 4 || descr->parameterTypes[a].IsReference() || descr->parameterTypes[a].IsObjectHa… in CallSystemFunctionNative()
641 if( descr->parameterTypes[a].IsFloatType() && !descr->parameterTypes[a].IsReference() ) in CallSystemFunctionNative()
645 if( descr->parameterTypes[a].IsDoubleType() && !descr->parameterTypes[a].IsReference() ) in CallSystemFunctionNative()
649 …if( descr->parameterTypes[a].GetSizeOnStackDWords() == 2 && !descr->parameterTypes[a].IsDoubleType… in CallSystemFunctionNative()
655 if( IsVariableArgument(descr->parameterTypes[a]) ) in CallSystemFunctionNative()
672 …if( descr->parameterTypes[n].IsObject() && !descr->parameterTypes[n].IsObjectHandle() && !descr->p… in CallSystemFunctionNative()
692 dpos += descr->parameterTypes[n].GetSizeInMemoryDWords(); in CallSystemFunctionNative()
700 if( descr->parameterTypes[n].GetSizeOnStackDWords() > 1 ) in CallSystemFunctionNative()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/AngelScript/source/
H A Das_callfunc_arm.cpp150 …if( descr->parameterTypes[n].IsObject() && !descr->parameterTypes[n].IsObjectHandle() && !descr->p… in CallSystemFunctionNative()
184 if( !descr->parameterTypes[n].IsObjectHandle() && in CallSystemFunctionNative()
185 !descr->parameterTypes[n].IsReference() && in CallSystemFunctionNative()
186 descr->parameterTypes[n].GetSizeOnStackDWords() == 2 && in CallSystemFunctionNative()
398 …if( descr->parameterTypes[n].IsObject() && !descr->parameterTypes[n].IsObjectHandle() && !descr->p…
460 else if( descr->parameterTypes[n].IsFloatType() && !descr->parameterTypes[n].IsReference() )
483 else if( descr->parameterTypes[n].IsDoubleType() && !descr->parameterTypes[n].IsReference() )
524 !descr->parameterTypes[n].IsObjectHandle() && !descr->parameterTypes[n].IsReference() &&
525 !descr->parameterTypes[n].IsAnyType() )
539 !descr->parameterTypes[n].IsObjectHandle() && !descr->parameterTypes[n].IsReference() &&
[all …]
H A Das_generic.cpp99 return (int)sysFunction->parameterTypes.GetLength(); in GetArgCount()
109 asCDataType *dt = &sysFunction->parameterTypes[arg]; in GetArgByte()
132 asCDataType *dt = &sysFunction->parameterTypes[arg]; in GetArgWord()
155 asCDataType *dt = &sysFunction->parameterTypes[arg]; in GetArgDWord()
178 asCDataType *dt = &sysFunction->parameterTypes[arg]; in GetArgQWord()
201 asCDataType *dt = &sysFunction->parameterTypes[arg]; in GetArgFloat()
224 asCDataType *dt = &sysFunction->parameterTypes[arg]; in GetArgDouble()
247 asCDataType *dt = &sysFunction->parameterTypes[arg]; in GetArgAddress()
267 asCDataType *dt = &sysFunction->parameterTypes[arg]; in GetArgObject()
293 sysFunction->parameterTypes[arg].IsObject() && in GetAddressOfArg()
[all …]
H A Das_callfunc_ppc_64.cpp577 for( a = 0; a < (int)descr->parameterTypes.GetLength(); ++a ) in CallSystemFunctionNative()
580 int numBytes = descr->parameterTypes[a].GetSizeInMemoryBytes(); in CallSystemFunctionNative()
592 …if( numBytes >= 4 || descr->parameterTypes[a].IsReference() || descr->parameterTypes[a].IsObjectHa… in CallSystemFunctionNative()
641 if( descr->parameterTypes[a].IsFloatType() && !descr->parameterTypes[a].IsReference() ) in CallSystemFunctionNative()
645 if( descr->parameterTypes[a].IsDoubleType() && !descr->parameterTypes[a].IsReference() ) in CallSystemFunctionNative()
649 …if( descr->parameterTypes[a].GetSizeOnStackDWords() == 2 && !descr->parameterTypes[a].IsDoubleType… in CallSystemFunctionNative()
655 if( IsVariableArgument(descr->parameterTypes[a]) ) in CallSystemFunctionNative()
672 …if( descr->parameterTypes[n].IsObject() && !descr->parameterTypes[n].IsObjectHandle() && !descr->p… in CallSystemFunctionNative()
692 dpos += descr->parameterTypes[n].GetSizeInMemoryDWords(); in CallSystemFunctionNative()
700 if( descr->parameterTypes[n].GetSizeOnStackDWords() > 1 ) in CallSystemFunctionNative()
[all …]
/dports/lang/angelscript/sdk/angelscript/source/
H A Das_callfunc_arm.cpp150 …if( descr->parameterTypes[n].IsObject() && !descr->parameterTypes[n].IsObjectHandle() && !descr->p… in CallSystemFunctionNative()
184 if( !descr->parameterTypes[n].IsObjectHandle() && in CallSystemFunctionNative()
185 !descr->parameterTypes[n].IsReference() && in CallSystemFunctionNative()
186 descr->parameterTypes[n].GetSizeOnStackDWords() == 2 && in CallSystemFunctionNative()
398 …if( descr->parameterTypes[n].IsObject() && !descr->parameterTypes[n].IsObjectHandle() && !descr->p…
460 else if( descr->parameterTypes[n].IsFloatType() && !descr->parameterTypes[n].IsReference() )
483 else if( descr->parameterTypes[n].IsDoubleType() && !descr->parameterTypes[n].IsReference() )
524 !descr->parameterTypes[n].IsObjectHandle() && !descr->parameterTypes[n].IsReference() &&
525 !descr->parameterTypes[n].IsAnyType() )
539 !descr->parameterTypes[n].IsObjectHandle() && !descr->parameterTypes[n].IsReference() &&
[all …]
H A Das_generic.cpp99 return (int)sysFunction->parameterTypes.GetLength(); in GetArgCount()
109 asCDataType *dt = &sysFunction->parameterTypes[arg]; in GetArgByte()
132 asCDataType *dt = &sysFunction->parameterTypes[arg]; in GetArgWord()
155 asCDataType *dt = &sysFunction->parameterTypes[arg]; in GetArgDWord()
178 asCDataType *dt = &sysFunction->parameterTypes[arg]; in GetArgQWord()
201 asCDataType *dt = &sysFunction->parameterTypes[arg]; in GetArgFloat()
224 asCDataType *dt = &sysFunction->parameterTypes[arg]; in GetArgDouble()
247 asCDataType *dt = &sysFunction->parameterTypes[arg]; in GetArgAddress()
267 asCDataType *dt = &sysFunction->parameterTypes[arg]; in GetArgObject()
293 sysFunction->parameterTypes[arg].IsObject() && in GetAddressOfArg()
[all …]
H A Das_callfunc_ppc_64.cpp577 for( a = 0; a < (int)descr->parameterTypes.GetLength(); ++a ) in CallSystemFunctionNative()
580 int numBytes = descr->parameterTypes[a].GetSizeInMemoryBytes(); in CallSystemFunctionNative()
592 …if( numBytes >= 4 || descr->parameterTypes[a].IsReference() || descr->parameterTypes[a].IsObjectHa… in CallSystemFunctionNative()
641 if( descr->parameterTypes[a].IsFloatType() && !descr->parameterTypes[a].IsReference() ) in CallSystemFunctionNative()
645 if( descr->parameterTypes[a].IsDoubleType() && !descr->parameterTypes[a].IsReference() ) in CallSystemFunctionNative()
649 …if( descr->parameterTypes[a].GetSizeOnStackDWords() == 2 && !descr->parameterTypes[a].IsDoubleType… in CallSystemFunctionNative()
655 if( IsVariableArgument(descr->parameterTypes[a]) ) in CallSystemFunctionNative()
672 …if( descr->parameterTypes[n].IsObject() && !descr->parameterTypes[n].IsObjectHandle() && !descr->p… in CallSystemFunctionNative()
692 dpos += descr->parameterTypes[n].GetSizeInMemoryDWords(); in CallSystemFunctionNative()
700 if( descr->parameterTypes[n].GetSizeOnStackDWords() > 1 ) in CallSystemFunctionNative()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/ikvm/reflect/
H A DPropertySignature.cs38 private readonly Type[] parameterTypes; field in IKVM.Reflection.PropertySignature
50 this.parameterTypes = parameterTypes; in PropertySignature()
69 get { return parameterTypes.Length; }
122 bb.WriteCompressedUInt(parameterTypes == null ? 0 : parameterTypes.Length); in WriteSig()
125 if (parameterTypes != null) in WriteSig()
130 WriteType(module, bb, parameterTypes[i]); in WriteSig()
137 return parameterTypes[parameter]; in GetParameter()
152 return Util.ArrayEquals(types, parameterTypes); in MatchParameterTypes()
172 Type[] parameterTypes; in ReadSig()
177 parameterTypes = new Type[paramCount]; in ReadSig()
[all …]
H A DMethodSignature.cs36 private readonly Type[] parameterTypes; field in IKVM.Reflection.MethodSignature
44 this.parameterTypes = parameterTypes; in MethodSignature()
57 && Util.ArrayEquals(other.parameterTypes, parameterTypes) in Equals()
65 ^ Util.GetHashCode(parameterTypes) * 5 in GetHashCode()
94 Type[] parameterTypes; in ReadSig()
125 parameterTypes = new Type[paramCount]; in ReadSig()
196 List<Type> curr = parameterTypes; in ReadStandAloneMethodSig()
212 return parameterTypes.Length; in GetParameterCount()
217 return parameterTypes[index]; in GetParameterType()
309 parameterTypes = BindTypeParameters(Unbinder.Instance, parameterTypes); in MakeFromBuilder()
[all …]
/dports/java/apache-commons-beanutils/commons-beanutils-1.9.4-src/src/main/java/org/apache/commons/beanutils/
H A DMethodUtils.java257 Class<?>[] parameterTypes) in invokeMethod() argument
263 if (parameterTypes == null) { in invokeMethod()
273 parameterTypes); in invokeMethod()
380 Class<?>[] parameterTypes) in invokeExactMethod() argument
390 if (parameterTypes == null) { in invokeExactMethod()
397 parameterTypes); in invokeExactMethod()
430 Class<?>[] parameterTypes) in invokeExactStaticMethod() argument
440 if (parameterTypes == null) { in invokeExactStaticMethod()
447 parameterTypes); in invokeExactStaticMethod()
586 if (parameterTypes == null) { in invokeStaticMethod()
[all …]
H A DConstructorUtils.java113 parameterTypes[i] = args[i].getClass(); in invokeConstructor()
139 Class<?>[] parameterTypes) in invokeConstructor() argument
146 if (parameterTypes == null) { in invokeConstructor()
147 parameterTypes = EMPTY_CLASS_PARAMETERS; in invokeConstructor()
225 parameterTypes[i] = args[i].getClass(); in invokeExactConstructor()
252 Class<?>[] parameterTypes) in invokeExactConstructor() argument
263 if (parameterTypes == null) { in invokeExactConstructor()
264 parameterTypes = EMPTY_CLASS_PARAMETERS; in invokeExactConstructor()
303 final Class<?>[] parameterTypes) { in getAccessibleConstructor() argument
369 final Class<?>[] parameterTypes) { in getMatchingAccessibleConstructor() argument
[all …]
/dports/java/jtiger/jtiger-2.1.0376/src/org/jtiger/assertion/
H A DReflection.java42 …nstructor<?> assertHasConstructor(final Class<?> c, final Class<?>[] parameterTypes, final Object.… in assertHasConstructor() argument
46 return c.getConstructor(parameterTypes); in assertHasConstructor()
63 …public static void assertNotHasConstructor(final Class<?> c, final Class<?>[] parameterTypes, fina… in assertNotHasConstructor() argument
67 c.getConstructor(parameterTypes); in assertNotHasConstructor()
91 return c.getDeclaredConstructor(parameterTypes); in assertHasDeclaredConstructor()
109 …d assertNotHasDeclaredConstructor(final Class<?> c, final Class<?>[] parameterTypes, final Object.… in assertNotHasDeclaredConstructor() argument
113 c.getDeclaredConstructor(parameterTypes); in assertNotHasDeclaredConstructor()
137 return c.getMethod(name, parameterTypes); in assertHasMethod()
159 c.getMethod(name, parameterTypes); in assertNotHasMethod()
184 return c.getDeclaredMethod(name, parameterTypes); in assertHasDeclaredMethod()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/Mono.CodeGeneration/
H A DCodeMethod.cs41 Type[] parameterTypes; field in Mono.CodeGeneration.CodeMethod
52 return new CodeMethod (cls, attributes, parameterTypes); in DefineConstructor()
62 this.parameterTypes = parameterTypes; in CodeMethod()
73 this.parameterTypes = parameterTypes; in CodeMethod()
112 get { return parameterTypes; }
181 for (int n=0; n<parameterTypes.Length; n++) { in PrintCode()
183 cp.Write (parameterTypes[n] + " arg" + n); in PrintCode()
196 if (n < 0 || n >= parameterTypes.Length) in GetArg()
200 return new CodeArgumentReference (parameterTypes[n], narg, "arg" + n); in GetArg()
224 methodBase = type.GetMethod (methodBase.Name, parameterTypes); in UpdateMethodBase()
[all …]
/dports/math/jts/jts-jts-1.18.1/modules/app/src/main/java/org/locationtech/jtstest/geomfunction/
H A DBaseGeometryFunction.java51 protected Class[] parameterTypes; field in BaseGeometryFunction
59 Class[] parameterTypes, in BaseGeometryFunction() argument
65 this.parameterTypes = parameterTypes; in BaseGeometryFunction()
74 Class[] parameterTypes, in BaseGeometryFunction() argument
81 this.parameterTypes = parameterTypes; in BaseGeometryFunction()
113 return parameterTypes; in getParameterTypes()
122 return parameterTypes.length > 0 && parameterTypes[0] == Geometry.class; in isBinary()
133 for (int i = 0 ; i < parameterTypes.length; i++) { in getSignature()
135 paramTypes.append(ClassUtil.getClassname(parameterTypes[i])); in getSignature()
174 for (int i = 0; i < parameterTypes.length; i++) { in equals()
[all …]

12345678910>>...55