Home
last modified time | relevance | path

Searched refs:SingletonFactory (Results 1 – 3 of 3) sorted by relevance

/build/soong/android/
Dregister.go32 factory blueprint.SingletonFactory
56 type SingletonFactory func() Singleton type
60 func SingletonFactoryAdaptor(factory SingletonFactory) blueprint.SingletonFactory { argument
74 func RegisterSingletonType(name string, factory SingletonFactory) { argument
78 func RegisterPreSingletonType(name string, factory SingletonFactory) { argument
131 RegisterSingletonType(name string, factory SingletonFactory) argument
162 singletonTypes: make(map[string]SingletonFactory),
170 singletonTypes map[string]SingletonFactory
181 func (ctx *initRegistrationContext) RegisterSingletonType(name string, factory SingletonFactory) {
Dtesting.go108 func (ctx *TestContext) RegisterSingletonType(name string, factory SingletonFactory) {
/build/blueprint/
Dcontext.go292 factory SingletonFactory
411 type SingletonFactory func() Singleton type
421 func (c *Context) RegisterSingletonType(name string, factory SingletonFactory) {
443 func (c *Context) RegisterPreSingletonType(name string, factory SingletonFactory) {