Home
last modified time | relevance | path

Searched defs:bucketCount (Results 1 – 25 of 219) sorted by relevance

123456789

/aosp_15_r20/external/setfilters/java/com/google/setfilters/cuckoofilter/
H A DCuckooFilterConfig.java149 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 DCuckooFilterStrategies.java47 public int computeBucketIndex(HashCode hash, int bucketCount) { in SIMPLE_MOD()
55 int bucketCount, in SIMPLE_MOD()
H A DCuckooFilterTable.java50 int bucketCount = buffer.getInt(); in createFromSerialization() local
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaHistogram.h76 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/
DMediaHistogram.h76 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/
DMediaHistogram.h76 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 DMediaHistogram.h76 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/
DMediaHistogram.h76 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/
DValueMetricsTests.java124 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
DGaugeMetricsTests.java167 int bucketCount = gaugeData.getData(0).getBucketInfoCount(); in testGaugeMetric() local
/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/
H A DMetrics.java46 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 DHistogram.java29 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 DIntervalRandomNoiseGeneratorTest.java56 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 DCuckooFilterConfigTest.java45 public int computeBucketIndex(HashCode hash, int bucketCount) { in computeBucketIndex()
53 int bucketCount, in computeOtherBucketIndex()
H A DCuckooFilterTest.java266 final int bucketCount = 1000; in closeToTheoreticalFalsePositiveRate() local
/aosp_15_r20/system/core/libcutils/
H A Dhashmap.cpp36 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 Dalphaindextst.cpp459 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 Dalphaindextst.cpp459 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 DLoadClientTest.java82 int bucketCount = stats.getLatencies().getBucket(i); in testHistogramToStatsConversion() local
/aosp_15_r20/frameworks/base/core/java/com/android/internal/os/
H A DBinderLatencyBuckets.java39 public BinderLatencyBuckets(int bucketCount, int firstBucketSize, float scaleFactor) { in BinderLatencyBuckets()
/aosp_15_r20/frameworks/base/core/java/android/net/
H A DRssiCurve.java111 int bucketCount = in.readInt(); in RssiCurve() local
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/
H A DTelephonyHistogram.java79 public TelephonyHistogram (int category, int id, int bucketCount) { in TelephonyHistogram()
/aosp_15_r20/packages/modules/Connectivity/framework-t/src/android/net/
DNetworkStatsHistory.java99 private int bucketCount; field in NetworkStatsHistory
112 long[] operations, int bucketCount, long totalBytes) { in NetworkStatsHistory()
/aosp_15_r20/external/skia/include/core/
H A DSkTypes.h123 # 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 DBench.cpp139 bool Bench::allocateBuckets(size_t bucketCount) { in allocateBuckets()

123456789