Searched defs:getBinding (Results 1 - 24 of 24) sorted by relevance

/external/guice/core/src/com/google/inject/spi/
H A DProvisionListener.java65 public abstract Binding<T> getBinding(); method in class:ProvisionListener.ProvisionInvocation
/external/guice/core/src/com/google/inject/
H A DInjector.java132 <T> Binding<T> getBinding(Key<T> key); method in interface:Injector
144 <T> Binding<T> getBinding(Class<T> type); method in interface:Injector
148 * {@link #getBinding(Key)}, this does not attempt to create just-in-time bindings
/external/guice/core/src/com/google/inject/internal/
H A DProvisionListenerStackCallback.java142 public Binding<T> getBinding() { method in class:ProvisionListenerStackCallback.Provision
H A DAbstractBindingBuilder.java62 protected BindingImpl<T> getBinding() { method in class:AbstractBindingBuilder
91 setBinding(getBinding().withScoping(Scoping.forAnnotation(scopeAnnotation)));
97 setBinding(getBinding().withScoping(Scoping.forInstance(scope)));
102 setBinding(getBinding().withScoping(Scoping.EAGER_SINGLETON));
H A DInternalInjectorCreator.java232 return isEagerSingleton(injector, injector.getBinding(linkedBinding), stage);
255 public <T> Binding<T> getBinding(Key<T> key) { method in class:InternalInjectorCreator.ToolStageInjector
256 return this.delegateInjector.getBinding(key);
258 public <T> Binding<T> getBinding(Class<T> type) { method in class:InternalInjectorCreator.ToolStageInjector
259 return this.delegateInjector.getBinding(type);
H A DInjectorImpl.java152 public <T> BindingImpl<T> getBinding(Key<T> key) { method in class:InjectorImpl
188 return getBinding(key);
217 public <T> Binding<T> getBinding(Class<T> type) { method in class:InjectorImpl
218 return getBinding(Key.get(type));
/external/llvm/lib/MC/
H A DMCSymbolELF.cpp66 unsigned MCSymbolELF::getBinding() const { function in class:llvm::MCSymbolELF
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
H A DInjectBindingRegistry.java84 B getBinding(Key key) { method in class:InjectBindingRegistry.BindingsCollection
203 ProvisionBinding binding = provisionBindings.getBinding(key);
236 MembersInjectionBinding binding = membersInjectionBindings.getBinding(key);
/external/guice/extensions/grapher/test/com/google/inject/grapher/
H A DTransitiveDependencyVisitorTest.java60 Binding<?> binding = getBinding(Key.get(ConstructedClass.class));
68 Binding<?> binding = getBinding(Key.get(Integer.class, Names.named("number")),
77 Binding<?> binding = getBinding(Key.get(ConstructedClass.class), new InstanceModule());
86 Binding<?> binding = getBinding(Key.get(Interface.class), new HasDependenciesModule());
96 Binding<?> binding = getBinding(Key.get(Interface.class), new LinkedKeyModule());
104 Binding<?> binding = getBinding(Key.get(new TypeLiteral<Provider<ConstructedClass>>() {}));
111 Binding<?> binding = getBinding(Key.get(ConstructedClass.class),
121 Binding<?> binding = getBinding(Key.get(ConstructedClass.class), new ProviderKeyModule());
128 private Binding<?> getBinding(Key<?> key, Module... modules) { method in class:TransitiveDependencyVisitorTest
129 return Guice.createInjector(modules).getBinding(ke
[all...]
/external/guice/core/test/com/google/inject/
H A DJitBindingsTest.java68 // It is OK to call getBinding for introspection, but an error to get the provider
86 // It is OK to call getBinding for introspection, but an error to get the provider
102 // It is OK to call getBinding for introspection, but an error to get the provider
120 // It is OK to call getBinding for introspection, but an error to get the provider
136 // It is OK to call getBinding for introspection, but an error to get the provider
154 // It is OK to call getBinding for introspection, but an error to get the provider
187 // to call getInstance, getProvider, or getBinding.
605 injector.getBinding(classes[i]).getProvider().get();
610 private void ensureFails(Injector injector, GetBindingCheck getBinding, Class<?>... classes) { argument
628 if (getBinding
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fLifetimeTests.cpp182 GLuint getBinding (void) function in class:deqp::gles3::Functional::__anon5093::SamplerBinder
204 GLuint getBinding (void) { return 0; } function in class:deqp::gles3::Functional::__anon5093::QueryBinder
/external/llvm/include/llvm/Object/
H A DELFTypes.h221 unsigned char getBinding() const { return st_info >> 4; } function in struct:llvm::object::Elf_Sym_Impl
225 void setType(unsigned char t) { setBindingAndType(getBinding(), t); }
259 return getBinding() != ELF::STB_LOCAL;
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cMultiBindTests.cpp1560 GLenum getBinding(GLuint index) function in namespace:gl4cts::MultiBind
2799 checkTextureBinding(m_context, getBinding(i), i, texture_ids[i]);
2820 checkTextureBinding(m_context, getBinding(i), i, 0);
2825 checkTextureBinding(m_context, getBinding(i), i, texture_ids[i]);
2839 checkTextureBinding(m_context, getBinding(i), i, 0);
2867 checkTextureBinding(m_context, getBinding(0), 0, 0);
2870 checkTextureBinding(m_context, getBinding(i), i, texture_ids[i]);
/external/deqp/modules/glshared/
H A DglsLifetimeTests.cpp143 GLuint SimpleBinder::getBinding (void) function in class:deqp::gls::LifetimeTests::details::SimpleBinder
174 GLuint getBinding (void) { return 0; } function in class:deqp::gls::LifetimeTests::details::QueryBinder
956 errors.check(binder().getBinding() == id,
967 errors.check(binder().getBinding() == 0,
974 errors.check(binder().getBinding() == 0, "Unbinding didn't remove binding");
/external/swiftshader/third_party/LLVM/lib/Object/
H A DELFObjectFile.cpp171 unsigned char getBinding() const { return st_info >> 4; } function in struct:__anon22765::Elf_Sym_Impl
174 void setType(unsigned char t) { setBindingAndType(getBinding(), t); }
575 switch (symb->getBinding()) {
635 Result = symb->getBinding() == ELF::STB_GLOBAL;
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp484 /// getBinding (L)
494 SVal getBinding(Store S, Loc L, QualType T) override {
495 return getBinding(getRegionBindings(S), L, T);
498 SVal getBinding(RegionBindingsConstRef B, Loc L, QualType T = QualType());
1032 SVal V = RM.getBinding(B, loc::MemRegionVal(VR));
1349 SVal RegionStoreManager::getBinding(RegionBindingsConstRef B, Loc L, QualType T) { function in class:RegionStoreManager
/external/llvm/include/llvm/Support/
H A DELF.h830 unsigned char getBinding() const { return st_info >> 4; } function in struct:llvm::ELF::Elf32_Sym
833 void setType(unsigned char t) { setBindingAndType(getBinding(), t); }
850 unsigned char getBinding() const { return st_info >> 4; } function in struct:llvm::ELF::Elf64_Sym
853 void setType(unsigned char t) { setBindingAndType(getBinding(), t); }
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h834 unsigned char getBinding() const { return st_info >> 4; } function in struct:llvm::ELF::Elf32_Sym
837 void setType(unsigned char t) { setBindingAndType(getBinding(), t); }
854 unsigned char getBinding() const { return st_info >> 4; } function in struct:llvm::ELF::Elf64_Sym
857 void setType(unsigned char t) { setBindingAndType(getBinding(), t); }
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h817 unsigned char getBinding() const { return st_info >> 4; } function in struct:llvm::ELF::Elf32_Sym
820 void setType(unsigned char t) { setBindingAndType(getBinding(), t); }
837 unsigned char getBinding() const { return st_info >> 4; } function in struct:llvm::ELF::Elf64_Sym
840 void setType(unsigned char t) { setBindingAndType(getBinding(), t); }
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
/external/annotation-tools/asmx/test/lib/
H A Dsaxon7.jarMETA-INF/ META-INF/MANIFEST.MF net/sf/saxon/Compile.class Compile.java package ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 2061 milliseconds