Lines Matching defs:Droidstubs
113 type Droidstubs struct { struct
114 Javadoc
115 embeddableInModuleAndImport
117 properties DroidstubsProperties
118 apiFile android.Path
119 removedApiFile android.Path
121 checkCurrentApiTimestamp android.WritablePath
122 updateCurrentApiTimestamp android.WritablePath
123 checkLastReleasedApiTimestamp android.WritablePath
124 apiLintTimestamp android.WritablePath
125 apiLintReport android.WritablePath
127 checkNullabilityWarningsTimestamp android.WritablePath
129 everythingArtifacts stubsArtifacts
130 exportableArtifacts stubsArtifacts
132 exportableApiFile android.WritablePath
133 exportableRemovedApiFile android.WritablePath
315 func (d *Droidstubs) AnnotationsZip(stubsType StubsType) (ret android.Path, err error) {
327 func (d *Droidstubs) ApiFilePath(stubsType StubsType) (ret android.Path, err error) {
342 func (d *Droidstubs) ApiVersionsXmlFilePath(stubsType StubsType) (ret android.Path, err error) {
357 func (d *Droidstubs) DocZip(stubsType StubsType) (ret android.Path, err error) {
370 func (d *Droidstubs) RemovedApiFilePath(stubsType StubsType) (ret android.Path, err error) {
385 func (d *Droidstubs) StubsSrcJar(stubsType StubsType) (ret android.Path, err error) {
400 func (d *Droidstubs) CurrentApiTimestamp() android.Path {
410 func (d *Droidstubs) DepsMutator(ctx android.BottomUpMutatorContext) {
442 …ags(ctx android.ModuleContext, cmd *android.RuleBuilderCommand, metadataDir android.WritablePath) {
446 …d *android.RuleBuilderCommand, stubsDir android.OptionalPath, stubsType StubsType, checkApi bool) {
496 …nsFlags(ctx android.ModuleContext, cmd *android.RuleBuilderCommand, params annotationFlagsParams) {
523 func (d *Droidstubs) mergeAnnoDirFlags(ctx android.ModuleContext, cmd *android.RuleBuilderCommand) {
534 …Droidstubs) inclusionAnnotationsFlags(ctx android.ModuleContext, cmd *android.RuleBuilderCommand) {
545 …ntext, cmd *android.RuleBuilderCommand, stubsType StubsType, apiVersionsXml android.WritablePath) {
586 …ntext, cmd *android.RuleBuilderCommand, stubsType StubsType, apiVersionsXml android.WritablePath) {
709 …mpatibilityFlags(ctx android.ModuleContext, cmd *android.RuleBuilderCommand, stubsType StubsType) {
860 func (d *Droidstubs) commonMetalavaStubCmd(ctx android.ModuleContext, rule *android.RuleBuilder,
913 func (d *Droidstubs) everythingStubCmd(ctx android.ModuleContext, params stubsCommandConfigParams) {
997 …ctx android.ModuleContext, cmd *android.RuleBuilderCommand, doApiLint bool, doCheckReleased bool) {
1116 func (d *Droidstubs) exportableStubCmd(ctx android.ModuleContext, params stubsCommandConfigParams) {
1159 func (d *Droidstubs) optionalStubCmd(ctx android.ModuleContext, params stubsCommandParams) {
1218 func (d *Droidstubs) setPhonyRules(ctx android.ModuleContext) {
1246 func (d *Droidstubs) GenerateAndroidBuildActions(ctx android.ModuleContext) {
1450 func setDroidInfo(ctx android.ModuleContext, d *Droidstubs, info *StubsInfo, typ StubsType) {
1479 func (d *Droidstubs) setOutputFiles(ctx android.ModuleContext) {
1504 func (d *Droidstubs) createApiContribution(ctx android.DefaultableHookContext) {