Home
last modified time | relevance | path

Searched refs:DumpAll (Results 1 – 2 of 2) sorted by relevance

/external/skia/tests/
DPathOpsDebug.cpp705 void DumpAll(const SkTSpan<TCurve, OppCurve>* span) { in DumpAll() function
720 DumpAll(&q1q2); in DontCallDumpSpanAll()
721 DumpAll(&q1k2); in DontCallDumpSpanAll()
722 DumpAll(&q1c2); in DontCallDumpSpanAll()
723 DumpAll(&k1q2); in DontCallDumpSpanAll()
724 DumpAll(&k1k2); in DontCallDumpSpanAll()
725 DumpAll(&k1c2); in DontCallDumpSpanAll()
726 DumpAll(&c1q2); in DontCallDumpSpanAll()
727 DumpAll(&c1k2); in DontCallDumpSpanAll()
728 DumpAll(&c1c2); in DontCallDumpSpanAll()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_coverage_libcdep.cc98 void DumpAll();
876 void CoverageData::DumpAll() { in DumpAll() function in __sanitizer::CoverageData
968 coverage_data.DumpAll(); in __sanitizer_cov_dump()