Home
last modified time | relevance | path

Searched defs:bucket1 (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/common/py_utils/py_utils/
Dcloud_storage.py263 def Move(bucket1, bucket2, remote_path): argument
/external/cronet/base/metrics/
Dsparse_histogram_unittest.cc468 const base::Value::Dict* bucket1 = buckets_list[0].GetIfDict(); in TEST_P() local
Dhistogram_unittest.cc998 const base::Value::Dict* bucket1 = buckets_list[0].GetIfDict(); in TEST_P() local
/external/rust/crates/parking_lot_core/src/
Dparking_lot.rs424 let bucket1 = if hash1 <= hash2 { in lock_bucket_pair() localVariable