Home
last modified time | relevance | path

Searched defs:Factory (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/external/dagger2/javatests/dagger/functional/factory/
DFactoryImplicitModulesTest.java40 interface Factory { interface
57 interface Factory { interface
74 interface Factory { interface
105 interface Factory { interface
123 interface Factory { interface
DFactoryBindsInstanceTest.java42 interface Factory { interface
73 interface Factory { interface
90 interface Factory { interface
/external/dagger2/java/dagger/producers/monitoring/
DTimingProductionComponentMonitor.java48 public static final class Factory extends ProductionComponentMonitor.Factory { class in TimingProductionComponentMonitor
52 public Factory(ProductionComponentTimingRecorder.Factory recorderFactory) { in Factory() method in TimingProductionComponentMonitor.Factory
56 Factory(ProductionComponentTimingRecorder.Factory recorderFactory, Ticker ticker) { in Factory() method in TimingProductionComponentMonitor.Factory
DTimingRecorders.java85 static final class Factory implements ProductionComponentTimingRecorder.Factory { class in TimingRecorders.NonThrowingProductionComponentTimingRecorder
88 Factory(ProductionComponentTimingRecorder.Factory delegate) { in Factory() method in TimingRecorders.NonThrowingProductionComponentTimingRecorder.Factory
192 static final class Factory implements ProductionComponentTimingRecorder.Factory { class in TimingRecorders.DelegatingProductionComponentTimingRecorder
195 Factory(Iterable<? extends ProductionComponentTimingRecorder.Factory> delegates) { in Factory() method in TimingRecorders.DelegatingProductionComponentTimingRecorder.Factory
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/source/
DProgressiveMediaSource.java54 public static final class Factory implements MediaSourceFactory { class in ProgressiveMediaSource
71 public Factory(DataSource.Factory dataSourceFactory) { in Factory() method in ProgressiveMediaSource.Factory
79 public Factory(DataSource.Factory dataSourceFactory, ExtractorsFactory extractorsFactory) { in Factory() method in ProgressiveMediaSource.Factory
90 public Factory( in Factory() method in ProgressiveMediaSource.Factory
114 public Factory( in Factory() method in ProgressiveMediaSource.Factory
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/trackselection/
DRandomTrackSelection.java35 public static final class Factory implements ExoTrackSelection.Factory { class in RandomTrackSelection
39 public Factory() { in Factory() method in RandomTrackSelection.Factory
44 public Factory(int seed) { in Factory() method in RandomTrackSelection.Factory
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/trackselection/
DRandomTrackSelection.java35 public static final class Factory implements ExoTrackSelection.Factory { class in RandomTrackSelection
39 public Factory() { in Factory() method in RandomTrackSelection.Factory
46 public Factory(int seed) { in Factory() method in RandomTrackSelection.Factory
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/trackselection/
DFixedTrackSelection.java39 public static final class Factory implements TrackSelection.Factory { class in FixedTrackSelection
44 public Factory() { in Factory() method in FixedTrackSelection.Factory
53 public Factory(int reason, @Nullable Object data) { in Factory() method in FixedTrackSelection.Factory
DRandomTrackSelection.java37 public static final class Factory implements TrackSelection.Factory { class in RandomTrackSelection
41 public Factory() { in Factory() method in RandomTrackSelection.Factory
48 public Factory(int seed) { in Factory() method in RandomTrackSelection.Factory
/external/dagger2/java/dagger/internal/codegen/binding/
DOptionalBindingDeclaration.java52 static class Factory { class in OptionalBindingDeclaration
56 Factory(KeyFactory keyFactory) { in Factory() method in OptionalBindingDeclaration.Factory
DSubcomponentDeclaration.java62 public static class Factory { class in SubcomponentDeclaration
66 Factory(KeyFactory keyFactory) { in Factory() method in SubcomponentDeclaration.Factory
DDelegateDeclaration.java58 public static final class Factory { class in DelegateDeclaration
64 Factory( in Factory() method in DelegateDeclaration.Factory
DMultibindingDeclaration.java73 public static final class Factory { class in MultibindingDeclaration
78 Factory(DaggerTypes types, KeyFactory keyFactory) { in Factory() method in MultibindingDeclaration.Factory
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/source/
DProgressiveMediaSource.java54 public static final class Factory implements MediaSourceFactory { class in ProgressiveMediaSource
71 public Factory(DataSource.Factory dataSourceFactory) { in Factory() method in ProgressiveMediaSource.Factory
79 public Factory(DataSource.Factory dataSourceFactory, ExtractorsFactory extractorsFactory) { in Factory() method in ProgressiveMediaSource.Factory
90 public Factory( in Factory() method in ProgressiveMediaSource.Factory
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/
DDefaultDashChunkSource.java62 public static final class Factory implements DashChunkSource.Factory { class in DefaultDashChunkSource
72 public Factory(DataSource.Factory dataSourceFactory) { in Factory() method in DefaultDashChunkSource.Factory
80 public Factory(DataSource.Factory dataSourceFactory, int maxSegmentsPerLoad) { in Factory() method in DefaultDashChunkSource.Factory
92 public Factory( in Factory() method in DefaultDashChunkSource.Factory
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/
DDefaultDashChunkSource.java62 public static final class Factory implements DashChunkSource.Factory { class in DefaultDashChunkSource
72 public Factory(DataSource.Factory dataSourceFactory) { in Factory() method in DefaultDashChunkSource.Factory
80 public Factory(DataSource.Factory dataSourceFactory, int maxSegmentsPerLoad) { in Factory() method in DefaultDashChunkSource.Factory
92 public Factory( in Factory() method in DefaultDashChunkSource.Factory
/external/emma/core/java12/com/vladium/emma/report/
DIItemMetadata.java38 abstract class Factory class
53 private Factory () {} in Factory() method in IItemMetadata.Factory
/external/skia/tests/
DStreamBufferTest.cpp93 struct Factory { in DEF_TEST() struct
94 std::function<std::unique_ptr<SkStream>()> createStream; in DEF_TEST()
95 bool skipIfNoTmpDir; in DEF_TEST()
/external/exoplayer/tree/playbacktests/src/androidTest/java/com/google/android/exoplayer2/playbacktests/gts/
DMetricsLogger.java60 final class Factory { class
62 private Factory() {} in Factory() method in MetricsLogger.Factory
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DFailOnCloseDataSink.java33 public static final class Factory implements DataSink.Factory { class in FailOnCloseDataSink
45 public Factory(Cache cache, AtomicBoolean failOnClose) { in Factory() method in FailOnCloseDataSink.Factory
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DFailOnCloseDataSink.java33 public static final class Factory implements DataSink.Factory { class in FailOnCloseDataSink
45 public Factory(Cache cache, AtomicBoolean failOnClose) { in Factory() method in FailOnCloseDataSink.Factory
/external/dagger2/java/dagger/producers/monitoring/internal/
DMonitors.java96 static final class Factory extends ProductionComponentMonitor.Factory { class in Monitors.NonThrowingProductionComponentMonitor
99 Factory(ProductionComponentMonitor.Factory delegate) { in Factory() method in Monitors.NonThrowingProductionComponentMonitor.Factory
219 static final class Factory extends ProductionComponentMonitor.Factory { class in Monitors.DelegatingProductionComponentMonitor
222 Factory(Iterable<? extends ProductionComponentMonitor.Factory> delegates) { in Factory() method in Monitors.DelegatingProductionComponentMonitor.Factory
/external/tensorflow/tensorflow/core/framework/
Drendezvous.h135 Factory() : valid_(false) {} in Factory() function
137 Factory(std::function<Status(const int64_t, const DeviceMgr*, Rendezvous**)> in Factory() function
146 explicit Factory( in Factory() function
/external/guava/android/guava/src/com/google/common/collect/
DHashBasedTable.java52 private static class Factory<C, V> implements Supplier<Map<C, V>>, Serializable { class in HashBasedTable
55 Factory(int expectedSize) { in Factory() method in HashBasedTable.Factory
/external/guava/guava/src/com/google/common/collect/
DHashBasedTable.java52 private static class Factory<C, V> implements Supplier<Map<C, V>>, Serializable { class in HashBasedTable
55 Factory(int expectedSize) { in Factory() method in HashBasedTable.Factory

12345678910>>...13