Home
last modified time | relevance | path

Searched refs:testFactory (Results 1 – 8 of 8) sorted by relevance

/external/skia/tests/
DGrContextFactoryTest.cpp21 GrContextFactory testFactory; variable
25 GrContext* context = testFactory.get(ctxType,
39 GrContextFactory testFactory; variable
43 testFactory.get(ctxType, GrContextFactory::ContextOverrides::kDisableNVPR);
56 GrContextFactory testFactory; variable
61 testFactory.get(ctxType, GrContextFactory::ContextOverrides::kRequireSRGBSupport);
66 context = testFactory.get(ctxType);
75 GrContextFactory testFactory; variable
78 ContextInfo info1 = testFactory.getContextInfo(ctxType);
85 testFactory.abandonContexts();
[all …]
DGrContextAbandonTest.cpp20 GrContextFactory testFactory; variable
22 ContextInfo info = testFactory.getContextInfo(ctxType);
DImageTest.cpp810 GrContextFactory testFactory; variable
817 ContextInfo ctxInfo = testFactory.getContextInfo(ctxType);
871 ContextInfo otherContextInfo = testFactory.getSharedContextInfo(ctx);
/external/testng/src/test/java/test/objectfactory/
DObjectFactory2Test.java17 private void testFactory(boolean onSuite) { in testFactory() method in ObjectFactory2Test
32 testFactory(true /* on suite object */); in factoryOnSuiteShouldWork()
37 testFactory(false /* on TestNG object */); in factoryOnTestNGShouldWork()
/external/parameter-framework/upstream/tools/clientSimulator/
DpfClientSimulator.py78 testFactory, argument
86 testFactory,
169 testFactory = TestVectorFactory(
187 testFactory.generateTestVector()).launchInteractiveMode()
198 testFactory,
/external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/scenario/
DScenario.py44 testFactory, argument
63 self.__testFactory = testFactory
/external/slf4j/slf4j-api/src/test/java/org/slf4j/helpers/
DSubstituteLoggerFactoryTest.java37 public void testFactory() { in testFactory() method in SubstituteLoggerFactoryTest
/external/skia/dm/
DDM.cpp849 GrContextFactory testFactory(grCtxOptions); in create_sink() local
850 if (!testFactory.get(contextType, contextOverrides)) { in create_sink()