/packages/services/Telecomm/scripts/ |
D | telecom_testing.sh | 23 local coverage=false 44 coverage=true;; 79 if [ $coverage = true ] ; then 121 if [ $coverage = true ] && [ $project =~ "telecom" ] ; then 127 if [ $coverage = true ] && [ $project =~ "telecom" ] ; then 130 adb pull /data/user/0/com.android.server.telecom.tests/files/coverage.ec /tmp/ 137 --coverage-file "/tmp/coverage.ec" \
|
/packages/providers/CalendarProvider/tests/ |
D | EMMA_README | 2 # the Calendar provider with EMMA coverage, executes the Calendar CTS 25 # rebuild provider with emma coverage 33 adb shell am instrument -w -e coverage true \ 44 adb pull $output coverage.ec 47 emma report -r html -in coverage.ec \ 49 … -in ${ANDROID_BUILD_TOP}/out/target/common/obj/APPS/CalendarProvider_intermediates/coverage.em 59 # rebuild provider without emma coverage
|
/packages/modules/Wifi/service/tests/wifitests/ |
D | README.md | 24 If you would like to collect code coverage information you can run the `coverage.sh` script located 25 in this directory. It will rebuild parts of your tree with coverage enabled and then run the tests, 32 frameworks/opt/net/wifi/tests/wifitests/coverage.sh wifi_coverage
|
D | coverage.sh | 51 REMOTE_COVERAGE_OUTPUT_FILE=/data/data/com.android.server.wifi.test/files/coverage.ec 90 adb shell am instrument -e coverage true --no-hidden-api-checks \ 100 --name wifi-coverage \
|
/packages/modules/Bluetooth/system/build/ |
D | Android.bp | 328 // Enables code coverage for a set of source files. Must be combined with 330 // on generating code coverage. 343 // Enabled code coverage on a binary. These flags allow libraries that were 346 // these flags themselves don't enable code coverage for the source files 348 // on generating code coverage.
|
/packages/modules/DnsResolver/tests/ |
D | Android.bp | 120 // However, MTS coverage requires 32 bit test binary to run. 129 // TODO: Remove resolv_test_mts_coverage_defaults after mts coverage switched to 64-bit device. 197 // multilib setting is worth because we might be able to get some coverage for the case where 218 // TODO: Remove resolv_test_mts_coverage_defaults after mts coverage switched to 64-bit device.
|
/packages/apps/ManagedProvisioning/tests/ |
D | README | 10 To obtain a test coverage report for instrumentation tests: 11 $ packages/apps/ManagedProvisioning/tools/bash/coverage.sh
|
/packages/apps/ManagedProvisioning/tools/bash/ |
D | coverage.sh | 61 adb shell am instrument -e coverage true -e size small -w "$TEST_RUNNER" 70 --coverage-file "$COVERAGE_OUTPUT_FILE" \
|
/packages/providers/CallLogProvider/ |
D | Android.bp | 11 // The Jacoco tool analyzes code coverage when running unit tests on the 14 // would dilute the coverage results. These options do not affect regular
|
/packages/providers/ContactsProvider/ |
D | Android.bp | 23 // The Jacoco tool analyzes code coverage when running unit tests on the 26 // would dilute the coverage results. These options do not affect regular
|
/packages/providers/CalendarProvider/ |
D | Android.bp | 38 // The Jacoco tool analyzes code coverage when running unit tests on the 41 // would dilute the coverage results. These options do not affect regular
|
/packages/modules/NetworkStack/tests/integration/ |
D | Android.bp | 96 // Special version of the network stack tests that includes all tests necessary for code coverage 108 "modules-utils-native-coverage-listener",
|
/packages/modules/Connectivity/tests/common/ |
D | Android.bp | 47 // Combine Connectivity, NetworkStack and Tethering jarjar rules for coverage target. 58 out: ["jarjar-rules-connectivity-coverage.txt"], 98 "modules-utils-native-coverage-listener",
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | BugleNotifications.java | 154 public static void update(final boolean silent, final int coverage) { in update() argument 155 update(silent, null /* conversationId */, coverage); in update() 168 final int coverage) { in update() argument 172 + " coverage = " + coverage); in update() 184 if ((coverage & UPDATE_MESSAGES) != 0) { in update() 188 if ((coverage & UPDATE_ERRORS) != 0) { in update()
|
/packages/modules/Bluetooth/system/gd/ |
D | Android.bp | 56 // Enables code coverage for a set of source files. Must be combined with 58 // on generating code coverage. 71 // Enabled code coverage on a binary. These flags allow libraries that were 74 // these flags themselves don't enable code coverage for the source files 76 // on generating code coverage.
|
/packages/modules/DnsResolver/ |
D | Android.bp | 135 // This is necessary to have the coverage tests run on cf_x86_phone. 137 // suite on cf_x86_phone (32-bit) for coverage. 139 // TODO: Remove this target after coverage test switched to 64-bit device.
|
/packages/modules/Bluetooth/system/gd/docs/testing/ |
D | cert_test.md | 211 coverage summary from llvm-cov 227 ## PTS test case coverage 244 ## Code coverage 253 coverage report using
|
/packages/apps/ImsServiceEntitlement/ |
D | coverage.sh | 83 adb shell am instrument -e coverage true -e coverageFile "$REMOTE_COVERAGE_OUTPUT_FILE" -w "$TEST_R…
|
/packages/modules/Bluetooth/system/build/dpkg/libchrome/debian/patches/ |
D | 0001-Fix-build-issues-on-930012.patch | 22 # Address sanitizer + coverage builds do not support -z,defs.
|
/packages/apps/ManagedProvisioning/ |
D | Android.bp | 94 // Packages to be included in code coverage runs. This does not affect production builds.
|
/packages/modules/Bluetooth/system/device/fuzzer/ |
D | README.md | 7 ##### Maximize code coverage
|
/packages/modules/Bluetooth/system/btcore/fuzzer/ |
D | README.md | 7 ##### Maximize code coverage
|
/packages/apps/CellBroadcastReceiver/tests/unit/ |
D | Android.bp | 73 // used to run mts coverage test
|
/packages/apps/Test/connectivity/sl4n/rapidjson/ |
D | CHANGELOG.md | 34 * 100% [Coverall](https://coveralls.io/r/miloyip/rapidjson?branch=master) coverage.
|
/packages/modules/NetworkStack/tests/unit/ |
D | Android.bp | 71 // Library containing the unit tests. This is used by the coverage test target to pull in the
|