Searched defs:setBinding (Results 1 - 11 of 11) sorted by relevance

/external/dagger2/compiler/src/it/producers-functional-tests/src/test/java/producerstest/
H A DMultibindingTest.java33 public void setBinding() throws Exception { method in class:MultibindingTest
/external/llvm/lib/MC/
H A DMCSymbolELF.cpp43 void MCSymbolELF::setBinding(unsigned Binding) const { function in class:llvm::MCSymbolELF
/external/guice/core/src/com/google/inject/internal/
H A DAbstractBindingBuilder.java66 protected BindingImpl<T> setBinding(BindingImpl<T> binding) { method in class:AbstractBindingBuilder
76 return setBinding(binding.withKey(
84 return setBinding(binding.withKey(
91 setBinding(getBinding().withScoping(Scoping.forAnnotation(scopeAnnotation)));
97 setBinding(getBinding().withScoping(Scoping.forInstance(scope)));
102 setBinding(getBinding().withScoping(Scoping.EAGER_SINGLETON));
/external/llvm/include/llvm/Object/
H A DELFTypes.h173 void setBinding(unsigned char b) { setBindingAndType(b, getType()); } function in struct:llvm::object::Elf_Sym_Impl
/external/guice/extensions/multibindings/src/com/google/inject/multibindings/
H A DOptionalBinder.java69 * {@link #setBinding} or {@link #setDefault} are called, it will also
73 * value. User code can call {@code setBinding} to override the default.
74 * <b>Warning: Even if setBinding is called, the default binding
78 * <p>If setDefault or setBinding are linked to Providers, the Provider may return
80 * setBinding to a Provider that returns null will not cause OptionalBinder
83 * <p>If neither setDefault nor setBinding are called, it will try to link to a
86 * or if setBinding or setDefault are called, the optionals will return present
121 * .setBinding().to(ReplacingRenamer.class);
141 * .setBinding().toInstance(CUSTOM_LOOKUP_URL);
146 * <p>If one module uses setDefault the only way to override the default is to use setBinding
276 public abstract LinkedBindingBuilder<T> setBinding(); method in class:OptionalBinder
373 @Override public LinkedBindingBuilder<T> setBinding() { method in class:OptionalBinder.RealOptionalBinder
[all...]
/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h143 void setBinding(StringRef Id, const ast_type_traits::DynTypedNode &DynNode) { function in class:clang::ast_matchers::internal::BoundNodesTreeBuilder
/external/llvm/include/llvm/Support/
H A DELF.h807 void setBinding(unsigned char b) { setBindingAndType(b, getType()); } function in struct:llvm::ELF::Elf32_Sym
827 void setBinding(unsigned char b) { setBindingAndType(b, getType()); } function in struct:llvm::ELF::Elf64_Sym
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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 881 milliseconds