/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/model/legacy/ |
H A D | PermissionGroup.java | 36 private final int mTotal; field in PermissionGroup 46 mTotal = total; in PermissionGroup() 71 return mTotal; in getTotal() 117 if (mTotal != other.mTotal) { in equals() 130 return mName != null ? mName.hashCode() + mTotal + mGranted : mTotal + mGranted; in hashCode()
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | CpuUsageInfo.java | 24 private long mTotal; field in CpuUsageInfo 40 mTotal = totalTime; in CpuUsageInfo() 63 return mTotal; in getTotal() 74 out.writeLong(mTotal); in writeToParcel() 79 mTotal = in.readLong(); in readFromParcel()
|
/aosp12/packages/services/Car/service/src/com/android/car/storagemonitoring/ |
H A D | IoStatsTracker.java | 51 private SparseArray<IoStatsEntry> mTotal; field in IoStatsTracker 57 mTotal = new SparseArray<>(initialValue.size()); in IoStatsTracker() 58 initialValue.forEach(uidIoStats -> mTotal.append(uidIoStats.uid, uidIoStats)); in IoStatsTracker() 59 mCurrentSample = mTotal.clone(); in IoStatsTracker() 82 final IoStatsEntry oldRecord = mTotal.get(uid); in update() 121 mTotal = newTotal; in update() 130 return mTotal.clone(); in getTotal()
|
/aosp12/hardware/google/pixel/perfstatsd/ |
H A D | io_usage.cpp | 285 mTotal.reset(); in calcAll() 293 mTotal = mTotal + d; in calcAll() 322 if (!formatNum(mTotal.sumRead(), readTotal, 32)) { in dump() 323 LOG(ERROR) << "formatNum buffer size is too small for read: " << mTotal.sumRead(); in dump() 325 if (!formatNum(mTotal.sumWrite(), writeTotal, 32)) { in dump() 330 readTotal, writeTotal, mTotal.fgFsync + mTotal.bgFsync); in dump() 332 if (mTotal.sumRead() >= mMinSizeOfTotalRead || mTotal.sumWrite() >= mMinSizeOfTotalWrite) { in dump() 336 if (mTotal.sumRead() < mMinSizeOfTotalRead) { in dump() 345 float percent = 100.0f * target.sumRead() / mTotal.sumRead(); in dump() 356 if (mTotal.sumWrite() < mMinSizeOfTotalWrite) { in dump() [all …]
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
H A D | SelectionManager.java | 45 private int mTotal; field in SelectionManager 56 mTotal = -1; in SelectionManager() 72 mTotal = -1; in selectAll() 114 if (mTotal < 0) { in getTotalCount() 115 mTotal = mIsAlbumSet in getTotalCount() 119 return mTotal; in getTotalCount() 250 mTotal = -1; in setSourceMediaSet()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | InstallerTest.java | 52 private long mTotal; field in InstallerTest.Timer 63 mTotal += SystemClock.currentTimeMicro() - mStart; in stop() 68 mTotal = 0; in reset() 73 return mTitle + ": " + (mTotal / 1000) + "ms"; in toString()
|
/aosp12/packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/ |
H A D | SourceLatency.java | 72 private long mTotal = 0; field in SourceLatency.ElapsedTime 75 mTotal += time; in addTime() 79 return mTotal; in getTotal() 82 return mTotal / mCount; in getAverage()
|
/aosp12/frameworks/base/libs/hwui/hwui/ |
H A D | Bitmap.cpp | 375 mTotal += sample; in add() 379 float average() { return mTotal / mCount; } in average() 390 float mTotal = 0.0f; member in android::MinMaxAverage
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | VectorDrawable.cpp | 567 mTotal += sample; in add() 571 float average() { return mTotal / mCount; } in average() 582 float mTotal = 0.0f; member in android::uirenderer::VectorDrawable::MinMaxAverage
|
/aosp12/hardware/google/pixel/perfstatsd/include/ |
H A D | io_usage.h | 136 UserIo mTotal; variable
|
/aosp12/packages/apps/Messaging/build/gcheckstyle/ |
H A D | google-style-checker_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 39038 Landroid/os/CpuUsageInfo;->mTotal:J
|