Home
last modified time | relevance | path

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

12

/aosp12/packages/modules/StatsD/statsd/tests/metrics/
H A DOringDurationTracker_test.cpp57 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() local
89 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() local
120 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() local
148 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() local
191 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() local
230 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() local
269 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() local
306 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() local
470 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() local
519 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() local
[all …]
H A DMaxDurationTracker_test.cpp60 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() local
93 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() local
127 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() local
166 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() local
226 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() local
247 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() local
297 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() local
382 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() local
424 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() local
H A DDurationMetricProducer_test.cpp114 const auto& buckets = durationProducer.mPastBuckets[DEFAULT_METRIC_DIMENSION_KEY]; in TEST() local
266 std::vector<DurationBucket> buckets = in TEST_P() local
329 std::vector<DurationBucket> buckets = in TEST_P() local
451 std::vector<DurationBucket> buckets = in TEST_P() local
506 std::vector<DurationBucket> buckets = in TEST_P() local
H A DCountMetricProducer_test.cpp119 const auto& buckets = countProducer.mPastBuckets[DEFAULT_METRIC_DIMENSION_KEY]; in TEST() local
185 const auto& buckets = countProducer.mPastBuckets[DEFAULT_METRIC_DIMENSION_KEY]; in TEST() local
242 const auto& buckets = countProducer.mPastBuckets[DEFAULT_METRIC_DIMENSION_KEY]; in TEST() local
/aosp12/frameworks/ex/common/tools/
H A Dmake-iana-tld-pattern.py127 def getBucket(buckets, line): argument
137 def makePattern(prefix, suffix, buckets, isWebUrl=False): argument
161 buckets = {} variable
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
H A DMtpDeviceIndexRunnable.java54 final DateBucket[] buckets; field in MtpDeviceIndexRunnable.Results
58 int[] unifiedLookupIndex, IngestObjectInfo[] mtpObjects, DateBucket[] buckets) { in Results()
106 DateBucket[] buckets = new DateBucket[numBuckets]; in indexDevice() local
/aosp12/art/libartbase/base/metrics/
H A Dmetrics_test.cc161 std::vector<uint32_t> buckets{GetBuckets(histogram)}; in TEST_F() local
180 std::vector<uint32_t> buckets{GetBuckets(histogram)}; in TEST_F() local
215 const std::vector<uint32_t>& buckets) override { in TEST_F()
277 void ReportHistogram(DatumId, int64_t, int64_t, const std::vector<uint32_t>& buckets) override { in TEST_F()
298 void ReportHistogram(DatumId, int64_t, int64_t, const std::vector<uint32_t>& buckets) override { in TEST_F()
H A Dmetrics_test.h68 std::vector<uint32_t> buckets; in GetBuckets() local
H A Dmetrics_common.cc128 const std::vector<uint32_t>& buckets) { in ReportHistogram()
/aosp12/art/test/102-concurrent-gc/src/
H A DMain.java20 private static final int buckets = 16 * 1024; field in Main
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
H A DNetworkCycleChartData.java40 public Builder setUsageBuckets(List<NetworkCycleData> buckets) { in setUsageBuckets()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DBucketHelper.java84 ContentResolver resolver, Uri tableUri, HashMap<Integer, BucketEntry> buckets) { in updateBucketEntriesFromTable()
111 HashMap<Integer, BucketEntry> buckets = new HashMap<Integer, BucketEntry>(64); in loadBucketEntriesFromImagesAndVideoTable() local
/aosp12/frameworks/base/core/proto/android/internal/
H A Dbinder_latency.proto77 repeated int32 buckets = 3; field
/aosp12/frameworks/base/core/java/android/window/
H A DConfigurationHelper.java58 @NonNull Configuration newConfig, @Nullable SizeConfigurationBuckets buckets) { in diffPublicWithSizeBuckets()
H A DSizeConfigurationBuckets.java112 @NonNull Configuration newConfig, @Nullable SizeConfigurationBuckets buckets) { in filterDiff()
/aosp12/frameworks/native/services/stats/
H A DStatsHal.cpp58 std::vector<int32_t> buckets = chargeCycles.cycleBucket; in reportChargeCycles() local
/aosp12/frameworks/base/core/proto/android/service/
H A Dnetstats.proto132 repeated NetworkStatsHistoryBucketProto buckets = 2; field
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DKernelCpuThreadReader.java428 int[] buckets = new int[mNumBuckets]; in bucketValues() local
444 int[] buckets = new int[mNumBuckets]; in bucketFrequencies() local
H A DBinderLatencyObserver.java218 int[] buckets = mLatencyHistograms.get(dims); in callEnded() local
/aosp12/art/test/099-vmdebug/src/
H A DMain.java147 String[] buckets = s.split(","); in checkHistogram() local
/aosp12/frameworks/av/media/libnblog/
H A DPerformanceAnalysis.cpp355 std::map<double, int> buckets; in reportPerformance() local
/aosp12/packages/modules/Wifi/service/proto/src/
H A Dscorecard.proto102 repeated HistogramBucket buckets = 8; field
/aosp12/packages/apps/Camera2/src/com/android/camera/settings/
H A DResolutionUtil.java133 List<ResolutionBucket> buckets = parseAvailableSizes(sizes, isBackCamera); in getDisplayableSizesFromSupported() local
/aosp12/system/core/libcutils/
H A Dhashmap.cpp35 Entry** buckets; member
/aosp12/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/synthetic/
H A DTestInterface.java64 int buckets = runtimeSeconds * 1000; in TestInterface() local

12