Lines Matching defs:apiScope
43 apiScope *apiScope member
64 type apiScope struct { struct
66 name string
74 extends *apiScope
88 canAccess *apiScope
93 legacyEnabledStatus func(module *SdkLibrary) bool
97 defaultEnabledStatus bool
100 scopeSpecificProperties func(module *SdkLibrary) *ApiScopeProperties
103 fieldName string
106 propertyName string
109 stubsTag scopeDependencyTag
112 stubsSourceTag scopeDependencyTag
115 apiFileTag scopeDependencyTag
118 stubsSourceAndApiTag scopeDependencyTag
121 latestApiModuleTag scopeDependencyTag
125 latestRemovedApiModuleTag scopeDependencyTag
128 apiFilePrefix string
132 moduleSuffix string
137 sdkVersion string
140 annotation string
145 extraArgs []string
155 droidstubsArgs []string
158 unstable bool
162 func initApiScope(scope *apiScope) *apiScope {
228 func (scope *apiScope) stubsLibraryModuleNameSuffix() string {
232 func (scope *apiScope) stubsLibraryModuleName(baseName string) string {
236 func (scope *apiScope) stubsSourceModuleName(baseName string) string {
240 func (scope *apiScope) apiModuleName(baseName string) string {
244 func (scope *apiScope) String() string {
250 func (scope *apiScope) snapshotRelativeDir() string {
256 func (scope *apiScope) snapshotRelativeCurrentApiTxtPath(name string) string {
262 func (scope *apiScope) snapshotRelativeRemovedApiTxtPath(name string) string {
1452 func latestPrebuiltApiModuleName(name string, apiScope *apiScope) string { argument
2006 stubsLibraryModuleName(scope *apiScope, baseName string) string
2008 stubsSourceModuleName(scope *apiScope, baseName string) string