Home
last modified time | relevance | path

Searched refs:bucket (Results 1 – 5 of 5) sorted by relevance

/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DHistogram.java62 long bucket = findBucket(value); in Histogram() local
63 mCounts.put(bucket, mCounts.getOrDefault(bucket, 0) + 1); in Histogram()
69 for (long bucket : keys) { in Histogram()
70 if (bucket == Long.MIN_VALUE) { in Histogram()
72 } else if (mMaxCutoff != null && bucket > mMaxCutoff - bucketSize){ in Histogram()
75 mCounts.putIfAbsent(bucket + bucketSize, 0); in Histogram()
/tools/acloud/internal/lib/
Dgstorage_client.py55 bucket=bucket_name, object=object_name)
74 bucket=bucket_name,
96 bucket=bucket_name, name=object_name, media_body=media)
114 bucket=bucket_name, object=object_name)
Dgstorage_client_test.py41 bucket=self.BUCKET, object=self.OBJECT)
57 bucket=self.BUCKET,
90 bucket=self.BUCKET, name=self.OBJECT, media_body=mock_media)
108 bucket=self.BUCKET, object=self.OBJECT)
125 mock.call(bucket=self.BUCKET, object="fake_obj1"),
126 mock.call(bucket=self.BUCKET, object="fake_obj2")
/tools/dexter/slicer/export/slicer/
Dhash_table.h164 for (const auto& bucket : src.buckets_) { in InsertAll() local
165 if (bucket.value != nullptr) { in InsertAll()
166 SLICER_CHECK(Insert(bucket.value)); in InsertAll()
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...