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
816
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/testng/src/test/java/test/configurationfailurepolicy/
FactoryClassWithFailedBeforeMethodAndMultipleInvocations.java
3
import org.testng.annotations.
Factory
;
6
@
Factory
/external/testng/src/test/java/test/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
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/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
;
/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() {
/external/perfetto/src/tracing/test/
test_shared_memory.cc
33
TestSharedMemory::
Factory
::~
Factory
() {}
35
std::unique_ptr<SharedMemory> TestSharedMemory::
Factory
::CreateSharedMemory(
test_shared_memory.h
33
class
Factory
: public SharedMemory::
Factory
{
35
~
Factory
() override;
/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
{
/cts/tests/tests/text/src/android/text/cts/
Spannable_FactoryTest.java
25
import android.text.Spannable.
Factory
;
40
Factory
factory
= Spannable.
Factory
.getInstance();
local
42
Spannable spannable =
factory
.newSpannable(text);
50
Factory
factory
= Spannable.
Factory
.getInstance();
local
51
factory
.newSpannable(null);
56
Spannable.
Factory
factory = Spannable.Factory.getInstance()
local
[
all
...]
/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/grpc-grpc-java/okhttp/src/test/java/io/grpc/internal/
AccessProtectedHack.java
26
List<ServerStreamTracer.
Factory
> streamTracerFactories,
27
TransportTracer.
Factory
transportTracerFactory) {
/external/icu/android_icu4j/src/main/java/android/icu/impl/
TimeZoneNamesFactoryImpl.java
13
import android.icu.text.TimeZoneNames.
Factory
;
17
* The implementation class of <code>TimeZoneNames.
Factory
</code>
20
public class TimeZoneNamesFactoryImpl extends
Factory
{
23
* @see android.icu.text.TimeZoneNames.
Factory
#getTimeZoneNames(android.icu.util.ULocale)
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TimeZoneNamesFactoryImpl.java
12
import com.ibm.icu.text.TimeZoneNames.
Factory
;
16
* The implementation class of <code>TimeZoneNames.
Factory
</code>
18
public class TimeZoneNamesFactoryImpl extends
Factory
{
21
* @see com.ibm.icu.text.TimeZoneNames.
Factory
#getTimeZoneNames(com.ibm.icu.util.ULocale)
/external/tensorflow/tensorflow/core/platform/cloud/
compute_engine_metadata_client.h
27
/// Uses the provided HttpRequest::
Factory
to make requests to the local
35
std::shared_ptr<HttpRequest::
Factory
> http_request_factory,
58
std::shared_ptr<HttpRequest::
Factory
> http_request_factory_;
/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/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
Completed in 1561 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>