Home
last modified time | relevance | path

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

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