Searched refs:AppendProperties (Results 1 – 9 of 9) sorted by relevance
/build/soong/android/ |
D | hooks.go | 34 AppendProperties(...interface{}) methodSpec 68 func (l *loadHookContext) AppendProperties(props ...interface{}) { func
|
D | soong_config_modules.go | 371 ctx.AppendProperties(ps)
|
D | mutator.go | 287 func (t *topDownMutatorContext) AppendProperties(props ...interface{}) { func
|
/build/soong/apex/ |
D | vndk.go | 42 ctx.AppendProperties(&struct {
|
D | apex.go | 1335 …proptools.AppendProperties(&a.properties.Multilib, &a.targetProperties.Target.Android.Multilib, ni… 1337 proptools.AppendProperties(&a.properties.Multilib, &a.targetProperties.Target.Host.Multilib, nil) 1339 …proptools.AppendProperties(&a.properties.Multilib, &a.targetProperties.Target.Linux_bionic.Multili… 1341 …proptools.AppendProperties(&a.properties.Multilib, &a.targetProperties.Target.Linux_glibc.Multilib…
|
/build/blueprint/proptools/ |
D | extend.go | 36 func AppendProperties(dst interface{}, src interface{}, filter ExtendPropertyFilterFunc) error { func
|
D | extend_test.go | 1064 err = AppendProperties(got, testCase.in2, testCase.filter)
|
/build/soong/cc/ |
D | fuzz.go | 317 ctx.AppendProperties(&disableDarwinAndLinuxBionic)
|
/build/soong/rust/ |
D | rust.go | 554 ctx.AppendProperties(&disableTargets)
|