HomeSort by relevance Sort by last modified time
    Searched refs:COVERAGE (Results 1 - 9 of 9) sorted by null

  /external/freetype/src/autofit/
afcover.h 20 /* Define `COVERAGE' as needed. */
24 /* coverage name in lowercase and uppercase, respectively, followed */
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,
44 /* XXX: Only digits are in this coverage, however, both normal style */
46 COVERAGE( denominators, DENOMINATORS,
53 COVERAGE( fractions, FRACTIONS,
59 /* XXX: Only digits are in this coverage, however, both normal style */
61 COVERAGE( numerators, NUMERATORS
    [all...]
afshaper.c 43 * 1. For each coverage, collect lookup IDs in a set. Note that an
44 * auto-hinter `coverage' is represented by one `feature', and a
59 /* load coverage tags */
60 #undef COVERAGE
61 #define COVERAGE( name, NAME, description, \
73 /* define mapping between coverage tags and AF_Coverage */
74 #undef COVERAGE
75 #define COVERAGE( name, NAME, description, \
130 coverage_tags = coverages[style_class->coverage];
193 /* get output coverage of GSUB feature *
    [all...]
aftypes.h 386 * For the auto-hinter, a `coverage' represents all glyphs of an OpenType
404 #undef COVERAGE
405 #define COVERAGE( name, NAME, description, \
454 AF_Coverage coverage; member in struct:AF_StyleClassRec_
554 coverage ) \
562 coverage \
  /external/emma/
test.sh 120 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/cldr/tools/java/org/unicode/cldr/tool/
ShowData.java 55 COVERAGE = 7;
65 UOption.create("coverage", 'c', UOption.REQUIRES_ARG).setDefault(Level.MODERN.toString()),
107 Level requiredCoverage = Level.fromString(options[COVERAGE].toString()); // Utility.COMMON_DIRECTORY
    [all...]
  /external/minigbm/
common.mk 70 # profiling - Turn off optimization and turn on profiling/coverage
338 CFLAGS := $(CFLAGS) -O0 -g --coverage
339 CXXFLAGS := $(CXXFLAGS) -O0 -g --coverage
340 LDFLAGS := $(LDFLAGS) --coverage
705 # After the test have completed, if profiling, run coverage analysis
708 @$(ECHO) "COVERAGE [$(COLOR_YELLOW)STARTED$(COLOR_RESET)]"
719 --output-file=lcov-coverage.info; \
720 genhtml lcov-coverage.info \
723 @$(ECHO) "COVERAGE [$(COLOR_YELLOW)FINISHED$(COLOR_RESET)]"
862 clean: CLEAN($(OUT)lcov-coverage.info) CLEAN($(OUT)lcov-html
    [all...]
  /external/minijail/
common.mk 70 # profiling - Turn off optimization and turn on profiling/coverage
350 CFLAGS := $(CFLAGS) -O0 -g --coverage
351 CXXFLAGS := $(CXXFLAGS) -O0 -g --coverage
352 LDFLAGS := $(LDFLAGS) --coverage
719 # After the test have completed, if profiling, run coverage analysis
722 @$(ECHO) "COVERAGE [$(COLOR_YELLOW)STARTED$(COLOR_RESET)]"
733 --output-file=lcov-coverage.info; \
734 genhtml lcov-coverage.info \
737 @$(ECHO) "COVERAGE [$(COLOR_YELLOW)FINISHED$(COLOR_RESET)]"
883 clean: CLEAN($(OUT)lcov-coverage.info) CLEAN($(OUT)lcov-html
    [all...]
  /external/modp_b64/
common.mk 70 # profiling - Turn off optimization and turn on profiling/coverage
348 CFLAGS := $(CFLAGS) -O0 -g --coverage
349 CXXFLAGS := $(CXXFLAGS) -O0 -g --coverage
350 LDFLAGS := $(LDFLAGS) --coverage
715 # After the test have completed, if profiling, run coverage analysis
718 @$(ECHO) "COVERAGE [$(COLOR_YELLOW)STARTED$(COLOR_RESET)]"
729 --output-file=lcov-coverage.info; \
730 genhtml lcov-coverage.info \
733 @$(ECHO) "COVERAGE [$(COLOR_YELLOW)FINISHED$(COLOR_RESET)]"
872 clean: CLEAN($(OUT)lcov-coverage.info) CLEAN($(OUT)lcov-html
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/test/
ConsoleCheckCLDR.java 98 COVERAGE = 2,
124 coverage(new Params().setHelp("Set the coverage: eg -c comprehensive") enum constant in enum:ConsoleCheckCLDR.MyOptions
134 organization(new Params().setHelp("Organization: ibm, google, ....; Uses Locales.txt for to filter locales and set coverage levels")
183 UOption.create("coverage", 'c', UOption.REQUIRES_ARG),
231 "-cxxx \t Set the coverage: eg -c comprehensive or -c modern or -c moderate or -c basic",
233 "-oxxx \t Organization: ibm, google, ....; filters locales and uses Locales.txt for coverage tests",
306 String coverageLevelInput = options[COVERAGE].value;
421 // System.out.println("coverage level: " + coverageLevel);
990 static EnumSet<ErrorType> coverage = EnumSet.range(ErrorType.posix, ErrorType.optional); field in class:ConsoleCheckCLDR.ErrorType
    [all...]

Completed in 768 milliseconds