Home
last modified time | relevance | path

Searched defs:bucket2 (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.cc475 const base::Value::Dict* bucket2 = buckets_list[1].GetIfDict(); in TEST_P() local
Dhistogram_unittest.cc1005 const base::Value::Dict* bucket2 = buckets_list[1].GetIfDict(); in TEST_P() local
/external/rust/crates/parking_lot_core/src/
Dparking_lot.rs440 let bucket2 = &hashtable.entries[hash2]; in lock_bucket_pair() localVariable
444 let bucket2 = &hashtable.entries[hash1]; in lock_bucket_pair() localVariable