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

  /test/vts/utils/python/fuzzer/
GenePool.py 80 def Evolve(self, genes, fuzzer, coverages=None):
86 coverages: a list of the coverage data where coverage data is a list which
93 if not coverages:
98 for gene, coverage in zip(genes, coverages):
  /test/vts/testcases/fuzz/hal_light/conventional/
LightFuzzTest.py 93 coverages = []
103 coverages.append(gene_coverage)
109 coverages=coverages)
  /test/vts/testcases/fuzz/hal_light/conventional_standalone/
StandaloneLightFuzzTest.py 100 coverages = []
110 coverages.append(gene_coverage)
124 coverages=coverages)
  /external/freetype/src/autofit/
afshaper.c 53 * special coverages (like `oldstyle figures') don't get overwritten.
79 static const hb_tag_t* coverages[] = variable
134 coverage_tags = coverages[style_class->coverage];

Completed in 819 milliseconds