Home
last modified time | relevance | path

Searched defs:bucket (Results 1 – 25 of 139) sorted by relevance

123456

/external/grpc-grpc/src/core/lib/debug/
Dstats_data.cc365 int bucket = in grpc_stats_inc_call_initial_size() local
388 int bucket = in grpc_stats_inc_poll_events_returned() local
411 int bucket = in grpc_stats_inc_tcp_write_size() local
434 int bucket = in grpc_stats_inc_tcp_write_iov_size() local
457 int bucket = in grpc_stats_inc_tcp_read_size() local
480 int bucket = in grpc_stats_inc_tcp_read_offer() local
504 int bucket = in grpc_stats_inc_tcp_read_offer_iov_size() local
529 int bucket = in grpc_stats_inc_http2_send_message_size() local
554 int bucket = in grpc_stats_inc_http2_send_initial_metadata_per_write() local
579 int bucket = in grpc_stats_inc_http2_send_message_per_write() local
[all …]
/external/libdrm/etnaviv/
Detnaviv_bo_cache.c78 struct etna_bo_bucket *bucket = &cache->cache_bucket[i]; in etna_bo_cache_cleanup() local
104 struct etna_bo_bucket *bucket = &cache->cache_bucket[i]; in get_bucket() local
121 static struct etna_bo *find_in_bucket(struct etna_bo_bucket *bucket, uint32_t flags) in find_in_bucket()
162 struct etna_bo_bucket *bucket; in etna_bo_cache_alloc() local
183 struct etna_bo_bucket *bucket = get_bucket(cache, bo->size); in etna_bo_cache_free() local
/external/libdrm/freedreno/
Dfreedreno_bo_cache.c90 struct fd_bo_bucket *bucket = &cache->cache_bucket[i]; in fd_bo_cache_cleanup() local
117 struct fd_bo_bucket *bucket = &cache->cache_bucket[i]; in get_bucket() local
134 static struct fd_bo *find_in_bucket(struct fd_bo_bucket *bucket, uint32_t flags) in find_in_bucket()
165 struct fd_bo_bucket *bucket; in fd_bo_cache_alloc() local
196 struct fd_bo_bucket *bucket = get_bucket(cache, bo->size); in fd_bo_cache_free() local
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dcloud_storage.py195 def List(bucket): argument
201 def Exists(bucket, remote_path): argument
234 def Delete(bucket, remote_path): argument
240 def Get(bucket, remote_path, local_path): argument
343 def _GetLocked(bucket, remote_path, local_path): argument
364 def Insert(bucket, remote_path, local_path, publicly_readable=False): argument
389 def GetIfHashChanged(cs_path, download_path, bucket, file_hash): argument
408 def GetIfChanged(file_path, bucket): argument
467 def GetFilesInDirectoryIfChanged(directory, bucket): argument
Dcloud_storage_unittest.py54 def _FakeGet(self, bucket, remote_path, local_path): argument
260 def _FakeGetLocked(bucket, expected_hash, file_path): argument
281 def _FakeGetLocked(bucket, expected_hash, file_path): argument
313 def _FakeGetLocked(bucket, expected_hash, file_path): argument
337 def _FakeGetLockedNewHash(bucket, expected_hash, file_path): argument
/external/python/apitools/samples/storage_sample/storage_v1/
Dstorage_v1.py173 def RunWithArgs(self, bucket, entity): argument
202 def RunWithArgs(self, bucket, entity): argument
289 def RunWithArgs(self, bucket): argument
354 def RunWithArgs(self, bucket): argument
425 def RunWithArgs(self, bucket, entity): argument
537 def RunWithArgs(self, bucket, entity): argument
613 def RunWithArgs(self, bucket): argument
665 def RunWithArgs(self, bucket): argument
704 def RunWithArgs(self, bucket): argument
892 def RunWithArgs(self, bucket): argument
[all …]
Dstorage_v1_messages.py260 bucket = _messages.StringField(1) variable in BucketAccessControl
470 bucket = _messages.StringField(1) variable in Notification
597 bucket = _messages.StringField(2) variable in Object
664 bucket = _messages.StringField(1) variable in ObjectAccessControl
866 bucket = _messages.StringField(1, required=True) variable in StorageBucketAccessControlsDeleteRequest
884 bucket = _messages.StringField(1, required=True) variable in StorageBucketAccessControlsGetRequest
895 bucket = _messages.StringField(1, required=True) variable in StorageBucketAccessControlsListRequest
909 bucket = _messages.StringField(1, required=True) variable in StorageBucketsDeleteRequest
925 bucket = _messages.StringField(1, required=True) variable in StorageBucketsGetIamPolicyRequest
954 bucket = _messages.StringField(1, required=True) variable in StorageBucketsGetRequest
[all …]
/external/libchrome/third_party/jinja2/
Dbccache.py146 def load_bytecode(self, bucket): argument
153 def dump_bytecode(self, bucket): argument
190 def set_bucket(self, bucket): argument
260 def _get_cache_filename(self, bucket): argument
263 def load_bytecode(self, bucket): argument
271 def dump_bytecode(self, bucket): argument
344 def load_bytecode(self, bucket): argument
354 def dump_bytecode(self, bucket): argument
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DByteBucketArray.java28 T[] bucket = (T[]) mBuckets[bucketIndex]; in get() local
42 Object[] bucket = mBuckets[bucketIndex]; in editItemAt() local
64 Object[] bucket = mBuckets[bucketIndex]; in set() local
/external/libdrm/
Dxf86drmHash.c124 HashBucketPtr bucket; in drmHashDestroy() local
149 HashBucketPtr bucket; in HashFind() local
175 HashBucketPtr bucket; in drmHashLookup() local
188 HashBucketPtr bucket; in drmHashInsert() local
208 HashBucketPtr bucket; in drmHashDelete() local
/external/v8/src/heap/
Dslot-set.h62 Bucket bucket = LoadBucket<access_mode>(&buckets_[bucket_index]); in Insert() local
85 Bucket bucket = LoadBucket(&buckets_[bucket_index]); in Contains() local
94 Bucket bucket = LoadBucket(&buckets_[bucket_index]); in Remove() local
115 Bucket bucket; in RemoveRange() local
174 Bucket bucket = LoadBucket(&buckets_[bucket_index]); in Lookup() local
193 Bucket bucket = LoadBucket(&buckets_[bucket_index]); in Iterate() local
235 Bucket bucket = LoadBucket(&buckets_[bucket_index]); in PreFreeEmptyBuckets() local
246 Bucket bucket = LoadBucket(&buckets_[bucket_index]); in FreeEmptyBuckets() local
284 void ClearBucket(Bucket bucket, int start_cell, int end_cell) { in ClearBucket()
295 Bucket bucket = LoadBucket(&buckets_[bucket_index]); in PreFreeEmptyBucket() local
[all …]
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/stats/
DIntervalBucketTest.java93 IntervalBucket bucket = new IntervalBucket(START, MINUTE, MEAN, MEASURE_DOUBLE); in testRecord() local
120 IntervalBucket bucket = new IntervalBucket(START, MINUTE, MEAN, MEASURE_DOUBLE); in preventCallingGetFractionOnPastBuckets() local
128 IntervalBucket bucket = new IntervalBucket(START, MINUTE, MEAN, MEASURE_DOUBLE); in preventCallingGetFractionOnFutureBuckets() local
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dhash_map.hpp103 size_t bucket = calculate_hash_value(k) % num_buckets_; in find() local
124 size_t bucket = calculate_hash_value(k) % num_buckets_; in find() local
145 size_t bucket = calculate_hash_value(v.first) % num_buckets_; in insert() local
173 size_t bucket = calculate_hash_value(it->first) % num_buckets_; in erase() local
250 std::size_t bucket = calculate_hash_value(iter->first) % num_buckets_; in rehash() local
/external/mesa3d/src/glx/
Dglxhash.c179 __glxHashBucketPtr bucket; in __glxHashDestroy() local
205 __glxHashBucketPtr bucket; in HashFind() local
234 __glxHashBucketPtr bucket; in __glxHashLookup() local
250 __glxHashBucketPtr bucket; in __glxHashInsert() local
277 __glxHashBucketPtr bucket; in __glxHashDelete() local
337 count_entries(__glxHashBucketPtr bucket) in count_entries()
359 __glxHashBucketPtr bucket; in compute_dist() local
/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc138 static void PartitionBucketInitBase(PartitionBucket* bucket, in PartitionBucketInitBase()
162 PartitionBucket* bucket = &root->buckets()[i]; in PartitionAllocInit() local
213 PartitionBucket* bucket = &root->buckets[0]; in PartitionAllocGenericInit() local
458 PartitionBucketPartitionPages(const PartitionBucket* bucket) { in PartitionBucketPartitionPages()
474 PartitionBucket* bucket) { in PartitionPageSetup()
502 PartitionBucket* bucket = page->bucket; in PartitionPageAllocAndFillFreelist() local
574 static bool PartitionSetNewActivePage(PartitionBucket* bucket) { in PartitionSetNewActivePage()
683 PartitionBucket* bucket = reinterpret_cast<PartitionBucket*>( in PartitionDirectMap() local
756 PartitionBucket* bucket) { in PartitionAllocSlowPath()
919 PartitionBucket* bucket = page->bucket; in PartitionFreeSlowPath() local
[all …]
/external/tensorflow/tensorflow/core/platform/s3/
Ds3_file_system.cc142 Status ParseS3Path(const string& fname, bool empty_object_ok, string* bucket, in ParseS3Path()
169 S3RandomAccessFile(const string& bucket, const string& object, in S3RandomAccessFile()
207 S3WritableFile(const string& bucket, const string& object, in S3WritableFile()
329 string bucket, object; in NewRandomAccessFile() local
337 string bucket, object; in NewWritableFile() local
352 string bucket, object; in NewAppendableFile() local
398 string bucket, prefix; in GetChildren() local
445 string bucket, object; in Stat() local
506 string bucket, object; in DeleteFile() local
522 string bucket, object; in CreateDir() local
[all …]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Drdtsc_core.h109 #define RDTSC_START(bucket) rdtscStart(bucket) argument
110 #define RDTSC_STOP(bucket, count, draw) rdtscStop(bucket, count, draw) argument
111 #define RDTSC_EVENT(bucket, count1, count2) rdtscEvent(bucket, count1, count2) argument
116 #define RDTSC_START(bucket) argument
117 #define RDTSC_STOP(bucket, count, draw) argument
118 #define RDTSC_EVENT(bucket, count1, count2) argument
/external/libchrome/base/sampling_heap_profiler/
Dlock_free_address_hash_set.cc20 for (subtle::AtomicWord bucket : buckets_) { in ~LockFreeAddressHashSet() local
62 for (subtle::AtomicWord bucket : other.buckets_) { in Copy() local
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.cc175 Status ParseGcsPath(StringPiece fname, bool empty_object_ok, string* bucket, in ParseGcsPath()
337 GcsWritableFile(const string& bucket, const string& object, in GcsWritableFile()
361 GcsWritableFile(const string& bucket, const string& object, in GcsWritableFile()
831 string bucket, object; in NewRandomAccessFile() local
899 string bucket, object; in LoadBufferFromGCS() local
957 string bucket, object; in NewWritableFile() local
997 string bucket, object; in NewAppendableFile() local
1022 string bucket, object; in FileExists() local
1048 Status GcsFileSystem::ObjectExists(const string& fname, const string& bucket, in ObjectExists()
1065 const string& bucket, in UncachedStatForObject()
[all …]
/external/libdrm/tests/
Dhash.c87 static int count_entries(HashBucketPtr bucket) in count_entries()
107 HashBucketPtr bucket; in compute_dist() local
/external/libaom/libaom/stats/
Drate_hist.c34 struct hist_bucket bucket[RATE_BINS]; member
117 static int merge_hist_buckets(struct hist_bucket *bucket, int max_buckets, in merge_hist_buckets()
180 static void show_histogram(const struct hist_bucket *bucket, int buckets, in show_histogram()
238 struct hist_bucket bucket[64]; in show_q_histogram() local
/external/libvpx/libvpx/
Drate_hist.c33 struct hist_bucket bucket[RATE_BINS]; member
126 static int merge_hist_buckets(struct hist_bucket *bucket, int max_buckets, in merge_hist_buckets()
194 static void show_histogram(const struct hist_bucket *bucket, int buckets, in show_histogram()
254 struct hist_bucket bucket[64]; in show_q_histogram() local
/external/kmod/shared/
Dhash.c69 struct hash_bucket *bucket, *bucket_end; in hash_free() local
151 struct hash_bucket *bucket = hash->buckets + pos; in hash_add() local
194 struct hash_bucket *bucket = hash->buckets + pos; in hash_add_unique() local
239 const struct hash_bucket *bucket = hash->buckets + pos; in hash_find() local
258 struct hash_bucket *bucket = hash->buckets + pos; in hash_del() local
/external/jemalloc/src/
Dckh.c53 ckh_bucket_search(ckh_t *ckh, size_t bucket, const void *key) in ckh_bucket_search()
73 size_t hashes[2], bucket, cell; in ckh_isearch() local
92 ckh_try_bucket_insert(ckh_t *ckh, size_t bucket, const void *key, in ckh_try_bucket_insert()
130 size_t hashes[2], bucket, tbucket; in ckh_evict_reloc_insert() local
198 size_t hashes[2], bucket; in ckh_try_insert() local
/external/jemalloc_new/src/
Dckh.c63 ckh_bucket_search(ckh_t *ckh, size_t bucket, const void *key) { in ckh_bucket_search()
82 size_t hashes[2], bucket, cell; in ckh_isearch() local
102 ckh_try_bucket_insert(ckh_t *ckh, size_t bucket, const void *key, in ckh_try_bucket_insert()
138 size_t hashes[2], bucket, tbucket; in ckh_evict_reloc_insert() local
206 size_t hashes[2], bucket; in ckh_try_insert() local

123456