/aosp_15_r20/external/guice/core/src/com/google/inject/internal/ |
H A D | DefaultConstructionProxyFactory.java | 98 public Constructor<T> getConstructor() { in getConstructor() method in DefaultConstructionProxyFactory.FastClassProxy 140 public Constructor<T> getConstructor() { in getConstructor() method in DefaultConstructionProxyFactory.ReflectiveProxy
|
H A D | ConstructionProxy.java | 43 Constructor<T> getConstructor(); in getConstructor() method
|
H A D | ProxyFactory.java | 279 public Constructor<T> getConstructor() { in getConstructor() method in ProxyFactory.ProxyConstructor
|
H A D | ConstructorBindingImpl.java | 200 public InjectionPoint getConstructor() { in getConstructor() method in ConstructorBindingImpl
|
/aosp_15_r20/external/fbjni/cxx/fbjni/detail/ |
H A D | CoreClasses-inl.h | 186 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 D | ConstructorBinding.java | 35 InjectionPoint getConstructor(); in getConstructor() method
|
/aosp_15_r20/external/javassist/src/main/javassist/expr/ |
H A D | ConstructorCall.java | 61 public CtConstructor getConstructor() throws NotFoundException { in getConstructor() method in ConstructorCall
|
H A D | NewExpr.java | 132 public CtConstructor getConstructor() throws NotFoundException { in getConstructor() method in NewExpr
|
/aosp_15_r20/external/testng/src/main/java/org/testng/internal/annotations/ |
H A D | BaseAnnotation.java | 11 public Constructor getConstructor() { in getConstructor() method in BaseAnnotation
|
/aosp_15_r20/external/testng/src/main/java/org/testng/internal/ |
H A D | ConstructorOrMethod.java | 41 public Constructor getConstructor() { in getConstructor() method in ConstructorOrMethod
|
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/resolver/ |
H A D | ImplicitResolverTest.java | 56 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 D | TestClass.java | 97 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 D | ChangeRuntimeClassTest.java | 111 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 D | PerlTest.java | 111 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 D | ConstructorTest.java | 152 private static Constructor<?> getConstructor(Class<?> c, int constructorArgCount) in getConstructor() method in ConstructorTest
|
/aosp_15_r20/external/javassist/src/main/javassist/compiler/ |
H A D | AccessorMaker.java | 53 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 D | CompactConstructor.java | 133 protected Construct getConstructor(Node node) { in getConstructor() method in CompactConstructor
|
/aosp_15_r20/external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
H A D | TypeId.java | 122 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 D | ApiClass.java | 297 private Optional<ApiConstructor> getConstructor(List<String> parameterTypes) { in getConstructor() method in ApiClass
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/codegen/fuser/ |
H A D | compiler.cpp | 54 static const FusedKernelConstructor& getConstructor( in getConstructor() function
|
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/ |
D | CompatUtils.java | 67 public static Constructor<?> getConstructor(final Class<?> targetClass, in getConstructor() method in CompatUtils
|
/aosp_15_r20/external/guice/lib/ |
HD | aopalliance.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/aopalliance/
org/ ... |
/aosp_15_r20/external/guice/extensions/persist/lib/ |
HD | aopalliance.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/aopalliance/
org/ ... |
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
H A D | Class.annotated.java | 129 @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 D | Class.annotated.java | 130 public java.lang.reflect.Constructor<T> getConstructor(java.lang.Class<?>... parameterTypes) throws… in getConstructor() method in Class
|