HomeSort by relevance Sort by last modified time
    Searched defs:uuid5 (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
uuid.py 4 uuid1(), uuid3(), uuid4(), uuid5() for generating version 1, 3, 4, and 5
28 >>> uuid.uuid5(uuid.NAMESPACE_DNS, 'python.org')
549 def uuid5(namespace, name): function
555 # The following standard UUIDs are for use with uuid3() or uuid5().
  /external/python/cpython3/Lib/
uuid.py 4 uuid1(), uuid3(), uuid4(), uuid5() for generating version 1, 3, 4, and 5
28 >>> uuid.uuid5(uuid.NAMESPACE_DNS, 'python.org')
604 def uuid5(namespace, name): function
610 # The following standard UUIDs are for use with uuid3() or uuid5().
  /prebuilts/gdb/darwin-x86/lib/python2.7/
uuid.py 4 uuid1(), uuid3(), uuid4(), uuid5() for generating version 1, 3, 4, and 5
28 >>> uuid.uuid5(uuid.NAMESPACE_DNS, 'python.org')
549 def uuid5(namespace, name): function
555 # The following standard UUIDs are for use with uuid3() or uuid5().
  /prebuilts/gdb/linux-x86/lib/python2.7/
uuid.py 4 uuid1(), uuid3(), uuid4(), uuid5() for generating version 1, 3, 4, and 5
28 >>> uuid.uuid5(uuid.NAMESPACE_DNS, 'python.org')
549 def uuid5(namespace, name): function
555 # The following standard UUIDs are for use with uuid3() or uuid5().
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
uuid.py 4 uuid1(), uuid3(), uuid4(), uuid5() for generating version 1, 3, 4, and 5
28 >>> uuid.uuid5(uuid.NAMESPACE_DNS, 'python.org')
549 def uuid5(namespace, name): function
555 # The following standard UUIDs are for use with uuid3() or uuid5().
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
uuid.py 4 uuid1(), uuid3(), uuid4(), uuid5() for generating version 1, 3, 4, and 5
28 >>> uuid.uuid5(uuid.NAMESPACE_DNS, 'python.org')
549 def uuid5(namespace, name): function
555 # The following standard UUIDs are for use with uuid3() or uuid5().
  /external/python/cpython2/Lib/
uuid.py 4 uuid1(), uuid3(), uuid4(), uuid5() for generating version 1, 3, 4, and 5
28 >>> uuid.uuid5(uuid.NAMESPACE_DNS, 'python.org')
586 def uuid5(namespace, name): function
592 # The following standard UUIDs are for use with uuid3() or uuid5().

Completed in 492 milliseconds