Home | History | Annotate | Download | only in files

Lines Matching full:value

7     <property name="instrumentation.dir" value="instrumented" />
10 <property name="test.runner" value="android.test.InstrumentationTestRunner" />
18 value="/data/data/${tested.manifest.package}/files/coverage.ec" />
26 <arg value="shell" />
27 <arg value="am" />
28 <arg value="instrument" />
29 <arg value="-w" />
30 <arg value="-e" />
31 <arg value="coverage" />
32 <arg value="@{emma.enabled}" />
34 <arg value="${manifest.package}/${test.runner}" />
39 <!-- Invoking this target sets the value of extensible.classpath, which is being added to javac
49 <property name="do.not.compile.again" value="true" />
61 <property name="do.not.compile.again" value="true" />
63 <property name="out.absolute.dir" value="${instrumentation.absolute.dir}" />
73 <arg value="-e" />
74 <arg value="coverageFile" />
75 <arg value="${emma.dump.file}" />
80 <arg value="pull" />
81 <arg value="${emma.dump.file}" />
82 <arg value="coverage.ec" />