Home
last modified time | relevance | path

Searched refs:showmap (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tests/NativeProcessesMemoryTest/src/com/android/tests/nativeprocesses/
DNativeProcessesMemoryTest.java168 private void logShowmap(String label, String showmap) { in logShowmap() argument
170 new ByteArrayInputStreamSource(showmap.getBytes())) { in logShowmap()
182 String showmap = getDevice().executeShellCommand("showmap " + pid); in snapMemoryUsage() local
183 logShowmap(processName + "_" + pid, showmap); in snapMemoryUsage()
194 int pos = showmap.lastIndexOf("----"); in snapMemoryUsage()
195 Scanner sc = new Scanner(showmap.substring(pos)); in snapMemoryUsage()
206 CLog.e(showmap); in snapMemoryUsage()
/frameworks/base/tests/SystemMemoryTest/host/src/com/android/tests/sysmem/host/
DMetrics.java85 String showmap = mDevice.executeShellCommand("showmap " + pid); in sample() local
86 logText(label + ".system_server.showmap", showmap); in sample()
97 int pos = showmap.lastIndexOf("----"); in sample()
98 Scanner sc = new Scanner(showmap.substring(pos)); in sample()
/frameworks/native/cmds/dumpstate/
DAndroid.bp130 "showmap",