HomeSort by relevance Sort by last modified time
    Searched refs:coverage (Results 101 - 125 of 741) sorted by null

1 2 3 45 6 7 8 91011>>

  /cts/tools/cts-api-coverage/
Android.mk 17 # the cts-api-coverage script
22 LOCAL_MODULE := cts-api-coverage
38 # cts-api-coverage java library
56 LOCAL_MODULE := cts-api-coverage
  /cts/tools/cts-api-coverage/etc/
cts-api-coverage 46 exec java $javaOpts -jar $libdir/cts-api-coverage.jar "$@"
ndk-api-report 46 exec java $javaOpts -cp $libdir/cts-api-coverage.jar com.android.cts.apicoverage.NdkApiXmlReport "$@"
  /external/llvm/tools/llvm-cov/
CoverageSummaryInfo.cpp 1 //===- CoverageSummaryInfo.cpp - Coverage summary for function/file -------===//
10 // These structures are used to represent code coverage metrics
18 using namespace coverage;
21 FunctionCoverageSummary::get(const coverage::FunctionRecord &Function) {
22 // Compute the region coverage
32 // Compute the line coverage
  /external/skia/fuzz/
coverage 17 and extract it locally to get the directories needed to assess coverage.
31 BUILD=out/coverage
40 ARGS='cc="gcc" cxx="g++" extra_cflags=["--coverage"] extra_ldflags=["--coverage"]'
52 # Running the binary generates the real coverage information, the .gcda files.
77 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/coverage
79 lcov -q -a "$DIR"/baseline -a "$DIR"/coverage -o "$DIR"/merged
  /external/skqp/fuzz/
coverage 17 and extract it locally to get the directories needed to assess coverage.
31 BUILD=out/coverage
40 ARGS='cc="gcc" cxx="g++" extra_cflags=["--coverage"] extra_ldflags=["--coverage"]'
52 # Running the binary generates the real coverage information, the .gcda files.
77 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/coverage
79 lcov -q -a "$DIR"/baseline -a "$DIR"/coverage -o "$DIR"/merged
  /frameworks/native/services/surfaceflinger/tests/hwc2/
Hwc2TestLayers.h 34 Hwc2TestCoverage coverage, const Area& displayArea);
37 Hwc2TestCoverage coverage, const Area& displayArea,
Hwc2TestVirtualDisplay.cpp 25 Hwc2TestCoverage coverage)
26 : mDisplayDimension(coverage)
  /test/vts/utils/python/coverage/
coverage_report.py 16 """Generates coverage reports using outputs from GCC.
18 The GenerateCoverageReport() function returns HTML to display the coverage
19 at each line of code in a provided source file. Coverage information is
21 to reconstruct a coverage report. GenerateLineCoverageVector() is a helper
23 uses the vector and source to produce the HTML coverage report.
30 from vts.utils.python.coverage import gcda_parser
31 from vts.utils.python.coverage import gcno_parser
36 """Process the gcno_file_summary and update the coverage dictionary.
38 Create a coverage vector for each source file contained in gcno_file_summary
44 exclude_paths: a list of paths should be ignored in the coverage report
    [all...]
