Home
last modified time | relevance | path

Searched refs:COVERAGE (Results 1 – 24 of 24) sorted by relevance

/external/freetype/src/autofit/
Dafcover.h30 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( ruby, RUBY,
78 COVERAGE( scientific_inferiors, SCIENTIFIC_INFERIORS,
[all …]
Dafshaper.c60 #undef COVERAGE
61 #define COVERAGE( name, NAME, description, \ macro
74 #undef COVERAGE
75 #define COVERAGE( name, NAME, description, \ macro
396 #undef COVERAGE
397 #define COVERAGE( name, NAME, description, \ macro
412 #undef COVERAGE
413 #define COVERAGE( name, NAME, description, \ macro
Daftypes.h404 #undef COVERAGE
405 #define COVERAGE( name, NAME, description, \ macro
/external/emma/
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
/external/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_Coverage1 COVERAGE FILES
5 a corresponding COVERAGE.<area> file in the Documentation directory. The first
6 example file is COVERAGE.timers, which I will keep up to date with the latest
22 need not exist yet, but the list of functions in the COVERAGE file should be
32 For example, from COVERAGE.timers:
DHOWTO_INDEX8 HOWTO_Coverage - describes format of COVERAGE.<area> files
DCOVERAGE.semaphores4 COVERAGE DOCUMENT FOR SEMAPHORES
DCOVERAGE.mqueues5 COVERAGE DOCUMENT FOR MESSAGE QUEUES
DCOVERAGE.threads5 COVERAGE DOCUMENT FOR TIMERS
DCOVERAGE.timers5 COVERAGE DOCUMENT FOR TIMERS
/external/parameter-framework/upstream/
DCMakeLists.txt42 option(COVERAGE "Build with coverage support" OFF) option
109 if(COVERAGE)
/external/ltp/testcases/open_posix_testsuite/
DQUICK-START56 HOWTO_Coverage - describes format of COVERAGE.<area> files
DREADME73 HOWTO_Coverage - describes format of COVERAGE.<area> files
/external/google-benchmark/cmake/
DHandleGTest.cmake21 if ("${GTEST_BUILD_TYPE}" STREQUAL "COVERAGE")
/external/libcxx/utils/google-benchmark/cmake/
DHandleGTest.cmake21 if ("${GTEST_BUILD_TYPE}" STREQUAL "COVERAGE")
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowData.java55 COVERAGE = 7; field in ShowData
107 …Level requiredCoverage = Level.fromString(options[COVERAGE].toString()); // Utility.COMMON_DIRECTO… in main()
/external/google-benchmark/
DCMakeLists.txt223 add_cxx_compiler_flag(--coverage COVERAGE)
/external/libcxx/utils/google-benchmark/
DCMakeLists.txt218 add_cxx_compiler_flag(--coverage COVERAGE)
/external/ltp/
DREADME.kernel_config2 Enable CODE COVERAGE for your Kernel:
/external/cldr/tools/java/org/unicode/cldr/test/
DConsoleCheckCLDR.java98 COVERAGE = 2, field in ConsoleCheckCLDR
306 String coverageLevelInput = options[COVERAGE].value; in main()
/external/libcxx/
DCMakeLists.txt480 set(CMAKE_BUILD_TYPE "COVERAGE" CACHE STRING "" FORCE)
/external/freetype/
DChangeLog.252000 (COVERAGE): Add cast.
2543 * src/autofit/hbshim.c (COVERAGE) [FT_CONFIG_OPTION_USE_HARFBUZZ]:
2575 a single-element `COVERAGE' macro, sort the elements by the feature
/external/pcre/dist2/doc/
Dpcre2.txt3999 CODE COVERAGE REPORTING
/external/strace/
DChangeLog22234 * travis-install.sh: Rename COVERAGE=true to CHECK=coverage.