Searched refs:RunErrorProne (Results 1 – 4 of 4) sorted by relevance
52 if ctx.Config().RunErrorProne() {
273 func RunErrorProne(ctx android.ModuleContext, outputFile android.WritablePath, func
1232 if ctx.Config().RunErrorProne() {1442 if ctx.Config().RunErrorProne() {1449 RunErrorProne(ctx, errorprone, uniqueSrcFiles, srcJars, flags)
831 func (c *config) RunErrorProne() bool { func