OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Factory
(Results
76 - 100
of
985
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/hamcrest/library/src/org/hamcrest/object/
IsEventFrom.java
7
import org.hamcrest.
Factory
;
45
@
Factory
55
@
Factory
HasToString.java
5
import org.hamcrest.
Factory
;
27
@
Factory
IsCompatibleType.java
5
import org.hamcrest.
Factory
;
23
@
Factory
/external/hamcrest/src/org/hamcrest/core/
AllOf.java
6
import org.hamcrest.
Factory
;
38
@
Factory
46
@
Factory
AnyOf.java
6
import org.hamcrest.
Factory
;
39
@
Factory
47
@
Factory
IsNot.java
8
import org.hamcrest.
Factory
;
33
@
Factory
44
@
Factory
IsInstanceOf.java
7
import org.hamcrest.
Factory
;
39
@
Factory
IsSame.java
7
import org.hamcrest.
Factory
;
35
@
Factory
/external/skia/src/lazy/
SkDiscardablePixelRef.h
43
SkDiscardableMemory::
Factory
* const fDMFactory;
55
SkDiscardableMemory::
Factory
*
factory
);
70
SkDiscardableMemory::
Factory
*);
/packages/apps/Messaging/src/com/android/messaging/util/
BuglePrefs.java
19
import com.android.messaging.
Factory
;
60
return
Factory
.get().getApplicationPrefs();
67
return
Factory
.get().getSubscriptionPrefs(subId);
/external/emma/core/java12/com/vladium/emma/report/
IItemMetadata.java
20
// note: order is in sync with
Factory
init code
38
abstract class
Factory
53
private
Factory
() {}
/external/hamcrest/library/src/org/hamcrest/number/
IsCloseTo.java
7
import org.hamcrest.
Factory
;
35
@
Factory
/external/hamcrest/library/src/org/hamcrest/text/
IsEqualIgnoringCase.java
7
import org.hamcrest.
Factory
;
37
@
Factory
/external/testng/src/test/java/test/configuration/
SingleConfigurationTest.java
7
import org.testng.annotations.
Factory
;
11
* Make sure that @BeforeTest is only called once if a
factory
is used
19
@
Factory
(dataProvider = "dp")
/external/testng/src/test/java/test/factory/
FactoryAndTestMethodTest.java
1
package test.
factory
;
5
import org.testng.annotations.
Factory
;
11
@
Factory
(dataProvider = "data")
FactoryWithDataProvider.java
1
package test.
factory
;
4
import org.testng.annotations.
Factory
;
19
@
Factory
(dataProvider = "dp")
20
public Object[]
factory
(int[] array) {
method in class:FactoryWithDataProvider
FactoryWithInstanceInfoTest.java
1
package test.
factory
;
7
import org.testng.annotations.
Factory
;
14
@Parameters({ "
factory
-param" })
15
@
Factory
GitHub876Sample.java
1
package test.
factory
;
4
import org.testng.annotations.
Factory
;
9
@
Factory
TestClassAnnotationTest.java
1
package test.
factory
;
5
import org.testng.annotations.
Factory
;
9
* Make sure that @
Factory
methods are not counted as @Test in the
20
@
Factory
22
ppp("
FACTORY
");
/external/testng/src/test/java/test/factory/classconf/
XClassOrderWithFactory.java
1
package test.
factory
.classconf;
5
import org.testng.annotations.
Factory
;
16
@
Factory
/external/testng/src/test/java/test/thread/
ParallelWithFactorySampleTest.java
4
import org.testng.annotations.
Factory
;
18
@
Factory
(dataProvider = "dp")
/external/testng/src/test/java/test/tmp/
AA.java
4
import org.testng.annotations.
Factory
;
38
@
Factory
/packages/apps/Camera2/src/com/android/camera/device/
LegacyCameraActionProvider.java
30
private final Logger.
Factory
mLogFactory;
32
public LegacyCameraActionProvider(HandlerFactory handlerFactory, Logger.
Factory
logFactory) {
/external/emma/core/java12/com/vladium/emma/report/html/doc/
HTMLDocument.java
18
final class HTMLDocument extends IElement.
Factory
.ElementImpl
32
super.add (m_head = IElement.
Factory
.create (Tag.HEAD));
33
super.add (m_body = IElement.
Factory
.create (Tag.BODY));
38
final ISimpleElement meta = ISimpleElement.
Factory
.create (Tag.META);
52
final IElement titleElement = IElement.
Factory
.create (Tag.TITLE).setText (title, false);
120
final IElement style = IElement.
Factory
.create (Tag.STYLE);
140
final ISimpleElement link = ISimpleElement.
Factory
.create (Tag.LINK);
155
final IElement h = IElement.
Factory
.create (Hl);
166
final IElement h = IElement.
Factory
.create (Hl);
175
final IElement hr = IElement.
Factory
.create (Tag.HR)
[
all
...]
/external/dagger2/core/src/main/java/dagger/internal/
DelegateFactory.java
25
public final class DelegateFactory<T> implements
Factory
<T> {
Completed in 303 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>