Home
last modified time | relevance | path

Searched defs:RegisterSingletonModuleType (Results 1 – 2 of 2) sorted by relevance

/build/soong/android/
Dregister.go225 RegisterSingletonModuleType(name string, factory SingletonModuleFactory) methodSpec
280 func (ctx *initRegistrationContext) RegisterSingletonModuleType(name string, factory SingletonModul… func
Dtesting.go463 func (ctx *TestContext) RegisterSingletonModuleType(name string, factory SingletonModuleFactory) { func