Home
last modified time | relevance | path

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

12345678910>>...73

/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/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_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/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/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/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/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/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/markupsafe/
Dtox.ini6 coverage-report
11 COVERAGE_FILE = .coverage.{envname}
25 [testenv:coverage-report]
27 COVERAGE_FILE = .coverage
28 deps = coverage
31 coverage combine
32 coverage html
33 coverage report
38 COVERAGE_FILE = .coverage
42 coverage combine
[all …]
/third_party/boost/libs/histogram/test/
Dindexed_test.cpp29 template <class Tag, class Coverage>
30 void run_1d_tests(mp_list<Tag, Coverage>) { in run_1d_tests() argument
38 auto ind = indexed(h, Coverage()); in run_1d_tests()
41 BOOST_TEST_EQ(it->indices()[0], Coverage() == coverage::all ? -1 : 0); in run_1d_tests()
43 if (Coverage() == coverage::all) { in run_1d_tests()
62 if (Coverage() == coverage::all) { in run_1d_tests()
70 for (auto&& x : indexed(h, Coverage())) *x = 0; in run_1d_tests()
72 for (auto&& x : indexed(static_cast<const decltype(h)&>(h), Coverage())) in run_1d_tests()
76 template <class Tag, class Coverage>
77 void run_3d_tests(mp_list<Tag, Coverage>) { in run_3d_tests() argument
[all …]
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/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/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/flutter/skia/src/core/
DSkVMBlitter.cpp18 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 …]
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/harfbuzz/src/
Dhb-ot-layout-gsub-table.hh47 { 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 (c, this).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/node/test/parallel/
Dtest-v8-coverage.js19 // Outputs coverage when event loop is drained, with no async logic.
23 require.resolve('../fixtures/v8-coverage/basic')
38 // Outputs coverage when error is thrown in first tick.
42 require.resolve('../fixtures/v8-coverage/throw')
49 assert.ok(fixtureCoverage, 'coverage not found for file');
56 // Outputs coverage when process.exit(1) exits process.
60 require.resolve('../fixtures/v8-coverage/exit-1')
68 assert.ok(fixtureCoverage, 'coverage not found for file');
75 // Outputs coverage when process.kill(process.pid, "SIGINT"); exits process.
79 require.resolve('../fixtures/v8-coverage/sigint')
[all …]
/third_party/gstreamer/gstreamer/tests/check/
DMakefile.am276 .PHONY: coverage
280 coverage: target
286 make coverage-report
288 coverage: target
289 echo "You need to configure with --enable-gcov to get coverage data"
293 coverage-report:
294 rm -r coverage
296 mkdir -p coverage/$$dir; \
302 perl $(top_srcdir)/common/coverage/coverage-report.pl \
304 coverage/$$dir/index.xml; \
[all …]
/third_party/python/.github/workflows/
Dcoverage.yml1 name: Coverage
23 name: 'Ubuntu (Coverage)'
46 - name: 'Coverage Preparation'
50 python -m pip install -U coverage
52 - name: 'Tests with coverage'
55 xvfb-run python -m coverage
65 - name: 'Publish code coverage results'
73 name: 'Ubuntu (C Coverage)'
81 - name: 'Build CPython and measure coverage'
82 run: xvfb-run make -j4 coverage-report
[all …]
/third_party/node/deps/npm/node_modules/is-callable/
Dpackage.json26 "coverage": "npm run --silent istanbul", string
30 "istanbul:clean": "rimraf coverage coverage-std coverage-harmony",
31 …nbul:merge": "istanbul-merge --out coverage/coverage.raw.json coverage-harmony/coverage.raw.json c…
32 …harmony": "node --harmony ./node_modules/istanbul/lib/cli.js cover test.js --dir coverage-harmony",
33 "istanbul:std": "istanbul cover test.js --report html --dir coverage-std",
/third_party/flutter/skia/src/gpu/
DGrDefaultGeoProcFactory.cpp22 * matrix. It also leaves coverage untouched. Behind the scenes, we may add per vertex color or
44 uint8_t coverage) { in Make() argument
47 coverage, localCoordsWillBeRead)); in Make()
57 uint8_t coverage() const { return fCoverage; } in coverage() function in DefaultGeoProc
86 // or with uniform color (in the case of folding coverage into a uniform color): in onEmitCode()
114 // Optionally fold coverage into alpha (color). in onEmitCode()
151 // Setup coverage as pass through in onEmitCode()
156 } else if (gp.coverage() == 0xff) { in onEmitCode()
162 "Coverage", in onEmitCode()
173 key |= (def.coverage() == 0xff) ? 0x80 : 0; in GenKey()
[all …]

12345678910>>...73