Searched refs:checkTask (Results 1 – 3 of 3) sorted by relevance
58 project.tasks.named("check").configure { checkTask -> in Project() method59 checkTask.dependsOn(lintProvider) in Project()
38 project.tasks.named("check").configure { checkTask -> in <lambda>() method39 checkTask.dependsOn(checkProvider) in <lambda>()
109 ANGLE_TRY(checkTask(context, infoLog)); in getResult()142 angle::Result checkTask(const gl::Context *context, gl::InfoLog &infoLog) in checkTask() function in rx::__anona0b357f50111::GetExecutableTask