Home
last modified time | relevance | path

Searched refs:optimizableProperties (Results 1 – 2 of 2) sorted by relevance

/build/soong/sdk/
Dupdate.go1233 func (b *baseInfo) optimizableProperties() interface{} { func
1450 func (archInfo *archTypeSpecificInfo) optimizableProperties() interface{} { func
1828 optimizableProperties() interface{} methodSpec
1837 func (c sdkVariantPropertiesContainer) optimizableProperties() interface{} { func
1884 itemValue := reflect.ValueOf(container.optimizableProperties())
1917 itemValue := reflect.ValueOf(container.optimizableProperties())
1929 itemValue := reflect.ValueOf(container.optimizableProperties())
Dsdk_test.go342 func (p *testPropertiesStruct) optimizableProperties() interface{} { func