gcno_parser.py 34 from vts.utils.python.coverage import arc_summary
35 from vts.utils.python.coverage import block_summary
36 from vts.utils.python.coverage import file_summary
37 from vts.utils.python.coverage import function_summary
38 from vts.utils.python.coverage import parser
gcda_parser_test.py 20 from vts.utils.python.coverage import arc_summary
21 from vts.utils.python.coverage import block_summary
22 from vts.utils.python.coverage import file_summary
23 from vts.utils.python.coverage import function_summary
24 from vts.utils.python.coverage import gcda_parser
25 from vts.utils.python.coverage import gcno_parser
26 from vts.utils.python.coverage.parser_test import MockStream
30 """Tests for GCDA parser of vts.utils.python.coverage.
123 Verifies the block coverage counts for each function.
function_summary_test.py 21 from vts.utils.python.coverage import arc_summary
22 from vts.utils.python.coverage import block_summary
23 from vts.utils.python.coverage import function_summary
27 """Tests for FunctionSummary of vts.utils.python.coverage.
coverage_utils.py 30 from vts.utils.python.coverage import coverage_report
31 from vts.utils.python.coverage import gcda_parser
32 from vts.utils.python.coverage import gcno_parser
33 from vts.utils.python.coverage.parser import FileFormatError
38 TARGET_COVERAGE_PATH = "/data/misc/trace/" # location to flush coverage
39 LOCAL_COVERAGE_PATH = "/tmp/vts-test-coverage" # location to pull coverage to host
61 _SP_COVERAGE_PATH = "self" # relative location where same-process coverage is dumped.
69 """Feature object for coverage functionality.
72 enabled: boolean, True if coverage is enabled, False otherwis
733 coverage = CoverageFeature(user_params) variable in class:CoverageFeature
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gdef-table.hh 54 unsigned int index = (this+coverage).get_coverage (glyph_id);
77 return_trace (coverage.sanitize (c, this) && attachPoint.sanitize (c, this));
81 OffsetTo<Coverage>
82 coverage; /* Offset to Coverage table -- from member in struct:OT::AttachList
86 * in Coverage Index order */
256 unsigned int index = (this+coverage).get_coverage (glyph_id);
270 return_trace (coverage.sanitize (c, this) && ligGlyph.sanitize (c, this));
274 OffsetTo<Coverage>
275 coverage; /* Offset to Coverage table--fro member in struct:OT::LigCaretList
299 coverage; \/* Array of long offsets to mark set member in struct:OT::MarkGlyphSetsFormat1
    [all...]
  /external/freetype/src/sfnt/
ttkern.c 88 FT_UInt num_pairs, length, coverage, format; local
100 coverage = FT_NEXT_USHORT( p );
110 format = coverage >> 8;
117 if ( ( coverage & 3U ) != 0x0001 ||
208 FT_UInt coverage = FT_NEXT_USHORT( p ); local
231 switch ( coverage >> 8 )
297 if ( coverage & 8 ) /* override or add */
  /external/skia/src/gpu/effects/
GrCustomXfermode.cpp 55 GrProcessorAnalysisCoverage coverage, const GrCaps& caps) {
59 if (GrProcessorAnalysisCoverage::kLCD == coverage) {
60 return false; // LCD coverage must be applied after the blend equation.
79 CustomXP(bool hasMixedSamples, SkBlendMode mode, GrProcessorAnalysisCoverage coverage)
80 : INHERITED(kCustomXP_ClassID, true, hasMixedSamples, coverage)
142 // Apply coverage by multiplying it into the src color before blending. Mixed samples will
161 // Apply coverage.
244 GrProcessorAnalysisCoverage coverage,
249 if (can_use_hw_blend_equation(fHWBlendEquation, coverage, caps)) {
252 return sk_sp<GrXferProcessor>(new CustomXP(hasMixedSamples, fMode, coverage));
    [all...]
  /external/skqp/src/gpu/effects/
GrCustomXfermode.cpp 55 GrProcessorAnalysisCoverage coverage, const GrCaps& caps) {
59 if (GrProcessorAnalysisCoverage::kLCD == coverage) {
60 return false; // LCD coverage must be applied after the blend equation.
79 CustomXP(bool hasMixedSamples, SkBlendMode mode, GrProcessorAnalysisCoverage coverage)
80 : INHERITED(kCustomXP_ClassID, true, hasMixedSamples, coverage)
142 // Apply coverage by multiplying it into the src color before blending. Mixed samples will
161 // Apply coverage.
244 GrProcessorAnalysisCoverage coverage,
249 if (can_use_hw_blend_equation(fHWBlendEquation, coverage, caps)) {
252 return sk_sp<GrXferProcessor>(new CustomXP(hasMixedSamples, fMode, coverage));
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_fs.c 99 assert(quad->input.coverage[j] >= 0.0);
100 assert(quad->input.coverage[j] <= 1.0);
101 quadColor[3][j] *= quad->input.coverage[j];
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_multisample_state.c 167 float coverage = 1.0f; local
176 coverage = ctx->Multisample.SampleCoverageValue;
185 int coverage_int = (int) (num_samples * coverage + 0.5f);
  /external/skia/tools/fonts/
generate_fir_coeff.py 31 # We have some smudged samples which represent the average coverage of a range.
80 coverage = withinStdDevRange(current_std_dev_left, current_std_dev_right)
81 coeffs.append(coverage * target_sum)
82 coeffs_rounded.append(int(round(coverage * target_sum)))
  /external/skqp/tools/
generate_fir_coeff.py 31 #We have a bunch of smudged samples which represent the average coverage of a range.
70 coverage = withinStdDevRange(current_std_dev_left, current_std_dev_right)
71 coeffs.append(coverage * target_sum)
72 coeffs_rounded.append(int(round(coverage * target_sum)))
  /external/v8/tools/sanitizers/
sancov_formatter_test.py 5 # Requires python-coverage. Native python coverage version >= 3.7.1 should
9 import coverage
86 # the coverage mask is 0 for all lines. The line tuples remain sorted by
120 # This shows initial instrumentation + coverage. The mask bits are:
122 # has a coverage mask of 0b101, e.g. line 2 in src/baz.cc.
176 cls._cov = coverage.coverage(
  /platform_testing/build/tasks/
continuous_instrumentation_tests.mk 43 # Rules to generate an API-coverage report based on the above tests
45 # Coverage report output location
57 # CTS API coverage tool
58 api_coverage_exe := $(HOST_OUT_EXECUTABLES)/cts-api-coverage
61 # APKs to measure for coverage
64 # Rule to generate the coverage report
69 $(coverage_report): PRIVATE_REPORT_TITLE := "APCT API Coverage Report"
80 # Include the coverage report in the dist folder
  /external/compiler-rt/lib/ubsan/
ubsan_init.cc 42 InitializeCoverage(common_flags()->coverage, common_flags()->coverage_dir);
  /external/deqp/framework/referencerenderer/
rrFragmentOperations.hpp 51 deUint32 coverage; member in struct:rr::Fragment
58 , coverage (coverage_)
67 , coverage (coverage_)
75 , coverage (0)

Completed in 275 milliseconds

1 2 3 45 6 7 8 91011>>