Searched refs:RunErrorProne (Results 1 – 4 of 4) sorted by relevance
50 if ctx.Config().RunErrorProne() {
273 func RunErrorProne(ctx android.ModuleContext, outputFile android.WritablePath, func
1177 if ctx.Config().RunErrorProne() {1381 if ctx.Config().RunErrorProne() {1388 RunErrorProne(ctx, errorprone, uniqueSrcFiles, srcJars, flags)
833 func (c *config) RunErrorProne() bool { func