/aosp12/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/ |
H A D | Stats.java | 85 public long getPercentile(@IntRange(from = 0, to = 100) int percentile) { in getPercentile() 86 return getPercentile(mValues, percentile); in getPercentile() 89 private static long getPercentile(List<Long> values, int percentile) { in getPercentile() argument 90 if (percentile < 0 || percentile > 100) { in getPercentile() 92 "invalid percentile " + percentile + ", should be 0-100"); in getPercentile() 94 int idx = (values.size() - 1) * percentile / 100; in getPercentile()
|
H A D | ManualBenchmarkState.java | 324 for (int percentile : mStatsReportPercentiles) { in fillStatus() 325 status.putLong(key + "_percentile" + percentile, stats.getPercentile(percentile)); in fillStatus()
|
/aosp12/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/results/ |
H A D | UiBenchmarkResult.java | 109 public double getPercentile(int id, int percentile) { in getPercentile() argument 110 if (percentile > 100) percentile = 100; in getPercentile() 111 if (percentile < 0) percentile = 0; in getPercentile() 114 return mStoredStatistics[metricPos].getPercentile(percentile); in getPercentile()
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | ProfileData.cpp | 142 uint32_t ProfileData::findPercentile(int percentile) const { in findPercentile() 143 int pos = percentile * mTotalFrameCount / 100; in findPercentile() 193 uint32_t ProfileData::findGPUPercentile(int percentile) const { in findGPUPercentile() 198 int pos = percentile * totalGPUFrameCount / 100; in findGPUPercentile()
|
H A D | ProfileData.h | 58 uint32_t findPercentile(int percentile) const; 59 uint32_t findGPUPercentile(int percentile) const;
|
/aosp12/frameworks/base/libs/hwui/service/ |
H A D | GraphicsStatsService.cpp | 254 static int32_t findPercentile(protos::GraphicsStatsProto* proto, int percentile) { in findPercentile() argument 255 int32_t pos = percentile * proto->summary().total_frames() / 100; in findPercentile() 266 static int32_t findGPUPercentile(protos::GraphicsStatsProto* proto, int percentile) { in findGPUPercentile() argument 271 int32_t pos = percentile * totalGPUFrameCount / 100; in findGPUPercentile()
|
/aosp12/frameworks/base/libs/hwui/renderthread/ |
H A D | RenderProxy.cpp | 253 uint32_t RenderProxy::frameTimePercentile(int percentile) { in frameTimePercentile() argument 256 return mRenderThread.globalProfileData()->findPercentile(percentile); in frameTimePercentile()
|
/aosp12/system/netd/tests/benchmarks/ |
H A D | README.md | 44 For graphing purposes, a few of the benchmarks in this directory store the 90th-percentile
|
/aosp12/frameworks/base/core/java/com/android/internal/os/ |
H A D | BinderCallsStats.java | 1130 double percentile) { in getHighestValues() argument 1140 if (runningSum > percentile * total) { in getHighestValues()
|
/aosp12/packages/services/Car/tests/BugReportApp/libs/ |
H A D | opencensus-api-0.21.0.jar | META-INF/
META-INF/MANIFEST.MF
io/
io/opencensus/
io/ ... |
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/ |
H A D | opencensus-api-0.24.0.jar | META-INF/
META-INF/MANIFEST.MF
io/
io/opencensus/
io/ ... |
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
H A D | it_wordlist.combined.gz | 1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ... |