Home
last modified time | relevance | path

Searched refs:NAMESPACE_DNS (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/uuid/src/
Dv5.rs49 &Uuid::NAMESPACE_DNS,
54 &Uuid::NAMESPACE_DNS,
59 &Uuid::NAMESPACE_DNS,
64 &Uuid::NAMESPACE_DNS,
133 Uuid::new_v5(&Uuid::NAMESPACE_DNS, "rust-lang.org".as_bytes()); in test_get_version()
Dv3.rs49 &Uuid::NAMESPACE_DNS,
54 &Uuid::NAMESPACE_DNS,
59 &Uuid::NAMESPACE_DNS,
64 &Uuid::NAMESPACE_DNS,
Dlib.rs265 pub const NAMESPACE_DNS: Self = Uuid([ constant
736 Uuid::NAMESPACE_DNS.to_hyphenated().to_string(), in test_predefined_namespaces()
757 Uuid::new_v3(&Uuid::NAMESPACE_DNS, "rust-lang.org".as_bytes()); in test_get_version_v3()
/external/python/cpython2/Doc/library/
Duuid.rst168 .. data:: NAMESPACE_DNS
234 >>> uuid.uuid3(uuid.NAMESPACE_DNS, 'python.org')
242 >>> uuid.uuid5(uuid.NAMESPACE_DNS, 'python.org')
/external/python/cpython3/Doc/library/
Duuid.rst212 .. data:: NAMESPACE_DNS
278 >>> uuid.uuid3(uuid.NAMESPACE_DNS, 'python.org')
286 >>> uuid.uuid5(uuid.NAMESPACE_DNS, 'python.org')
/external/python/cpython2/Lib/test/
Dtest_uuid.py363 for u, v in [(uuid.uuid3(uuid.NAMESPACE_DNS, 'python.org'),
396 for u, v in [(uuid.uuid5(uuid.NAMESPACE_DNS, 'python.org'),
/external/python/cpython2/Lib/
Duuid.py614 NAMESPACE_DNS = UUID('6ba7b810-9dad-11d1-80b4-00c04fd430c8') variable
/external/python/cpython3/Lib/test/
Dtest_uuid.py595 for u, v in [(self.uuid.uuid3(self.uuid.NAMESPACE_DNS, 'python.org'),
627 for u, v in [(self.uuid.uuid5(self.uuid.NAMESPACE_DNS, 'python.org'),
/external/python/cpython3/Lib/
Duuid.py725 NAMESPACE_DNS = UUID('6ba7b810-9dad-11d1-80b4-00c04fd430c8') variable
/external/python/cpython2/Doc/whatsnew/
D2.5.rst1620 >>> uuid.uuid3(uuid.NAMESPACE_DNS, 'python.org')
1628 >>> uuid.uuid5(uuid.NAMESPACE_DNS, 'python.org')
/external/python/cpython3/Doc/whatsnew/
D2.5.rst1621 >>> uuid.uuid3(uuid.NAMESPACE_DNS, 'python.org')
1629 >>> uuid.uuid5(uuid.NAMESPACE_DNS, 'python.org')