Home
last modified time | relevance | path

Searched full:coverage (Results 1 – 25 of 2447) sorted by relevance

12345678910>>...98

/third_party/node/deps/cares/
Daminclude_static.am6 # 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/node/deps/cares/m4/
Dax_code_coverage.m415 # 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/EGL/extensions/NV/
DEGL_NV_coverage_sample.txt50 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/
DEGL_NV_coverage_sample.txt50 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/openGLES/extensions/NV/
DEGL_NV_coverage_sample.txt50 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 …]
DNV_fragment_coverage_to_color.txt53 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/skia/third_party/externals/opengl-registry/extensions/NV/
DEGL_NV_coverage_sample.txt50 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 …]
DNV_fragment_coverage_to_color.txt53 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/flutter/flutter/packages/flutter_tools/lib/src/test/
Dcoverage_collector.dart7 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/gstreamer/gstplugins_good/common/coverage/
Dcoverage-report.pl22 my %coverage = ( functions => {}, files => {} );
35 $coverage{$type}->{$name} = {};
40 $coverage{$type}->{$name} = {};
43 $coverage{"function"}->{$func}->{file} = $name;
47 $coverage{$type}->{$name}->{lines} = $2;
48 $coverage{$type}->{$name}->{linesCoverage} = $1;
50 $coverage{$type}->{$name}->{branches} = $2;
51 $coverage{$type}->{$name}->{branchesCoverage} = $1;
53 $coverage{$type}->{$name}->{conds} = $2;
54 $coverage{$type}->{$name}->{condsCoverage} = $1;
[all …]
/third_party/gstreamer/gstreamer/common/coverage/
Dcoverage-report.pl22 my %coverage = ( functions => {}, files => {} );
35 $coverage{$type}->{$name} = {};
40 $coverage{$type}->{$name} = {};
43 $coverage{"function"}->{$func}->{file} = $name;
47 $coverage{$type}->{$name}->{lines} = $2;
48 $coverage{$type}->{$name}->{linesCoverage} = $1;
50 $coverage{$type}->{$name}->{branches} = $2;
51 $coverage{$type}->{$name}->{branchesCoverage} = $1;
53 $coverage{$type}->{$name}->{conds} = $2;
54 $coverage{$type}->{$name}->{condsCoverage} = $1;
[all …]
/third_party/gstreamer/gstplugins_base/common/coverage/
Dcoverage-report.pl22 my %coverage = ( functions => {}, files => {} );
35 $coverage{$type}->{$name} = {};
40 $coverage{$type}->{$name} = {};
43 $coverage{"function"}->{$func}->{file} = $name;
47 $coverage{$type}->{$name}->{lines} = $2;
48 $coverage{$type}->{$name}->{linesCoverage} = $1;
50 $coverage{$type}->{$name}->{branches} = $2;
51 $coverage{$type}->{$name}->{branchesCoverage} = $1;
53 $coverage{$type}->{$name}->{conds} = $2;
54 $coverage{$type}->{$name}->{condsCoverage} = $1;
[all …]
/third_party/gstreamer/gstplugins_bad/common/coverage/
Dcoverage-report.pl22 my %coverage = ( functions => {}, files => {} );
35 $coverage{$type}->{$name} = {};
40 $coverage{$type}->{$name} = {};
43 $coverage{"function"}->{$func}->{file} = $name;
47 $coverage{$type}->{$name}->{lines} = $2;
48 $coverage{$type}->{$name}->{linesCoverage} = $1;
50 $coverage{$type}->{$name}->{branches} = $2;
51 $coverage{$type}->{$name}->{branchesCoverage} = $1;
53 $coverage{$type}->{$name}->{conds} = $2;
54 $coverage{$type}->{$name}->{condsCoverage} = $1;
[all …]
/third_party/gstreamer/gst_libav/common/coverage/
Dcoverage-report.pl22 my %coverage = ( functions => {}, files => {} );
35 $coverage{$type}->{$name} = {};
40 $coverage{$type}->{$name} = {};
43 $coverage{"function"}->{$func}->{file} = $name;
47 $coverage{$type}->{$name}->{lines} = $2;
48 $coverage{$type}->{$name}->{linesCoverage} = $1;
50 $coverage{$type}->{$name}->{branches} = $2;
51 $coverage{$type}->{$name}->{branchesCoverage} = $1;
53 $coverage{$type}->{$name}->{conds} = $2;
54 $coverage{$type}->{$name}->{condsCoverage} = $1;
[all …]
/third_party/boost/libs/multiprecision/test/coverage/
DMakefile32 coverage : run target
45 …g++ -std=gnu++0x -DTEST_CPP_INT_1 --coverage -g -I../../../.. -I../../../../../../trunk -o test_ar…
48 g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_1 test_arithmetic_cpp_int_1.o
51 …g++ -std=gnu++0x -DTEST_CPP_INT_2 --coverage -g -I../../../.. -I../../../../../../trunk -o test_ar…
54 g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_2 test_arithmetic_cpp_int_2.o
57 …g++ -std=gnu++0x -DTEST_CPP_INT_3 --coverage -g -I../../../.. -I../../../../../../trunk -o test_ar…
60 g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_3 test_arithmetic_cpp_int_3.o
63 …g++ -std=gnu++0x -DTEST_CPP_INT_3 --coverage -g -I../../../.. -I../../../../../../trunk -o test_ar…
66 g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_4 test_arithmetic_cpp_int_4.o
69 …g++ -std=gnu++0x -DTEST_CPP_INT_3 --coverage -g -I../../../.. -I../../../../../../trunk -o test_ar…
[all …]
/third_party/skia/third_party/externals/harfbuzz/m4/
Dax_code_coverage.m415 # 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/
Dax_code_coverage.m415 # 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/
Dbase.css51 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/freetype/src/autofit/
Dafcover.h20 /* 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/flutter/skia/third_party/externals/freetype/src/autofit/
Dafcover.h20 /* 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/
Dafcover.h20 /* 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/libpsl/
DMakefile.am35 check-coverage: clean
37 …CFLAGS=$$CFLAGS" --coverage -O0" LDFLAGS=$$LDFLAGS" --coverage" ./configure --disable-runtime --di…
39 …CFLAGS=$$CFLAGS" --coverage -O0" LDFLAGS=$$LDFLAGS" --coverage" ./configure --enable-runtime=$(XLI…
47 @echo "You can now view the coverage report with 'xdg-open lcov/index.html'"
49 check-coverage-libidn:
50 XLIB=libidn $(MAKE) check-coverage
52 check-coverage-libidn2:
53 XLIB=libidn2 $(MAKE) check-coverage
55 check-coverage-libicu:
56 XLIB=libicu $(MAKE) check-coverage
[all …]
/third_party/skia/third_party/externals/swiftshader/tests/regres/deqp/
Ddeqp.go64 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/skia/third_party/externals/swiftshader/tests/regres/cov/
Dcoverage_test.go26 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/tint/docs/
Dcoverage-info.md1 # 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…

12345678910>>...98