Searched refs:testFactory (Results 1 – 7 of 7) sorted by relevance
19 GrContextFactory testFactory; variable23 GrContext* context = testFactory.get(glCtxType,37 GrContextFactory testFactory; variable40 GrContext* context = testFactory.get(glCtxType);50 GrContextFactory testFactory; variable54 testFactory.getContextInfo(glCtxType);61 testFactory.abandonContexts();65 testFactory.getContextInfo(glCtxType);
78 testFactory, argument86 testFactory,169 testFactory = TestVectorFactory(187 testFactory.generateTestVector()).launchInteractiveMode()198 testFactory,
17 private void testFactory(boolean onSuite) { in testFactory() method in ObjectFactory2Test32 testFactory(true /* on suite object */); in factoryOnSuiteShouldWork()37 testFactory(false /* on TestNG object */); in factoryOnTestNGShouldWork()
44 testFactory, argument63 self.__testFactory = testFactory
37 public void testFactory() { in testFactory() method in SubstituteLoggerFactoryTest
684 GrContextFactory testFactory; in create_sink() local685 if (!testFactory.get(contextType, contextOptions)) { in create_sink()
471 def testFactory(self): member in ServiceTest