Home
last modified time | relevance | path

Searched refs:otherPrivateDirty (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/tools/preload/loadclass/
DLoadClass.java69 response.append(',').append(memoryInfo.otherPrivateDirty); in main()
/frameworks/base/core/java/android/os/
DDebug.java194 public int otherPrivateDirty; field in Debug.MemoryInfo
386 otherPrivateDirty = other.otherPrivateDirty; in set()
412 + otherPrivateClean + otherPrivateDirty; in getTotalUss()
434 return dalvikPrivateDirty + nativePrivateDirty + otherPrivateDirty; in getTotalPrivateDirty()
936 dest.writeInt(otherPrivateDirty); in writeToParcel()
968 otherPrivateDirty = source.readInt(); in readFromParcel()
DPerformanceCollector.java538 mPerfSnapshot.putLong(METRIC_KEY_OTHER_PRIVATE_DIRTY, memInfo.otherPrivateDirty); in endPerformanceSnapshot()
/frameworks/base/core/java/android/app/
DActivityThread.java3251 pw.print(memInfo.otherPrivateDirty); pw.print(','); in dumpMemInfoTable()
3345 int otherPrivateDirty = memInfo.otherPrivateDirty; in dumpMemInfoTable() local
3381 otherPrivateDirty -= myPrivateDirty; in dumpMemInfoTable()
3392 otherSharedDirty, otherPrivateDirty, otherSharedClean, otherPrivateClean, in dumpMemInfoTable()
3405 otherPrivateDirty, otherPrivateClean, in dumpMemInfoTable()
3553 int otherPrivateDirty = memInfo.otherPrivateDirty; in dumpMemInfoTable() local
3582 otherPrivateDirty -= myPrivateDirty; in dumpMemInfoTable()
3593 otherSharedDirty, otherPrivateDirty, otherSharedClean, otherPrivateClean, in dumpMemInfoTable()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt21674 field public int otherPrivateDirty;
/frameworks/base/core/api/
Dcurrent.txt32989 field public int otherPrivateDirty;