Lines Matching full:emma
83 <!-- This is needed by emma as it uses multilevel verbosity instead of simple 'true' or 'false'
104 <!-- Emma configuration -->
105 <property name="emma.dir" value="${sdk.dir}/tools/lib" />
106 <path id="emma.lib">
107 <pathelement location="${emma.dir}/emma.jar" />
108 <pathelement location="${emma.dir}/emma_ant.jar" />
110 <taskdef resource="emma_ant.properties" classpathref="emma.lib" />
111 <!-- End of emma configuration -->
163 debug, -debug-with-emma and release.-->
180 -install-with-emma which do exactly the same but differ in dependencies -->
387 <!-- Emma-instruments tested project classes (compiles the tested project if necessary)
389 <target name="-emma-instrument" depends="compile">
392 <emma enabled="true">
400 </emma>
403 <target name="-dex-instrumented" depends="-emma-instrument">
409 <fileset file="${emma.dir}/emma_device.jar" />
415 <target name="-package-with-emma" depends="-dex-instrumented, -package-resources">
419 <jarfile path="${emma.dir}/emma_device.jar" />
424 <target name="-debug-with-emma" depends="-package-with-emma">
429 <target name="-install-with-emma" depends="-debug-with-emma">