OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Factory
(Results
1 - 25
of
985
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/skia/src/ports/
SkFontMgr_empty_factory.cpp
10
SkFontMgr* SkFontMgr::
Factory
() {
SkFontMgr_fontconfig_factory.cpp
12
SkFontMgr* SkFontMgr::
Factory
() {
SkFontMgr_win_dw_factory.cpp
14
SkFontMgr* SkFontMgr::
Factory
() {
SkFontMgr_win_gdi_factory.cpp
14
SkFontMgr* SkFontMgr::
Factory
() {
SkFontMgr_custom_directory_factory.cpp
15
SkFontMgr* SkFontMgr::
Factory
() {
/external/deqp/framework/common/
tcuFactoryRegistry.hpp
52
void registerFactory (AbstractFactory*
factory
);
81
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);
[
all
...]
/external/testng/src/test/java/test/configuration/
SuiteFactoryOnceSample2Test.java
3
import org.testng.annotations.
Factory
;
7
@
Factory
8
public Object[]
factory
() {
method in class:SuiteFactoryOnceSample2Test
/external/testng/src/test/java/test/dataprovider/
InstanceDataProviderTest.java
3
import org.testng.annotations.
Factory
;
8
@
Factory
TestInstanceFactory.java
3
import org.testng.annotations.
Factory
;
6
@
Factory
/external/testng/src/test/java/test/factory/
BadFactoryMethodReturnTypeSample.java
1
package test.
factory
;
3
import org.testng.annotations.
Factory
;
7
@
Factory
DisabledFactorySampleTest.java
1
package test.
factory
;
3
import org.testng.annotations.
Factory
;
7
@
Factory
(enabled = false)
8
public Object[]
factory
() {
method in class:DisabledFactorySampleTest
FactoryBase.java
1
package test.
factory
;
3
import org.testng.annotations.
Factory
;
7
@
Factory
NonPublicFactoryMethodSample.java
1
package test.
factory
;
3
import org.testng.annotations.
Factory
;
7
@
Factory
Factory2Test.java
1
package test.
factory
;
3
import org.testng.annotations.
Factory
;
6
*
Factory
to test that setUp methods are correctly interleaved even
13
@
Factory
()
FactoryDataProviderStaticSampleTest.java
1
package test.
factory
;
3
import org.testng.annotations.
Factory
;
7
@
Factory
(dataProvider = "dp", dataProviderClass = DPClass.class)
FactoryFailureSampleTest.java
1
package test.
factory
;
3
import org.testng.annotations.
Factory
;
8
@
Factory
9
public Object[]
factory
() {
method in class:FactoryFailureSampleTest
/external/testng/src/test/java/test/tmp/
AFactory.java
3
import org.testng.annotations.
Factory
;
6
@
Factory
/frameworks/base/core/java/android/text/
Spannable.java
49
*
Factory
used by TextView to create new Spannables. You can subclass
52
public static class
Factory
{
53
private static Spannable.
Factory
sInstance = new Spannable.
Factory
();
56
* Returns the standard Spannable
Factory
.
58
public static Spannable.
Factory
getInstance() {
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
Factory.java
19
public interface
Factory
<A> {
/external/testng/src/test/java/test/configurationfailurepolicy/
FactoryClassWithFailedBeforeClassMethod.java
3
import org.testng.annotations.
Factory
;
6
@
Factory
FactoryClassWithFailedBeforeMethod.java
3
import org.testng.annotations.
Factory
;
6
@
Factory
FactoryClassWithFailedBeforeMethodAndMultipleInvocations.java
3
import org.testng.annotations.
Factory
;
6
@
Factory
/external/testng/src/test/java/test/morten/
SampleTestFactory.java
3
import org.testng.annotations.
Factory
;
7
@
Factory
public Object[] createInstances() {
/external/testng/src/test/java/test/thread/
FactorySampleTest.java
3
import org.testng.annotations.
Factory
;
10
@
Factory
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BlockCounter.h
41
class
Factory
{
44
Factory
(llvm::BumpPtrAllocator& Alloc);
45
~
Factory
();
53
friend class
Factory
;
Completed in 997 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>