Lines Matching defs:apiScope
38 apiScope *apiScope member
59 type apiScope struct { struct
61 name string
69 extends *apiScope
83 canAccess *apiScope
88 legacyEnabledStatus func(module *SdkLibrary) bool
92 defaultEnabledStatus bool
95 scopeSpecificProperties func(module *SdkLibrary) *ApiScopeProperties
98 fieldName string
101 propertyName string
104 prebuiltStubsTag scopeDependencyTag
107 everythingStubsTag scopeDependencyTag
110 exportableStubsTag scopeDependencyTag
113 stubsSourceTag scopeDependencyTag
116 stubsSourceAndApiTag scopeDependencyTag
119 latestApiModuleTag scopeDependencyTag
123 latestRemovedApiModuleTag scopeDependencyTag
126 apiFilePrefix string
130 moduleSuffix string
135 sdkVersion string
138 annotation string
143 extraArgs []string
153 droidstubsArgs []string
156 unstable bool
159 kind android.SdkKind
163 func initApiScope(scope *apiScope) *apiScope {
234 func (scope *apiScope) stubsLibraryModuleNameSuffix() string {
238 func (scope *apiScope) exportableStubsLibraryModuleNameSuffix() string {
242 func (scope *apiScope) apiLibraryModuleName(baseName string) string {
246 func (scope *apiScope) sourceStubsLibraryModuleName(baseName string) string {
250 func (scope *apiScope) exportableSourceStubsLibraryModuleName(baseName string) string {
254 func (scope *apiScope) stubsLibraryModuleName(baseName string) string {
258 func (scope *apiScope) exportableStubsLibraryModuleName(baseName string) string {
262 func (scope *apiScope) stubsSourceModuleName(baseName string) string {
266 func (scope *apiScope) String() string {
272 func (scope *apiScope) snapshotRelativeDir() string {
278 func (scope *apiScope) snapshotRelativeCurrentApiTxtPath(name string) string {
284 func (scope *apiScope) snapshotRelativeRemovedApiTxtPath(name string) string {
1578 func latestPrebuiltApiModuleName(name string, apiScope *apiScope) string { argument
1582 func latestPrebuiltApiCombinedModuleName(name string, apiScope *apiScope) string { argument