Home
last modified time | relevance | path

Searched defs:threadNames (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/leakcanary2/shark/src/main/java/shark/internal/
H A DJavaLocalReferenceReader.kt29 val threadNames = mutableMapOf<String, ReferenceMatcher>() in <lambda>() constant
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DKernelCpuThreadReaderTest.java113 String[] threadNames, int[] cpuFrequencies, int[][] cpuTimes) throws IOException { in setupDirectory()
147 String[] threadNames, int[] cpuFrequencies, int[][] cpuTimes) { in checkResults()
H A DKernelCpuThreadReaderDiffTest.java308 private Collection<String> threadNames( in threadNames() method in KernelCpuThreadReaderDiffTest
/aosp_15_r20/packages/services/Car/tools/cpu_perf/
Dperfetto_cpu_analysis.py98 def get_filtered_threads(self, threadNames): argument