/external/guice/core/src/com/google/inject/util/ |
D | Modules.java | 183 baseBinder.newPrivateBinder().withSource(privateElements.getSource()); in configure() 185 privateBinder.withSource(privateElements.getExposedSource(exposed)).expose(exposed); in configure() 253 binder.withSource(privateElements.getSource()).newPrivateBinder(); in configure() 261 privateBinder.withSource(privateElements.getExposedSource(key)).expose(key); in configure() 310 .withSource(overideBinding.getSource()) in configure()
|
/external/guice/examples/src/example/xml/ |
D | XmlBeanModule.java | 59 Binder sourced = originalBinder.withSource(xmlSource()); in start() 102 Binder sourced = originalBinder.withSource(xmlSource()); in start() 185 .withSource(xmlSource()) in addBinding()
|
/external/guice/core/src/com/google/inject/internal/ |
D | PrivateElementsImpl.java | 119 PrivateBinder privateBinder = binder.withSource(source).newPrivateBinder(); in applyTo() 127 privateBinder.withSource(entry.getValue()).expose(entry.getKey()); in applyTo()
|
D | ExposedKeyFactory.java | 46 errors.withSource(explicitBinding.getSource()).exposedButNotBound(key); in notify()
|
D | AbstractProcessor.java | 53 this.errors = errorsAnyElement.withSource(element.getSource()); in process()
|
D | FactoryProxy.java | 49 targetKey, errors.withSource(source), JitLimitation.NEW_OR_EXISTING_JIT); in notify()
|
D | ConstructorBindingImpl.java | 131 Scoping.forAnnotation(scopeAnnotation), injector, errors.withSource(rawType)); in create() 247 .withSource(getSource()) in applyTo()
|
D | BoundProviderFactory.java | 48 providerKey, errors.withSource(source), JitLimitation.NEW_OR_EXISTING_JIT); in notify()
|
/external/guice/core/src/com/google/inject/ |
D | PrivateBinder.java | 48 PrivateBinder withSource(Object source); in withSource() method
|
/external/guice/core/src/com/google/inject/spi/ |
D | DisableCircularProxiesOption.java | 43 binder.withSource(getSource()).disableCircularProxies(); in applyTo()
|
D | RequireExactBindingAnnotationsOption.java | 43 binder.withSource(getSource()).requireExactBindingAnnotations(); in applyTo()
|
D | RequireExplicitBindingsOption.java | 43 binder.withSource(getSource()).requireExplicitBindings(); in applyTo()
|
D | RequireAtInjectOnConstructorsOption.java | 44 binder.withSource(getSource()).requireAtInjectOnConstructors(); in applyTo()
|
D | TypeListenerBinding.java | 68 binder.withSource(getSource()).bindListener(typeMatcher, listener); in applyTo()
|
D | StaticInjectionRequest.java | 72 binder.withSource(getSource()).requestStaticInjection(type); in applyTo()
|
D | ModuleAnnotatedMethodScannerBinding.java | 55 binder.withSource(getSource()).scanModulesForAnnotatedMethods(scanner); in applyTo()
|
D | ScopeBinding.java | 68 binder.withSource(getSource()).bindScope(annotationType, scope); in applyTo()
|
D | ProvisionListenerBinding.java | 70 .withSource(getSource()) in applyTo()
|
D | TypeConverterBinding.java | 71 binder.withSource(getSource()).convertToTypes(typeMatcher, typeConverter); in applyTo()
|
D | InjectionRequest.java | 85 binder.withSource(getSource()).requestInjection(type, instance); in applyTo()
|
D | InterceptorBinding.java | 86 .withSource(getSource()) in applyTo()
|
D | MembersInjectorLookup.java | 75 initializeDelegate(binder.withSource(getSource()).getMembersInjector(type)); in applyTo()
|
D | ProviderLookup.java | 86 initializeDelegate(binder.withSource(getSource()).getProvider(dependency)); in applyTo()
|
/external/turbine/java/com/google/turbine/diag/ |
D | TurbineLog.java | 29 public TurbineLogWithSource withSource(SourceFile source) { in withSource() method in TurbineLog
|
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/ |
D | FactoryProvider2.java | 507 errors = errors.withSource(implementation); in findMatchingConstructorInjectionPoint() 509 errors = errors.withSource(returnType).withSource(implementation); in findMatchingConstructorInjectionPoint() 701 .withSource(method) in assistKey() 763 Binder binder = binder().withSource(method); in getBindingFromNewInjector()
|