Home
last modified time | relevance | path

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

/build/soong/android/soongconfig/
Dmodules.go488 initializeProperties(v reflect.Value, typ reflect.Type) methodSpec
526 func (s *stringVariable) initializeProperties(v reflect.Value, typ reflect.Type) { func
568 func (b boolVariable) initializeProperties(v reflect.Value, typ reflect.Type) { func
652 func (s *valueVariable) initializeProperties(v reflect.Value, typ reflect.Type) { func
/build/soong/cc/
Dndk_library.go135 func (this *stubDecorator) initializeProperties(ctx BaseModuleContext) bool { func