Searched refs:ExtendMatchingProperties (Results 1 – 4 of 4) sorted by relevance
/aosp12/build/soong/android/ |
H A D | arch.go | 1045 err := proptools.ExtendMatchingProperties([]interface{}{dst}, src, nil, order) 1778 …err := proptools.ExtendMatchingProperties([]interface{}{propertySetClone}, src.Interface(), nil, p… 1838 …err := proptools.ExtendMatchingProperties([]interface{}{propertySetClone}, src.Interface(), nil, p… 1995 …err := proptools.ExtendMatchingProperties([]interface{}{dstClone}, src.Interface(), nil, proptools…
|
/aosp12/build/blueprint/proptools/ |
H A D | extend.go | 143 func ExtendMatchingProperties(dst []interface{}, src interface{}, func
|
H A D | extend_test.go | 1407 err = ExtendMatchingProperties(got, testCase.in2, testCase.filter, OrderReplace) 1445 err = ExtendMatchingProperties(got, testCase.in2, testCase.filter, order)
|
/aosp12/build/soong/java/ |
H A D | app_import.go | 142 …err := proptools.ExtendMatchingProperties([]interface{}{dst}, src.Interface(), nil, proptools.Orde…
|