Home
last modified time | relevance | path

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

/external/guice/core/src/com/google/inject/internal/
DInternalContext.java116 void popStateAndSetDependency(Dependency<?> newDependency) { in popStateAndSetDependency() argument
118 this.dependency = newDependency; in popStateAndSetDependency()
/external/guice/core/src/com/google/inject/spi/
DInjectionPoint.java105 newDependency(key, Nullability.allowsNull(annotations), -1)); in InjectionPoint()
119 dependencies.add(newDependency(key, Nullability.allowsNull(parameterAnnotations), index)); in forMember()
133 private <T> Dependency<T> newDependency(Key<T> key, boolean allowsNull, int parameterIndex) { in newDependency() method in InjectionPoint
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp5403 const SubpassDependency newDependency(srcPass, dstPass, in addAttachmentAllocationTests() local
5432 deps.push_back(newDependency); in addAttachmentAllocationTests()
5453 const SubpassDependency newDependency(srcPass, dstPass, in addAttachmentAllocationTests() local
5483 deps.push_back(newDependency); in addAttachmentAllocationTests()
5508 const SubpassDependency newDependency(srcPass, dstPass, in addAttachmentAllocationTests() local
5538 deps.push_back(newDependency); in addAttachmentAllocationTests()