Home
last modified time | relevance | path

Searched defs:hprofFile (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/external/leakcanary2/shark-android/src/test/java/shark/
H A DHprofIOPerfTest.kt18 val hprofFile = "leak_asynctask_o.hprof".classpathFile() in <lambda>() constant
35 val hprofFile = "leak_asynctask_o.hprof".classpathFile() in <lambda>() constant
46 val hprofFile = "leak_asynctask_o.hprof".classpathFile() in <lambda>() constant
63 val hprofFile = "leak_asynctask_o.hprof".classpathFile() in <lambda>() constant
74 val hprofFile = "leak_asynctask_o.hprof".classpathFile() in <lambda>() constant
88 val hprofFile = "leak_asynctask_o.hprof".classpathFile() in <lambda>() constant
103 val hprofFile = "leak_asynctask_o.hprof".classpathFile() in <lambda>() constant
118 val hprofFile = "leak_asynctask_o.hprof".classpathFile() in <lambda>() constant
133 val hprofFile = "leak_asynctask_o.hprof".classpathFile() in <lambda>() constant
142 val hprofFile = "leak_asynctask_o.hprof".classpathFile() in <lambda>() constant
[all …]
H A DStringPathFinderOptimTest.kt18 val hprofFile = "leak_asynctask_o.hprof".classpathFile() in <lambda>() constant
24 val hprofFile = "leak_asynctask_m.hprof".classpathFile() in <lambda>() constant
30 val hprofFile = "leak_asynctask_pre_m.hprof".classpathFile() in <lambda>() constant
H A DAndroidObjectInspectorsTest.kt12 val hprofFile = "compose_leak.hprof".classpathFile() in <lambda>() constant
41 val hprofFile = "compose_leak.hprof".classpathFile() in <lambda>() constant
H A DHprofRetainedHeapPerfTest.kt45 val hprofFile = "leak_asynctask_o.hprof".classpathFile() in <lambda>() constant
62 val hprofFile = "leak_asynctask_m.hprof".classpathFile() in <lambda>() constant
79 val hprofFile = "leak_asynctask_o.hprof".classpathFile() in <lambda>() constant
H A DLruCacheTuning.kt35 val hprofFile = "$filename.hprof".classpathFile() in <lambda>() constant
H A DAndroidResourceIdNamesTest.kt137 val hprofFile = File(hprofFolder, "heapdump.hprof") in <lambda>() constant
/aosp_15_r20/external/leakcanary2/shark-graph/src/test/java/shark/
H A DJvmHprofParsingTest.kt20 val hprofFile = File(hprofFolder, "jvm_heap.hprof") in <lambda>() constant
42 val hprofFile = dumpHeapRetaining(objectArray) in <lambda>() constant
59 val hprofFile = dumpHeapRetaining(objectArray) in <lambda>() constant
75 val hprofFile = dumpHeapRetaining(arrayOfNulls<Int?>(42)) in <lambda>() constant
91 val hprofFile = dumpHeapRetaining(arrayOf(arrayOf(), arrayOf<Int?>())) in <lambda>() constant
107 val hprofFile = dumpHeapRetaining(IntArray(42).apply { this[0] = 0xDad }) in <lambda>() constant
126 val hprofFile = dumpHeapRetaining(arrayOf(IntArray(42), IntArray(42))) in <lambda>() constant
145 val hprofFile = File(hprofFolder, "jvm_heap.hprof") in <lambda>() constant
H A DHprofPrimitiveArrayStripperTest.kt60 val hprofFile = File(hprofFolder, "jvm_heap.hprof") in <lambda>() constant
H A DHprofHeapGraphTest.kt21 private lateinit var hprofFile: File in <lambda>() variable in shark.HprofHeapGraphTest
H A DHprofDeobfuscatorTest.kt15 private lateinit var hprofFile: File in <lambda>() variable in shark.HprofDeobfuscatorTest
/aosp_15_r20/external/leakcanary2/shark/src/test/java/shark/internal/
H A DAndroidReferenceReadersHprofTest.kt24 val hprofFile = "safe_iterable_map.hprof".classpathFile() in <lambda>() constant
35 val hprofFile = "hashmap_api_25.hprof".classpathFile() in <lambda>() constant
47 val hprofFile = "safe_iterable_map.hprof".classpathFile() in <lambda>() constant
H A DShallowSizeCalculatorTest.kt20 private lateinit var hprofFile: File in <lambda>() variable in shark.internal.ShallowSizeCalculatorTest
/aosp_15_r20/external/leakcanary2/shark/src/test/java/shark/
H A DOpenJdkInstanceRefReadersTest.kt80 val hprofFile = dumpHeap() in <lambda>() constant
369 val hprofFile = dumpHeap() in <lambda>() constant
426 val hprofFile = File(hprofFolder, "jvm_heap.hprof") in <lambda>() constant
H A DMetadataExtractorTest.kt14 private lateinit var hprofFile: File in <lambda>() variable in shark.MetadataExtractorTest
H A DHeapAnalysisStringRenderingTest.kt15 private lateinit var hprofFile: File variable in shark.HeapAnalysisStringRenderingTest
H A DLabelerTest.kt14 private lateinit var hprofFile: File in <lambda>() variable in shark.LabelerTest
H A DReferenceMatcherTest.kt21 private lateinit var hprofFile: File variable in shark.ReferenceMatcherTest
H A DHeapAnalyzerTest.kt19 private lateinit var hprofFile: File variable in shark.HeapAnalyzerTest
H A DLeakTraceRenderingTest.kt19 private lateinit var hprofFile: File in <lambda>() variable in shark.LeakTraceRenderingTest
H A DRetainedSizeTest.kt21 private lateinit var hprofFile: File in <lambda>() variable in shark.RetainedSizeTest
H A DLeakStatusTest.kt19 private lateinit var hprofFile: File in <lambda>() variable in shark.LeakStatusTest
/aosp_15_r20/external/leakcanary2/leakcanary-android-core/src/androidTest/java/leakcanary/
H A DLeakActivityTest.kt93 val hprofFile = testFolder.newFile("temp.hprof") in <lambda>() constant
108 val hprofFile = writeHeapDump(block) in <lambda>() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DLeakReporter.java83 File hprofFile = new File(leakDir, LEAK_HPROF); in dumpLeak() local
123 private Intent getIntent(File hprofFile, File dumpFile) { in getIntent()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/testtype/
DTfTestLauncher.java275 private void logHprofResults(File hprofFile, ITestInvocationListener listener) { in logHprofResults()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/repackaged-jarjar/javac/
DSystemUI-core.jarcom/android/systemui/wmshell/WMShell_Factory.class WMShell_Factory.java package com.android. ...

12