Home
last modified time | relevance | path

Searched refs:ByteArraySourceProvider (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/leakcanary2/shark-hprof/src/main/java/shark/
H A DByteArraySourceProvider.kt7 class ByteArraySourceProvider(private val byteArray: ByteArray) : DualSourceProvider { class
/aosp_15_r20/external/leakcanary2/shark-hprof-test/src/main/kotlin/shark/
H A DHprofWriterHelper.kt365 return ByteArraySourceProvider(buffer.readByteArray()) in dump()
386 return ByteArraySourceProvider(buffer.readByteArray()) in List()
/aosp_15_r20/external/leakcanary2/shark-graph/src/test/java/shark/
H A DHprofPrimitiveArrayStripperTest.kt36 val strippedSource = ByteArraySourceProvider(strippedBuffer.readByteArray()) in <lambda>()
/aosp_15_r20/external/leakcanary2/shark-android/src/test/java/shark/
H A DAndroidReferenceMatcher_XIAMI__RESOURCES_IMPL_Test.kt96 val basp = ByteArraySourceProvider(this) in checkForLeaks()
H A DLruCacheTuning.kt83 val source = MetricsDualSourceProvider(ByteArraySourceProvider(bytes)) in trackAnalyzeMetrics()
/aosp_15_r20/external/leakcanary2/shark-hprof/api/
H A Dshark-hprof.api1 public final class shark/ByteArraySourceProvider : shark/DualSourceProvider {