Home
last modified time | relevance | path

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

1234

/external/chromium-trace/catapult/common/py_utils/py_utils/
Dcloud_storage.py189 def List(bucket): argument
195 def Exists(bucket, remote_path): argument
228 def Delete(bucket, remote_path): argument
234 def Get(bucket, remote_path, local_path): argument
337 def _GetLocked(bucket, remote_path, local_path): argument
358 def Insert(bucket, remote_path, local_path, publicly_readable=False): argument
383 def GetIfHashChanged(cs_path, download_path, bucket, file_hash): argument
402 def GetIfChanged(file_path, bucket): argument
426 def GetFilesInDirectoryIfChanged(directory, bucket): argument
/external/libmojo/third_party/jinja2/
Dbccache.py138 def load_bytecode(self, bucket): argument
145 def dump_bytecode(self, bucket): argument
182 def set_bucket(self, bucket): argument
209 def _get_cache_filename(self, bucket): argument
212 def load_bytecode(self, bucket): argument
220 def dump_bytecode(self, bucket): argument
293 def load_bytecode(self, bucket): argument
303 def dump_bytecode(self, bucket): argument
/external/bison/lib/
Dhash.c57 struct hash_entry *bucket; member
176 struct hash_entry const *bucket; in hash_get_max_bucket_length() local
203 struct hash_entry const *bucket; in hash_table_ok() local
263 struct hash_entry const *bucket = safe_hasher (table, entry); in hash_lookup() local
290 struct hash_entry const *bucket; in hash_get_first() local
309 struct hash_entry const *bucket = safe_hasher (table, entry); in hash_get_next() local
340 struct hash_entry const *bucket; in hash_get_entries() local
372 struct hash_entry const *bucket; in hash_do_for_each() local
655 struct hash_entry *bucket; in hash_clear() local
698 struct hash_entry *bucket; in hash_free() local
[all …]
/external/libdrm/
Dxf86drmHash.c127 HashBucketPtr bucket; in drmHashDestroy() local
152 HashBucketPtr bucket; in HashFind() local
178 HashBucketPtr bucket; in drmHashLookup() local
191 HashBucketPtr bucket; in drmHashInsert() local
214 HashBucketPtr bucket; in drmHashDelete() 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/libchrome/base/trace_event/
Dtrace_sampling_thread.cc22 TRACE_EVENT_API_ATOMIC_WORD* bucket; member in base::trace_event::TraceBucketData
73 TRACE_EVENT_API_ATOMIC_WORD* bucket, in RegisterSampleBucket()
99 TraceBucketData::TraceBucketData(base::subtle::AtomicWord* bucket, in TraceBucketData()
Dheap_profiler_heap_dump_writer.cc79 std::vector<Bucket> GetSubbuckets(const Bucket& bucket, in GetSubbuckets()
131 std::vector<Bucket> BreakDownBy(const Bucket& bucket, in BreakDownBy()
192 bool HeapDumpWriter::AddEntryForBucket(const Bucket& bucket) { in AddEntryForBucket()
220 void HeapDumpWriter::BreakDown(const Bucket& bucket) { in BreakDown()
/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/chromium-trace/catapult/telemetry/telemetry/wpr/
Darchive_info.py20 def AssertValidCloudStorageBucket(bucket): argument
30 def __init__(self, file_path, data, bucket): argument
48 def FromFile(cls, file_path, bucket): argument
/external/libdrm/freedreno/
Dfreedreno_bo.c95 struct fd_bo_bucket *bucket = &dev->cache_bucket[i]; in fd_cleanup_bo_cache() local
121 struct fd_bo_bucket *bucket = &dev->cache_bucket[i]; in get_bucket() local
139 struct fd_bo_bucket *bucket, uint32_t flags) in find_in_bucket()
177 struct fd_bo_bucket *bucket; in fd_bo_new() local
304 struct fd_bo_bucket *bucket = get_bucket(dev, bo->size); in fd_bo_del() local
/external/libdrm/tests/
Dhash.c87 static int count_entries(HashBucketPtr bucket) in count_entries()
107 HashBucketPtr bucket; in compute_dist() 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
Dhash.h9 unsigned int bucket; member
/external/mesa3d/src/mesa/program/
Dhash_table.c115 const unsigned bucket = hash_value % ht->num_buckets; in get_node() local
141 const unsigned bucket = hash_value % ht->num_buckets; in hash_table_insert() local
156 const unsigned bucket = hash_value % ht->num_buckets; in hash_table_replace() local
196 int bucket; in hash_table_call_foreach() local
/external/autotest/site_utils/
Dlxc_functional_test.py106 def setup_base(bucket): argument
117 def setup_test(bucket, name, skip_cleanup): argument
/external/autotest/server/cros/
Dgsutil_wrapper.py11 def copy_private_bucket(host, bucket, filename, destination, timeout_s=30): argument
/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/chromium-trace/catapult/telemetry/telemetry/testing/
Dsystem_stub.py158 def CheckPermissionLevelForBucket(self, bucket): argument
198 def ChangeRemoteHashForTesting(self, bucket, remote_path, new_hash): argument
201 def List(self, bucket): argument
209 def Exists(self, bucket, remote_path): argument
213 def Insert(self, bucket, remote_path, local_path): argument
222 def GetHelper(self, bucket, remote_path, local_path, only_if_changed): argument
237 def Get(self, bucket, remote_path, local_path): argument
241 def GetIfChanged(self, local_path, bucket=None): argument
256 def GetFilesInDirectoryIfChanged(self, directory, bucket): argument
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3collections.c133 ANTLR3_UINT32 bucket; // Used to traverse the buckets in antlr3HashTableNew() local
197 ANTLR3_UINT32 bucket; /* Used to traverse the buckets */ in antlr3HashFree() local
277 pANTLR3_HASH_BUCKET bucket; in antlr3HashRemoveI() local
334 pANTLR3_HASH_BUCKET bucket; in antlr3HashRemove() local
447 pANTLR3_HASH_BUCKET bucket; in antlr3HashGetI() local
486 pANTLR3_HASH_BUCKET bucket; in antlr3HashGet() local
526 pANTLR3_HASH_BUCKET bucket; in antlr3HashPutI() local
597 pANTLR3_HASH_BUCKET bucket; in antlr3HashPut() local
767 pANTLR3_HASH_BUCKET bucket; in antlr3EnumNextEntry() local
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Dcloud_storage_info_unittest.py132 def _GetIfHashChangedMock(cs_path, download_path, bucket, file_hash): argument
156 def _GetIfHashChangedMock(cs_path, download_path, bucket, file_hash): argument
Duploader.py17 def __init__(self, bucket, remote_path, local_path, cs_backup_path=None): argument
/external/libnl/lib/route/qdisc/
Dtbf.c190 int bucket) in calc_limit()
262 static inline int calc_cell_log(int cell, int bucket) in calc_cell_log()
276 void rtnl_qdisc_tbf_set_rate(struct rtnl_qdisc *qdisc, int rate, int bucket, in rtnl_qdisc_tbf_set_rate()
359 int rtnl_qdisc_tbf_set_peakrate(struct rtnl_qdisc *qdisc, int rate, int bucket, in rtnl_qdisc_tbf_set_peakrate()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_mm.c29 struct mm_bucket bucket[MM_NUM_BUCKETS]; member
160 struct mm_bucket *bucket; in nouveau_mm_allocate() local
213 struct mm_bucket *bucket = mm_bucket_by_order(slab->cache, slab->order); in nouveau_mm_free() local
/external/v8/tools/
Deval_gc_nvp.py24 def bucket_to_range(self, bucket): argument
39 def bucket_to_range(self, bucket): argument

1234