Searched refs:Factory (Results 1 - 25 of 483) sorted by relevance

1234567891011>>

/external/skia/src/ports/
H A DSkFontMgr_custom_empty_factory.cpp11 sk_sp<SkFontMgr> SkFontMgr::Factory() { function in class:SkFontMgr
H A DSkFontMgr_empty_factory.cpp10 sk_sp<SkFontMgr> SkFontMgr::Factory() { function in class:SkFontMgr
H A DSkFontMgr_android_factory.cpp13 sk_sp<SkFontMgr> SkFontMgr::Factory() { function in class:SkFontMgr
H A DSkFontMgr_custom_directory_factory.cpp15 sk_sp<SkFontMgr> SkFontMgr::Factory() { function in class:SkFontMgr
H A DSkFontMgr_fontconfig_factory.cpp12 sk_sp<SkFontMgr> SkFontMgr::Factory() { function in class:SkFontMgr
H A DSkFontMgr_win_dw_factory.cpp14 sk_sp<SkFontMgr> SkFontMgr::Factory() { function in class:SkFontMgr
H A DSkFontMgr_win_gdi_factory.cpp14 sk_sp<SkFontMgr> SkFontMgr::Factory() { function in class:SkFontMgr
/external/deqp/framework/common/
H A DtcuFactoryRegistry.hpp81 template<class Factory>
92 void registerFactory (Factory* factory) { m_registry.registerFactory(factory); }
94 Factory* getFactoryByName (const std::string& name);
95 const Factory* getFactoryByName (const std::string& name) const;
97 Factory* getFactoryByIndex (size_t index);
98 const Factory* getFactoryByIndex (size_t index) const;
100 Factory* getDefaultFactory (void) { return getFactoryByIndex(0); }
101 const Factory* getDefaultFactory (void) const { return getFactoryByIndex(0); }
107 template<class Factory>
108 inline Factory* FactoryRegistr
[all...]
/external/testng/src/test/java/test/configuration/
H A DSuiteFactoryOnceSample2Test.java3 import org.testng.annotations.Factory;
7 @Factory
/external/testng/src/test/java/test/dataprovider/
H A DInstanceDataProviderTest.java3 import org.testng.annotations.Factory;
8 @Factory
H A DTestInstanceFactory.java3 import org.testng.annotations.Factory;
6 @Factory
/external/testng/src/test/java/test/factory/
H A DBadFactoryMethodReturnTypeSample.java3 import org.testng.annotations.Factory;
7 @Factory
H A DDisabledFactorySampleTest.java3 import org.testng.annotations.Factory;
7 @Factory(enabled = false)
H A DFactoryBase.java3 import org.testng.annotations.Factory;
7 @Factory
H A DNonPublicFactoryMethodSample.java3 import org.testng.annotations.Factory;
7 @Factory
H A DFactory2Test.java3 import org.testng.annotations.Factory;
6 * Factory to test that setUp methods are correctly interleaved even
13 @Factory()
H A DFactoryDataProviderStaticSampleTest.java3 import org.testng.annotations.Factory;
7 @Factory(dataProvider = "dp", dataProviderClass = DPClass.class)
H A DFactoryFailureSampleTest.java3 import org.testng.annotations.Factory;
8 @Factory
/external/testng/src/test/java/test/tmp/
H A DAFactory.java3 import org.testng.annotations.Factory;
6 @Factory
/external/testng/src/test/java/test/configurationfailurepolicy/
H A DFactoryClassWithFailedBeforeClassMethod.java3 import org.testng.annotations.Factory;
6 @Factory
H A DFactoryClassWithFailedBeforeMethod.java3 import org.testng.annotations.Factory;
6 @Factory
H A DFactoryClassWithFailedBeforeMethodAndMultipleInvocations.java3 import org.testng.annotations.Factory;
6 @Factory
/external/testng/src/test/java/test/morten/
H A DSampleTestFactory.java3 import org.testng.annotations.Factory;
7 @Factory public Object[] createInstances() {
/external/testng/src/test/java/test/thread/
H A DFactorySampleTest.java3 import org.testng.annotations.Factory;
10 @Factory
/external/clang/unittests/AST/
H A DDeclTest.cpp23 std::unique_ptr<FrontendActionFactory> Factory(
32 Factory->create(),
56 Factory->create(),

Completed in 235 milliseconds

1234567891011>>