/external/skia/tests/ |
D | GrContextFactoryTest.cpp | 22 GrContextFactory testFactory(options); in DEF_GPUTEST() local 25 GrContext* context = testFactory.get(ctxType, in DEF_GPUTEST() 39 GrContextFactory testFactory(options); in DEF_GPUTEST() local 42 testFactory.get(ctxType, GrContextFactory::ContextOverrides::kDisableNVPR); in DEF_GPUTEST() 52 GrContextFactory testFactory(options); in DEF_GPUTEST() local 54 ContextInfo info1 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST() 61 testFactory.abandonContexts(); in DEF_GPUTEST() 64 ContextInfo info2 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST() 77 GrContextFactory testFactory(options); in DEF_GPUTEST() local 79 ContextInfo info1 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST() [all …]
|
D | GrContextAbandonTest.cpp | 18 GrContextFactory testFactory(options); in DEF_GPUTEST() local 20 ContextInfo info = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
|
D | PinnedImageTest.cpp | 104 GrContextFactory testFactory; in cleanup_test() local 105 ContextInfo info = testFactory.getContextInfo(ctxType); in cleanup_test()
|
D | ImageTest.cpp | 868 GrContextFactory testFactory(options); in test_cross_context_image() local 870 ContextInfo ctxInfo = testFactory.getContextInfo(ctxType); in test_cross_context_image() 929 ContextInfo otherContextInfo = testFactory.getSharedContextInfo(ctx); in test_cross_context_image() 1055 GrContextFactory testFactory(options); in DEF_GPUTEST() local 1057 ContextInfo ctxInfo = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
|
/external/skqp/tests/ |
D | GrContextFactoryTest.cpp | 22 GrContextFactory testFactory(options); in DEF_GPUTEST() local 25 GrContext* context = testFactory.get(ctxType, in DEF_GPUTEST() 39 GrContextFactory testFactory(options); in DEF_GPUTEST() local 42 testFactory.get(ctxType, GrContextFactory::ContextOverrides::kDisableNVPR); in DEF_GPUTEST() 52 GrContextFactory testFactory(options); in DEF_GPUTEST() local 54 ContextInfo info1 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST() 61 testFactory.abandonContexts(); in DEF_GPUTEST() 64 ContextInfo info2 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST() 77 GrContextFactory testFactory(options); in DEF_GPUTEST() local 79 ContextInfo info1 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST() [all …]
|
D | GrContextAbandonTest.cpp | 18 GrContextFactory testFactory(options); in DEF_GPUTEST() local 20 ContextInfo info = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
|
D | PinnedImageTest.cpp | 104 GrContextFactory testFactory; in cleanup_test() local 105 ContextInfo info = testFactory.getContextInfo(ctxType); in cleanup_test()
|
D | ImageTest.cpp | 868 GrContextFactory testFactory(options); in test_cross_context_image() local 870 ContextInfo ctxInfo = testFactory.getContextInfo(ctxType); in test_cross_context_image() 929 ContextInfo otherContextInfo = testFactory.getSharedContextInfo(ctx); in test_cross_context_image() 1055 GrContextFactory testFactory(options); in DEF_GPUTEST() local 1057 ContextInfo ctxInfo = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
|
/external/parameter-framework/upstream/tools/clientSimulator/ |
D | pfClientSimulator.py | 78 testFactory, argument 86 testFactory, 169 testFactory = TestVectorFactory( 187 testFactory.generateTestVector()).launchInteractiveMode() 198 testFactory,
|
/external/testng/src/test/java/test/objectfactory/ |
D | ObjectFactory2Test.java | 17 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/ |
D | Scenario.py | 44 testFactory, argument 63 self.__testFactory = testFactory
|
/external/slf4j/slf4j-api/src/test/java/org/slf4j/helpers/ |
D | SubstituteLoggerFactoryTest.java | 37 public void testFactory() { in testFactory() method in SubstituteLoggerFactoryTest
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestCheckCLDR.java | 369 TestFactory testFactory = new TestFactory(); in TestCheckDates() local 499 testFactory.addFile(testFile); in TestCheckDates() 514 CheckCLDR c = new CheckDates(testFactory); in TestCheckDates()
|
/external/skqp/dm/ |
D | DM.cpp | 866 GrContextFactory testFactory(grCtxOptions); in create_sink() local 867 if (!testFactory.get(contextType, contextOverrides)) { in create_sink()
|
/external/skia/dm/ |
D | DM.cpp | 863 GrContextFactory testFactory(grCtxOptions); in create_sink() local 864 if (!testFactory.get(contextType, contextOverrides)) { in create_sink()
|