Home
last modified time | relevance | path

Searched refs:forConstructor (Results 1 – 6 of 6) sorted by relevance

/external/guice/extensions/grapher/test/com/google/inject/grapher/
DAbstractInjectorGrapherTest.java167 InjectionPoint.forConstructor(A.class.getConstructor(String.class)))); in testLinkedAndInstanceBindings()
202 InjectionPoint.forConstructor(A2.class.getConstructor(Provider.class))), in testProviderBindings()
/external/guice/core/test/com/google/inject/spi/
DInjectionPointTest.java165 InjectionPoint injectionPoint = InjectionPoint.forConstructor(constructor, hashSet); in testForConstructor()
171 InjectionPoint.forConstructor(constructor, new TypeLiteral<LinkedHashSet<String>>() {}); in testForConstructor()
182 InjectionPoint.forConstructor((Constructor) constructor, new TypeLiteral<Set<String>>() {}); in testForConstructor()
/external/guice/core/src/com/google/inject/internal/
DBindingBuilder.java179 InjectionPoint constructorPoint = InjectionPoint.forConstructor(constructor, type); in toConstructor()
/external/guice/core/src/com/google/inject/spi/
DInjectionPoint.java209 public static <T> InjectionPoint forConstructor(Constructor<T> constructor) { in forConstructor() method in InjectionPoint
220 public static <T> InjectionPoint forConstructor( in forConstructor() method in InjectionPoint
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
DFactoryProvider2.java563 InjectionPoint.forConstructor( in findMatchingConstructorInjectionPoint()
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...