Searched refs:getConstructor (Results 1 – 10 of 10) sorted by relevance
155 Object field = scriptFieldClass.getConstructor(RenderScript.class, int.class) in testSmallStructsOfCharArray()215 Object field = scriptFieldClass.getConstructor(RenderScript.class, int.class) in testSmallStructsOfHeterogeneousTypes()
120 Optional<ApiConstructor> apiConstructor = getConstructor(parameterTypes); in markConstructorCovered()263 private Optional<ApiConstructor> getConstructor(List<String> parameterTypes) { in getConstructor() method in ApiClass
38 .getConstructor(Context.class); in onNewSession()
58 Constructor ct = AudioEffect.class.getConstructor(UUID.class, UUID.class, in testVisualizer_MalformedConstructor()
65 audioEffect = (AudioEffect)AudioEffect.class.getConstructor( in testAllEffects()406 audioEffect = (AudioEffect) AudioEffect.class.getConstructor( in testVisualizerCapture_CVE_2017_0396()
490 java.lang.reflect.Constructor ct = AudioEffect.class.getConstructor( in verifyZeroPVSizeRejectedForSetParameter()
570 ctor = scriptClass.getConstructor(AllocationInfo.class); in instantiateScript()573 ctor = scriptClass.getConstructor(AllocationInfo.class, ParameterMap.class); in instantiateScript()
3506 name: "getConstructor"
4984 name: "getConstructor"
214 Constructor<?> constructor = clazz.getConstructor(ctorSignature); in testConstructor2()