Home
last modified time | relevance | path

Searched refs:UUID (Results 1 – 22 of 22) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_uuid.py150 for u in [uuid.UUID(string), uuid.UUID(curly), uuid.UUID(hex),
151 uuid.UUID(bytes=bytes), uuid.UUID(bytes_le=bytes_le),
152 uuid.UUID(fields=fields), uuid.UUID(int=integer),
153 uuid.UUID(urn)]:
197 badvalue(lambda: uuid.UUID(''))
198 badvalue(lambda: uuid.UUID('abc'))
199 badvalue(lambda: uuid.UUID('1234567812345678123456781234567'))
200 badvalue(lambda: uuid.UUID('123456781234567812345678123456789'))
201 badvalue(lambda: uuid.UUID('123456781234567812345678z2345678'))
204 badvalue(lambda: uuid.UUID(bytes='abc'))
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Duuid.py53 class UUID(object): class
181 if isinstance(other, UUID):
446 return UUID(bytes=_buffer.raw).node
452 return UUID(bytes=_buffer.raw).node
501 return UUID(bytes=_buffer.raw)
522 return UUID(fields=(time_low, time_mid, time_hi_version,
529 return UUID(bytes=hash[:16], version=3)
538 return UUID(bytes=_buffer.raw)
543 return UUID(bytes=os.urandom(16), version=4)
547 return UUID(bytes=bytes, version=4)
[all …]
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/
DCpuPm.asl208 // _OSC needs to validate the UUID and Revision.
210 // IF Unrecognized UUID
211 // Return Unrecognized UUID _OSC Failure
217 // STS0[2] = Unrecognized UUID
225 // Create a set of "Input" UUID fields.
232 // Create a set of "Expected" UUID fields.
240 // Verify the input UUID matches the expected UUID.
245 // Return Unrecognized UUID _OSC Failure
276 // If the UUID was unrecognized or the _OSC revision was unsupported,
410 // If the UUID was unrecognized or the _OSC revision was unsupported,
[all …]
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DRTD3.asl39 //Arg0 -- A buffer containing UUID
45 // Check for proper UUID
68 Or(CDW1,4,CDW1) // Unrecognized UUID
DHOST_BUS.ASL287 //Name(GUID,UUID("33DB4D5B-1FF7-401C-9657-7441C03DD766"))
303 // Check for proper UUID
312 // Check for proper UUID
350 Or(CDW1,4,CDW1) // Unrecognized UUID
DUsbSbd.asl41 // Arg0: UUID Unique function identifier
DPchScc.asl145 // New UUID for built-in uPEP
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DCapsule.py141 … uuid.UUID(self.TokensDict['CAPSULE_GUID']) == uuid.UUID('6DCBD5ED-E82D-4C44-BDA1-7194199AD92A')):
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Rsa2048Sha256Sign/
DRsa2048Sha256Sign.py41 EFI_HASH_ALGORITHM_SHA256_GUID = uuid.UUID('{51aa59de-fdf2-4ea3-bc63-875fb7842ee9}')
188 if uuid.UUID(bytes_le = Header.HashType) <> EFI_HASH_ALGORITHM_SHA256_GUID:
/device/linaro/bootloader/edk2/NetworkPkg/
DNetworkPkg.uni59 … "04 = UUID-Based DHCPv6 Unique Identifier (DUID-UUID)\n"
DNetworkPkg.dec75 # 04 = UUID-Based DHCPv6 Unique Identifier (DUID-UUID)
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/AcpiTables/
DAcpiSsdtRootPci.asl130 // Check for proper UUID
184 Or(CDW1,4,CDW1) // Unrecognized UUID
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/Juno/AcpiTables/
DAcpiSsdtRootPci.asl130 // Check for proper UUID
184 Or(CDW1,4,CDW1) // Unrecognized UUID
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/
Dlldbefi.py425 Uuid = uuid.UUID(guid)
448 Check = "%s" % str(uuid.UUID(GuidStr)).upper()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/AcpiTables/rtsm_ve-aemv8a/
Ddsdt.asl55 /* Set invalid UUID error bit */
/device/linaro/bootloader/edk2/BeagleBoardPkg/
DBeagleBoardPkg.dsc362 …gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument|"console=tty0 console=ttyS2,115200n8 root=UUID=a…
/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/
DBeagleBoardPkg.dsc361 …gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument|"console=tty0 console=ttyS2,115200n8 root=UUID=a…
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dfirmware-design.md1507 IDentifier [UUID] . The UUIDs are defined in
1509 image name into the corresponding UUID when accessing the package.
1803 [UUID]: https://tools.ietf.org/rfc/rfc4122.txt "A Universally Unique IDentifier (UUID) …
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DAutoGen.py2302 if uuid.UUID(Module.Guid) == uuid.UUID(self.Guid):
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/
DGenFvImageLib.c1259 UUID PadFileGuid; in AddPadFile()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/
DQuarkPlatformPkg.dec330 # System UUID
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
DWorkspaceDatabase.py283 uuid.UUID(Record[2])