Home
last modified time | relevance | path

Searched defs:getConstructor (Results 1 – 25 of 551) sorted by relevance

12345678910>>...23

/aosp_15_r20/external/guice/core/src/com/google/inject/internal/
H A DDefaultConstructionProxyFactory.java98 public Constructor<T> getConstructor() { in getConstructor() method in DefaultConstructionProxyFactory.FastClassProxy
140 public Constructor<T> getConstructor() { in getConstructor() method in DefaultConstructionProxyFactory.ReflectiveProxy
H A DConstructionProxy.java43 Constructor<T> getConstructor(); in getConstructor() method
H A DProxyFactory.java279 public Constructor<T> getConstructor() { in getConstructor() method in ProxyFactory.ProxyConstructor
H A DConstructorBindingImpl.java200 public InjectionPoint getConstructor() { in getConstructor() method in ConstructorBindingImpl
/aosp_15_r20/external/fbjni/cxx/fbjni/detail/
H A DCoreClasses-inl.h186 inline JConstructor<F> JClass::getConstructor() const { in getConstructor() function
192 inline JConstructor<F> JClass::getConstructor(const char* descriptor) const { in getConstructor() function
/aosp_15_r20/external/guice/core/src/com/google/inject/spi/
H A DConstructorBinding.java35 InjectionPoint getConstructor(); in getConstructor() method
/aosp_15_r20/external/javassist/src/main/javassist/expr/
H A DConstructorCall.java61 public CtConstructor getConstructor() throws NotFoundException { in getConstructor() method in ConstructorCall
H A DNewExpr.java132 public CtConstructor getConstructor() throws NotFoundException { in getConstructor() method in NewExpr
/aosp_15_r20/external/testng/src/main/java/org/testng/internal/annotations/
H A DBaseAnnotation.java11 public Constructor getConstructor() { in getConstructor() method in BaseAnnotation
/aosp_15_r20/external/testng/src/main/java/org/testng/internal/
H A DConstructorOrMethod.java41 public Constructor getConstructor() { in getConstructor() method in ConstructorOrMethod
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/resolver/
H A DImplicitResolverTest.java56 protected Construct getConstructor(Node node) { in getConstructor() method in ImplicitResolverTest.ConfigurationConstructor
/aosp_15_r20/external/junit/src/main/java/org/junit/internal/runners/
H A DTestClass.java97 public Constructor<?> getConstructor() throws SecurityException, NoSuchMethodException { in getConstructor() method in TestClass
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue94/
H A DChangeRuntimeClassTest.java111 private Construct getConstructor(Node node) { in getConstructor() method in ChangeRuntimeClassTest.MyConstructor.ConstructProxy
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue56/
H A DPerlTest.java111 protected Construct getConstructor(Node node) { in getConstructor() method in PerlTest.CustomBeanConstructor
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
H A DConstructorTest.java152 private static Constructor<?> getConstructor(Class<?> c, int constructorArgCount) in getConstructor() method in ConstructorTest
/aosp_15_r20/external/javassist/src/main/javassist/compiler/
H A DAccessorMaker.java53 public String getConstructor(CtClass c, String desc, MethodInfo orig) in getConstructor() method in AccessorMaker
/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/extensions/compactnotation/
H A DCompactConstructor.java133 protected Construct getConstructor(Node node) { in getConstructor() method in CompactConstructor
/aosp_15_r20/external/dexmaker/dexmaker/src/main/java/com/android/dx/
H A DTypeId.java122 public MethodId<T, Void> getConstructor(TypeId<?>... parameters) { in getConstructor() method in TypeId
/aosp_15_r20/cts/tools/cts-api-coverage/src/com/android/cts/apicommon/
H A DApiClass.java297 private Optional<ApiConstructor> getConstructor(List<String> parameterTypes) { in getConstructor() method in ApiClass
/aosp_15_r20/external/pytorch/torch/csrc/jit/codegen/fuser/
H A Dcompiler.cpp54 static const FusedKernelConstructor& getConstructor( in getConstructor() function
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DCompatUtils.java67 public static Constructor<?> getConstructor(final Class<?> targetClass, in getConstructor() method in CompatUtils
/aosp_15_r20/external/guice/lib/
HDaopalliance.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/aopalliance/ org/ ...
/aosp_15_r20/external/guice/extensions/persist/lib/
HDaopalliance.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/aopalliance/ org/ ...
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/lang/
H A DClass.annotated.java129 @libcore.util.NonNull public java.lang.reflect.Constructor<T> getConstructor([email protected] in getConstructor() method in Class
/aosp_15_r20/libcore/ojluni/annotations/mmodule/java/lang/
H A DClass.annotated.java130 public java.lang.reflect.Constructor<T> getConstructor(java.lang.Class<?>... parameterTypes) throws… in getConstructor() method in Class

12345678910>>...23