Searched refs:PropertiesToApply (Results 1 – 3 of 3) sorted by relevance
/build/soong/android/soongconfig/ |
D | modules.go | 416 func PropertiesToApply(moduleType *ModuleType, props reflect.Value, config SoongConfig) ([]interfac… func 420 if ps, err := c.PropertiesToApply(config, props.Field(i)); err != nil { 492 PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, error) methodSpec 535 func (s *stringVariable) PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, … func 625 func (b boolVariable) PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, err… func 660 func (s *valueVariable) PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, e… func
|
D | modules_test.go | 357 gotProps, err := PropertiesToApply(mt, props, tc.config)
|
/build/soong/android/ |
D | soong_config_modules.go | 428 newProps, err := soongconfig.PropertiesToApply(moduleType, conditionalProps, config)
|