/external/guice/core/src/com/google/inject/internal/ |
D | DefaultConstructionProxyFactory.java | 36 private final InjectionPoint injectionPoint; field in DefaultConstructionProxyFactory 41 DefaultConstructionProxyFactory(InjectionPoint injectionPoint) { in DefaultConstructionProxyFactory()
|
D | SingleMethodInjector.java | 33 private final InjectionPoint injectionPoint; field in SingleMethodInjector 35 SingleMethodInjector(InjectorImpl injector, InjectionPoint injectionPoint, Errors errors) in SingleMethodInjector()
|
D | SingleFieldInjector.java | 30 final InjectionPoint injectionPoint; field in SingleFieldInjector 34 public SingleFieldInjector(InjectorImpl injector, InjectionPoint injectionPoint, Errors errors) in SingleFieldInjector()
|
D | ProxyFactory.java | 55 private final InjectionPoint injectionPoint; field in ProxyFactory 67 ProxyFactory(InjectionPoint injectionPoint, Iterable<MethodAspect> methodAspects) { in ProxyFactory() 242 final InjectionPoint injectionPoint; field in ProxyFactory.ProxyConstructor 250 ProxyConstructor(Enhancer enhancer, InjectionPoint injectionPoint, Callback[] callbacks, in ProxyConstructor()
|
D | ConstructorInjectorStore.java | 66 private <T> ConstructorInjector<T> createConstructor(InjectionPoint injectionPoint, Errors errors) in createConstructor()
|
D | InjectorShell.java | 264 InjectionPoint injectionPoint = dependency.getInjectionPoint(); in get() local
|
/external/guice/extensions/grapher/src/com/google/inject/grapher/ |
D | DependencyEdge.java | 34 private final InjectionPoint injectionPoint; field in DependencyEdge 36 public DependencyEdge(NodeId fromId, NodeId toId, InjectionPoint injectionPoint) { in DependencyEdge()
|
D | DefaultNodeCreator.java | 84 InjectionPoint injectionPoint = dependency.getInjectionPoint(); in newInstanceNode() local
|
/external/guice/core/src/com/google/inject/spi/ |
D | Dependency.java | 41 private final InjectionPoint injectionPoint; field in Dependency 46 Dependency(InjectionPoint injectionPoint, Key<T> key, boolean nullable, int parameterIndex) { in Dependency()
|
D | ModuleAnnotatedMethodScanner.java | 53 InjectionPoint injectionPoint); in prepareMethod()
|
/external/guice/core/test/com/google/inject/spi/ |
D | InjectionPointTest.java | 63 InjectionPoint injectionPoint = new InjectionPoint(typeLiteral, fooField, false); in testFieldInjectionPoint() local 86 InjectionPoint injectionPoint = new InjectionPoint(typeLiteral, barMethod, false); in testMethodInjectionPoint() local 110 InjectionPoint injectionPoint = new InjectionPoint(typeLiteral, constructor); in testConstructorInjectionPoint() local 145 InjectionPoint injectionPoint = InjectionPoint.forConstructor(constructor, hashSet); in testForConstructor() local 168 InjectionPoint injectionPoint = InjectionPoint.forConstructorOf(Constructable.class); in testForConstructorOf() local
|
D | ModuleAnnotatedMethodScannerTest.java | 159 InjectionPoint injectionPoint) { in prepareMethod()
|
/external/guice/extensions/dagger-adapter/src/com/google/inject/daggeradapter/ |
D | DaggerMethodScanner.java | 46 Binder binder, Annotation rawAnnotation, Key<T> key, InjectionPoint injectionPoint) { in prepareMethod()
|
/external/guice/core/test/com/google/inject/internal/ |
D | ProxyFactoryTest.java | 48 InjectionPoint injectionPoint = InjectionPoint.forConstructorOf(Simple.class); in testSimpleCase() local
|
/external/guice/core/test/com/google/inject/util/ |
D | OverrideModuleTest.java | 726 InjectionPoint injectionPoint) { in prepareMethod()
|