Searched refs:Singleton (Results 1 – 25 of 36) sorted by relevance
12
118 func globSingletonFactory(ctx *blueprint.Context) func() blueprint.Singleton {119 return func() blueprint.Singleton {153 ctx.RegisterSingletonType("glob", func() blueprint.Singleton {
624 func newSingletonFactory(config *Config) func() blueprint.Singleton {625 return 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
66 func EnvSingleton() Singleton {
150 singleton: s.(*singletonAdaptor).Singleton,307 singleton Singleton312 func (s TestingSingleton) Singleton() Singleton { func
30 func DocsSingleton() Singleton {
27 func ApiLevelsSingleton() Singleton {
73 func phonySingletonFactory() 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 {386 func hiddenAPIIndexSingletonFactory() android.Singleton {
142 func platformCompatConfigSingletonFactory() android.Singleton {
172 func LogtagsSingleton() android.Singleton {
450 func sdkPreSingletonFactory() android.Singleton {488 func sdkSingletonFactory() android.Singleton {
91 func NdkSingleton() android.Singleton {
175 func cflagArtifactsTextFactory() android.Singleton {
38 func compDBGeneratorSingleton() android.Singleton {
36 func ccDepsGeneratorSingleton() android.Singleton {
35 func cMakeListsGeneratorSingleton() android.Singleton {
23 type Singleton interface { interface
293 singleton Singleton411 type SingletonFactory func() Singleton470 func singletonPkgPath(singleton Singleton) string { argument478 func singletonTypeName(singleton Singleton) string { argument3165 func (c *Context) Singletons() []Singleton {3166 var ret []Singleton3174 func (c *Context) SingletonName(singleton Singleton) string {3780 Singleton: {{.name}}