Home
last modified time | relevance | path

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

12345678910>>...84

/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/factory/
H A DFactoryImplicitModulesTest.kt38 interface Factory { in string() interface
54 interface Factory { interface
71 interface Factory { interface
102 interface Factory { interface
119 interface Factory { interface
H A DFactoryBindsInstanceTest.kt34 interface Factory { in string() interface
50 interface Factory { in string() interface
67 interface Factory { interface
H A DSubcomponentFactoryTest.kt43 interface Factory { in subcomponentFactory() interface
54 interface Factory { in i() interface
/aosp_15_r20/packages/modules/Bluetooth/system/gd/
Dmodule_unittest.cc54 static const ModuleFactory Factory; member in bluetooth::__anona53e19f70111::TestModuleNoDependency
73 const ModuleFactory TestModuleNoDependency::Factory = member in bluetooth::__anona53e19f70111::TestModuleNoDependency
80 static const ModuleFactory Factory; member in bluetooth::__anona53e19f70111::TestModuleOneDependency
103 const ModuleFactory TestModuleOneDependency::Factory = member in bluetooth::__anona53e19f70111::TestModuleOneDependency
108 static const ModuleFactory Factory; member in bluetooth::__anona53e19f70111::TestModuleNoDependencyTwo
126 const ModuleFactory TestModuleNoDependencyTwo::Factory = member in bluetooth::__anona53e19f70111::TestModuleNoDependencyTwo
131 static const ModuleFactory Factory; member in bluetooth::__anona53e19f70111::TestModuleTwoDependencies
158 const ModuleFactory TestModuleTwoDependencies::Factory = member in bluetooth::__anona53e19f70111::TestModuleTwoDependencies
/aosp_15_r20/external/dagger2/javatests/dagger/functional/factory/
H A DFactoryImplicitModulesTest.java40 interface Factory { interface
57 interface Factory { interface
74 interface Factory { interface
105 interface Factory { interface
123 interface Factory { interface
H A DFactoryBindsInstanceTest.java42 interface Factory { interface
73 interface Factory { interface
90 interface Factory { interface
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/source/
H A 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
/aosp_15_r20/external/crosvm/swap/src/
H A Duserfaultfd.rs156 pub struct Factory { struct
160 impl Default for Factory { argument
166 impl Factory { implementation
234 impl AsRawDescriptors for Factory { implementation
/aosp_15_r20/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/
H A DUnfoldSharedComponent.kt53 interface Factory { interface
83 interface Factory { in create() interface
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/transformation/
H A DTranslate.kt40 class Factory(private val x: Dp, private val y: Dp) : Transformation.Factory { class
70 class Factory( in create() class in com.android.compose.animation.scene.transformation.OverscrollTranslate
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/source/
H A 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
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/
H A 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
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/
H A 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
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/trackselection/
H A DAdaptiveTrackSelection.java52 public static class Factory implements ExoTrackSelection.Factory { class in AdaptiveTrackSelection
64 public Factory() { in Factory() method in AdaptiveTrackSelection.Factory
88 public Factory( in Factory() method in AdaptiveTrackSelection.Factory
124 public Factory( in Factory() method in AdaptiveTrackSelection.Factory
165 public Factory( in Factory() method in AdaptiveTrackSelection.Factory
210 public Factory( in Factory() method in AdaptiveTrackSelection.Factory
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/trackselection/
H A DAdaptiveTrackSelection.java51 public static class Factory implements ExoTrackSelection.Factory { class in AdaptiveTrackSelection
63 public Factory() { in Factory() method in AdaptiveTrackSelection.Factory
87 public Factory( in Factory() method in AdaptiveTrackSelection.Factory
123 public Factory( in Factory() method in AdaptiveTrackSelection.Factory
164 public Factory( in Factory() method in AdaptiveTrackSelection.Factory
209 public Factory( in Factory() method in AdaptiveTrackSelection.Factory
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DInlineOrder.h61 PluginInlineOrderAnalysis(InlineOrderFactory Factory) : Factory(Factory) { in PluginInlineOrderAnalysis()
68 InlineOrderFactory Factory; member
79 InlineOrderFactory Factory; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DInlineOrder.h61 PluginInlineOrderAnalysis(InlineOrderFactory Factory) : Factory(Factory) { in PluginInlineOrderAnalysis()
68 InlineOrderFactory Factory; member
79 InlineOrderFactory Factory; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DInlineOrder.h61 PluginInlineOrderAnalysis(InlineOrderFactory Factory) : Factory(Factory) { in PluginInlineOrderAnalysis()
68 InlineOrderFactory Factory; member
79 InlineOrderFactory Factory; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DInlineOrder.h61 PluginInlineOrderAnalysis(InlineOrderFactory Factory) : Factory(Factory) { in PluginInlineOrderAnalysis()
68 InlineOrderFactory Factory; member
79 InlineOrderFactory Factory; variable
/aosp_15_r20/external/dagger2/java/dagger/producers/monitoring/
H A 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
H A 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
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotActionsProvider.kt58 interface Factory { in <lambda>() interface
180 interface Factory : ScreenshotActionsProvider.Factory { interface
/aosp_15_r20/external/dagger2/java/dagger/producers/monitoring/internal/
H A 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
/aosp_15_r20/external/cronet/base/metrics/
H A Dhistogram.cc101 class Histogram::Factory { class in base::Histogram
103 Factory(std::string_view name, in Factory() function in base::Histogram::Factory
118 Factory(std::string_view name, in Factory() function in base::Histogram::Factory
720 class LinearHistogram::Factory : public Histogram::Factory { class in base::LinearHistogram
722 Factory(std::string_view name, in Factory() function in base::LinearHistogram::Factory
1033 class BooleanHistogram::Factory : public Histogram::Factory { class in base::BooleanHistogram
1035 Factory(std::string_view name, int32_t flags) in Factory() function in base::BooleanHistogram::Factory
1125 class CustomHistogram::Factory : public Histogram::Factory { class in base::CustomHistogram
1127 Factory(std::string_view name, in Factory() function in base::CustomHistogram::Factory
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/core/
H A DStatusBarInitializer.kt74 interface Factory { in <lambda>() interface
194 interface Factory : StatusBarInitializer.Factory { interface in com.android.systemui.statusbar.core.StatusBarInitializerImpl

12345678910>>...84