HomeSort by relevance Sort by last modified time
    Searched defs:bindingType (Results 1 - 7 of 7) sorted by null

  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
Binding.java 95 return this.equals(binding.bindingType());
99 abstract Binding.Type bindingType();
105 return bindingType().frameworkClass();
128 return BindingKey.create(bindingType().bindingKeyKind(), key());
ProductionBinding.java 51 Binding.Type bindingType() {
MembersInjectionBinding.java 93 protected Binding.Type bindingType() {
ProvisionBinding.java 59 Binding.Type bindingType() {
SourceFiles.java 191 switch (binding.bindingType()) {
232 TypeMirror bindingType;
233 switch (binding.bindingType()) {
242 bindingType = contributionBinding.key().type();
250 bindingType = contributionBinding.bindingTypeElement().asType();
264 bindingType = binding.key().type();
270 TypeName bindingTypeName = TypeNames.forTypeMirror(bindingType);
  /external/deqp/modules/gles31/functional/
es31fAtomicCounterTests.cpp 80 enum BindingType
96 , bindingType (BINDINGTYPE_BASIC)
106 BindingType bindingType;
183 switch (spec.bindingType)
265 switch (spec.bindingType)
928 if (m_spec.offsetType == OFFSETTYPE_INVALID || m_spec.offsetType == OFFSETTYPE_INVALID_DEFAULT || m_spec.bindingType == BINDINGTYPE_INVALID || m_spec.bindingType == BINDINGTYPE_INVALID_DEFAULT || m_spec.offsetType == OFFSETTYPE_INVALID_OVERLAPPING)
    [all...]
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 

Completed in 505 milliseconds