Home
last modified time | relevance | path

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

/external/skqp/src/pathops/
DSkPathOpsDebug.h438 void DumpAll(const SkOpContour& );
456 void DumpAll(const SkOpSegment& );
462 void DumpAll(const SkOpPtT& );
466 void DumpAll(const SkOpSpanBase& );
/external/skia/src/pathops/
DSkPathOpsDebug.h438 void DumpAll(const SkOpContour& );
456 void DumpAll(const SkOpSegment& );
462 void DumpAll(const SkOpPtT& );
466 void DumpAll(const SkOpSpanBase& );
/external/perfetto/src/profiling/memory/
Dmain.cc173 producer.DumpAll(); in StartCentralHeapprofd()
Dheapprofd_producer.h132 void DumpAll();
Dheapprofd_producer.cc689 void HeapprofdProducer::DumpAll() { in DumpAll() function in perfetto::profiling::HeapprofdProducer
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp108 static opt<bool> DumpAll("all", desc("Dump all debug info sections"), variable
110 static alias DumpAllAlias("a", desc("Alias for -all"), aliasopt(DumpAll));
588 if (DumpAll) in main()
/external/skqp/tests/
DPathOpsDebug.cpp457 void DumpAll(const SkTSpan* span) { in DumpAll() function
1375 void DumpAll(const SkOpContour& contour) { in DumpAll() function
1443 void DumpAll(const SkOpSegment& segment) { in DumpAll() function
1463 void DumpAll(const SkOpPtT& ptT) { in DumpAll() function
1475 void DumpAll(const SkOpSpanBase& spanBase) { in DumpAll() function
/external/skia/tests/
DPathOpsDebug.cpp457 void DumpAll(const SkTSpan* span) { in DumpAll() function
1375 void DumpAll(const SkOpContour& contour) { in DumpAll() function
1443 void DumpAll(const SkOpSegment& segment) { in DumpAll() function
1463 void DumpAll(const SkOpPtT& ptT) { in DumpAll() function
1475 void DumpAll(const SkOpSpanBase& spanBase) { in DumpAll() function
/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()