Home
last modified time | relevance | path

Searched defs:singleton (Results 1 – 4 of 4) sorted by relevance

/build/soong/android/
Dregister.go63 type singleton struct { struct
65 pre bool
67 name string
68 factory SingletonFactory
79 func (s singleton) componentName() string {
83 func (s singleton) register(ctx *Context) {
Dtesting.go879 singleton Singleton member
/build/blueprint/bootstrap/
Dbootstrap.go669 type singleton struct { struct
671 config *Config
682 func (s *singleton) GenerateBuildActions(ctx blueprint.SingletonContext) {
/build/blueprint/
Dcontext.go367 singleton Singleton member