Home
last modified time | relevance | path

Searched defs:bucket2 (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/common/py_utils/py_utils/
Dcloud_storage.py263 def Move(bucket1, bucket2, remote_path): argument
/external/rust/crates/parking_lot_core/src/
Dparking_lot.rs416 let bucket2 = &hashtable.entries[hash2]; in lock_bucket_pair() localVariable
420 let bucket2 = &hashtable.entries[hash1]; in lock_bucket_pair() localVariable