Home
last modified time | relevance | path

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

/build/soong/java/
Dsdk_library.go902 scopeToProperties map[*apiScope]*ApiScopeProperties member
919 scopeProperties := module.scopeToProperties[scope]
929 scopeProperties := module.scopeToProperties[scope]
1068 scopeProperties := module.scopeToProperties[apiScope]
1643 scopeToProperties := make(map[*apiScope]*ApiScopeProperties)
1645 scopeToProperties[scope] = scope.scopeSpecificProperties(module)
1647 module.scopeToProperties = scopeToProperties
1770 allScopeProperties, scopeToProperties := createPropertiesInstance()
1771 module.scopeProperties = scopeToProperties