/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/ |
ReflectionUtils.java | 31 * @coverage core.util
|
/external/elfutils/ |
configure.ac | 163 CFLAGS="$CFLAGS -fprofile-arcs -ftest-coverage"
|
/external/elfutils/libdw/ |
Makefile.am | 40 COMPILE.os = $(filter-out -fprofile-arcs, $(filter-out -ftest-coverage, \
|
/external/elfutils/libelf/ |
Makefile.am | 43 COMPILE.os = $(filter-out -fprofile-arcs, $(filter-out -ftest-coverage, \
|
/external/emma/core/java12/com/vladium/emma/data/ |
MetaData.java | 133 // caused warnings about line coverage not available
|
/external/freetype/include/freetype/ |
ftimage.h | 895 unsigned char coverage; member in struct:FT_Span_ [all...] |
/external/icu4c/common/ |
ruleiter.h | 32 // code coverage numbers go down due to unused methods.)
|
/external/icu4c/test/intltest/ |
sdtfmtts.cpp | 44 * Test various generic API methods of SimpleDateFormat for API coverage.
|
/external/v8/test/mjsunit/ |
constant-folding.js | 195 // Some tests of shifts that get into the corners in terms of coverage.
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
GraphicsContextCairo.cpp | 337 int coverage = distance-remainder; local 338 int numSegments = coverage/patWidth; 454 int coverage = distance - remainder; local 455 int numSegments = coverage / patWidth; [all...] |
/frameworks/base/docs/html/tools/testing/ |
testing_otheride.jd | 593 Runs an EMMA code coverage analysis and writes the output to 594 <code>/data//coverage.ec</code> on the device. To override the file location, use the 598 application, which you can generate with the <code>coverage</code> target. 606 Overrides the default location of the EMMA coverage file on the device. Specify this
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/ |
gcov-io.h | 1 /* File format for coverage information 29 /* Coverage information is held in two files. A notes file, which is 33 versions, as you only need coverage information when developing a 813 /* Holds one block plus 4 bytes, thus all coverage reads & write [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/ |
gcov-io.h | 1 /* File format for coverage information 29 /* Coverage information is held in two files. A notes file, which is 33 versions, as you only need coverage information when developing a 813 /* Holds one block plus 4 bytes, thus all coverage reads & write [all...] |
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/ |
gcov-io.h | 1 /* File format for coverage information 29 /* Coverage information is held in two files. A notes file, which is 33 versions, as you only need coverage information when developing a 813 /* Holds one block plus 4 bytes, thus all coverage reads & write [all...] |
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/ |
gcov-io.h | 1 /* File format for coverage information 29 /* Coverage information is held in two files. A notes file, which is 33 versions, as you only need coverage information when developing a 813 /* Holds one block plus 4 bytes, thus all coverage reads & write [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/ |
gcov-io.h | 1 /* File format for coverage information 29 /* Coverage information is held in two files. A notes file, which is 33 versions, as you only need coverage information when developing a 813 /* Holds one block plus 4 bytes, thus all coverage reads & write [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/ |
gcov-io.h | 1 /* File format for coverage information 29 /* Coverage information is held in two files. A notes file, which is 33 versions, as you only need coverage information when developing a 813 /* Holds one block plus 4 bytes, thus all coverage reads & write [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/gcov-src/ |
gcov-io.h | 1 /* File format for coverage information 29 /* Coverage information is held in two files. A notes file, which is 33 versions, as you only need coverage information when developing a 813 /* Holds one block plus 4 bytes, thus all coverage reads & write [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/gcov-src/ |
gcov-io.h | 1 /* File format for coverage information 29 /* Coverage information is held in two files. A notes file, which is 33 versions, as you only need coverage information when developing a 813 /* Holds one block plus 4 bytes, thus all coverage reads & write [all...] |
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/ |
gcov-io.h | 1 /* File format for coverage information 29 /* Coverage information is held in two files. A notes file, which is 33 versions, as you only need coverage information when developing a 813 /* Holds one block plus 4 bytes, thus all coverage reads & write [all...] |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/ |
gcov-io.h | 1 /* File format for coverage information 29 /* Coverage information is held in two files. A notes file, which is 33 versions, as you only need coverage information when developing a 813 /* Holds one block plus 4 bytes, thus all coverage reads & write [all...] |
/system/core/libpixelflinger/ |
pixelflinger.cpp | 116 // allocate the coverage factor buffer 117 free(c->state.buffers.coverage); 118 c->state.buffers.coverage = (int16_t*)malloc(surface->width * 2); 120 c->state.buffers.coverage ? surface->width : 0;
|
/external/clang/docs/analyzer/ |
IPA.txt | 26 does not drop the coverage in cases when the parent class has code that is 121 Currently, we use this technique to recover coverage in case we stop 284 At a high level, "bifurcation mode" allows for increased semantic coverage in
|
/external/icu4c/test/cintltst/ |
ncnvfbts.c | 646 /*some more test to increase the code coverage in MBCS. Create an test converter from test1.ucm 671 /*some more test to increase the code coverage in MBCS. Create an test converter from test3.ucm 698 /*some more test to increase the code coverage in MBCS. Create an test converter from test4.ucm
|
/external/webkit/Tools/Scripts/ |
build-webkit | 146 { option => "coverage", desc => "Toggle code coverage support", 464 if ($_->{option} ne "coverage") {
|