Home
last modified time | relevance | path

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

12345

/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/Common/
H A 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 …]
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrDefaultGeoProcFactory.h44 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
80 const Coverage&, argument
/aosp_15_r20/external/llvm/lib/Fuzzer/
H A 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
/aosp_15_r20/external/AFLplusplus/instrumentation/
H A DREADME.llvm.md176 ### What is this?
194 ### Usage
202 ### Caller Branch Coverage
216 ### Source
232 ### Usage
/aosp_15_r20/external/harfbuzz_ng/src/graph/
H A 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()
/aosp_15_r20/external/llvm/tools/llvm-cov/
H A 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
H A DCoverageReport.h25 std::unique_ptr<coverage::CoverageMapping> Coverage; variable
32 std::unique_ptr<coverage::CoverageMapping> Coverage) in CoverageReport()
/aosp_15_r20/external/pdfium/docs/
H A Dcode-coverage.md24 ### Setup
52 ### Usage
105 ### Viewing
/aosp_15_r20/external/freetype/src/otvalid/
H A 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
H A 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
H A 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
/aosp_15_r20/external/skia/tests/graphite/precompile/
H A 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()
/aosp_15_r20/external/swiftshader/tests/regres/cov/
H A Dimport.go39 type Coverage struct { struct
40 Files []File
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp314 IndexedInstrProfReader &ProfileReader, CoverageMapping &Coverage) { in loadFromReaders()
330 auto Coverage = std::unique_ptr<CoverageMapping>(new CoverageMapping()); in load() local
348 IndexedInstrProfReader &ProfileReader, CoverageMapping &Coverage, in loadFromFile()
393 auto Coverage = std::unique_ptr<CoverageMapping>(new CoverageMapping()); in load() local
/aosp_15_r20/external/llvm/lib/IR/
H A 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
/aosp_15_r20/external/swiftshader/tests/regres/deqp/
H A Ddeqp.go82 Coverage *cov.Tree member
92 Coverage *cov.Coverage member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DGCOV.cpp862 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
/aosp_15_r20/external/fonttools/Lib/fontTools/mtiLib/
H A D__init__.py619 Coverage = lambda r: r.Coverage function
641 Coverage = lambda r: r.Coverage function
672 Coverage = lambda r: r.Coverage[0] function
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DPrecompileInternal.h15 enum class Coverage; variable
H A DContextUtils.h22 enum class Coverage; variable
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-kern-table.hh203 enum Coverage enum
258 enum Coverage enum
/aosp_15_r20/external/wycheproof/
H A DREADME.md48 ### Coverage subsection
/aosp_15_r20/build/soong/java/
H A Dbootclasspath_fragment.go123 Coverage BootclasspathFragmentCoverageAffectedProperties member
221 Coverage HiddenAPIPackageProperties member
/aosp_15_r20/external/conscrypt/
H A DBUILDING.md120 Coverage section in Building Conscrypt
/aosp_15_r20/external/skia/modules/canvaskit/
H A DREADME.md79 ## Coverage section in Unit tests, performance tests, and coverage.

12345