/aosp12/packages/modules/StatsD/statsd/tests/metrics/ |
H A D | OringDurationTracker_test.cpp | 57 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 D | MaxDurationTracker_test.cpp | 60 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 D | DurationMetricProducer_test.cpp | 114 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 D | CountMetricProducer_test.cpp | 119 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 D | make-iana-tld-pattern.py | 127 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 D | MtpDeviceIndexRunnable.java | 54 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 D | metrics_test.cc | 161 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 D | metrics_test.h | 68 std::vector<uint32_t> buckets; in GetBuckets() local
|
H A D | metrics_common.cc | 128 const std::vector<uint32_t>& buckets) { in ReportHistogram()
|
/aosp12/art/test/102-concurrent-gc/src/ |
H A D | Main.java | 20 private static final int buckets = 16 * 1024; field in Main
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/ |
H A D | NetworkCycleChartData.java | 40 public Builder setUsageBuckets(List<NetworkCycleData> buckets) { in setUsageBuckets()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
H A D | BucketHelper.java | 84 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 D | binder_latency.proto | 77 repeated int32 buckets = 3; field
|
/aosp12/frameworks/base/core/java/android/window/ |
H A D | ConfigurationHelper.java | 58 @NonNull Configuration newConfig, @Nullable SizeConfigurationBuckets buckets) { in diffPublicWithSizeBuckets()
|
H A D | SizeConfigurationBuckets.java | 112 @NonNull Configuration newConfig, @Nullable SizeConfigurationBuckets buckets) { in filterDiff()
|
/aosp12/frameworks/native/services/stats/ |
H A D | StatsHal.cpp | 58 std::vector<int32_t> buckets = chargeCycles.cycleBucket; in reportChargeCycles() local
|
/aosp12/frameworks/base/core/proto/android/service/ |
H A D | netstats.proto | 132 repeated NetworkStatsHistoryBucketProto buckets = 2; field
|
/aosp12/frameworks/base/core/java/com/android/internal/os/ |
H A D | KernelCpuThreadReader.java | 428 int[] buckets = new int[mNumBuckets]; in bucketValues() local 444 int[] buckets = new int[mNumBuckets]; in bucketFrequencies() local
|
H A D | BinderLatencyObserver.java | 218 int[] buckets = mLatencyHistograms.get(dims); in callEnded() local
|
/aosp12/art/test/099-vmdebug/src/ |
H A D | Main.java | 147 String[] buckets = s.split(","); in checkHistogram() local
|
/aosp12/frameworks/av/media/libnblog/ |
H A D | PerformanceAnalysis.cpp | 355 std::map<double, int> buckets; in reportPerformance() local
|
/aosp12/packages/modules/Wifi/service/proto/src/ |
H A D | scorecard.proto | 102 repeated HistogramBucket buckets = 8; field
|
/aosp12/packages/apps/Camera2/src/com/android/camera/settings/ |
H A D | ResolutionUtil.java | 133 List<ResolutionBucket> buckets = parseAvailableSizes(sizes, isBackCamera); in getDisplayableSizesFromSupported() local
|
/aosp12/system/core/libcutils/ |
H A D | hashmap.cpp | 35 Entry** buckets; member
|
/aosp12/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/synthetic/ |
H A D | TestInterface.java | 64 int buckets = runtimeSeconds * 1000; in TestInterface() local
|