Home
last modified time | relevance | path

Searched refs:withSource (Results 1 – 25 of 52) sorted by relevance

123

/external/guice/core/src/com/google/inject/util/
DModules.java183 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/
DXmlBeanModule.java59 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/
DPrivateElementsImpl.java119 PrivateBinder privateBinder = binder.withSource(source).newPrivateBinder(); in applyTo()
127 privateBinder.withSource(entry.getValue()).expose(entry.getKey()); in applyTo()
DExposedKeyFactory.java46 errors.withSource(explicitBinding.getSource()).exposedButNotBound(key); in notify()
DAbstractProcessor.java53 this.errors = errorsAnyElement.withSource(element.getSource()); in process()
DFactoryProxy.java49 targetKey, errors.withSource(source), JitLimitation.NEW_OR_EXISTING_JIT); in notify()
DConstructorBindingImpl.java131 Scoping.forAnnotation(scopeAnnotation), injector, errors.withSource(rawType)); in create()
247 .withSource(getSource()) in applyTo()
DBoundProviderFactory.java48 providerKey, errors.withSource(source), JitLimitation.NEW_OR_EXISTING_JIT); in notify()
/external/guice/core/src/com/google/inject/
DPrivateBinder.java48 PrivateBinder withSource(Object source); in withSource() method
/external/guice/core/src/com/google/inject/spi/
DDisableCircularProxiesOption.java43 binder.withSource(getSource()).disableCircularProxies(); in applyTo()
DRequireExactBindingAnnotationsOption.java43 binder.withSource(getSource()).requireExactBindingAnnotations(); in applyTo()
DRequireExplicitBindingsOption.java43 binder.withSource(getSource()).requireExplicitBindings(); in applyTo()
DRequireAtInjectOnConstructorsOption.java44 binder.withSource(getSource()).requireAtInjectOnConstructors(); in applyTo()
DTypeListenerBinding.java68 binder.withSource(getSource()).bindListener(typeMatcher, listener); in applyTo()
DStaticInjectionRequest.java72 binder.withSource(getSource()).requestStaticInjection(type); in applyTo()
DModuleAnnotatedMethodScannerBinding.java55 binder.withSource(getSource()).scanModulesForAnnotatedMethods(scanner); in applyTo()
DScopeBinding.java68 binder.withSource(getSource()).bindScope(annotationType, scope); in applyTo()
DProvisionListenerBinding.java70 .withSource(getSource()) in applyTo()
DTypeConverterBinding.java71 binder.withSource(getSource()).convertToTypes(typeMatcher, typeConverter); in applyTo()
DInjectionRequest.java85 binder.withSource(getSource()).requestInjection(type, instance); in applyTo()
DInterceptorBinding.java86 .withSource(getSource()) in applyTo()
DMembersInjectorLookup.java75 initializeDelegate(binder.withSource(getSource()).getMembersInjector(type)); in applyTo()
DProviderLookup.java86 initializeDelegate(binder.withSource(getSource()).getProvider(dependency)); in applyTo()
/external/turbine/java/com/google/turbine/diag/
DTurbineLog.java29 public TurbineLogWithSource withSource(SourceFile source) { in withSource() method in TurbineLog
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
DFactoryProvider2.java507 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()

123