Searched refs:new_bucket (Results 1 – 4 of 4) sorted by relevance
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
D | base_config_unittest.py | 84 self.new_bucket = 'bucket1' 87 self.new_bucket, self.new_remote_path, self.new_dep_path) 251 expected_exists_calls = [mock.call(self.new_bucket, self.new_remote_path)] 252 expected_insert_calls = [mock.call(self.new_bucket, self.new_remote_path, 294 expected_exists_calls = [mock.call(self.new_bucket, self.new_remote_path)] 295 expected_insert_calls = [mock.call(self.new_bucket, self.new_remote_path, 297 expected_copy_calls = [mock.call(self.new_bucket, self.new_bucket, 300 mock.call(self.new_bucket, self.new_bucket, 342 expected_exists_calls = [mock.call(self.new_bucket, self.new_remote_path)] 384 expected_exists_calls = [mock.call(self.new_bucket, self.new_remote_path)] [all …]
|
D | uploader_unittest.py | 64 new_bucket = 'new_bucket' 70 new_bucket, new_remote_path, new_local_path) 72 new_bucket, self.remote_path, self.local_path)
|
/external/boringssl/src/crypto/lhash/ |
D | lhash.c | 212 const size_t new_bucket = cur->hash % new_num_buckets; in lh_rebucket() local 214 cur->next = new_buckets[new_bucket]; in lh_rebucket() 215 new_buckets[new_bucket] = cur; in lh_rebucket()
|
/external/elfutils/src/ |
D | unstrip.c | 512 Hash_Word *const new_bucket = &new_hash[2]; \ in adjust_relocs() 513 Hash_Word *const new_chain = &new_bucket[nbucket]; \ in adjust_relocs() 519 new_bucket[i] = map[old_bucket[i] - 1]; \ in adjust_relocs()
|