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

  /external/guice/core/src/com/google/inject/internal/
Indexer.java 49 enum BindingType {
66 final BindingType type;
69 IndexedBinding(Binding<?> binding, BindingType type, Object scope, Object extraEquality) {
117 binding, BindingType.CONSTRUCTOR, scope(binding), binding.getConstructor());
123 binding, BindingType.CONSTANT, scope(binding), binding.getValue());
128 return new Indexer.IndexedBinding(binding, BindingType.EXPOSED, scope(binding), binding);
134 binding, BindingType.INSTANCE, scope(binding), binding.getInstance());
140 binding, BindingType.LINKED_KEY, scope(binding), binding.getLinkedKey());
147 BindingType.PROVIDED_BY,
155 binding, BindingType.PROVIDER_INSTANCE, scope(binding), binding.getUserSuppliedProvider())
    [all...]
  /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...]

Completed in 207 milliseconds