Home
last modified time | relevance | path

Searched defs:uuid3 (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/uuid/src/
Dv6.rs196 let uuid3 = Uuid::new_v6(Timestamp::from_unix(&context, time, time_fraction), &node); in test_new_context() localVariable
Dv1.rs194 let uuid3 = Uuid::new_v1(Timestamp::from_unix(&context, time, time_fraction), &node); in test_new_context() localVariable
Dlib.rs1259 let uuid3 = Uuid::parse_str("67e55044-10b1-426f-9247-bb680e5fe0c8").unwrap(); in test_get_variant() localVariable
/external/python/cpython2/Lib/
Duuid.py596 def uuid3(namespace, name): function
/external/python/cpython3/Lib/
Duuid.py712 def uuid3(namespace, name): function