Home
last modified time | relevance | path

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

/build/soong/android/
Dconfigurable_properties.go12 resultCases = append(resultCases, proptools.NewConfigurableCase(
17 resultCases = append(resultCases, proptools.NewConfigurableCase(
/build/soong/cc/
Dlibrary_stub.go188 proptools.NewConfigurableCase[[]string](nil, &exportIncludeDirs),
Dlibrary.go1594 proptools.NewConfigurableCase[[]string](nil, &override),
1614 proptools.NewConfigurableCase[[]string](nil, &override),
/build/blueprint/proptools/
Dconfigurable.go294 func NewConfigurableCase[T ConfigurableElements](patterns []ConfigurablePattern, value *T) Configur… func