Home
last modified time | relevance | path

Searched defs:DualSourceProvider (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/leakcanary2/shark-hprof/src/main/java/shark/
H A DDualSourceProvider.kt6 interface DualSourceProvider : StreamingSourceProvider, RandomAccessSourceProvider interface
/aosp_15_r20/external/leakcanary2/shark-graph/src/test/java/shark/
H A DHprofWriterTest.kt181 private fun DualSourceProvider.readAllRecords(): MutableList<HprofRecord> { in <lambda>() method
/aosp_15_r20/external/leakcanary2/shark-graph/src/main/java/shark/
H A DHprofHeapGraph.kt423 fun DualSourceProvider.openHeapGraph( in DualSourceProvider() method