Lines Matching defs:apiScope
42 apiScope *apiScope member
63 type apiScope struct { struct
65 name string
68 extends *apiScope
73 legacyEnabledStatus func(module *SdkLibrary) bool
77 defaultEnabledStatus bool
80 scopeSpecificProperties func(module *SdkLibrary) *ApiScopeProperties
83 fieldName string
86 propertyName string
89 stubsTag scopeDependencyTag
92 stubsSourceTag scopeDependencyTag
95 apiFileTag scopeDependencyTag
98 stubsSourceAndApiTag scopeDependencyTag
101 apiFilePrefix string
105 moduleSuffix string
110 sdkVersion string
113 annotation string
118 extraArgs []string
128 droidstubsArgs []string
131 unstable bool
135 func initApiScope(scope *apiScope) *apiScope {
186 func (scope *apiScope) stubsLibraryModuleNameSuffix() string {
190 func (scope *apiScope) stubsLibraryModuleName(baseName string) string {
194 func (scope *apiScope) stubsSourceModuleName(baseName string) string {
198 func (scope *apiScope) apiModuleName(baseName string) string {
202 func (scope *apiScope) String() string {
1853 stubsLibraryModuleName(scope *apiScope, baseName string) string
1855 stubsSourceModuleName(scope *apiScope, baseName string) string