/third_party/python/Doc/library/ |
D | uuid.rst | 1 :mod:`uuid` --- UUID objects according to :rfc:`4122` 5 :synopsis: UUID objects (universally unique identifiers) according to RFC 4122 13 This module provides immutable :class:`UUID` objects (the :class:`UUID` class) 19 a UUID containing the computer's network address. :func:`uuid4` creates a 20 random UUID. 23 not return a "safe" UUID. A safe UUID is one which is generated using 25 UUID. All instances of :class:`UUID` have an :attr:`is_safe` attribute 26 which relays any information about the UUID's safety, using this enumeration: 34 The UUID was generated by the platform in a multiprocessing-safe way. 38 The UUID was not generated in a multiprocessing-safe way. [all …]
|
/third_party/python/Lib/test/ |
D | test_uuid.py | 168 for u in [self.uuid.UUID(string), self.uuid.UUID(curly), self.uuid.UUID(hex), 169 self.uuid.UUID(bytes=bytes), self.uuid.UUID(bytes_le=bytes_le), 170 self.uuid.UUID(fields=fields), self.uuid.UUID(int=integer), 171 self.uuid.UUID(urn)]: 225 badvalue(lambda: self.uuid.UUID('')) 226 badvalue(lambda: self.uuid.UUID('abc')) 227 badvalue(lambda: self.uuid.UUID('1234567812345678123456781234567')) 228 badvalue(lambda: self.uuid.UUID('123456781234567812345678123456789')) 229 badvalue(lambda: self.uuid.UUID('123456781234567812345678z2345678')) 232 badvalue(lambda: self.uuid.UUID(bytes='abc')) [all …]
|
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_device_persistent_id.txt | 42 This extension provides a vendor name and a set of UUID's, which 106 EGL_DEVICE_UUID_EXT is a UUID that identifies a physical device, 107 returned as a 16-byte binary value. The device UUID uniquely 119 Both EGLDeviceEXT handles may use the same device UUID. 126 EGL_DRIVER_UUID_EXT is a UUID that identifies a driver build 127 in use for a device. The driver UUID is persistent across reboots, 132 1. Should we use UUID's or strings to identify devices? 134 RESOLVED: Use UUID's for devices, plus a vendor name string to 137 A device UUID and driver UUID allow an application to correlate 141 A UUID does not impose any additional requirements on an EGL [all …]
|
/third_party/python/Lib/ |
D | uuid.py | 84 class UUID: class 240 if isinstance(other, UUID): 248 if isinstance(other, UUID): 253 if isinstance(other, UUID): 258 if isinstance(other, UUID): 263 if isinstance(other, UUID): 591 return UUID(bytes=uuid_time).node 597 return UUID(bytes_le=uuid_bytes).node 680 return UUID(bytes=uuid_time, is_safe=is_safe) 701 return UUID(fields=(time_low, time_mid, time_hi_version, [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
D | GsymCreator.cpp | 72 Hdr.UUIDSize = static_cast<uint8_t>(UUID.size()); in encode() 77 memset(Hdr.UUID, 0, sizeof(Hdr.UUID)); in encode() 78 if (UUID.size() > sizeof(Hdr.UUID)) in encode() 80 "invalid UUID size %u", (uint32_t)UUID.size()); in encode() 91 if (UUID.size() > 0) in encode() 92 memcpy(Hdr.UUID, UUID.data(), UUID.size()); in encode()
|
D | Header.cpp | 35 OS << format_hex_no_prefix(H.UUID[I], 2); in operator <<() 79 Data.getU8(&Offset, H.UUID, GSYM_MAX_UUID_SIZE); in decode() 97 O.writeData(llvm::ArrayRef<uint8_t>(UUID)); in encode() 108 memcmp(LHS.UUID, RHS.UUID, LHS.UUIDSize) == 0; in operator ==()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
D | TextStubCommon.h | 24 using UUID = std::pair<llvm::MachO::Target, std::string>; variable 28 LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR(UUID) in LLVM_YAML_STRONG_TYPEDEF() 72 template <> struct ScalarTraits<UUID> { in LLVM_YAML_STRONG_TYPEDEF() 73 static void output(const UUID &, void *, raw_ostream &); in LLVM_YAML_STRONG_TYPEDEF() 74 static StringRef input(StringRef, void *, UUID &); in LLVM_YAML_STRONG_TYPEDEF()
|
D | TextStubCommon.cpp | 206 void ScalarTraits<UUID>::output(const UUID &Value, void *, raw_ostream &OS) { in output() 209 StringRef ScalarTraits<UUID>::input(StringRef Scalar, void *, UUID &Value) { in input() 212 auto UUID = Split.second.trim(); in input() local 213 if (UUID.empty()) in input() 215 Value.second = UUID; in input() 220 QuotingType ScalarTraits<UUID>::mustQuote(StringRef) { in mustQuote()
|
D | InterfaceFile.cpp | 74 void InterfaceFile::addUUID(const Target &Target_, StringRef UUID) { in addUUID() argument 80 Iter->second = UUID; in addUUID() 84 UUIDs.emplace(Iter, Target_, UUID); in addUUID() 88 void InterfaceFile::addUUID(const Target &Target, uint8_t UUID[16]) { in addUUID() 94 << static_cast<int>(UUID[i]); in addUUID()
|
/third_party/ltp/testcases/commands/mkswap/ |
D | mkswap01.sh | 18 UUID=`uuidgen` 154 8) mkswap_test "-U" "$UUID" "-U $UUID" "" "/dev/disk/by-uuid/$UUID";;
|
/third_party/e2fsprogs/ |
D | 0009-e2mmpstatus.8.in-detele-filesystem-can-be-UUID-or-LA.patch | 4 Subject: [PATCH] e2mmpstatus.8.in: detele filesystem can be UUID or LABEL in 21 -or an ext4 file system label or UUID, for example 22 -.B UUID=8868abf6-88c5-4a83-98b8-bfc24057f7bd
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/ |
D | GsymCreator.h | 140 std::vector<uint8_t> UUID; variable 207 UUID.assign(UUIDBytes.begin(), UUIDBytes.end()); in setUUID()
|
D | Header.h | 86 uint8_t UUID[GSYM_MAX_UUID_SIZE]; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | README-WPS | 74 WPS needs the Universally Unique IDentifier (UUID; see RFC 4122) for 76 wpa_supplicant (if not set, UUID will be generated based on local MAC 79 # example UUID for WPS 261 wps_er_learn <UUID|BSSID> <AP PIN> 264 wps_er_set_config <UUID|BSSID> <network id> 270 wps_er_config <UUID|BSSID> <AP PIN> <new SSID> <auth> <encr> <new key> 279 wps_er_pbc <Enrollee UUID|MAC address> 282 wps_er_pin <Enrollee UUID|"any"|MAC address> <PIN> [Enrollee MAC address] 284 - if Enrollee UUID is not known, "any" can be used to add a wildcard PIN 374 "nfc_get_handover_sel <NDEF> <WPS> [UUID|BSSID]" command can be used to [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | README-WPS | 74 WPS needs the Universally Unique IDentifier (UUID; see RFC 4122) for 76 wpa_supplicant (if not set, UUID will be generated based on local MAC 79 # example UUID for WPS 261 wps_er_learn <UUID|BSSID> <AP PIN> 264 wps_er_set_config <UUID|BSSID> <network id> 270 wps_er_config <UUID|BSSID> <AP PIN> <new SSID> <auth> <encr> <new key> 279 wps_er_pbc <Enrollee UUID|MAC address> 282 wps_er_pin <Enrollee UUID|"any"|MAC address> <PIN> [Enrollee MAC address] 284 - if Enrollee UUID is not known, "any" can be used to add a wildcard PIN 374 "nfc_get_handover_sel <NDEF> <WPS> [UUID|BSSID]" command can be used to [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
D | Magic.cpp | 42 offsetof(COFF::BigObjHeader, UUID) + sizeof(COFF::BigObjMagic); in identify_magic() 46 const char *Start = Magic.data() + offsetof(COFF::BigObjHeader, UUID); in identify_magic()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | README-WPS | 100 # If UUID is not configured, it will be generated based on local MAC address. 134 identifier (Enrollee UUID) is sent. hostapd will need to be configured 149 - Enrollee UUID 162 WPS-PIN-NEEDED [UUID-E|MAC Address|Device Name|Manufacturer|Model Name|Model Number|Serial Number|D… 176 If the UUID-E is not available (e.g., Enrollee waits for the Registrar 177 to be selected before connecting), wildcard UUID may be used to allow 178 the PIN to be used once with any UUID: 278 WPS-REG-SUCCESS <Enrollee MAC address <UUID-E>
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | README-WPS | 100 # If UUID is not configured, it will be generated based on local MAC address. 134 identifier (Enrollee UUID) is sent. hostapd will need to be configured 149 - Enrollee UUID 162 WPS-PIN-NEEDED [UUID-E|MAC Address|Device Name|Manufacturer|Model Name|Model Number|Serial Number|D… 176 If the UUID-E is not available (e.g., Enrollee waits for the Registrar 177 to be selected before connecting), wildcard UUID may be used to allow 178 the PIN to be used once with any UUID: 278 WPS-REG-SUCCESS <Enrollee MAC address <UUID-E>
|
/third_party/mesa3d/src/freedreno/common/ |
D | README.rst | 5 registers, layout or the compiler), e.g UUID generation.
|
/third_party/python/Modules/ |
D | _uuidmodule.c | 53 UUID uuid; in py_UuidCreate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/ |
D | InterfaceFile.h | 319 void addUUID(const Target &Target, StringRef UUID); 325 void addUUID(const Target &Target, uint8_t UUID[16]);
|
/third_party/mesa3d/docs/relnotes/ |
D | 18.1.9.rst | 59 - radv: Use build ID if available for cache UUID. 62 - radv: Fix driver UUID SHA1 init.
|
D | 18.2.1.rst | 76 - radv: Use build ID if available for cache UUID. 77 - radv: Fix driver UUID SHA1 init.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | MetadataLoader.cpp | 190 void addTypeRef(MDString &UUID, DICompositeType &CT); 306 void BitcodeReaderMetadataList::addTypeRef(MDString &UUID, in addTypeRef() argument 308 assert(CT.getRawIdentifier() == &UUID && "Mismatched UUID"); in addTypeRef() 310 OldTypeRefs.FwdDecls.insert(std::make_pair(&UUID, &CT)); in addTypeRef() 312 OldTypeRefs.Final.insert(std::make_pair(&UUID, &CT)); in addTypeRef() 316 auto *UUID = dyn_cast_or_null<MDString>(MaybeUUID); in upgradeTypeRef() local 317 if (LLVM_LIKELY(!UUID)) in upgradeTypeRef() 320 if (auto *CT = OldTypeRefs.Final.lookup(UUID)) in upgradeTypeRef() 323 auto &Ref = OldTypeRefs.Unknown[UUID]; in upgradeTypeRef()
|
/third_party/gptfdisk/ |
D | guid.cc | 154 UUID MsUuid; in Randomize()
|