Searched refs:UUID (Results 1 – 3 of 3) sorted by relevance
/trusty/device/arm/generic-arm64/project/qemu/ |
D | lldb_support.py | 4 from uuid import UUID 63 return UUID( 86 return UUID(
|
/trusty/user/base/tools/ |
D | test_manifest_compiler.py | 949 config_data = {manifest_compiler.UUID: TEST_UUID, 955 config_data, manifest_compiler.UUID, constants, log) 1146 manifest_compiler.UUID: "5f902ace-5e5c-4cd8-ae54-87b88c22ddaf", 1162 manifest_compiler.UUID: "5f902ace-5e5c-4cd8-ae54-87b88c22ddaf", 1190 manifest_compiler.UUID: "5f902ace-5e5c-4cd8-ae54-87b88c22ddaf", 1213 manifest_compiler.UUID: "5f902ace-5e5c-4cd8-ae54-87b88c22ddaf", 1246 manifest_compiler.UUID: "5f902ace-5e5c-4cd8-ae54-87b88c22ddaf", 1282 manifest_compiler.UUID: "5f902ace-5e5c-4cd8-ae54-87b88c22ddaf", 1308 manifest_compiler.UUID: "5f902ace-5e5c-4cd8-ae54-87b88c22ddaf", 1362 manifest_compiler.UUID: "5f902ace-5e5c-4cd8-ae54-87b88c22ddaf", [all …]
|
D | manifest_compiler.py | 127 UUID = "uuid" variable 313 if field == UUID: 687 uuid = get_uuid(manifest_dict, UUID, constants, log) 947 manifest[UUID] = uuid
|