Lines Matching defs:apiScope
60 apiScope *apiScope member
81 type apiScope struct { struct
83 name string
86 extends *apiScope
91 legacyEnabledStatus func(module *SdkLibrary) bool
95 defaultEnabledStatus bool
98 scopeSpecificProperties func(module *SdkLibrary) *ApiScopeProperties
101 fieldName string
104 propertyName string
107 stubsTag scopeDependencyTag
110 stubsSourceTag scopeDependencyTag
113 apiFileTag scopeDependencyTag
116 stubsSourceAndApiTag scopeDependencyTag
119 apiFilePrefix string
123 moduleSuffix string
128 sdkVersion string
131 annotation string
136 extraArgs []string
146 droidstubsArgs []string
149 unstable bool
153 func initApiScope(scope *apiScope) *apiScope {
714 func (c *commonToSdkLibraryAndImport) stubsLibraryModuleName(apiScope *apiScope) string { argument
723 func (c *commonToSdkLibraryAndImport) stubsSourceModuleName(apiScope *apiScope) string { argument
814 func (c *commonToSdkLibraryAndImport) getScopePathsCreateIfNeeded(scope *apiScope) *scopePaths {
827 func (c *commonToSdkLibraryAndImport) findScopePaths(scope *apiScope) *scopePaths {
837 func (c *commonToSdkLibraryAndImport) findClosestScopePath(scope *apiScope) *scopePaths {
1246 func (module *SdkLibrary) apiDistPath(apiScope *apiScope) string { argument
1251 …SdkLibrary) sdkVersionForStubsLibrary(mctx android.EarlyModuleContext, apiScope *apiScope) string { argument
1276 func (module *SdkLibrary) latestApiFilegroupName(apiScope *apiScope) string { argument
1280 func (module *SdkLibrary) latestRemovedApiFilegroupName(apiScope *apiScope) string { argument
1284 func (module *SdkLibrary) latestIncompatibilitiesFilegroupName(apiScope *apiScope) string { argument
1334 … (module *SdkLibrary) createStubsLibrary(mctx android.DefaultableHookContext, apiScope *apiScope) { argument
1401 …ary) createStubsSourcesAndApi(mctx android.DefaultableHookContext, apiScope *apiScope, name string… argument
1786 func (s *defaultNamingScheme) stubsLibraryModuleName(scope *apiScope, baseName string) string {
1790 func (s *defaultNamingScheme) stubsSourceModuleName(scope *apiScope, baseName string) string {
2033 …ort) createJavaImportForStubs(mctx android.DefaultableHookContext, apiScope *apiScope, scopeProper… argument
2063 …t) createPrebuiltStubsSources(mctx android.DefaultableHookContext, apiScope *apiScope, scopeProper… argument