Home
last modified time | relevance | path

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

123

/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
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/common/
H A Dvalue_proxy.cpp124 ValueProxy::Buckets ValueProxy::Convert(std::vector<NativeRdb::ValuesBucket> &&buckets) in Convert()
134 ValueProxy::Buckets ValueProxy::Convert(std::vector<CommonType::ValuesBucket> &&buckets) in Convert()
144 ValueProxy::Buckets ValueProxy::Convert(std::vector<DistributedDB::VBucket> &&buckets) in Convert()
154 ValueProxy::Buckets ValueProxy::Convert(DistributedData::VBuckets &&buckets) in Convert()
525 ValueProxy::Buckets &ValueProxy::Buckets::operator=(Buckets &&buckets) noexcept in operator =()
H A Dvalue_proxy.h192 Buckets(Buckets &&buckets) noexcept in Buckets() function
200 std::vector<T> buckets; in vector() 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
/ohos5.0/foundation/ability/ability_runtime/services/dataobsmgr/src/
H A Ddataobs_mgr_changeinfo.cpp89 VBuckets buckets; in Unmarshalling() local
/aosp12/frameworks/base/core/proto/android/internal/
H A Dbinder_latency.proto77 repeated int32 buckets = 3; field
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/database/
H A Daccess_token_db.cpp71 const std::string& tableName, const std::vector<NativeRdb::ValuesBucket>& buckets) in RestoreAndInsertIfCorrupt()
112 std::vector<NativeRdb::ValuesBucket> buckets; in Add() local
390 std::vector<NativeRdb::ValuesBucket> buckets; in DeleteAndAddSingleTable() local
H A Daccess_token_db_util.cpp73 std::vector<NativeRdb::ValuesBucket>& buckets) in ToRdbValueBuckets()
/aosp12/frameworks/base/core/java/android/window/
H A DConfigurationHelper.java58 @NonNull Configuration newConfig, @Nullable SizeConfigurationBuckets buckets) { in diffPublicWithSizeBuckets()
/aosp12/frameworks/native/services/stats/
H A DStatsHal.cpp58 std::vector<int32_t> buckets = chargeCycles.cycleBucket; in reportChargeCycles() local
/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/include/
H A Dselinux_map.h34 HashNode *buckets[0]; member
/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
/ohos5.0/base/accesscontrol/sandbox_manager/services/sandbox_manager/main/cpp/src/database/
H A Dsandbox_manager_rdb_utils.cpp73 std::vector<NativeRdb::ValuesBucket> &buckets) in ToRdbValueBuckets()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dextension_util.cpp21 std::pair<OhCloudExtVector *, size_t> ExtensionUtil::Convert(DBVBuckets &&buckets) in Convert()
179 DBVBuckets buckets; in ConvertBuckets() local

123