HomeSort by relevance Sort by last modified time
    Searched refs:new_bucket (Results 1 - 6 of 6) sorted by null

  /external/chromium-trace/catapult/telemetry/telemetry/value/
histogram_util.py 66 new_bucket = b
69 new_bucket['count'] = b['count'] - start_histogram_bucket_counts[low]
70 if new_bucket['count'] < 0:
73 if new_bucket['count']:
74 new_buckets.append(new_bucket)
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
base_config_unittest.py 83 self.new_bucket = 'bucket1'
86 self.new_bucket, self.new_remote_path, self.new_dep_path)
250 expected_exists_calls = [mock.call(self.new_bucket, self.new_remote_path)]
251 expected_insert_calls = [mock.call(self.new_bucket, self.new_remote_path,
293 expected_exists_calls = [mock.call(self.new_bucket, self.new_remote_path)]
294 expected_insert_calls = [mock.call(self.new_bucket, self.new_remote_path,
296 expected_copy_calls = [mock.call(self.new_bucket, self.new_bucket,
299 mock.call(self.new_bucket, self.new_bucket,
    [all...]
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/bison/lib/
hash.c 869 struct hash_entry *new_bucket; local
880 new_bucket = safe_hasher (dst, data);
884 if (new_bucket->data)
888 cursor->next = new_bucket->next;
889 new_bucket->next = cursor;
895 new_bucket->data = data;
907 new_bucket = safe_hasher (dst, data);
909 if (new_bucket->data)
919 new_entry->next = new_bucket->next;
920 new_bucket->next = new_entry
    [all...]
  /external/boringssl/src/crypto/lhash/
lhash.c 182 const size_t new_bucket = cur->hash % new_num_buckets; local
184 cur->next = new_buckets[new_bucket];
185 new_buckets[new_bucket] = cur;
  /external/elfutils/src/
unstrip.c 495 Hash_Word *const new_bucket = &new_hash[2]; \
496 Hash_Word *const new_chain = &new_bucket[nbucket]; \
502 new_bucket[i] = map[old_bucket[i] - 1]; \
    [all...]

Completed in 81 milliseconds