Home
last modified time | relevance | path

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

/external/skia/tests/
DGrContextFactoryTest.cpp19 GrContextFactory testFactory; variable
23 GrContext* context = testFactory.get(glCtxType,
37 GrContextFactory testFactory; variable
40 GrContext* context = testFactory.get(glCtxType);
50 GrContextFactory testFactory; variable
54 testFactory.getContextInfo(glCtxType);
61 testFactory.abandonContexts();
65 testFactory.getContextInfo(glCtxType);
/external/parameter-framework/upstream/tools/clientSimulator/
DpfClientSimulator.py78 testFactory, argument
86 testFactory,
169 testFactory = TestVectorFactory(
187 testFactory.generateTestVector()).launchInteractiveMode()
198 testFactory,
/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/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.cpp684 GrContextFactory testFactory; in create_sink() local
685 if (!testFactory.get(contextType, contextOptions)) { in create_sink()
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
Dremote_test.py471 def testFactory(self): member in ServiceTest