Home
last modified time | relevance | path

Searched refs:ExtendMatchingProperties (Results 1 – 4 of 4) sorted by relevance

/aosp12/build/soong/android/
H A Darch.go1045 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 Dextend.go143 func ExtendMatchingProperties(dst []interface{}, src interface{}, func
H A Dextend_test.go1407 err = ExtendMatchingProperties(got, testCase.in2, testCase.filter, OrderReplace)
1445 err = ExtendMatchingProperties(got, testCase.in2, testCase.filter, order)
/aosp12/build/soong/java/
H A Dapp_import.go142 …err := proptools.ExtendMatchingProperties([]interface{}{dst}, src.Interface(), nil, proptools.Orde…