Home
last modified time | relevance | path

Searched defs:uuid (Results 1 – 25 of 175) sorted by relevance

1234567

/third_party/boost/boost/uuid/
Duuid.hpp63 struct uuid struct
66 typedef uint8_t value_type;
67 typedef uint8_t& reference;
68 typedef uint8_t const& const_reference;
69 typedef uint8_t* iterator;
70 typedef uint8_t const* const_iterator;
71 typedef std::size_t size_type;
72 typedef std::ptrdiff_t difference_type;
78 static BOOST_CONSTEXPR size_type static_size() BOOST_NOEXCEPT { return 16; } in static_size()
81 iterator begin() BOOST_NOEXCEPT { return data; } in begin()
[all …]
/third_party/e2fsprogs/lib/uuid/
DuuidP.h50 struct uuid { struct
70 void uuid_pack(const struct uuid *uu, uuid_t ptr); argument
Duuid.pc.in6 Name: uuid name
Duuid_time.c61 struct uuid uuid; in uuid_time() local
82 struct uuid uuid; in uuid_type() local
90 struct uuid uuid; in uuid_variant() local
Dparse.c45 struct uuid uuid; in uuid_parse() local
/third_party/e2fsprogs/lib/e2p/
Duuid.c17 struct uuid { struct
25 /* Returns 1 if the uuid is the NULL uuid */ argument
65 struct uuid uuid; in e2p_uuid_to_str() local
/third_party/glib/glib/
Dguuid.c72 g_uuid_to_string (const GUuid *uuid) in g_uuid_to_string()
90 GUuid *uuid) in uuid_parse_string()
150 uuid_set_version (GUuid *uuid, guint version) in uuid_set_version()
177 g_uuid_generate_v4 (GUuid *uuid) in g_uuid_generate_v4()
206 GUuid uuid; in g_uuid_string_random() local
/third_party/mindspore/mindspore/core/mindrt/include/async/
Duuid_base.h33 struct uuid { struct
60 friend bool operator==(uuid const &left, uuid const &right); argument
64 uint8_t uuidData[UUID_SIZE]; argument
/third_party/mesa3d/src/freedreno/common/
Dfreedreno_uuid.c38 fd_get_driver_uuid(void *uuid) in fd_get_driver_uuid()
61 fd_get_device_uuid(void *uuid, const struct fd_dev_id *id) in fd_get_device_uuid()
/third_party/mesa3d/src/intel/common/
Dintel_uuid.c29 intel_uuid_compute_device_id(uint8_t *uuid, in intel_uuid_compute_device_id()
55 intel_uuid_compute_driver_id(uint8_t *uuid, in intel_uuid_compute_driver_id()
/third_party/grpc/src/core/lib/channel/
Dchannelz_registry.h49 static void Unregister(intptr_t uuid) { Default()->InternalUnregister(uuid); } in Unregister()
50 static RefCountedPtr<BaseNode> Get(intptr_t uuid) { in Get()
/third_party/iowow/src/utils/
Diwuuid.c16 bool iwu_uuid_valid(const char *uuid) { in iwu_uuid_valid()
50 union _uuid uuid; in iwu_uuid4_fill() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Duuid.c65 int is_nil_uuid(const u8 *uuid) in is_nil_uuid()
75 int uuid_random(u8 *uuid) in uuid_random()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Duuid.c65 int is_nil_uuid(const u8 *uuid) in is_nil_uuid()
75 int uuid_random(u8 *uuid) in uuid_random()
/third_party/node/test/parallel/
Dtest-crypto-randomuuid.js17 function testMatch(uuid) { argument
28 const uuid = randomUUID(); constant
/third_party/e2fsprogs/lib/ext2fs/
Dicount.c151 struct uuid { struct
159 static void unpack_uuid(void *in, struct uuid *uu) in unpack_uuid() argument
187 struct uuid uuid; in uuid_unparse() local
207 char *fn, uuid[40]; in ext2fs_create_icount_tdb() local
/third_party/python/Modules/
D_uuidmodule.c25 uuid_t uuid; in py_uuid_generate_time_safe() local
53 UUID uuid; in py_UuidCreate() local
/third_party/python/Lib/test/
Dtest_uuid.py32 uuid = None variable in BaseTestUUID
671 uuid = py_uuid variable in TestUUIDWithoutExtModule
675 uuid = c_uuid variable in TestUUIDWithExtModule
868 uuid = py_uuid variable in TestInternalsWithoutExtModule
872 uuid = c_uuid variable in TestInternalsWithExtModule
/third_party/e2fsprogs/contrib/python-uuid/
Dsetup.py4 uuid = Extension('e2fsprogs_uuid', variable
/third_party/node/deps/npm/node_modules/uri-js/dist/esnext/schemes/
Durn-uuid.d.ts4 uuid?: string; property
/third_party/node/deps/npm/node_modules/uuid/
Dindex.js4 var uuid = v4; variable
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
Dwps-nfc.py87 def wpas_get_er_config_token(uuid): argument
116 def wpas_get_handover_sel(uuid): argument
345 def wps_write_er_config_tag(clf, uuid, wait_remove=True): argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
Dwps-nfc.py87 def wpas_get_er_config_token(uuid): argument
116 def wpas_get_handover_sel(uuid): argument
345 def wps_write_er_config_tag(clf, uuid, wait_remove=True): argument
/third_party/glib/gio/
Dgvolumemonitor.c361 const char *uuid) in g_volume_monitor_get_volume_for_uuid()
385 const char *uuid) in g_volume_monitor_get_mount_for_uuid()
Dgwin32volumemonitor.c192 get_volume_for_uuid (GVolumeMonitor *volume_monitor, const char *uuid) in get_volume_for_uuid()
198 get_mount_for_uuid (GVolumeMonitor *volume_monitor, const char *uuid) in get_mount_for_uuid()

1234567