OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Factory
(Results
26 - 50
of
985
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/unittests/AST/
DeclTest.cpp
23
std::unique_ptr<FrontendActionFactory>
Factory
(
32
Factory
->create(),
56
Factory
->create(),
/external/dagger2/compiler/src/it/producers-functional-tests/src/main/java/producerstest/monitoring/
MonitoringModule.java
26
private final ProductionComponentMonitor.
Factory
monitorFactory;
28
MonitoringModule(ProductionComponentMonitor.
Factory
monitorFactory) {
33
ProductionComponentMonitor.
Factory
monitorFactory() {
/cts/tests/tests/text/src/android/text/cts/
Editable_FactoryTest.java
22
import android.text.Editable.
Factory
;
26
Factory
mFactory;
34
// new the
Factory
instance
35
mFactory = new Editable.
Factory
();
43
// new the
Factory
instance
44
mFactory =
Factory
.getInstance();
45
assertTrue(mFactory instanceof Editable.
Factory
);
Spannable_FactoryTest.java
22
import android.text.Spannable.
Factory
;
28
Factory
factory
= Spannable.
Factory
.getInstance();
local
30
Spannable spannable =
factory
.newSpannable(text);
36
factory
.newSpannable(null);
43
Spannable.
Factory
factory
= Spannable.
Factory
.getInstance();
local
44
assertNotNull(
factory
);
[
all
...]
/external/jmdns/src/javax/jmdns/
NetworkTopologyDiscovery.java
12
* To create you own filtering class for Internet Addresses you will need to implement the class and the
factory
delegate. These must be called before any other call to JmDNS.
31
* public static class MyClass implements NetworkTopologyDiscovery.
Factory
.ClassDelegate {
34
* NetworkTopologyDiscovery.
Factory
.setClassDelegate(this);
54
* NetworkTopologyDiscovery.
Factory
enable the creation of new instance of NetworkTopologyDiscovery.
56
public static final class
Factory
{
60
* This interface defines a delegate to the NetworkTopologyDiscovery.
Factory
class to enable subclassing.
74
private static final AtomicReference<
Factory
.ClassDelegate> _databaseClassDelegate = new AtomicReference<
Factory
.ClassDelegate>();
76
private
Factory
() {
86
* @see JmmDNS.
Factory
.ClassDelegat
[
all
...]
/external/skia/src/core/
SkImageGeneratorPriv.h
30
* @param
factory
If not nullptr, this object will be used as a
38
SkDiscardableMemory::
Factory
*
factory
);
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
temporal_layers.h
27
//
Factory
for TemporalLayer strategy. Default behaviour is a fixed pattern
29
struct
Factory
{
30
Factory
() {}
31
virtual ~
Factory
() {}
60
//
Factory
for a temporal layers strategy that adaptively changes the number of
63
struct RealTimeTemporalLayersFactory : TemporalLayers::
Factory
{
/external/dagger2/core/src/main/java/dagger/internal/
InstanceFactory.java
19
* A {@link
Factory
} implementation that returns a single instance for all invocations of
22
* <p>Note that while this is a {@link
Factory
} implementation, and thus unscoped, each call to
23
* {@link #get} will always return the same instance. As such, any scoping applied to this
factory
30
public final class InstanceFactory<T> implements
Factory
<T> {
31
public static <T>
Factory
<T> create(T instance) {
/external/hamcrest/library/src/org/hamcrest/text/
StringContains.java
5
import org.hamcrest.
Factory
;
24
@
Factory
StringEndsWith.java
5
import org.hamcrest.
Factory
;
24
@
Factory
StringStartsWith.java
5
import org.hamcrest.
Factory
;
24
@
Factory
/external/icu/android_icu4j/src/main/java/android/icu/impl/
TimeZoneNamesFactoryImpl.java
11
import android.icu.text.TimeZoneNames.
Factory
;
15
* The implementation class of <code>TimeZoneNames.
Factory
</code>
18
public class TimeZoneNamesFactoryImpl extends
Factory
{
21
* @see android.icu.text.TimeZoneNames.
Factory
#getTimeZoneNames(android.icu.util.ULocale)
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TimeZoneNamesFactoryImpl.java
10
import com.ibm.icu.text.TimeZoneNames.
Factory
;
14
* The implementation class of <code>TimeZoneNames.
Factory
</code>
16
public class TimeZoneNamesFactoryImpl extends
Factory
{
19
* @see com.ibm.icu.text.TimeZoneNames.
Factory
#getTimeZoneNames(com.ibm.icu.util.ULocale)
/external/testng/src/test/java/test/annotationtransformer/
AnnotationTransformerFactorySampleTest.java
4
import org.testng.annotations.
Factory
;
14
@
Factory
(dataProvider = "dp")
/external/testng/src/test/java/test/factory/
FactoryDataProviderStaticSampleErrorTest.java
1
package test.
factory
;
4
import org.testng.annotations.
Factory
;
7
@
Factory
(dataProvider = "dp")
FactoryDataProviderWithNoArgCtorSampleErrorTest.java
1
package test.
factory
;
4
import org.testng.annotations.
Factory
;
12
@
Factory
(dataProvider = "dp")
FactoryInterleavingSampleFactory.java
1
package test.
factory
;
4
import org.testng.annotations.
Factory
;
7
@
Factory
8
public Object[]
factory
() {
method in class:FactoryInterleavingSampleFactory
FactoryOrderTest.java
1
package test.
factory
;
4
import org.testng.annotations.
Factory
;
15
@
Factory
19
// System.out.println("inside
factory
: ");
/external/testng/src/test/java/test/multiple/
ThisFactory.java
3
import org.testng.annotations.
Factory
;
15
@
Factory
/external/testng/src/test/java/test/preserveorder/
TestClassFactory.java
3
import org.testng.annotations.
Factory
;
7
@
Factory
/external/testng/src/test/java/test/retryAnalyzer/
MyFactory.java
3
import org.testng.annotations.
Factory
;
6
@
Factory
/external/testng/src/test/java/test/tmp/
TestCaseFactory.java
3
import org.testng.annotations.
Factory
;
13
@
Factory
/packages/apps/Messaging/src/com/android/messaging/ui/
CustomHeaderViewPagerAdapter.java
18
import com.android.messaging.
Factory
;
31
.getPageTitle(
Factory
.get().getApplicationContext());
/packages/apps/Messaging/src/com/android/messaging/util/
MediaUtil.java
20
import com.android.messaging.
Factory
;
28
return
Factory
.get().getMediaUtil();
/external/hamcrest/src/org/hamcrest/core/
IsNull.java
8
import org.hamcrest.
Factory
;
26
@
Factory
34
@
Factory
42
@
Factory
50
@
Factory
Completed in 307 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>