Home
last modified time | relevance | path

Searched refs:getBindingOrThrow (Results 1 – 4 of 4) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
DInjectorImpl.java162 BindingImpl<T> result = getBindingOrThrow(key, errors, JitLimitation.EXISTING_JIT); in getBinding()
213 <T> BindingImpl<T> getBindingOrThrow(Key<T> key, Errors errors, JitLimitation jitType) in getBindingOrThrow() method in InjectorImpl
358 BindingImpl<T> delegate = getBindingOrThrow(providedKey, errors, JitLimitation.NO_JIT); in createProviderBinding()
920 return getBindingOrThrow(key.withoutAttributes(), ignored, JitLimitation.NO_JIT);
938 return getBindingOrThrow(key, errors, jitType).getInternalFactory();
991 getBindingOrThrow(dependency.getKey(), errors, JitLimitation.NO_JIT);
1040 BindingImpl<? extends T> binding = getBindingOrThrow(key, errors, JitLimitation.NO_JIT);
DSingleFieldInjector.java39 binding = injector.getBindingOrThrow(dependency.getKey(), errors, JitLimitation.NO_JIT); in SingleFieldInjector()
DProvidedByInternalFactory.java55 injector.getBindingOrThrow(providerKey, errors, JitLimitation.NEW_OR_EXISTING_JIT); in initialize()
/external/testng/lib-supplied/
Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ ...