Searched refs:otherPrivateDirty (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/tools/preload/loadclass/ |
D | LoadClass.java | 69 response.append(',').append(memoryInfo.otherPrivateDirty); in main()
|
/frameworks/base/core/java/android/os/ |
D | Debug.java | 194 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()
|
D | PerformanceCollector.java | 538 mPerfSnapshot.putLong(METRIC_KEY_OTHER_PRIVATE_DIRTY, memInfo.otherPrivateDirty); in endPerformanceSnapshot()
|
/frameworks/base/core/java/android/app/ |
D | ActivityThread.java | 3251 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/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 21674 field public int otherPrivateDirty;
|
/frameworks/base/core/api/ |
D | current.txt | 32989 field public int otherPrivateDirty;
|