Home
last modified time | relevance | path

Searched refs:UUIDs (Results 1 – 25 of 52) sorted by relevance

123

/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DInterfaceFile.cpp75 auto Iter = lower_bound(UUIDs, Target_, in addUUID()
79 if ((Iter != UUIDs.end()) && !(Target_ < Iter->first)) { in addUUID()
84 UUIDs.emplace(Iter, Target_, UUID); in addUUID()
DTextStub.cpp435 UUIDs = File->uuids(); in NormalizedTBD()
620 for (auto &ID : UUIDs) in denormalize()
732 std::vector<UUID> UUIDs; member
811 UUIDs.emplace_back(IT.first, IT.second); in NormalizedTBD_V4()
914 for (auto &id : UUIDs) in denormalize()
978 std::vector<UUIDv4> UUIDs; member
1025 IO.mapOptional("uuids", Keys->UUIDs); in mapKeysToValues()
1056 IO.mapOptional("uuids", Keys->UUIDs); in mapKeysToValuesV4()
/external/llvm-project/llvm/lib/TextAPI/MachO/
DInterfaceFile.cpp76 auto Iter = lower_bound(UUIDs, Target_, in addUUID()
80 if ((Iter != UUIDs.end()) && !(Target_ < Iter->first)) { in addUUID()
85 UUIDs.emplace(Iter, Target_, std::string(UUID)); in addUUID()
DTextStub.cpp440 UUIDs = File->uuids(); in NormalizedTBD()
623 for (auto &ID : UUIDs) in denormalize()
735 std::vector<UUID> UUIDs; member
814 UUIDs.emplace_back(IT.first, IT.second); in NormalizedTBD_V4()
917 for (auto &id : UUIDs) in denormalize()
982 std::vector<UUIDv4> UUIDs; member
1029 IO.mapOptional("uuids", Keys->UUIDs); in mapKeysToValues()
1060 IO.mapOptional("uuids", Keys->UUIDs); in mapKeysToValuesV4()
/external/rust/crates/uuid/
DMETADATA2 description: "A library to generate and parse UUIDs."
DREADME.md15 Generate and parse UUIDs.
17 Provides support for Universally Unique Identifiers (UUIDs). A UUID is a
18 unique 128-bit number, stored as 16 octets. UUIDs are used to assign
DCargo.toml.orig14 description = "A library to generate and parse UUIDs."
DCargo.toml19 description = "A library to generate and parse UUIDs."
/external/python/cpython2/Doc/library/
Duuid.rst15 generating version 1, 3, 4, and 5 UUIDs as specified in :rfc:`4122`.
216 This specification defines a Uniform Resource Name namespace for UUIDs, the
217 internal format of UUIDs, and methods of generating UUIDs.
/external/llvm-project/llvm/unittests/TextAPI/
DTextStubHelpers.h26 using UUIDs = std::vector<std::pair<llvm::MachO::Target, std::string>>; variable
DTextStubV4Tests.cpp93 UUIDs uuids = {{Targets[0], "00000000-0000-0000-0000-000000000000"}, in TEST()
231 UUIDs Uuids = { in TEST()
373 UUIDs uuids = {{Targets[0], "00000000-0000-0000-0000-000000000000"}, in TEST()
441 UUIDs Uuids = {{Targets[0], "00000000-0000-0000-0000-000000000002"}, in TEST()
DTextStubV3Tests.cpp84 UUIDs Uuids = {{Target(AK_armv7, PlatformKind::unknown), in TEST()
174 UUIDs Uuids = {{Target(AK_armv7, PlatformKind::unknown), in TEST()
/external/python/cpython3/Doc/library/
Duuid.rst15 generating version 1, 3, 4, and 5 UUIDs as specified in :rfc:`4122`.
260 This specification defines a Uniform Resource Name namespace for UUIDs, the
261 internal format of UUIDs, and methods of generating UUIDs.
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
DInterfaceFile.h331 return UUIDs;
409 std::vector<std::pair<Target, std::string>> UUIDs;
/external/llvm-project/llvm/include/llvm/TextAPI/MachO/
DInterfaceFile.h333 return UUIDs;
426 std::vector<std::pair<Target, std::string>> UUIDs;
/external/autotest/server/site_tests/bluetooth_AdapterAdvHealth/
Dcontrol.adv_single_advertising_test40 * The service UUIDs are set correctly.
Dcontrol.adv_multiple_advertising_test60 * The service UUIDs are set correctly.
/external/autotest/server/cros/bluetooth/
Dbluetooth_device.py71 self.UUIDs = properties.get('UUIDs')
337 return self.UUIDs
/external/e2fsprogs/doc/RelNotes/
Dv1.05.txt78 DCE compatible UUIDs.
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a3.rst331 a better guarantee for global uniqueness of UUIDs returned from
/external/e2fsprogs/po/
Dde.po4877 msgstr "die UUIDs stimmen nicht überein.\n"
7318 msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
7320 msgstr[1] "Zeit-UUID %s und die folgenden %d UUIDs erzeugt\n"
7325 msgstr "%d UUIDs erzeugt:\n"
7345 msgid_plural "%s and subsequent %d UUIDs\n"
7347 msgstr[1] "%s und die folgenden %d UUIDs\n"
7351 msgstr "Liste der UUIDs:\n"
Dpt.po7111 msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
7113 msgstr[1] "Hora UUID gerada %s e %d UUIDs subsequentes\n"
7118 msgstr "Geradas %d UUIDs:\n"
7138 msgid_plural "%s and subsequent %d UUIDs\n"
7140 msgstr[1] "%s e %d UUIDs subsequentes\n"
7144 msgstr "Lista de UUIDs:\n"
/external/jackson-databind/release-notes/
DVERSION-2.x1126 #1000: Add new mapping exception type for enums and UUIDs
/external/python/cpython2/Doc/whatsnew/
D2.5.rst1607 (UUIDs) according to :rfc:`4122`. The RFC defines several different UUID
1611 generate different versions of UUID. (Version 2 UUIDs are not specified in
/external/python/cpython3/Doc/whatsnew/
D3.7.rst1558 from the platform about whether generated UUIDs are generated with a
1564 This makes a better guarantee for global uniqueness of UUIDs returned

123