Home
last modified time | relevance | path

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

12

/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()
DBoundProviderFactory.java48 providerKey, errors.withSource(source), JitLimitation.NEW_OR_EXISTING_JIT); in notify()
/external/turbine/java/com/google/turbine/binder/
DBinder.java239 ImportIndex.create(log.withSource(unit.source()), importResolver, tli, unit.imports()); in bindPackages()
278 return HierarchyBinder.bind(log.withSource(base.source()), sym, base, henv); in bindHierarchy()
293 builder.put(sym, TypeBinder.bind(log.withSource(base.source()), henv, sym, base)); in bindTypes()
342 module, env, moduleEnv, moduleVersion, log.withSource(module.source()))); in bindModules()
378 log.withSource(info.source())) in constants()
400 sym, new ConstBinder(constenv, sym, baseEnv, base, log.withSource(base.source())).bind()); in constants()
/external/guice/core/src/com/google/inject/
DPrivateBinder.java48 PrivateBinder withSource(Object source); in withSource() method
/external/guice/core/src/com/google/inject/spi/
DRequireExactBindingAnnotationsOption.java43 binder.withSource(getSource()).requireExactBindingAnnotations(); in applyTo()
DDisableCircularProxiesOption.java43 binder.withSource(getSource()).disableCircularProxies(); in applyTo()
DRequireExplicitBindingsOption.java43 binder.withSource(getSource()).requireExplicitBindings(); in applyTo()
DRequireAtInjectOnConstructorsOption.java44 binder.withSource(getSource()).requireAtInjectOnConstructors(); in applyTo()
DModuleAnnotatedMethodScannerBinding.java55 binder.withSource(getSource()).scanModulesForAnnotatedMethods(scanner); in applyTo()
DStaticInjectionRequest.java72 binder.withSource(getSource()).requestStaticInjection(type); in applyTo()
DTypeListenerBinding.java68 binder.withSource(getSource()).bindListener(typeMatcher, listener); 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/processing/
DTurbineMessager.java72 log.withSource(source).diagnostic(kind, position, TurbineError.ErrorKind.PROC, msg); in printMessage()
83 log.withSource(source).diagnostic(kind, position, TurbineError.ErrorKind.PROC, msg); in printMessage()
99 log.withSource(source).diagnostic(kind, position, TurbineError.ErrorKind.PROC, msg); in printMessage()
/external/turbine/java/com/google/turbine/diag/
DTurbineLog.java31 public TurbineLogWithSource withSource(SourceFile source) { in withSource() method in TurbineLog

12