Home
last modified time | relevance | path

Searched refs:bucket1 (Results 1 – 5 of 5) sorted by relevance

/external/skia/site/docs/dev/contrib/
Dcqkeywords.md50 Cq-Include-Trybots: bucket1:bot1,bot2;bucket2:bot3,bot4
54 Cq-Include-Trybots: bucket1:bot1
55 Cq-Include-Trybots: bucket1:bot2
/external/rust/crates/parking_lot_core/src/
Dparking_lot.rs400 let bucket1 = if hash1 <= hash2 { in lock_bucket_pair() localVariable
407 bucket1.mutex.lock(); in lock_bucket_pair()
414 return (bucket1, bucket1); in lock_bucket_pair()
418 return (bucket1, bucket2); in lock_bucket_pair()
422 return (bucket2, bucket1); in lock_bucket_pair()
428 unsafe { bucket1.mutex.unlock() }; in lock_bucket_pair()
438 unsafe fn unlock_bucket_pair(bucket1: &Bucket, bucket2: &Bucket) { in unlock_bucket_pair()
439 bucket1.mutex.unlock(); in unlock_bucket_pair()
440 if !ptr::eq(bucket1, bucket2) { in unlock_bucket_pair()
/external/elfutils/src/
Delfcmp.c849 const Hash_Word *const bucket1 = &hash1[2]; \ in hash_content_equivalent()
850 const Hash_Word *const chain1 = &bucket1[nbucket]; \ in hash_content_equivalent()
860 if (bucket1[i] >= nchain || bucket2[i] >= nchain) \ in hash_content_equivalent()
864 for (size_t p = bucket1[i]; p != STN_UNDEF; p = chain1[p]) \ in hash_content_equivalent()
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dcloud_storage.py263 def Move(bucket1, bucket2, remote_path): argument
264 url1 = 'gs://%s/%s' % (bucket1, remote_path)
/external/skqp/site/dev/contrib/
Dcqkeywords.md33 CQ_INCLUDE_TRYBOTS=bucket1:bot1,bot2;bucket2:bot3,bot4