| /third_party/node/deps/cares/m4/ |
| D | ax_code_coverage.m4 | 15 # coverage support. Also add rules using AX_ADD_AM_MACRO_STATIC; and 18 # value of the --enable-code-coverage option, which defaults to being 25 # coverage is enabled. 42 # clean-local: code-coverage-clean 43 # distclean-local: code-coverage-dist-clean 45 # This results in a "check-code-coverage" rule being added to any 47 # (assuming the module has been configured with --enable-code-coverage). 48 # Running `make check-code-coverage` in that directory will run the 49 # module's test suite (`make check`) and build a code coverage report 81 # Code coverage [all …]
|
| /third_party/node/deps/cares/ |
| D | aminclude_static.am | 6 # Code coverage 9 # - CODE_COVERAGE_DIRECTORY: Top-level directory for code coverage reporting. 13 # by lcov for code coverage. (Default: 14 # $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info) 15 # - CODE_COVERAGE_OUTPUT_DIRECTORY: Directory for generated code coverage 17 # $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage) 18 # - CODE_COVERAGE_BRANCH_COVERAGE: Set to 1 to enforce branch coverage, 48 CODE_COVERAGE_OUTPUT_FILE ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info 49 CODE_COVERAGE_OUTPUT_DIRECTORY ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage 81 check-code-coverage: [all …]
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
| D | EGL_NV_coverage_sample.txt | 50 Edge anti-aliasing computes fractional fragment coverage for all 61 (a.k.a. "sample") coverage for rasterized fragments, and replicates 74 increasing the storage required, coverage sampling. 76 Coverage sampling adds an additional high-precision geometric 77 coverage buffer to the framebuffer, which is used to produce 79 multisample buffer). This coverage information is computed and stored 83 for stencil shadow volumes), coverage buffer updates may be masked 139 "3.2.2 Coverage Sampling 141 Coverage sampling is a mechanism to antialias all GL primitives: points, 145 in the framebuffer's color buffers. As with multisampling, coverage [all …]
|
| D | NV_fragment_coverage_to_color.txt | 53 This extension allows the fragment coverage value, represented as an 57 gl_SampleMask fragment shader output in that the coverage value written to 60 alpha-to-coverage. 86 Add a new box "Fragment Coverage to Color" between "Occlusion Query" and 90 supported, the "Coverage Reduction" stage is after the "Fragment coverage 94 Add a new Section 17.3.X (Fragment Coverage to Color) between 17.3.6 (Depth 97 Fragment coverage to color is enabled or disabled with the generic Enable 100 enabled, the fragment coverage, treated as an integer bitfield, is 102 The fragment color value updated with the coverage mask is specified using 114 If the buffer that the coverage value will be written to does not have a [all …]
|
| /third_party/openGLES/extensions/NV/ |
| D | EGL_NV_coverage_sample.txt | 50 Edge anti-aliasing computes fractional fragment coverage for all 61 (a.k.a. "sample") coverage for rasterized fragments, and replicates 74 increasing the storage required, coverage sampling. 76 Coverage sampling adds an additional high-precision geometric 77 coverage buffer to the framebuffer, which is used to produce 79 multisample buffer). This coverage information is computed and stored 83 for stencil shadow volumes), coverage buffer updates may be masked 139 "3.2.2 Coverage Sampling 141 Coverage sampling is a mechanism to antialias all GL primitives: points, 145 in the framebuffer's color buffers. As with multisampling, coverage [all …]
|
| D | NV_fragment_coverage_to_color.txt | 53 This extension allows the fragment coverage value, represented as an 57 gl_SampleMask fragment shader output in that the coverage value written to 60 alpha-to-coverage. 86 Add a new box "Fragment Coverage to Color" between "Occlusion Query" and 90 supported, the "Coverage Reduction" stage is after the "Fragment coverage 94 Add a new Section 17.3.X (Fragment Coverage to Color) between 17.3.6 (Depth 97 Fragment coverage to color is enabled or disabled with the generic Enable 100 enabled, the fragment coverage, treated as an integer bitfield, is 102 The fragment color value updated with the coverage mask is specified using 114 If the buffer that the coverage value will be written to does not have a [all …]
|
| /third_party/EGL/extensions/NV/ |
| D | EGL_NV_coverage_sample.txt | 50 Edge anti-aliasing computes fractional fragment coverage for all 61 (a.k.a. "sample") coverage for rasterized fragments, and replicates 74 increasing the storage required, coverage sampling. 76 Coverage sampling adds an additional high-precision geometric 77 coverage buffer to the framebuffer, which is used to produce 79 multisample buffer). This coverage information is computed and stored 83 for stencil shadow volumes), coverage buffer updates may be masked 139 "3.2.2 Coverage Sampling 141 Coverage sampling is a mechanism to antialias all GL primitives: points, 145 in the framebuffer's color buffers. As with multisampling, coverage [all …]
|
| /third_party/skia/third_party/externals/egl-registry/extensions/NV/ |
| D | EGL_NV_coverage_sample.txt | 50 Edge anti-aliasing computes fractional fragment coverage for all 61 (a.k.a. "sample") coverage for rasterized fragments, and replicates 74 increasing the storage required, coverage sampling. 76 Coverage sampling adds an additional high-precision geometric 77 coverage buffer to the framebuffer, which is used to produce 79 multisample buffer). This coverage information is computed and stored 83 for stencil shadow volumes), coverage buffer updates may be masked 139 "3.2.2 Coverage Sampling 141 Coverage sampling is a mechanism to antialias all GL primitives: points, 145 in the framebuffer's color buffers. As with multisampling, coverage [all …]
|
| /third_party/flutter/flutter/packages/flutter_tools/lib/src/test/ |
| D | coverage_collector.dart | 7 import 'package:coverage/coverage.dart' as coverage; 21 /// A class that's used to collect coverage data during tests. 30 printTrace('test ${event.childIndex}: collecting coverage'); 38 coverage.mergeHitmaps(hitmap, _globalHitmap); 42 /// Collects coverage for an isolate using the given `port`. 44 /// This should be called when the code whose coverage data is being collected 45 /// has been run to completion so that all coverage data has been recorded. 47 /// The returned [Future] completes when the coverage is collected. 50 print('collecting coverage data from $observatoryUri...'); 53 throw Exception('Failed to collect coverage.'); [all …]
|
| /third_party/skia/third_party/externals/harfbuzz/m4/ |
| D | ax_code_coverage.m4 | 15 # coverage support. Also defines CODE_COVERAGE_RULES which should be 19 # --enable-code-coverage option, which defaults to being disabled. 25 # coverage is enabled. 41 # This results in a "check-code-coverage" rule being added to any 43 # has been configured with --enable-code-coverage). Running `make 44 # check-code-coverage` in that directory will run the module's test suite 45 # (`make check`) and build a code coverage report detailing the code which 81 dnl Check for --enable-code-coverage 86 [AS_HELP_STRING([--with-gcov[=GCOV]], [use given GCOV for coverage (GCOV=gcov).])], 90 AC_MSG_CHECKING([whether to build with code coverage support]) [all …]
|
| /third_party/harfbuzz/m4/ |
| D | ax_code_coverage.m4 | 15 # coverage support. Also defines CODE_COVERAGE_RULES which should be 19 # --enable-code-coverage option, which defaults to being disabled. 25 # coverage is enabled. 41 # This results in a "check-code-coverage" rule being added to any 43 # has been configured with --enable-code-coverage). Running `make 44 # check-code-coverage` in that directory will run the module's test suite 45 # (`make check`) and build a code coverage report detailing the code which 81 dnl Check for --enable-code-coverage 86 [AS_HELP_STRING([--with-gcov[=GCOV]], [use given GCOV for coverage (GCOV=gcov).])], 90 AC_MSG_CHECKING([whether to build with code coverage support]) [all …]
|
| /third_party/node/deps/npm/node_modules/unique-filename/coverage/ |
| D | base.css | 51 table.coverage { border-collapse: collapse; margin:0; padding: 0 } 53 table.coverage td { 59 table.coverage td.line-count { 64 table.coverage td.line-coverage { 71 table.coverage td.text { 74 table.coverage td span.cline-any { 79 table.coverage td span.cline-neutral { 82 table.coverage td span.cline-yes { 86 table.coverage td span.cline-no { 125 div.coverage-summary table { border-collapse: collapse; margin: 3em; font-size: 110%; } [all …]
|
| /third_party/flutter/skia/third_party/externals/freetype/src/autofit/ |
| D | 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 …]
|
| /third_party/freetype/src/autofit/ |
| D | 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 …]
|
| /third_party/skia/third_party/externals/freetype/src/autofit/ |
| D | 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 …]
|
| /third_party/skia/third_party/externals/swiftshader/tests/regres/cov/ |
| D | coverage_test.go | 26 fileA = "coverage/file/a" 27 fileB = "coverage/file/b" 28 fileC = "coverage/file/c" 29 fileD = "coverage/file/c" 51 t.Log("Add 'b' with the coverage [0,1]") 52 tree.Add(cov.Path{"a", "b"}, coverage(fileA, span0, span1)) 63 t.Log("Add 'i' with the coverage [0,1]") 64 tree.Add(cov.Path{"a", "b", "d", "i"}, coverage(fileA, span0, span1)) 78 t.Log("Add 'e' with the coverage [0,1,2]") 79 tree.Add(cov.Path{"a", "b", "e"}, coverage(fileA, span0, span1, span2)) [all …]
|
| /third_party/skia/third_party/externals/swiftshader/tests/regres/deqp/ |
| D | deqp.go | 64 TempDir string // Directory for temporary log files, coverage output. 80 Coverage *cov.Tree member 90 Coverage *cov.Coverage member 231 out.Coverage = &cov.Tree{} 232 out.Coverage.Add(cov.Path{}, c.CoverageEnv.AllSourceFiles()) 250 if r.Coverage != nil { 252 out.Coverage.Add(cov.Path(path), r.Coverage) 253 r.Coverage = nil // Free memory 275 …// If you compile SwiftShader with gcc and the --coverage flag, the build will contain coverage in… 276 // We can use this to get the code coverage of SwiftShader from running dEQP. [all …]
|
| /third_party/node/deps/npm/node_modules/mute-stream/coverage/lcov-report/ |
| D | base.css | 69 table.coverage { 75 table.coverage td { 80 table.coverage td.line-count { 84 table.coverage td.line-coverage { 90 table.coverage td span.cline-any { 116 .coverage-summary { 120 .coverage-summary tr { border-bottom: 1px solid #bbb; } 122 .coverage-summary td, .coverage-summary th { padding: 10px; } 123 .coverage-summary tbody { border: 1px solid #bbb; } 124 .coverage-summary td { border-right: 1px solid #bbb; } [all …]
|
| /third_party/skia/third_party/externals/tint/docs/ |
| D | coverage-info.md | 1 # Generating and viewing Tint code-coverage 8 ## Building Tint with coverage generation enabled 12 ## Generate coverage information 14 …se the `<tint>/tools/tint-generate-coverage` script to run the tint executable or unit tests and g… 18 For example, to see the code coverage for all unit tests, run: 19 `<tint>/tools/tint-generate-coverage <build>/tint_unittests --gtest_brief` 23 * `coverage.summary` - A text file giving a coverage summary for all Tint source files. 24 …ry coverage file that can be consumed with the [VSCode Coverage Gutters](https://marketplace.visua…
|
| /third_party/pcre2/pcre2/ |
| D | Makefile.am | 765 # gcov/lcov code coverage reporting 767 # Coverage reporting targets: 769 # coverage: Create a coverage report from 'make check' 770 # coverage-baseline: Capture baseline coverage information 771 # coverage-reset: This zeros the coverage counters only 772 # coverage-report: This creates the coverage report only 773 # coverage-clean-report: This removes the generated coverage report 774 # without cleaning the coverage data itself 775 # coverage-clean-data: This removes the captured coverage data without 776 # removing the coverage files created at compile time (*.gcno) [all …]
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-ot-layout-gsub-table.hh | 47 { return (this+coverage).intersects (glyphs); } in intersects() 56 + hb_iter (this+coverage) in closure() 68 if (unlikely (!(this+coverage).collect_coverage (c->input))) return; in collect_glyphs() 70 + hb_iter (this+coverage) in collect_glyphs() 76 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() 79 { return c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED; } in would_apply() 85 unsigned int index = (this+coverage).get_coverage (glyph_id); in apply() 104 if (unlikely (!coverage.serialize_serialize (c, glyphs))) return_trace (false); in serialize() 118 + hb_iter (this+coverage) in subset() 136 return_trace (coverage.sanitize (c, this) && deltaGlyphID.sanitize (c)); in sanitize() [all …]
|
| /third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
| D | hb-ot-layout-gsub-table.hh | 47 { return (this+coverage).intersects (glyphs); } in intersects() 52 + hb_iter (this+coverage) in closure() 61 if (unlikely (!(this+coverage).add_coverage (c->input))) return; in collect_glyphs() 63 + hb_iter (this+coverage) in collect_glyphs() 69 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() 72 { return c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED; } in would_apply() 78 unsigned int index = (this+coverage).get_coverage (glyph_id); in apply() 97 if (unlikely (!coverage.serialize (c, this).serialize (c, glyphs))) return_trace (false); in serialize() 111 + hb_iter (this+coverage) in subset() 126 return_trace (coverage.sanitize (c, this) && deltaGlyphID.sanitize (c)); in sanitize() [all …]
|
| /third_party/flutter/engine/flutter/third_party/txt/tests/ |
| D | CmapCoverageTest.cpp | 216 SparseBitSet coverage = CmapCoverage::getCoverage( in TEST() local 218 EXPECT_EQ(0U, coverage.length()); in TEST() 229 SparseBitSet coverage = CmapCoverage::getCoverage( in TEST() local 231 EXPECT_EQ(0U, coverage.length()); in TEST() 242 SparseBitSet coverage = CmapCoverage::getCoverage( in TEST() local 244 EXPECT_EQ(0U, coverage.length()); in TEST() 266 SparseBitSet coverage = CmapCoverage::getCoverage( in TEST() local 268 EXPECT_TRUE(coverage.get('a')); in TEST() 269 EXPECT_FALSE(coverage.get('b')); in TEST() 292 SparseBitSet coverage = CmapCoverage::getCoverage( in TEST() local [all …]
|
| /third_party/skia/src/gpu/ops/ |
| D | QuadPerEdgeAA.cpp | 41 const float coverage[4], in write_quad_generic() 52 // perspective and coverage mode. in write_quad_generic() 56 << If(mode == CoverageMode::kWithPosition, coverage[i]); in write_quad_generic() 61 *vb << GrVertexColor(color * (mode == CoverageMode::kWithColor ? coverage[i] : 1.f), in write_quad_generic() 87 // 2D (XY), no explicit coverage, vertex color, no locals, no geometry subset, no texture subsetn 93 const float coverage[4], in write_2d_color() 111 // If this is not coverage-with-alpha, make sure coverage == 1 so it doesn't do anything in write_2d_color() 112 SkASSERT(spec.coverageMode() == CoverageMode::kWithColor || coverage[i] == 1.f); in write_2d_color() 115 << GrVertexColor(color * coverage[i], wide); in write_2d_color() 119 // 2D (XY), no explicit coverage, UV locals, no color, no geometry subset, no texture subset [all …]
|
| /third_party/flutter/skia/src/core/ |
| D | SkVMBlitter.cpp | 18 enum class Coverage { Full, UniformA8, MaskA8, MaskLCD16, Mask3D }; enum 24 Coverage coverage; member 29 Key withCoverage(Coverage c) const { in withCoverage() 31 k.coverage = c; in withCoverage() 40 && x.coverage == y.coverage in operator ==() 63 uint8_t coverage; // Used when Coverage::UniformA8. member 157 // When coverage is MaskA8 or MaskLCD16 there will be one more mask varying, in Builder() 158 // and when coverage is Mask3D there will be three more mask varyings. in Builder() 202 // Lerp with coverage if needed. in Builder() 205 switch (key.coverage) { in Builder() [all …]
|