Home
last modified time | relevance | path

Searched defs:RegisterSingletonType (Results 1 – 3 of 3) sorted by relevance

/build/soong/android/
Dregister.go74 func RegisterSingletonType(name string, factory SingletonFactory) { func
131 RegisterSingletonType(name string, factory SingletonFactory) methodSpec
181 func (ctx *initRegistrationContext) RegisterSingletonType(name string, factory SingletonFactory) { func
Dtesting.go108 func (ctx *TestContext) RegisterSingletonType(name string, factory SingletonFactory) { func
/build/blueprint/
Dcontext.go421 func (c *Context) RegisterSingletonType(name string, factory SingletonFactory) { func