Searched refs:COVERAGE (Results 1 - 4 of 4) sorted by relevance

/external/freetype/src/autofit/
H A Dafcover.h20 /* Define `COVERAGE' as needed. */
30 COVERAGE( alternative_fractions, ALTERNATIVE_FRACTIONS,
35 COVERAGE( petite_capitals_from_capitals, PETITE_CAPITALS_FROM_CAPITALS,
39 COVERAGE( small_capitals_from_capitals, SMALL_CAPITALS_FROM_CAPITALS,
46 COVERAGE( denominators, DENOMINATORS,
53 COVERAGE( fractions, FRACTIONS,
61 COVERAGE( numerators, NUMERATORS,
66 COVERAGE( ordinals, ORDINALS,
70 COVERAGE( petite_capitals, PETITE_CAPITALS,
74 COVERAGE( rub
[all...]
H A Dhbshim.c59 #undef COVERAGE macro
60 #define COVERAGE( name, NAME, description, \ macro
73 #undef COVERAGE macro
74 #define COVERAGE( name, NAME, description, \ macro
391 #undef COVERAGE macro
392 #define COVERAGE( name, NAME, description, \ macro
407 #undef COVERAGE macro
408 #define COVERAGE( name, NAME, description, \ macro
H A Daftypes.h390 #undef COVERAGE macro
391 #define COVERAGE( name, NAME, description, \ macro
/external/emma/
H A Dtest.sh120 COVERAGE=$TESTDIR/coverage.dat
122 -sp $JAVADIR -Dreport.lcov.out.file=$COVERAGE com.android.bunnies.Bunny
126 if ! diff <(sort $GOLDEN) <(sort $COVERAGE) >$TESTDIR/diff-sorted; then
130 if ! diff $GOLDEN $COVERAGE >$TESTDIR/diff-ordered; then

Completed in 65 milliseconds