Searched refs:ExtendMatchingProperties (Results 1 – 4 of 4) sorted by relevance
/build/blueprint/proptools/ |
D | extend.go | 149 func ExtendMatchingProperties(dst []interface{}, src interface{}, func
|
D | extend_test.go | 2054 err = ExtendMatchingProperties(got, testCase.src, testCase.filter, OrderReplace) 2091 err = ExtendMatchingProperties(got, testCase.src, testCase.filter, order)
|
/build/soong/java/ |
D | app_import.go | 213 …err := proptools.ExtendMatchingProperties([]interface{}{dst}, src.Interface(), nil, proptools.Orde…
|
/build/soong/android/ |
D | arch.go | 1074 err := proptools.ExtendMatchingProperties([]interface{}{dst}, src, nil, order)
|