| /third_party/json/test/thirdparty/Fuzzer/ |
| D | FuzzerInternal.h | 36 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;
|
| /third_party/skia/src/gpu/ |
| D | GrDefaultGeoProcFactory.h | 37 struct Coverage { struct 46 explicit Coverage(uint8_t coverage) : fType(kUniform_Type), fCoverage(coverage) {} in Coverage() function 47 Coverage(Type type) : fType(type), fCoverage(0xff) { in Coverage() function 52 uint8_t fCoverage; argument 73 const Coverage&, argument
|
| /third_party/flutter/skia/src/gpu/ |
| D | GrDefaultGeoProcFactory.h | 46 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
|
| /third_party/skia/third_party/externals/swiftshader/tests/regres/cov/ |
| D | import.go | 39 type Coverage struct { struct 40 Files []File
|
| /third_party/freetype/src/otvalid/ |
| D | otvgpos.c | 368 FT_UInt Coverage, ValueFormat; in otv_SinglePos_validate() local 382 FT_UInt Coverage, ValueFormat, ValueCount, len_value; in otv_SinglePos_validate() local 490 FT_UInt Coverage, ValueFormat1, ValueFormat2, PairSetCount; in otv_PairPos_validate() local 514 FT_UInt Coverage, ValueFormat1, ValueFormat2, ClassDef1, ClassDef2; in otv_PairPos_validate() local 598 FT_UInt Coverage, EntryExitCount; in otv_CursivePos_validate() local
|
| D | otvgsub.c | 62 FT_Bytes Coverage; in otv_SingleSubst_validate() local 85 FT_UInt Coverage, GlyphCount; in otv_SingleSubst_validate() local 461 FT_Bytes p = table, Coverage; in otv_ReverseChainSingleSubst_validate() local
|
| D | otvgdef.c | 51 FT_Bytes Coverage; in otv_O_x_Ox() local
|
| D | otvcommn.c | 689 FT_UInt Count, Coverage; in otv_u_C_x_Ox() local 856 FT_UInt Coverage, ClassDef, ClassSetCount; in otv_u_O_O_x_Onx() local 941 FT_UInt Coverage; in otv_u_O_O_O_O_x_Onx() local
|
| /third_party/skia/third_party/externals/freetype/src/otvalid/ |
| D | otvgpos.c | 368 FT_UInt Coverage, ValueFormat; in otv_SinglePos_validate() local 382 FT_UInt Coverage, ValueFormat, ValueCount, len_value; in otv_SinglePos_validate() local 490 FT_UInt Coverage, ValueFormat1, ValueFormat2, PairSetCount; in otv_PairPos_validate() local 514 FT_UInt Coverage, ValueFormat1, ValueFormat2, ClassDef1, ClassDef2; in otv_PairPos_validate() local 598 FT_UInt Coverage, EntryExitCount; in otv_CursivePos_validate() local
|
| D | otvgsub.c | 62 FT_Bytes Coverage; in otv_SingleSubst_validate() local 85 FT_UInt Coverage, GlyphCount; in otv_SingleSubst_validate() local 461 FT_Bytes p = table, Coverage; in otv_ReverseChainSingleSubst_validate() local
|
| D | otvgdef.c | 51 FT_Bytes Coverage; in otv_O_x_Ox() local
|
| D | otvcommn.c | 689 FT_UInt Count, Coverage; in otv_u_C_x_Ox() local 856 FT_UInt Coverage, ClassDef, ClassSetCount; in otv_u_O_O_x_Onx() local 941 FT_UInt Coverage; in otv_u_O_O_O_O_x_Onx() local
|
| /third_party/flutter/skia/third_party/externals/freetype/src/otvalid/ |
| D | otvgpos.c | 368 FT_UInt Coverage, ValueFormat; in otv_SinglePos_validate() local 382 FT_UInt Coverage, ValueFormat, ValueCount, len_value; in otv_SinglePos_validate() local 490 FT_UInt Coverage, ValueFormat1, ValueFormat2, PairSetCount; in otv_PairPos_validate() local 514 FT_UInt Coverage, ValueFormat1, ValueFormat2, ClassDef1, ClassDef2; in otv_PairPos_validate() local 598 FT_UInt Coverage, EntryExitCount; in otv_CursivePos_validate() local
|
| D | otvgsub.c | 62 FT_Bytes Coverage; in otv_SingleSubst_validate() local 85 FT_UInt Coverage, GlyphCount; in otv_SingleSubst_validate() local 461 FT_Bytes p = table, Coverage; in otv_ReverseChainSingleSubst_validate() local
|
| D | otvgdef.c | 51 FT_Bytes Coverage; in otv_O_x_Ox() local
|
| D | otvcommn.c | 686 FT_UInt Count, Coverage; in otv_u_C_x_Ox() local 853 FT_UInt Coverage, ClassDef, ClassSetCount; in otv_u_O_O_x_Onx() local 938 FT_UInt Coverage; in otv_u_O_O_O_O_x_Onx() local
|
| /third_party/skia/modules/canvaskit/ |
| D | README.md | 74 ## Coverage section in Unit tests, performance tests, and coverage.
|
| /third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
| D | hb-ot-layout-common.hh | 1025 struct Coverage struct 1028 static constexpr unsigned SENTINEL = NOT_COVERED; 1029 typedef unsigned int value_t; 1030 value_t operator [] (hb_codepoint_t k) const { return get (k); } in operator []() 1031 bool has (hb_codepoint_t k) const { return (*this)[k] != SENTINEL; } in has() 1033 bool operator () (hb_codepoint_t k) const { return has (k); } in operator ()() 1035 unsigned int get (hb_codepoint_t k) const { return get_coverage (k); } in get() 1036 unsigned int get_coverage (hb_codepoint_t glyph_id) const in get_coverage() 1047 bool serialize (hb_serialize_context_t *c, Iterator glyphs) in serialize() 1072 bool sanitize (hb_sanitize_context_t *c) const in sanitize() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/tests/regres/deqp/ |
| D | deqp.go | 80 Coverage *cov.Tree member 90 Coverage *cov.Coverage member
|
| /third_party/node/deps/npm/ |
| D | CONTRIBUTING.md | 110 ## Coverage section in npm CLI Contributor Roles and Responsibilities
|
| /third_party/harfbuzz/src/ |
| D | hb-ot-layout-common.hh | 1987 struct Coverage struct 1990 static constexpr unsigned SENTINEL = NOT_COVERED; 1991 typedef unsigned int value_t; 1992 value_t operator [] (hb_codepoint_t k) const { return get (k); } in operator []() 1993 bool has (hb_codepoint_t k) const { return (*this)[k] != SENTINEL; } in has() 1995 bool operator () (hb_codepoint_t k) const { return has (k); } in operator ()() 1997 unsigned int get (hb_codepoint_t k) const { return get_coverage (k); } in get() 1998 unsigned int get_coverage (hb_codepoint_t glyph_id) const in get_coverage() 2009 bool serialize (hb_serialize_context_t *c, Iterator glyphs) in serialize() 2034 bool subset (hb_subset_context_t *c) const in subset() [all …]
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-ot-layout-common.hh | 1672 struct Coverage struct 1675 static constexpr unsigned SENTINEL = NOT_COVERED; 1676 typedef unsigned int value_t; 1677 value_t operator [] (hb_codepoint_t k) const { return get (k); } in operator []() 1678 bool has (hb_codepoint_t k) const { return (*this)[k] != SENTINEL; } in has() 1680 bool operator () (hb_codepoint_t k) const { return has (k); } in operator ()() 1682 unsigned int get (hb_codepoint_t k) const { return get_coverage (k); } in get() 1683 unsigned int get_coverage (hb_codepoint_t glyph_id) const in get_coverage() 1694 bool serialize (hb_serialize_context_t *c, Iterator glyphs) in serialize() 1719 bool subset (hb_subset_context_t *c) const in subset() [all …]
|
| /third_party/skia/src/core/ |
| D | SkVMBlitter.h | 42 enum class Coverage { Full, UniformF, MaskA8, MaskLCD16, Mask3D }; enum
|
| /third_party/node/test/fixtures/wpt/resources/webidl2/ |
| D | README.md | 602 ### Coverage subsection
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
| D | GCOV.cpp | 862 GCOVCoverage &Coverage, uint32_t &EdgeNo) { in printBranchInfo() 922 const GCOVCoverage &Coverage = FC.second; in printFuncCoverage() local 933 const GCOVCoverage &Coverage = FC.second; in printFileCoverage() local
|