Lines Matching full:lint
89 <!-- Output location of the HTML report for the "lint" target.
91 value="${out.dir}/lint-results.html"
95 <property name="lint.out.html" value="bin/lint-results.html" />
97 <!-- Output location of the XML report for the "lint" target -->
98 <property name="lint.out.xml" value="bin/lint-results.xml" />
158 <property name="lint" location="${android.tools.dir}/lint${bat}" />
1336 <!-- ********** Run Lint on the project ********* -->
1339 <target name="lint"
1340 description="Runs lint on the project to look for potential bugs" >
1341 <lint executable="${lint}"
1342 html="${lint.out.html}"
1343 xml="${lint.out.xml}"