Searched refs:RunErrorProne (Results 1 – 4 of 4) sorted by relevance
55 if ctx.Config().RunErrorProne() {
181 func RunErrorProne(ctx android.ModuleContext, outputFile android.WritablePath, func
879 if ctx.Config().RunErrorProne() {1075 if ctx.Config().RunErrorProne() {1082 RunErrorProne(ctx, errorprone, uniqueSrcFiles, srcJars, flags)
717 func (c *config) RunErrorProne() bool { func