Home
last modified time | relevance | path

Searched refs:coverage (Results 1 – 25 of 1350) sorted by relevance

12345678910>>...54

/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/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/flutter/engine/flutter/third_party/txt/tests/
DCmapCoverageTest.cpp216 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/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/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/boost/libs/histogram/test/
Dalgorithm_empty_test.cpp26 BOOST_TEST(empty(h, coverage::all)); in run_tests()
27 BOOST_TEST(empty(h, coverage::inner)); in run_tests()
31 BOOST_TEST(!empty(h, coverage::all)); in run_tests()
33 BOOST_TEST(empty(h, coverage::inner)); in run_tests()
35 BOOST_TEST(!empty(h, coverage::inner)); in run_tests()
43 BOOST_TEST(empty(h, coverage::all)); in run_tests()
44 BOOST_TEST(empty(h, coverage::inner)); in run_tests()
47 BOOST_TEST(!empty(h, coverage::all)); in run_tests()
48 BOOST_TEST(empty(h, coverage::inner)); in run_tests()
51 BOOST_TEST(!empty(h, coverage::all)); in run_tests()
[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/mute-stream/coverage/lcov-report/
Dbase.css69 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/swiftshader/tests/regres/cov/
Dcoverage_test.go52 tree.Add(cov.Path{"a", "b"}, coverage(fileA, span0, span1))
64 tree.Add(cov.Path{"a", "b", "d", "i"}, coverage(fileA, span0, span1))
79 tree.Add(cov.Path{"a", "b", "e"}, coverage(fileA, span0, span1, span2))
94 tree.Add(cov.Path{"a", "c", "g", "n"}, coverage(fileA, span0, span3))
109 tree.Add(cov.Path{"a", "c", "g", "o"}, coverage(fileA, span0, span3))
124 tree.Add(cov.Path{"a", "c", "f"}, coverage(fileA, span1))
138 tree.Add(cov.Path{"a", "b", "e", "j"}, coverage(fileA, span3))
152 tree.Add(cov.Path{"a", "b", "e", "k"}, coverage(fileA, span3))
166 tree.Add(cov.Path{"a", "c", "f", "l", "v"}, coverage(fileA, span1, span2))
182 tree.Add(cov.Path{"a", "c", "f", "l", "x"}, coverage(fileA, span1, span2))
[all …]
/third_party/skia/src/core/
DSkBlitter_RGB565.cpp16 static void D16_S32X_src(uint16_t dst[], const SkPMColor src[], int count, uint8_t coverage) { in D16_S32X_src() argument
17 SkASSERT(coverage == 0xFF); in D16_S32X_src()
24 uint8_t coverage) { in D16_S32X_src_coverage() argument
25 switch (coverage) { in D16_S32X_src_coverage()
33 unsigned scale = coverage + (coverage >> 7); in D16_S32X_src_coverage()
41 static void D16_S32A_srcover(uint16_t dst[], const SkPMColor src[], int count, uint8_t coverage) { in D16_S32A_srcover() argument
42 SkASSERT(coverage == 0xFF); in D16_S32A_srcover()
49 uint8_t coverage) { in D16_S32A_srcover_coverage() argument
50 switch (coverage) { in D16_S32A_srcover_coverage()
58 unsigned scale = coverage + (coverage >> 7); in D16_S32A_srcover_coverage()
[all …]
/third_party/flutter/skia/src/core/
DSkBlitter_RGB565.cpp17 static void D16_S32X_src(uint16_t dst[], const SkPMColor src[], int count, uint8_t coverage) { in D16_S32X_src() argument
18 SkASSERT(coverage == 0xFF); in D16_S32X_src()
25 uint8_t coverage) { in D16_S32X_src_coverage() argument
26 switch (coverage) { in D16_S32X_src_coverage()
34 unsigned scale = coverage + (coverage >> 7); in D16_S32X_src_coverage()
42 static void D16_S32A_srcover(uint16_t dst[], const SkPMColor src[], int count, uint8_t coverage) { in D16_S32A_srcover() argument
43 SkASSERT(coverage == 0xFF); in D16_S32A_srcover()
50 uint8_t coverage) { in D16_S32A_srcover_coverage() argument
51 switch (coverage) { in D16_S32A_srcover_coverage()
59 unsigned scale = coverage + (coverage >> 7); in D16_S32A_srcover_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.
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
145 in the framebuffer's color buffers. As with multisampling, coverage
146 sampling resolves color sample and coverage values to a single, displayable
151 An additional buffer, called the coverage buffer, is added to
152 the framebuffer. This buffer stores additional coverage information
[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.
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
145 in the framebuffer's color buffers. As with multisampling, coverage
146 sampling resolves color sample and coverage values to a single, displayable
151 An additional buffer, called the coverage buffer, is added to
152 the framebuffer. This buffer stores additional coverage information
[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.
90 supported, the "Coverage Reduction" stage is after the "Fragment coverage
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
121 If the color buffer has fewer bits than the sample coverage, the low bits
122 of the sample coverage will be taken without any clamping. If the buffer
[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.
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
145 in the framebuffer's color buffers. As with multisampling, coverage
146 sampling resolves color sample and coverage values to a single, displayable
151 An additional buffer, called the coverage buffer, is added to
152 the framebuffer. This buffer stores additional coverage information
[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.
90 supported, the "Coverage Reduction" stage is after the "Fragment coverage
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
121 If the color buffer has fewer bits than the sample coverage, the low bits
122 of the sample coverage will be taken without any clamping. If the buffer
[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.
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
145 in the framebuffer's color buffers. As with multisampling, coverage
146 sampling resolves color sample and coverage values to a single, displayable
151 An additional buffer, called the coverage buffer, is added to
152 the framebuffer. This buffer stores additional coverage information
[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…
/third_party/boost/libs/beast/tools/
Dcoverage.sh3 lcov --directory bin.v2 --capture --no-external --directory $(pwd) --output-file coverage.info > /d…
4 lcov --extract coverage.info $(pwd)'/boost/beast/*' --output-file coverage.info > /dev/null
5 lcov --remove coverage.info $(pwd)'/boost/beast/_experimental/*' --output-file coverage.info > /dev…
6 lcov --list coverage.info
9 curl -s https://codecov.io/bash -o codecov && bash ./codecov -X gcov -f ../../coverage.info -t $COD…
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gsub-table.hh47 { 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/boost/libs/histogram/tools/
Dcov.sh34 --capture --output-file coverage.info
37 $LCOV --extract coverage.info "*/boost/histogram/*" --output-file coverage.info
43 cpp-coveralls -l coverage.info -r ../.. -n -t $1
45 cpp-coveralls -l coverage.info -r ../.. -n
49 $LCOV_DIR/bin/genhtml coverage.info --demangle-cpp -o coverage-report
/third_party/skia/third_party/externals/freetype/src/gxvalid/
Dgxvkern.c559 gxv_kern_coverage_new_apple_validate( FT_UShort coverage, in gxv_kern_coverage_new_apple_validate() argument
574 if ( coverage & 0x1FFC ) in gxv_kern_coverage_new_apple_validate()
578 kernVertical = FT_BOOL( ( coverage >> 15 ) & 1 ); in gxv_kern_coverage_new_apple_validate()
579 kernCrossStream = FT_BOOL( ( coverage >> 14 ) & 1 ); in gxv_kern_coverage_new_apple_validate()
580 kernVariation = FT_BOOL( ( coverage >> 13 ) & 1 ); in gxv_kern_coverage_new_apple_validate()
583 *format = (FT_UShort)( coverage & 0x0003 ); in gxv_kern_coverage_new_apple_validate()
596 gxv_kern_coverage_classic_apple_validate( FT_UShort coverage, in gxv_kern_coverage_classic_apple_validate() argument
608 if ( !( coverage & 0xFD00 ) && KERN_ALLOWS_MS( gxvalid ) ) in gxv_kern_coverage_classic_apple_validate()
612 if ( coverage & 0x02FC ) in gxv_kern_coverage_classic_apple_validate()
616 horizontal = FT_BOOL( ( coverage >> 15 ) & 1 ); in gxv_kern_coverage_classic_apple_validate()
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/gxvalid/
Dgxvkern.c559 gxv_kern_coverage_new_apple_validate( FT_UShort coverage, in gxv_kern_coverage_new_apple_validate() argument
574 if ( coverage & 0x1FFC ) in gxv_kern_coverage_new_apple_validate()
578 kernVertical = FT_BOOL( ( coverage >> 15 ) & 1 ); in gxv_kern_coverage_new_apple_validate()
579 kernCrossStream = FT_BOOL( ( coverage >> 14 ) & 1 ); in gxv_kern_coverage_new_apple_validate()
580 kernVariation = FT_BOOL( ( coverage >> 13 ) & 1 ); in gxv_kern_coverage_new_apple_validate()
583 *format = (FT_UShort)( coverage & 0x0003 ); in gxv_kern_coverage_new_apple_validate()
596 gxv_kern_coverage_classic_apple_validate( FT_UShort coverage, in gxv_kern_coverage_classic_apple_validate() argument
608 if ( !( coverage & 0xFD00 ) && KERN_ALLOWS_MS( gxvalid ) ) in gxv_kern_coverage_classic_apple_validate()
612 if ( coverage & 0x02FC ) in gxv_kern_coverage_classic_apple_validate()
616 horizontal = FT_BOOL( ( coverage >> 15 ) & 1 ); in gxv_kern_coverage_classic_apple_validate()
[all …]

12345678910>>...54