Searched refs:otherPss (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | Debug.java | 185 public int otherPss; field in Debug.MemoryInfo 383 otherPss = other.otherPss; in set() 402 return dalvikPss + nativePss + otherPss + getTotalSwappedOutPss(); in getTotalPss() 933 dest.writeInt(otherPss); in writeToParcel() 965 otherPss = source.readInt(); in readFromParcel()
|
D | PerformanceCollector.java | 537 mPerfSnapshot.putLong(METRIC_KEY_OTHER_PSS, memInfo.otherPss); in endPerformanceSnapshot()
|
/frameworks/base/core/java/android/app/ |
D | ActivityThread.java | 3227 pw.print(memInfo.otherPss); pw.print(','); in dumpMemInfoTable() 3342 int otherPss = memInfo.otherPss; in dumpMemInfoTable() local 3378 otherPss -= myPss; in dumpMemInfoTable() 3391 printRow(pw, HEAP_FULL_COLUMN, "Unknown", otherPss, otherSwappablePss, in dumpMemInfoTable() 3404 printRow(pw, HEAP_COLUMN, "Unknown", otherPss, in dumpMemInfoTable() 3550 int otherPss = memInfo.otherPss; in dumpMemInfoTable() local 3579 otherPss -= myPss; in dumpMemInfoTable() 3592 otherPss, otherSwappablePss, in dumpMemInfoTable()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 21675 field public int otherPss;
|
/frameworks/base/core/api/ |
D | current.txt | 32990 field public int otherPss;
|