Home
last modified time | relevance | path

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

/build/soong/java/
Dsdk_library.go1054 scopeToProperties map[*apiScope]*ApiScopeProperties member
1070 scopeProperties := module.scopeToProperties[scope]
1080 scopeProperties := module.scopeToProperties[scope]
1252 scopeProperties := module.scopeToProperties[apiScope]
1835 scopeToProperties := make(map[*apiScope]*ApiScopeProperties)
1837 scopeToProperties[scope] = scope.scopeSpecificProperties(module)
1839 module.scopeToProperties = scopeToProperties
1974 allScopeProperties, scopeToProperties := createPropertiesInstance()
1975 module.scopeProperties = scopeToProperties