Home
last modified time | relevance | path

Searched defs:buckets (Results 1 – 20 of 20) sorted by relevance

/frameworks/ex/common/tools/
Dmake-iana-tld-pattern.py124 def getBucket(buckets, line): argument
134 def makePattern(prefix, suffix, buckets, isWebUrl=False): argument
158 buckets = {} variable
/frameworks/base/cmds/statsd/tests/metrics/
DMaxDurationTracker_test.cpp59 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() local
94 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() local
130 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() local
171 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() local
234 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() local
256 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() local
307 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() local
393 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() local
DOringDurationTracker_test.cpp57 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() local
90 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() local
123 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() local
153 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() local
198 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() local
238 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() local
278 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() local
317 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() local
484 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() local
534 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() local
DDurationMetricProducer_test.cpp86 const auto& buckets = durationProducer.mPastBuckets[DEFAULT_METRIC_DIMENSION_KEY]; in TEST() local
225 std::vector<DurationBucket> buckets = in TEST() local
279 std::vector<DurationBucket> buckets = in TEST() local
380 std::vector<DurationBucket> buckets = in TEST() local
428 std::vector<DurationBucket> buckets = in TEST() local
DCountMetricProducer_test.cpp87 const auto& buckets = countProducer.mPastBuckets[DEFAULT_METRIC_DIMENSION_KEY]; in TEST() local
150 const auto& buckets = countProducer.mPastBuckets[DEFAULT_METRIC_DIMENSION_KEY]; in TEST() local
206 const auto& buckets = countProducer.mPastBuckets[DEFAULT_METRIC_DIMENSION_KEY]; in TEST() local
DValueMetricProducer_test.cpp71 auto buckets = mPastBuckets.begin()->second; in assertPastBucketValuesSingleKey() local
339 vector<ValueBucket> buckets = valueProducer->mPastBuckets.begin()->second; in TEST() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
DNetworkCycleChartData.java40 public Builder setUsageBuckets(List<NetworkCycleData> buckets) { in setUsageBuckets()
/frameworks/native/services/stats/
DStatsHal.cpp58 std::vector<int32_t> buckets = chargeCycles.cycleBucket; in reportChargeCycles() local
/frameworks/base/core/proto/android/service/
Dnetstats.proto130 repeated NetworkStatsHistoryBucketProto buckets = 2; field
/frameworks/base/core/java/com/android/internal/os/
DKernelCpuThreadReader.java417 int[] buckets = new int[mNumBuckets]; in bucketValues() local
433 int[] buckets = new int[mNumBuckets]; in bucketFrequencies() local
/frameworks/av/media/libnblog/
DPerformanceAnalysis.cpp355 std::map<double, int> buckets; in reportPerformance() local
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/synthetic/
DTestInterface.java64 int buckets = runtimeSeconds * 1000; in TestInterface() local
/frameworks/base/services/core/java/com/android/server/display/
DBrightnessTracker.java579 StringBuilder buckets = new StringBuilder(); in writeEventsLocked() local
681 String[] buckets = colorValueBucketsString.split(","); in readEventsLocked() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareMetrics.java800 MetricsUtils.GenericBucket[] buckets) { in histogramToProtoArray()
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java1974 final SyncAdapterStateFetcher buckets = new SyncAdapterStateFetcher(); in dump() local
2038 protected void dumpPendingSyncs(PrintWriter pw, SyncAdapterStateFetcher buckets) { in dumpPendingSyncs()
2055 protected void dumpPeriodicSyncs(PrintWriter pw, SyncAdapterStateFetcher buckets) { in dumpPeriodicSyncs()
2122 protected void dumpSyncState(PrintWriter pw, SyncAdapterStateFetcher buckets) { in dumpSyncState()
/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
DAppStandbyControllerTests.java591 List<AppStandbyInfo> buckets = mController.getAppStandbyBuckets(USER_ID); in testAppStandbyBucketOnInstallAndUninstall() local
/frameworks/base/services/usage/java/com/android/server/usage/
DAppIdleHistory.java418 ArrayList<AppStandbyInfo> buckets = new ArrayList<>(size); in getAppStandbyBuckets() local
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2594 static const unsigned int buckets[] = { in getHashBucketCount() local
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java392 final int[] buckets = new int[maxHrs + 3]; in generateMinuteBuckets() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java2479 public BucketSettings[] buckets; field in WifiNative.ScanSettings