Home
last modified time | relevance | path

Searched refs:explicitBinding (Results 1 – 3 of 3) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
DExposedKeyFactory.java40 BindingImpl<T> explicitBinding = privateInjector.state.getExplicitBinding(key); in notify() local
45 if (explicitBinding.getInternalFactory() == this) { in notify()
46 errors.withSource(explicitBinding.getSource()).exposedButNotBound(key); in notify()
50 this.delegate = explicitBinding; in notify()
DInjectorImpl.java173 BindingImpl<T> explicitBinding = state.getExplicitBinding(key); in getExistingBinding() local
174 if (explicitBinding != null) { in getExistingBinding()
175 return explicitBinding; in getExistingBinding()
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTests.cpp4773 const bool explicitBinding = (ndx == 1); in generateBufferBackedInterfaceResourceBufferBindingCases() local
4774 const int bindingNdx = (explicitBinding) ? (1) : (-1); in generateBufferBackedInterfaceResourceBufferBindingCases()
4775 const std::string nameSuffix = (explicitBinding) ? ("_explicit_binding") : (""); in generateBufferBackedInterfaceResourceBufferBindingCases()