Searched refs:Singleton (Results 1 – 25 of 39) sorted by relevance
12
117 func globSingletonFactory(ctx *blueprint.Context) func() blueprint.Singleton {118 return func() blueprint.Singleton {155 ctx.RegisterSingletonType("glob", func() blueprint.Singleton {
56 type SingletonFactory func() Singleton61 return func() blueprint.Singleton {66 return &singletonAdaptor{Singleton: singleton}
85 Singleton anonMember99 s.Singleton.GenerateBuildActions(sctx)113 type Singleton interface { interface
152 singleton: s.(*singletonAdaptor).Singleton,309 singleton Singleton314 func (s TestingSingleton) Singleton() Singleton { func
30 func DocsSingleton() Singleton {
27 func ApiLevelsSingleton() Singleton {
21 func testSuiteFilesFactory() Singleton {
73 func phonySingletonFactory() Singleton {
41 func soongMetricsSingletonFactory() Singleton { return soongMetricsSingleton{} }
99 func EnvSingleton() Singleton {
121 Singleton140 func makeVarsSingletonFunc() Singleton {
34 func apexDepsInfoSingletonFactory() android.Singleton {
189 func apexKeysTextFactory() android.Singleton {
99 func OverlaySingletonFactory() android.Singleton {
32 func jDepsGeneratorSingleton() android.Singleton {
52 func hiddenAPISingletonFactory() android.Singleton {377 func hiddenAPIIndexSingletonFactory() android.Singleton {
142 func platformCompatConfigSingletonFactory() android.Singleton {
172 func LogtagsSingleton() android.Singleton {
469 func sdkPreSingletonFactory() android.Singleton {507 func sdkSingletonFactory() android.Singleton {
91 func NdkSingleton() android.Singleton {
175 func cflagArtifactsTextFactory() android.Singleton {
38 func compDBGeneratorSingleton() android.Singleton {
36 func ccDepsGeneratorSingleton() android.Singleton {
37 func rustProjectGeneratorSingleton() android.Singleton {
23 type Singleton interface { interface