Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_uuid.py421 for u in [uuid.uuid4() for i in range(10)]:
427 for u in [uuid.uuid4() for i in range(1000)]:
462 value = uuid.uuid4()
468 parent_value = uuid.uuid4().hex
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
DMkPkg.py33 from uuid import uuid4
161 DistPkg.Header.Guid = str(uuid4())
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
DMetaFileTable.py36 TableName = "_%s_%s" % ("Dsc", uuid.uuid4().hex)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
DMetaFileTable.py44 TableName = "_%s_%s_%s" % (FileType, FileId, uuid.uuid4().hex)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Duuid.py531 def uuid4(): function