/external/opencensus-java/api/src/test/java/io/opencensus/metrics/export/ |
D | DistributionTest.java | 25 import io.opencensus.metrics.export.Distribution.Bucket; 52 Bucket bucket = Bucket.create(98); in createAndGet_Bucket() local 53 assertThat(bucket.getCount()).isEqualTo(98); in createAndGet_Bucket() 54 assertThat(bucket.getExemplar()).isNull(); in createAndGet_Bucket() 60 Bucket bucket = Bucket.create(7, exemplar); in createAndGet_BucketWithExemplar() local 61 assertThat(bucket.getCount()).isEqualTo(7); in createAndGet_BucketWithExemplar() 62 assertThat(bucket.getExemplar()).isEqualTo(exemplar); in createAndGet_BucketWithExemplar() 69 Bucket.create(1, null); in createBucket_preventNullExemplar() 103 thrown.expectMessage("bucket boundary should be > 0"); in createAndGet_ExplicitBucketsNegativeBounds() 136 thrown.expectMessage("bucket boundaries not sorted."); in createBucketOptions_UnorderedBucketBounds() [all …]
|
/external/python/google-api-python-client/docs/dyn/ |
D | storage_v1beta2.buckets.html | 78 …<code><a href="#delete">delete(bucket, ifMetagenerationMatch=None, ifMetagenerationNotMatch=None)<… 79 <p class="firstline">Permanently deletes an empty bucket.</p> 81 …<code><a href="#get">get(bucket, projection=None, ifMetagenerationMatch=None, ifMetagenerationNotM… 82 <p class="firstline">Returns metadata for the specified bucket.</p> 85 <p class="firstline">Creates a new bucket.</p> 93 …<code><a href="#patch">patch(bucket, body, projection=None, ifMetagenerationMatch=None, ifMetagene… 94 <p class="firstline">Updates a bucket. This method supports patch semantics.</p> 96 …<code><a href="#update">update(bucket, body, projection=None, ifMetagenerationMatch=None, ifMetage… 97 <p class="firstline">Updates a bucket.</p> 100 …<code class="details" id="delete">delete(bucket, ifMetagenerationMatch=None, ifMetagenerationNotMa… [all …]
|
D | storage_v1.buckets.html | 78 …<code><a href="#delete">delete(bucket, ifMetagenerationMatch=None, userProject=None, ifMetagenerat… 79 <p class="firstline">Permanently deletes an empty bucket.</p> 81 …<code><a href="#get">get(bucket, projection=None, ifMetagenerationMatch=None, userProject=None, if… 82 <p class="firstline">Returns metadata for the specified bucket.</p> 84 <code><a href="#getIamPolicy">getIamPolicy(bucket, userProject=None)</a></code></p> 85 <p class="firstline">Returns an IAM policy for the specified bucket.</p> 88 <p class="firstline">Creates a new bucket.</p> 96 …<code><a href="#patch">patch(bucket, body, projection=None, ifMetagenerationMatch=None, userProjec… 97 <p class="firstline">Updates a bucket. Changes to the bucket will be readable immediately after wri… 99 <code><a href="#setIamPolicy">setIamPolicy(bucket, body, userProject=None)</a></code></p> [all …]
|
D | storage_v1beta1.buckets.html | 78 <code><a href="#delete">delete(bucket)</a></code></p> 79 <p class="firstline">Deletes an empty bucket.</p> 81 <code><a href="#get">get(bucket, projection=None)</a></code></p> 82 <p class="firstline">Returns metadata for the specified bucket.</p> 85 <p class="firstline">Creates a new bucket.</p> 93 <code><a href="#patch">patch(bucket, body, projection=None)</a></code></p> 94 <p class="firstline">Updates a bucket. This method supports patch semantics.</p> 96 <code><a href="#update">update(bucket, body, projection=None)</a></code></p> 97 <p class="firstline">Updates a bucket.</p> 100 <code class="details" id="delete">delete(bucket)</code> [all …]
|
D | storage_v1beta1.bucketAccessControls.html | 78 <code><a href="#delete">delete(bucket, entity)</a></code></p> 79 <p class="firstline">Deletes the ACL entry for the specified entity on the specified bucket.</p> 81 <code><a href="#get">get(bucket, entity)</a></code></p> 82 <p class="firstline">Returns the ACL entry for the specified entity on the specified bucket.</p> 84 <code><a href="#insert">insert(bucket, body)</a></code></p> 85 <p class="firstline">Creates a new ACL entry on the specified bucket.</p> 87 <code><a href="#list">list(bucket)</a></code></p> 88 <p class="firstline">Retrieves ACL entries on the specified bucket.</p> 90 <code><a href="#patch">patch(bucket, entity, body)</a></code></p> 91 <p class="firstline">Updates an ACL entry on the specified bucket. This method supports patch seman… [all …]
|
D | storage_v1beta2.bucketAccessControls.html | 78 <code><a href="#delete">delete(bucket, entity)</a></code></p> 79 …"firstline">Permanently deletes the ACL entry for the specified entity on the specified bucket.</p> 81 <code><a href="#get">get(bucket, entity)</a></code></p> 82 <p class="firstline">Returns the ACL entry for the specified entity on the specified bucket.</p> 84 <code><a href="#insert">insert(bucket, body)</a></code></p> 85 <p class="firstline">Creates a new ACL entry on the specified bucket.</p> 87 <code><a href="#list">list(bucket)</a></code></p> 88 <p class="firstline">Retrieves ACL entries on the specified bucket.</p> 90 <code><a href="#patch">patch(bucket, entity, body)</a></code></p> 91 <p class="firstline">Updates an ACL entry on the specified bucket. This method supports patch seman… [all …]
|
D | storage_v1.bucketAccessControls.html | 78 <code><a href="#delete">delete(bucket, entity, userProject=None)</a></code></p> 79 …"firstline">Permanently deletes the ACL entry for the specified entity on the specified bucket.</p> 81 <code><a href="#get">get(bucket, entity, userProject=None)</a></code></p> 82 <p class="firstline">Returns the ACL entry for the specified entity on the specified bucket.</p> 84 <code><a href="#insert">insert(bucket, body, userProject=None)</a></code></p> 85 <p class="firstline">Creates a new ACL entry on the specified bucket.</p> 87 <code><a href="#list">list(bucket, userProject=None)</a></code></p> 88 <p class="firstline">Retrieves ACL entries on the specified bucket.</p> 90 <code><a href="#patch">patch(bucket, entity, body, userProject=None)</a></code></p> 91 <p class="firstline">Updates an ACL entry on the specified bucket. This method supports patch seman… [all …]
|
D | monitoring_v3.projects.collectdTimeSeries.html | 100 …on a sequence of buckets and gives a count of values that fall into each bucket. The boundaries of… 102 …bucket specified in bucket_options. The sum of the values in bucketCounts must equal the value in … 105 …bucket boundaries used to create a histogram for the distribution. The buckets can be in a linear … 106 …. Each bucket represents a constant relative uncertainty on a specific value in the bucket.There a… 111 …bucket represents a constant absolute uncertainty on the specific value in the bucket.There are nu… 114 "offset": 3.14, # Lower bound of the first bucket. 116 … buckets with arbitrary widths.There are size(bounds) + 1 (= N) buckets. Bucket i has the followin… 144 …on a sequence of buckets and gives a count of values that fall into each bucket. The boundaries of… 146 …bucket specified in bucket_options. The sum of the values in bucketCounts must equal the value in … 149 …bucket boundaries used to create a histogram for the distribution. The buckets can be in a linear … [all …]
|
D | storage_v1beta2.defaultObjectAccessControls.html | 78 <code><a href="#delete">delete(bucket, entity)</a></code></p> 79 …manently deletes the default object ACL entry for the specified entity on the specified bucket.</p> 81 <code><a href="#get">get(bucket, entity)</a></code></p> 82 …rstline">Returns the default object ACL entry for the specified entity on the specified bucket.</p> 84 <code><a href="#insert">insert(bucket, body)</a></code></p> 85 <p class="firstline">Creates a new default object ACL entry on the specified bucket.</p> 87 …<code><a href="#list">list(bucket, ifMetagenerationMatch=None, ifMetagenerationNotMatch=None)</a><… 88 <p class="firstline">Retrieves default object ACL entries on the specified bucket.</p> 90 <code><a href="#patch">patch(bucket, entity, body)</a></code></p> 91 <p class="firstline">Updates a default object ACL entry on the specified bucket. This method suppor… [all …]
|
/external/v8/src/heap/ |
D | slot-set.h | 26 // Each bucket is a bitmap with a bit corresponding to a single slot offset. 30 FREE_EMPTY_BUCKETS, // An empty bucket will be deallocated immediately. 31 PREFREE_EMPTY_BUCKETS, // An empty bucket will be unlinked from the slot 34 KEEP_EMPTY_BUCKETS // An empty bucket will be kept. 54 // allocation of the bucket is not thread-safe. 62 Bucket bucket = LoadBucket<access_mode>(&buckets_[bucket_index]); in Insert() local 63 if (bucket == nullptr) { in Insert() 64 bucket = AllocateBucket(); in Insert() 65 if (!SwapInNewBucket<access_mode>(&buckets_[bucket_index], bucket)) { in Insert() 66 DeleteArray<uint32_t>(bucket); in Insert() [all …]
|
/external/libaom/libaom/stats/ |
D | rate_hist.c | 34 struct hist_bucket bucket[RATE_BINS]; member 57 hist->bucket[i].low = INT_MAX; in init_rate_histogram() 58 hist->bucket[i].high = 0; in init_rate_histogram() 59 hist->bucket[i].count = 0; in init_rate_histogram() 109 if (hist->bucket[idx].low > avg_bitrate) in update_rate_histogram() 110 hist->bucket[idx].low = (int)avg_bitrate; in update_rate_histogram() 111 if (hist->bucket[idx].high < avg_bitrate) in update_rate_histogram() 112 hist->bucket[idx].high = (int)avg_bitrate; in update_rate_histogram() 113 hist->bucket[idx].count++; in update_rate_histogram() 117 static int merge_hist_buckets(struct hist_bucket *bucket, int max_buckets, in merge_hist_buckets() argument [all …]
|
/external/libvpx/libvpx/ |
D | rate_hist.c | 33 struct hist_bucket bucket[RATE_BINS]; member 62 hist->bucket[i].low = INT_MAX; in init_rate_histogram() 63 hist->bucket[i].high = 0; in init_rate_histogram() 64 hist->bucket[i].count = 0; in init_rate_histogram() 118 if (hist->bucket[idx].low > avg_bitrate) in update_rate_histogram() 119 hist->bucket[idx].low = (int)avg_bitrate; in update_rate_histogram() 120 if (hist->bucket[idx].high < avg_bitrate) in update_rate_histogram() 121 hist->bucket[idx].high = (int)avg_bitrate; in update_rate_histogram() 122 hist->bucket[idx].count++; in update_rate_histogram() 126 static int merge_hist_buckets(struct hist_bucket *bucket, int max_buckets, in merge_hist_buckets() argument [all …]
|
/external/python/apitools/samples/storage_sample/storage_v1/ |
D | storage_v1_client.py | 56 """Permanently deletes the ACL entry for the specified entity on the specified bucket. 71 ordered_params=[u'bucket', u'entity'], 72 path_params=[u'bucket', u'entity'], 74 relative_path=u'b/{bucket}/acl/{entity}', 82 """Returns the ACL entry for the specified entity on the specified bucket. 97 ordered_params=[u'bucket', u'entity'], 98 path_params=[u'bucket', u'entity'], 100 relative_path=u'b/{bucket}/acl/{entity}', 108 """Creates a new ACL entry on the specified bucket. 123 ordered_params=[u'bucket'], [all …]
|
D | storage_v1_messages.py | 16 class Bucket(_messages.Message): class 17 """A bucket. 21 LifecycleValue: The bucket's lifecycle configuration. See lifecycle 23 LoggingValue: The bucket's logging configuration, which defines the 24 destination bucket and optional name prefix for the current bucket's 26 OwnerValue: The owner of the bucket. This is always the project team's 28 VersioningValue: The bucket's versioning configuration. 29 WebsiteValue: The bucket's website configuration, controlling how the 30 service behaves when accessing bucket contents as a web site. See the 34 acl: Access controls on the bucket. [all …]
|
D | storage_v1.py | 168 usage = """bucketAccessControls_delete <bucket> <entity>""" 173 def RunWithArgs(self, bucket, entity): argument 175 specified bucket. 178 bucket: Name of a bucket. 186 bucket=bucket.decode('utf8'), 197 usage = """bucketAccessControls_get <bucket> <entity>""" 202 def RunWithArgs(self, bucket, entity): argument 203 """Returns the ACL entry for the specified entity on the specified bucket. 206 bucket: Name of a bucket. 214 bucket=bucket.decode('utf8'), [all …]
|
/external/kmod/shared/ |
D | hash.c | 69 struct hash_bucket *bucket, *bucket_end; in hash_free() local 74 bucket = hash->buckets; in hash_free() 75 bucket_end = bucket + hash->n_buckets; in hash_free() 76 for (; bucket < bucket_end; bucket++) { in hash_free() 79 entry = bucket->entries; in hash_free() 80 entry_end = entry + bucket->used; in hash_free() 84 free(bucket->entries); in hash_free() 151 struct hash_bucket *bucket = hash->buckets + pos; in hash_add() local 154 if (bucket->used + 1 >= bucket->total) { in hash_add() 155 unsigned new_total = bucket->total + hash->step; in hash_add() [all …]
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | AlphabeticIndex.java | 19 import com.ibm.icu.text.AlphabeticIndex.Bucket; 20 import com.ibm.icu.text.AlphabeticIndex.Bucket.LabelType; 43 * (bucket) of a larger "target" list. That is, each label corresponds to a bucket in 44 * the target list, where everything in the bucket is greater than or equal to the character 46 * they will be in sorted order in the right bucket. 51 * into an inflow bucket between the other two scripts. 72 * for (AlphabeticIndex.Bucket<Integer> bucket : index) { 73 * if (showAll || bucket.size() != 0) { 74 * showLabelAtTop(UI, bucket.getLabel()); 80 * for (AlphabeticIndex.Bucket<Integer> bucket : index) { [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | AlphabeticIndex.java | 20 import android.icu.text.AlphabeticIndex.Bucket; 21 import android.icu.text.AlphabeticIndex.Bucket.LabelType; 44 * (bucket) of a larger "target" list. That is, each label corresponds to a bucket in 45 * the target list, where everything in the bucket is greater than or equal to the character 47 * they will be in sorted order in the right bucket. 52 * into an inflow bucket between the other two scripts. 73 * for (AlphabeticIndex.Bucket<Integer> bucket : index) { 74 * if (showAll || bucket.size() != 0) { 75 * showLabelAtTop(UI, bucket.getLabel()); 81 * for (AlphabeticIndex.Bucket<Integer> bucket : index) { [all …]
|
/external/python/apitools/samples/storage_sample/ |
D | storage_v1.json | 93 "Bucket": { object 94 "id": "Bucket", 96 "description": "A bucket.", 100 "description": "Access controls on the bucket.", 112 "description": "The bucket's Cross-Origin Resource Sharing (CORS) configuration.", 154 "description": "HTTP 1.1 Entity tag for the bucket." 158 "description": "The ID of the bucket." 162 "description": "The kind of item this is. For buckets, this is always storage#bucket.", 163 "default": "storage#bucket" 167 …"description": "The bucket's lifecycle configuration. See lifecycle management for more informatio… [all …]
|
/external/pdfium/third_party/base/allocator/partition_allocator/ |
D | partition_alloc.cc | 44 "generic smallest bucket"); 63 // This works out reasonably for the current bucket sizes of the generic in PartitionBucketNumSystemPages() 138 static void PartitionBucketInitBase(PartitionBucket* bucket, in PartitionBucketInitBase() argument 140 bucket->active_pages_head = &PartitionRootGeneric::gSeedPage; in PartitionBucketInitBase() 141 bucket->empty_pages_head = 0; in PartitionBucketInitBase() 142 bucket->decommitted_pages_head = 0; in PartitionBucketInitBase() 143 bucket->num_full_pages = 0; in PartitionBucketInitBase() 144 bucket->num_system_pages_per_slot_span = in PartitionBucketInitBase() 145 PartitionBucketNumSystemPages(bucket->slot_size); in PartitionBucketInitBase() 162 PartitionBucket* bucket = &root->buckets()[i]; in PartitionAllocInit() local [all …]
|
/external/tensorflow/tensorflow/core/lib/gtl/ |
D | flatrep.h | 32 // structure it as an array of buckets where each bucket holds 42 // FlatMap passes in a bucket that contains keys and values, FlatSet 43 // passes in a bucket that does not contain values. 44 template <typename Key, typename Bucket, class Hash, class Eq> 47 // kWidth is the number of entries stored in a bucket. 79 Bucket* start() const { return array_; } in start() 80 Bucket* limit() const { return end_; } in limit() 101 for (Bucket* b = array_; b != end_; b++) { in clear_no_resize() 133 Bucket* b; 138 // 1. Bottom 8 bits are stored in bucket to help speed up comparisons. [all …]
|
/external/libdrm/ |
D | xf86drmHash.c | 124 HashBucketPtr bucket; in drmHashDestroy() local 131 for (bucket = table->buckets[i]; bucket;) { in drmHashDestroy() 132 next = bucket->next; in drmHashDestroy() 133 drmFree(bucket); in drmHashDestroy() 134 bucket = next; in drmHashDestroy() 141 /* Find the bucket and organize the list so that this bucket is at the 149 HashBucketPtr bucket; in HashFind() local 153 for (bucket = table->buckets[hash]; bucket; bucket = bucket->next) { in HashFind() 154 if (bucket->key == key) { in HashFind() 157 prev->next = bucket->next; in HashFind() [all …]
|
/external/syzkaller/vendor/cloud.google.com/go/storage/ |
D | acl.go | 51 … a grant for a role to an entity (user, group or team) for a Google Cloud Storage object or bucket. 57 // ACLHandle provides operations on an access control list for a Google Cloud Storage bucket or obj… 60 bucket string member 103 req := a.c.raw.DefaultObjectAccessControls.List(a.bucket) 109 …return nil, fmt.Errorf("storage: error listing default object ACL for bucket %q: %v", a.bucket, er… 116 req := a.c.raw.DefaultObjectAccessControls.Delete(a.bucket, string(entity)) 121 … fmt.Errorf("storage: error deleting default ACL entry for bucket %q, entity %q: %v", a.bucket, en… 130 req := a.c.raw.BucketAccessControls.List(a.bucket) 136 return nil, fmt.Errorf("storage: error listing bucket ACL for bucket %q: %v", a.bucket, err) 148 Bucket: a.bucket, [all …]
|
/external/syzkaller/vendor/google.golang.org/api/storage/v1/ |
D | storage-api.json | 94 "Bucket": { object 95 "id": "Bucket", 97 "description": "A bucket.", 101 "description": "Access controls on the bucket.", 113 "description": "The bucket's billing configuration.", 117 "description": "When set to true, bucket is requester pays." 123 "description": "The bucket's Cross-Origin Resource Sharing (CORS) configuration.", 174 "description": "HTTP 1.1 Entity tag for the bucket." 178 "description": "The ID of the bucket. For buckets, the id and name properities are the same." 182 "description": "The kind of item this is. For buckets, this is always storage#bucket.", [all …]
|
/external/libcxx/test/std/containers/unord/unord.multiset/ |
D | local_iterators.pass.cpp | 45 C::size_type b = c.bucket(0); in main() 50 b = c.bucket(1); in main() 58 b = c.bucket(2); in main() 66 b = c.bucket(3); in main() 72 b = c.bucket(4); in main() 78 b = c.bucket(5); in main() 83 b = c.bucket(6); in main() 103 C::size_type b = c.bucket(0); in main() 108 b = c.bucket(1); in main() 116 b = c.bucket(2); in main() [all …]
|