Home
last modified time | relevance | path

Searched refs:InstanceFactory (Results 1 – 14 of 14) sorted by relevance

/external/dagger2/core/src/main/java/dagger/internal/
DInstanceFactory.java30 public final class InstanceFactory<T> implements Factory<T> { class
35 return new InstanceFactory<T>(instance); in create()
40 private InstanceFactory(T instance) { in InstanceFactory() method in InstanceFactory
/external/dagger2/core/src/test/java/dagger/internal/
DInstanceFactoryTest.java32 Factory<Object> factory = InstanceFactory.create(instance); in instanceFactory()
40 InstanceFactory.create(null); in create_throwsNullPointerException()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawTestCaseUtil.hpp61 class InstanceFactory : public TestCase class
64 InstanceFactory (tcu::TestContext& testCtx, const std::string& name, const std::string& desc, in InstanceFactory() function in vkt::Draw::InstanceFactory
DvktDrawIndirectTest.cpp537 …indirectDrawGroup->addChild(new InstanceFactory<IndirectDraw>(m_testCtx, "triangle_list", "Draws t… in init()
538 …indirectDrawGroup->addChild(new InstanceFactory<IndirectDraw>(m_testCtx, "triangle_strip", "Draws … in init()
549 …noFirstInstanceGroup->addChild(new InstanceFactory<IndirectDrawInstanced<FirtsInstanceNotSupported… in init()
550 …noFirstInstanceGroup->addChild(new InstanceFactory<IndirectDrawInstanced<FirtsInstanceNotSupported… in init()
558 …firstInstanceGroup->addChild(new InstanceFactory<IndirectDrawInstanced<FirtsInstanceSupported> >(m… in init()
559 …firstInstanceGroup->addChild(new InstanceFactory<IndirectDrawInstanced<FirtsInstanceSupported> >(m… in init()
DvktDrawSimpleTest.cpp332 …addChild(new InstanceFactory<SimpleDraw>(m_testCtx, "simple_draw_triangle_list", "Draws triangle l… in init()
333 …addChild(new InstanceFactory<SimpleDraw>(m_testCtx, "simple_draw_triangle_strip", "Draws triangle … in init()
338 …addChild(new InstanceFactory<SimpleDrawInstanced>(m_testCtx, "simple_draw_instanced_triangle_list"… in init()
339 …addChild(new InstanceFactory<SimpleDrawInstanced>(m_testCtx, "simple_draw_instanced_triangle_strip… in init()
DvktDrawIndexedTest.cpp353 …addChild(new InstanceFactory<DrawIndexed>(m_testCtx, "draw_indexed_triangle_list", "Draws indexed … in init()
354 …addChild(new InstanceFactory<DrawIndexed>(m_testCtx, "draw_indexed_triangle_strip", "Draws indexed… in init()
359 …addChild(new InstanceFactory<DrawInstancedIndexed>(m_testCtx, "draw_instanced_indexed_triangle_lis… in init()
360 …addChild(new InstanceFactory<DrawInstancedIndexed>(m_testCtx, "draw_instanced_indexed_triangle_str… in init()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateTestCaseUtil.hpp70 class InstanceFactory : public TestCase class
73 InstanceFactory (tcu::TestContext& testCtx, const std::string& name, const std::string& desc, in InstanceFactory() function in vkt::DynamicState::InstanceFactory
DvktDynamicStateVPTests.cpp399 …addChild(new InstanceFactory<ViewportParamTestInstane>(m_testCtx, "viewport", "Set viewport which … in init()
400 …addChild(new InstanceFactory<ScissorParamTestInstance>(m_testCtx, "scissor", "Perform a scissor te… in init()
403 …addChild(new InstanceFactory<ViewportArrayTestInstance>(m_testCtx, "viewport_array", "Multiple vie… in init()
DvktDynamicStateGeneralTests.cpp431 …addChild(new InstanceFactory<StateSwitchTestInstance>(m_testCtx, "state_switch", "Perform multiple… in init()
432 …addChild(new InstanceFactory<BindOrderTestInstance>(m_testCtx, "bind_order", "Check if binding ord… in init()
433 …addChild(new InstanceFactory<StatePersistenceTestInstance>(m_testCtx, "state_persistence", "Check … in init()
DvktDynamicStateCBTests.cpp178 …addChild(new InstanceFactory<BlendConstantsTestInstance>(m_testCtx, "blend_constants", "Check if b… in init()
DvktDynamicStateRSTests.cpp721 …addChild(new InstanceFactory<DepthBiasParamTestInstance>(m_testCtx, "depth_bias", "Test depth bias… in init()
722 …addChild(new InstanceFactory<DepthBiasClampParamTestInstance>(m_testCtx, "depth_bias_clamp", "Test… in init()
723 …addChild(new InstanceFactory<LineWidthParamTestInstance>(m_testCtx, "line_width", "Draw a line wit… in init()
DvktDynamicStateDSTests.cpp868 …addChild(new InstanceFactory<DepthBoundsParamTestInstance>(m_testCtx, "depth_bounds", "Perform dep… in init()
871 …addChild(new InstanceFactory<StencilParamsAdvancedTestInstance>(m_testCtx, "stencil_params_advance… in init()
/external/guice/extensions/dagger-adapter/lib/
Ddagger-2.0.jarMETA-INF/ META-INF/MANIFEST.MF dagger/ dagger/internal/ dagger/ ...
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DAbstractComponentWriter.java34 import dagger.internal.InstanceFactory;
894 ClassName.fromClass(InstanceFactory.class), in initializeFactoryForContributionBinding()