OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:factory1
(Results
1 - 3
of
3
) sorted by null
/libcore/dom/src/test/java/tests/api/org/w3c/dom/
AllTests_Level2.java
40
DOMTestDocumentBuilderFactory
factory1
=
local
46
domSuite = new org.w3c.domts.level2.core.alltests(
factory1
);
AllTests_Level1.java
40
DOMTestDocumentBuilderFactory
factory1
=
local
46
domSuite = new org.w3c.domts.level1.core.alltests(
factory1
);
/external/guava/guava-tests/test/com/google/common/util/concurrent/
ThreadFactoryBuilderTest.java
148
ThreadFactory
factory1
= builder.setPriority(1).build();
local
149
assertEquals(1,
factory1
.newThread(monitoredRunnable).getPriority());
152
assertEquals(1,
factory1
.newThread(monitoredRunnable).getPriority());
162
ThreadFactory
factory1
= builder.setPriority(1).build();
local
163
assertEquals(1,
factory1
.newThread(monitoredRunnable).getPriority());
166
assertEquals(1,
factory1
.newThread(monitoredRunnable).getPriority());
Completed in 31 milliseconds