Home
last modified time | relevance | path

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

123

/external/harfbuzz_ng/src/OT/Layout/Common/
DCoverage.hh44 struct Coverage struct
48 union {
56 } u;
63 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
81 unsigned operator [] (hb_codepoint_t k) const { return get (k); } in operator []()
82 bool has (hb_codepoint_t k) const { return (*this)[k] != NOT_COVERED; } in has()
84 bool operator () (hb_codepoint_t k) const { return has (k); } in operator ()()
86 unsigned int get (hb_codepoint_t k) const { return get_coverage (k); } in get()
87 unsigned int get_coverage (hb_codepoint_t glyph_id) const in get_coverage()
100 unsigned get_population () const in get_population()
[all …]
/external/skia/src/gpu/ganesh/
DGrDefaultGeoProcFactory.h44 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() function
59 uint8_t fCoverage; argument
80 const Coverage&, argument
/external/AFLplusplus/instrumentation/
DREADME.llvm.md176 ### What is this?
194 ### Usage
202 ### Caller Branch Coverage
216 ### Source
232 ### Usage
/external/harfbuzz_ng/src/graph/
Dcoverage-graph.hh59 struct Coverage : public OT::Layout::Common::Coverage struct
61 static Coverage* clone_coverage (gsubgpos_graph_context_t& c, in clone_coverage()
86 static Coverage* add_coverage (gsubgpos_graph_context_t& c, in add_coverage()
107 static bool make_coverage (gsubgpos_graph_context_t& c, in make_coverage()
139 bool sanitize (graph_t::vertex_t& vertex) const in sanitize()
/external/pdfium/docs/
Dcode-coverage.md24 ### Setup
52 ### Usage
105 ### Viewing
/external/llvm/tools/llvm-cov/
DCoverageReport.h25 std::unique_ptr<coverage::CoverageMapping> Coverage; variable
32 std::unique_ptr<coverage::CoverageMapping> Coverage) in CoverageReport()
DCodeCoverage.cpp174 CoverageMapping &Coverage) { in attachExpansionSubViews()
196 CoverageMapping &Coverage) { in createFunctionView()
214 CoverageMapping &Coverage) { in createSourceFileView()
268 auto Coverage = std::move(CoverageOrErr.get()); in load() local
498 auto Coverage = load(); in show() local
591 auto Coverage = load(); in report() local
/external/llvm/lib/Fuzzer/
DFuzzerInternal.h340 struct Coverage { struct
341 Coverage() { Reset(); } in Coverage() argument
344 BlockCoverage = 0; in Reset() argument
355 size_t BlockCoverage; argument
356 size_t CallerCalleeCoverage; argument
364 PcCoverageMap PCMap; argument
/external/freetype/src/otvalid/
Dotvgpos.c368 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
Dotvgsub.c62 FT_Bytes Coverage; in otv_SingleSubst_validate() local
95 FT_UInt Coverage, GlyphCount; in otv_SingleSubst_validate() local
471 FT_Bytes p = table, Coverage; in otv_ReverseChainSingleSubst_validate() local
Dotvgdef.c51 FT_Bytes Coverage; in otv_O_x_Ox() local
Dotvcommn.c689 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
/external/swiftshader/tests/regres/cov/
Dimport.go39 type Coverage struct { struct
40 Files []File
/external/skia/src/gpu/graphite/
DPrecompileInternal.h15 enum class Coverage; variable
DContextUtils.h24 enum class Coverage; variable
/external/skia/tests/graphite/precompile/
DCombinationBuilderTest.cpp73 const RenderPassDesc&) { in no_blend_mode_option_test()
103 const RenderPassDesc&) { in run_test()
184 const RenderPassDesc&) { in big_test()
351 const RenderPassDesc&) { in runtime_effect_test()
/external/wycheproof/
DREADME.md48 ### Coverage subsection
/external/conscrypt/
DBUILDING.md120 Coverage section in Building Conscrypt
/external/skia/modules/canvaskit/
DREADME.md79 ## Coverage section in Unit tests, performance tests, and coverage.
/external/swiftshader/tests/regres/deqp/
Ddeqp.go82 Coverage *cov.Tree member
92 Coverage *cov.Coverage member
/external/skia/modules/sksg/include/
DSkSGColorFilter.h61 enum class Coverage { enum
/external/skia/include/gpu/graphite/precompile/
DPaintOptions.h27 enum class Coverage; variable
/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/
DFuzzerDataFlowTrace.h132 BlockCoverage Coverage; variable
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/framework/common/
Dtest_coverage.py22 class Coverage(abc.ABC): class
/external/llvm/lib/IR/
DGCOV.cpp722 GCOVCoverage &Coverage, uint32_t &EdgeNo) { in printBranchInfo()
782 const GCOVCoverage &Coverage = FC.second; in printFuncCoverage() local
793 const GCOVCoverage &Coverage = FC.second; in printFileCoverage() local

123