Searched refs:uuid4 (Results 1 - 8 of 8) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_uuid.py412 # uuid4 requires ctypes.
420 # Make sure uuid4() generates UUIDs that are actually version 4.
421 for u in [uuid.uuid4() for i in range(10)]:
427 for u in [uuid.uuid4() for i in range(1000)]:
455 # On at least some versions of OSX uuid.uuid4 generates
462 value = uuid.uuid4()
468 parent_value = uuid.uuid4().hex
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_uuid.py412 # uuid4 requires ctypes.
420 # Make sure uuid4() generates UUIDs that are actually version 4.
421 for u in [uuid.uuid4() for i in range(10)]:
427 for u in [uuid.uuid4() for i in range(1000)]:
455 # On at least some versions of OSX uuid.uuid4 generates
462 value = uuid.uuid4()
468 parent_value = uuid.uuid4().hex
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_uuid.py412 # uuid4 requires ctypes.
420 # Make sure uuid4() generates UUIDs that are actually version 4.
421 for u in [uuid.uuid4() for i in range(10)]:
427 for u in [uuid.uuid4() for i in range(1000)]:
455 # On at least some versions of OSX uuid.uuid4 generates
462 value = uuid.uuid4()
468 parent_value = uuid.uuid4().hex
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_uuid.py412 # uuid4 requires ctypes.
420 # Make sure uuid4() generates UUIDs that are actually version 4.
421 for u in [uuid.uuid4() for i in range(10)]:
427 for u in [uuid.uuid4() for i in range(1000)]:
455 # On at least some versions of OSX uuid.uuid4 generates
462 value = uuid.uuid4()
468 parent_value = uuid.uuid4().hex
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Duuid.py4 uuid1(), uuid3(), uuid4(), uuid5() for generating version 1, 3, 4, and 5
7 If all you want is a unique ID, you should probably call uuid1() or uuid4().
9 the computer's network address. uuid4() creates a random UUID.
24 >>> uuid.uuid4()
531 def uuid4(): function
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Duuid.py4 uuid1(), uuid3(), uuid4(), uuid5() for generating version 1, 3, 4, and 5
7 If all you want is a unique ID, you should probably call uuid1() or uuid4().
9 the computer's network address. uuid4() creates a random UUID.
24 >>> uuid.uuid4()
531 def uuid4(): function
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Duuid.py4 uuid1(), uuid3(), uuid4(), uuid5() for generating version 1, 3, 4, and 5
7 If all you want is a unique ID, you should probably call uuid1() or uuid4().
9 the computer's network address. uuid4() creates a random UUID.
24 >>> uuid.uuid4()
531 def uuid4(): function
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Duuid.py4 uuid1(), uuid3(), uuid4(), uuid5() for generating version 1, 3, 4, and 5
7 If all you want is a unique ID, you should probably call uuid1() or uuid4().
9 the computer's network address. uuid4() creates a random UUID.
24 >>> uuid.uuid4()
531 def uuid4(): function

Completed in 182 milliseconds