/aosp_15_r20/external/setfilters/java/com/google/setfilters/cuckoofilter/ |
H A D | CuckooFilterConfig.java | 149 private final int bucketCount; field in CuckooFilterConfig.Size 153 private Size(int bucketCount, int bucketCapacity, int fingerprintLength) { in Size() 189 long bucketCount = (long) Math.ceil(elementsCountUpperBound / (bucketCapacity * load)); in computeEfficientSize() local 223 public int bucketCount() { in bucketCount() method in CuckooFilterConfig.Size 239 private int bucketCount; field in CuckooFilterConfig.Size.Builder 251 public Builder setBucketCount(int bucketCount) { in setBucketCount() 334 int computeBucketIndex(HashCode hash, int bucketCount); in computeBucketIndex() 352 long fingerprint, int bucketIndex, int bucketCount, HashFunction hashFunction); in computeOtherBucketIndex()
|
H A D | CuckooFilterStrategies.java | 47 public int computeBucketIndex(HashCode hash, int bucketCount) { in SIMPLE_MOD() 55 int bucketCount, in SIMPLE_MOD()
|
H A D | CuckooFilterTable.java | 50 int bucketCount = buffer.getInt(); in createFromSerialization() local
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | MediaHistogram.h | 76 bool MediaHistogram<T>::setup(int bucketCount, T width, T floor) { in setup() 95 int bucketCount = bucketLimits.size() - 1; in setup() local 111 bool MediaHistogram<T>::allocate(int bucketCount, bool withBucketLimits) { in allocate()
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | MediaHistogram.h | 76 bool MediaHistogram<T>::setup(int bucketCount, T width, T floor) { in setup() 95 int bucketCount = bucketLimits.size() - 1; in setup() local 111 bool MediaHistogram<T>::allocate(int bucketCount, bool withBucketLimits) { in allocate()
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | MediaHistogram.h | 76 bool MediaHistogram<T>::setup(int bucketCount, T width, T floor) { in setup() 95 int bucketCount = bucketLimits.size() - 1; in setup() local 111 bool MediaHistogram<T>::allocate(int bucketCount, bool withBucketLimits) { in allocate()
|
/aosp_15_r20/frameworks/av/media/libstagefright/include/media/stagefright/ |
H A D | MediaHistogram.h | 76 bool MediaHistogram<T>::setup(size_t bucketCount, T width, T floor) { in setup() 95 size_t bucketCount = bucketLimits.size() - 1; in setup() local 110 void MediaHistogram<T>::allocate(size_t bucketCount, bool withBucketLimits) { in allocate()
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | MediaHistogram.h | 76 bool MediaHistogram<T>::setup(int bucketCount, T width, T floor) { in setup() 95 int bucketCount = bucketLimits.size() - 1; in setup() local 111 bool MediaHistogram<T>::allocate(int bucketCount, bool withBucketLimits) { in allocate()
|
/aosp_15_r20/packages/modules/StatsD/tests/src/android/cts/statsd/metric/ |
D | ValueMetricsTests.java | 124 int bucketCount = valueData.getData(0).getBucketInfoCount(); in testValueMetric() local 203 int bucketCount = valueData.getData(0).getBucketInfoCount(); in testPullerAcrossBuckets() local 288 int bucketCount = valueData.getData(0).getBucketInfoCount(); in testMultipleEventsPerBucket() local
|
D | GaugeMetricsTests.java | 167 int bucketCount = gaugeData.getData(0).getBucketInfoCount(); in testGaugeMetric() local
|
/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/ |
H A D | Metrics.java | 46 public final int bucketCount; field in Metrics.HistogramInfo 51 public HistogramInfo(int min, int max, int bucketCount) { in HistogramInfo()
|
/aosp_15_r20/external/webrtc/sdk/android/src/java/org/webrtc/ |
H A D | Histogram.java | 29 static public Histogram createCounts(String name, int min, int max, int bucketCount) { in createCounts() 41 private static native long nativeCreateCounts(String name, int min, int max, int bucketCount); in nativeCreateCounts()
|
/aosp_15_r20/frameworks/base/services/tests/powerstatstests/src/com/android/server/powerstats/ |
H A D | IntervalRandomNoiseGeneratorTest.java | 56 final int bucketCount = expectedBuckets.length; in assertDistribution() local 72 int bucketCount, int lowBound, int highBound) { in buildHistogram()
|
/aosp_15_r20/external/setfilters/javatests/com/google/setfilters/cuckoofilter/ |
H A D | CuckooFilterConfigTest.java | 45 public int computeBucketIndex(HashCode hash, int bucketCount) { in computeBucketIndex() 53 int bucketCount, in computeOtherBucketIndex()
|
H A D | CuckooFilterTest.java | 266 final int bucketCount = 1000; in closeToTheoreticalFalsePositiveRate() local
|
/aosp_15_r20/system/core/libcutils/ |
H A D | hashmap.cpp | 36 size_t bucketCount; member 96 static inline size_t calculateIndex(size_t bucketCount, int hash) { in calculateIndex()
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | alphaindextst.cpp | 459 int32_t bucketCount = 0; in HackPinyinTest() local 717 int32_t bucketCount = immIndex->getBucketCount(); in TestChineseUnihan() local
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | alphaindextst.cpp | 459 int32_t bucketCount = 0; in HackPinyinTest() local 717 int32_t bucketCount = immIndex->getBucketCount(); in TestChineseUnihan() local
|
/aosp_15_r20/external/grpc-grpc-java/benchmarks/src/test/java/io/grpc/benchmarks/driver/ |
H A D | LoadClientTest.java | 82 int bucketCount = stats.getLatencies().getBucket(i); in testHistogramToStatsConversion() local
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/os/ |
H A D | BinderLatencyBuckets.java | 39 public BinderLatencyBuckets(int bucketCount, int firstBucketSize, float scaleFactor) { in BinderLatencyBuckets()
|
/aosp_15_r20/frameworks/base/core/java/android/net/ |
H A D | RssiCurve.java | 111 int bucketCount = in.readInt(); in RssiCurve() local
|
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/ |
H A D | TelephonyHistogram.java | 79 public TelephonyHistogram (int category, int id, int bucketCount) { in TelephonyHistogram()
|
/aosp_15_r20/packages/modules/Connectivity/framework-t/src/android/net/ |
D | NetworkStatsHistory.java | 99 private int bucketCount; field in NetworkStatsHistory 112 long[] operations, int bucketCount, long totalBytes) { in NetworkStatsHistory()
|
/aosp_15_r20/external/skia/include/core/ |
H A D | SkTypes.h | 123 # define SK_HISTOGRAM_CUSTOM_MICROSECONDS_TIMES(name, sampleUSec, minUSec, maxUSec, bucketCount) argument
|
/aosp_15_r20/frameworks/base/tests/JankBench/app/src/main/jni/ |
H A D | Bench.cpp | 139 bool Bench::allocateBuckets(size_t bucketCount) { in allocateBuckets()
|