Searched refs:coverage (Results 1 – 12 of 12) sorted by relevance
23 local coverage=false44 coverage=true;;79 if [ $coverage = true ] ; then121 if [ $coverage = true ] && [ $project =~ "telecom" ] ; then127 if [ $coverage = true ] && [ $project =~ "telecom" ] ; then130 adb pull /data/user/0/com.android.server.telecom.tests/files/coverage.ec /tmp/137 --coverage-file "/tmp/coverage.ec" \
2 # the Calendar provider with EMMA coverage, executes the Calendar CTS25 # rebuild provider with emma coverage33 adb shell am instrument -w -e coverage true \44 adb pull $output coverage.ec47 emma report -r html -in coverage.ec \49 … -in ${ANDROID_BUILD_TOP}/out/target/common/obj/APPS/CalendarProvider_intermediates/coverage.em59 # rebuild provider without emma coverage
6 // The Jacoco tool analyzes code coverage when running unit tests on the9 // would dilute the coverage results. These options do not affect regular
61 adb shell am instrument -e coverage true -e size small -w "$TEST_RUNNER"70 --coverage-file "$COVERAGE_OUTPUT_FILE" \
10 To obtain a test coverage report for instrumentation tests:11 $ packages/apps/ManagedProvisioning/tools/bash/coverage.sh
18 // The Jacoco tool analyzes code coverage when running unit tests on the21 // would dilute the coverage results. These options do not affect regular
31 // The Jacoco tool analyzes code coverage when running unit tests on the34 // would dilute the coverage results. These options do not affect regular
154 public static void update(final boolean silent, final int coverage) { in update() argument155 update(silent, null /* conversationId */, coverage); in update()168 final int coverage) { in update() argument172 + " coverage = " + coverage); in update()184 if ((coverage & UPDATE_MESSAGES) != 0) { in update()188 if ((coverage & UPDATE_ERRORS) != 0) { in update()
34 * 100% [Coverall](https://coveralls.io/r/miloyip/rapidjson?branch=master) coverage.