/aosp_15_r20/external/leakcanary2/shark-android/src/test/java/shark/ |
H A D | HprofIOPerfTest.kt | 18 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 D | StringPathFinderOptimTest.kt | 18 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 D | AndroidObjectInspectorsTest.kt | 12 val hprofFile = "compose_leak.hprof".classpathFile() in <lambda>() constant 41 val hprofFile = "compose_leak.hprof".classpathFile() in <lambda>() constant
|
H A D | HprofRetainedHeapPerfTest.kt | 45 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 D | LruCacheTuning.kt | 35 val hprofFile = "$filename.hprof".classpathFile() in <lambda>() constant
|
H A D | AndroidResourceIdNamesTest.kt | 137 val hprofFile = File(hprofFolder, "heapdump.hprof") in <lambda>() constant
|
/aosp_15_r20/external/leakcanary2/shark-graph/src/test/java/shark/ |
H A D | JvmHprofParsingTest.kt | 20 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 D | HprofPrimitiveArrayStripperTest.kt | 60 val hprofFile = File(hprofFolder, "jvm_heap.hprof") in <lambda>() constant
|
H A D | HprofHeapGraphTest.kt | 21 private lateinit var hprofFile: File in <lambda>() variable in shark.HprofHeapGraphTest
|
H A D | HprofDeobfuscatorTest.kt | 15 private lateinit var hprofFile: File in <lambda>() variable in shark.HprofDeobfuscatorTest
|
/aosp_15_r20/external/leakcanary2/shark/src/test/java/shark/internal/ |
H A D | AndroidReferenceReadersHprofTest.kt | 24 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 D | ShallowSizeCalculatorTest.kt | 20 private lateinit var hprofFile: File in <lambda>() variable in shark.internal.ShallowSizeCalculatorTest
|
/aosp_15_r20/external/leakcanary2/shark/src/test/java/shark/ |
H A D | OpenJdkInstanceRefReadersTest.kt | 80 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 D | MetadataExtractorTest.kt | 14 private lateinit var hprofFile: File in <lambda>() variable in shark.MetadataExtractorTest
|
H A D | HeapAnalysisStringRenderingTest.kt | 15 private lateinit var hprofFile: File variable in shark.HeapAnalysisStringRenderingTest
|
H A D | LabelerTest.kt | 14 private lateinit var hprofFile: File in <lambda>() variable in shark.LabelerTest
|
H A D | ReferenceMatcherTest.kt | 21 private lateinit var hprofFile: File variable in shark.ReferenceMatcherTest
|
H A D | HeapAnalyzerTest.kt | 19 private lateinit var hprofFile: File variable in shark.HeapAnalyzerTest
|
H A D | LeakTraceRenderingTest.kt | 19 private lateinit var hprofFile: File in <lambda>() variable in shark.LeakTraceRenderingTest
|
H A D | RetainedSizeTest.kt | 21 private lateinit var hprofFile: File in <lambda>() variable in shark.RetainedSizeTest
|
H A D | LeakStatusTest.kt | 19 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 D | LeakActivityTest.kt | 93 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 D | LeakReporter.java | 83 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/ |
D | TfTestLauncher.java | 275 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/ |
D | SystemUI-core.jar | com/android/systemui/wmshell/WMShell_Factory.class
WMShell_Factory.java
package com.android. ... |