Searched refs:ExtendMatchingProperties (Results 1 – 3 of 3) sorted by relevance
/build/soong/android/ |
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…
|
/build/blueprint/proptools/ |
D | extend.go | 143 func ExtendMatchingProperties(dst []interface{}, src interface{}, func
|
/build/soong/java/ |
D | app_import.go | 142 …err := proptools.ExtendMatchingProperties([]interface{}{dst}, src.Interface(), nil, proptools.Orde…
|