Home
last modified time | relevance | path

Searched refs:Droidstubs (Results 1 – 3 of 3) sorted by relevance

/build/soong/java/
Ddroidstubs.go44 type Droidstubs struct { struct
166 module := &Droidstubs{}
181 module := &Droidstubs{}
190 func (d *Droidstubs) OutputFiles(tag string) (android.Paths, error) { argument
210 func (d *Droidstubs) ApiFilePath() android.Path { argument
214 func (d *Droidstubs) RemovedApiFilePath() android.Path { argument
218 func (d *Droidstubs) StubsSrcJar() android.Path { argument
226 func (d *Droidstubs) DepsMutator(ctx android.BottomUpMutatorContext) { argument
248 func (d *Droidstubs) stubsFlags(ctx android.ModuleContext, cmd *android.RuleBuilderCommand, stubsDi… argument
290 func (d *Droidstubs) annotationsFlags(ctx android.ModuleContext, cmd *android.RuleBuilderCommand) { argument
[all …]
Ddroiddoc_test.go73 barStubsOutputs, err := barStubs.Module().(*Droidstubs).OutputFiles("")
Dandroidmk.go535 func (dstubs *Droidstubs) AndroidMkEntries() []android.AndroidMkEntries {