Home
last modified time | relevance | path

Searched defs:Coverage (Results 1 – 25 of 1483) sorted by relevance

12345678910>>...60

/dports/audio/giada/giada-0.17.1/src/deps/json/test/thirdparty/Fuzzer/
H A DFuzzerInternal.h36 struct Coverage { struct
37 Coverage() { Reset(); } in Coverage() function
40 BlockCoverage = 0; in Reset() argument
47 size_t BlockCoverage; argument
48 size_t CallerCalleeCoverage; argument
50 size_t CounterBitmapBits;
51 std::vector<uint8_t> CounterBitmap;
52 ValueBitMap VPMap;
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/json/test/thirdparty/Fuzzer/
H A DFuzzerInternal.h36 struct Coverage { struct
37 Coverage() { Reset(); } in Coverage() function
40 BlockCoverage = 0; in Reset() argument
47 size_t BlockCoverage; argument
48 size_t CallerCalleeCoverage; argument
50 size_t CounterBitmapBits;
51 std::vector<uint8_t> CounterBitmap;
52 ValueBitMap VPMap;
/dports/devel/nlohmann-json/json-3.10.4/test/thirdparty/Fuzzer/
H A DFuzzerInternal.h36 struct Coverage { struct
37 Coverage() { Reset(); } in Coverage() argument
40 BlockCoverage = 0; in Reset() argument
47 size_t BlockCoverage; argument
48 size_t CallerCalleeCoverage; argument
50 size_t CounterBitmapBits;
51 std::vector<uint8_t> CounterBitmap;
52 ValueBitMap VPMap;
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/pango-0.14.3/src/
H A Dcoverage.rs32 impl Coverage { implementation
39 pub fn copy(&self) -> Option<Coverage> { in copy()
50 pub fn max(&self, other: &Coverage) { in max()
76 pub fn from_bytes(bytes: &[u8]) -> Option<Coverage> { in from_bytes()
87 impl Default for Coverage { implementation
93 impl fmt::Display for Coverage { implementation
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/pango/src/
H A Dcoverage.rs32 impl Coverage { impl
39 pub fn copy(&self) -> Option<Coverage> { in copy()
50 pub fn max(&self, other: &Coverage) { in max()
76 pub fn from_bytes(bytes: &[u8]) -> Option<Coverage> { in from_bytes()
87 impl Default for Coverage { implementation
93 impl fmt::Display for Coverage { implementation
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/pango-0.14.8/src/
H A Dcoverage.rs32 impl Coverage { impl
39 pub fn copy(&self) -> Option<Coverage> { in copy()
50 pub fn max(&self, other: &Coverage) { in max()
76 pub fn from_bytes(bytes: &[u8]) -> Option<Coverage> { in from_bytes()
87 impl Default for Coverage { implementation
93 impl fmt::Display for Coverage { implementation
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/pango-0.14.8/src/
H A Dcoverage.rs32 impl Coverage { implementation
39 pub fn copy(&self) -> Option<Coverage> { in copy()
50 pub fn max(&self, other: &Coverage) { in max()
76 pub fn from_bytes(bytes: &[u8]) -> Option<Coverage> { in from_bytes()
87 impl Default for Coverage { implementation
93 impl fmt::Display for Coverage { implementation
/dports/x11/sirula/sirula-1.0.0/cargo-crates/pango-0.14.8/src/
H A Dcoverage.rs32 impl Coverage { impl
39 pub fn copy(&self) -> Option<Coverage> { in copy()
50 pub fn max(&self, other: &Coverage) { in max()
76 pub fn from_bytes(bytes: &[u8]) -> Option<Coverage> { in from_bytes()
87 impl Default for Coverage { implementation
93 impl fmt::Display for Coverage { implementation
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/boumenot/gocover-cobertura/gocover-cobertura-1.1.0/
H A Dcobertura.go7 type Coverage struct { struct
8 XMLName xml.Name `xml:"coverage"`
9 LineRate float32 `xml:"line-rate,attr"`
10 BranchRate float32 `xml:"branch-rate,attr"`
11 Version string `xml:"version,attr"`
12 Timestamp int64 `xml:"timestamp,attr"`
13 LinesCovered int64 `xml:"lines-covered,attr"`
14 LinesValid int64 `xml:"lines-valid,attr"`
17 Complexity float32 `xml:"complexity,attr"`
18 Sources []*Source `xml:"sources>source"`
[all …]
/dports/www/castor/castor-0.8.16/cargo-crates/pango-0.8.0/src/auto/
H A Dcoverage.rs21 impl Coverage { implementation
22 pub fn copy(&self) -> Option<Coverage> { in copy()
30 pub fn max(&self, other: &Coverage) { in max()
55 pub fn from_bytes(bytes: &[u8]) -> Option<Coverage> { in from_bytes()
70 impl Default for Coverage { implementation
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/pango-0.7.0/src/auto/
H A Dcoverage.rs21 impl Coverage { implementation
22 pub fn copy(&self) -> Option<Coverage> { in copy()
30 pub fn max(&self, other: &Coverage) { in max()
51 pub fn from_bytes(bytes: &[u8]) -> Option<Coverage> { in from_bytes()
66 impl Default for Coverage { implementation
/dports/net-im/fractal/fractal-4.4.0/vendor/pango/src/auto/
H A Dcoverage.rs21 impl Coverage { impl
22 pub fn copy(&self) -> Option<Coverage> { in copy()
30 pub fn max(&self, other: &Coverage) { in max()
55 pub fn from_bytes(bytes: &[u8]) -> Option<Coverage> { in from_bytes()
70 impl Default for Coverage { implementation
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/pkg/cover/
H A Dcoverage.go24 type Coverage struct { struct
25 Blocks []*Block `json:"blocks"`
29 func (c *Coverage) WriteProfile(w io.Writer) error {
54 func (c *Coverage) ProfileText() string {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrDefaultGeoProcFactory.h37 struct Coverage { struct
44 explicit Coverage(uint8_t coverage) : fType(kUniform_Type), fCoverage(coverage) {} in Coverage() argument
45 Coverage(Type type) : fType(type), fCoverage(0xff) { in Coverage() argument
50 uint8_t fCoverage; argument
71 const Coverage&, argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrDefaultGeoProcFactory.h37 struct Coverage { struct
44 explicit Coverage(uint8_t coverage) : fType(kUniform_Type), fCoverage(coverage) {} in Coverage() function
45 Coverage(Type type) : fType(type), fCoverage(0xff) { in Coverage() argument
50 uint8_t fCoverage; argument
71 const Coverage&, argument
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrDefaultGeoProcFactory.h46 struct Coverage { struct
53 explicit Coverage(uint8_t coverage) : fType(kUniform_Type), fCoverage(coverage) {} in Coverage() argument
54 Coverage(Type type) : fType(type), fCoverage(0xff) { in Coverage() argument
59 uint8_t fCoverage; argument
81 const Coverage&, argument
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrDefaultGeoProcFactory.h46 struct Coverage { struct
53 explicit Coverage(uint8_t coverage) : fType(kUniform_Type), fCoverage(coverage) {} in Coverage() argument
54 Coverage(Type type) : fType(type), fCoverage(0xff) { in Coverage() argument
59 uint8_t fCoverage; argument
81 const Coverage&, argument
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrDefaultGeoProcFactory.h46 struct Coverage { struct
53 explicit Coverage(uint8_t coverage) : fType(kUniform_Type), fCoverage(coverage) {} in Coverage() argument
54 Coverage(Type type) : fType(type), fCoverage(0xff) { in Coverage() argument
59 uint8_t fCoverage; argument
81 const Coverage&, argument
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrDefaultGeoProcFactory.h46 struct Coverage { struct
53 explicit Coverage(uint8_t coverage) : fType(kUniform_Type), fCoverage(coverage) {} in Coverage() function
54 Coverage(Type type) : fType(type), fCoverage(0xff) { in Coverage() argument
59 uint8_t fCoverage; argument
81 const Coverage&, argument
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/ttf-parser-0.3.0/src/
H A Dkern.rs79 struct Coverage { struct
84 impl Coverage { argument
93 impl FromData for Coverage { implementation
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/docs/
H A Dcode-coverage.md24 ### Setup
52 ### Usage
105 ### Viewing
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/docs/
H A Dcode-coverage.md24 ### Setup
52 ### Usage
105 ### Viewing
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/cysignals/
H A Dmemory.pxi7 check_malloc, check_realloc, check_calloc)
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/
H A DGrDefaultGeoProcFactory.h85 struct Coverage { struct
92 Coverage(uint8_t coverage) : fType(kUniform_Type), fCoverage(coverage) {} in Coverage() argument
93 Coverage(Type type) : fType(type), fCoverage(0xff) { in Coverage() argument
98 uint8_t fCoverage; argument
119 const Coverage&, argument
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrDefaultGeoProcFactory.h92 struct Coverage { struct
98 explicit Coverage(uint8_t coverage) : fType(kUniform_Type), fCoverage(coverage) {} in Coverage() argument
99 Coverage(Type type) : fType(type), fCoverage(0xff) { in Coverage() argument
104 uint8_t fCoverage; argument
125 const Coverage&, argument

12345678910>>...60