| /external/chromium-trace/catapult/common/py_utils/py_utils/ |
| D | cloud_storage.py | 189 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/ |
| D | bccache.py | 138 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/ |
| D | hash.c | 57 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/ |
| D | xf86drmHash.c | 127 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/ |
| D | hash_map.hpp | 103 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/ |
| D | trace_sampling_thread.cc | 22 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()
|
| D | heap_profiler_heap_dump_writer.cc | 79 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/ |
| D | glxhash.c | 179 __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/ |
| D | archive_info.py | 20 def AssertValidCloudStorageBucket(bucket): argument 30 def __init__(self, file_path, data, bucket): argument 48 def FromFile(cls, file_path, bucket): argument
|
| /external/libdrm/freedreno/ |
| D | freedreno_bo.c | 95 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/ |
| D | hash.c | 87 static int count_entries(HashBucketPtr bucket) in count_entries() 107 HashBucketPtr bucket; in compute_dist() local
|
| /external/libvpx/libvpx/ |
| D | rate_hist.c | 33 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/ |
| D | hash.c | 69 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
|
| D | hash.h | 9 unsigned int bucket; member
|
| /external/mesa3d/src/mesa/program/ |
| D | hash_table.c | 115 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/ |
| D | lxc_functional_test.py | 106 def setup_base(bucket): argument 117 def setup_test(bucket, name, skip_cleanup): argument
|
| /external/autotest/server/cros/ |
| D | gsutil_wrapper.py | 11 def copy_private_bucket(host, bucket, filename, destination, timeout_s=30): argument
|
| /external/jemalloc/src/ |
| D | ckh.c | 53 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/ |
| D | system_stub.py | 158 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/ |
| D | antlr3collections.c | 133 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/ |
| D | cloud_storage_info_unittest.py | 132 def _GetIfHashChangedMock(cs_path, download_path, bucket, file_hash): argument 156 def _GetIfHashChangedMock(cs_path, download_path, bucket, file_hash): argument
|
| D | uploader.py | 17 def __init__(self, bucket, remote_path, local_path, cs_backup_path=None): argument
|
| /external/libnl/lib/route/qdisc/ |
| D | tbf.c | 190 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/ |
| D | nouveau_mm.c | 29 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/ |
| D | eval_gc_nvp.py | 24 def bucket_to_range(self, bucket): argument 39 def bucket_to_range(self, bucket): argument
|