Searched refs:RunErrorProne (Results 1 – 4 of 4) sorted by relevance
52 if ctx.Config().RunErrorProne() {
704 if ctx.Config().RunErrorProne() {975 if ctx.Config().RunErrorProne() {982 RunErrorProne(ctx, errorprone, uniqueSrcFiles, srcJars, flags)
282 func RunErrorProne(ctx android.ModuleContext, outputFile android.WritablePath, func
886 func (c *config) RunErrorProne() bool { func