/third_party/boost/boost/uuid/ |
D | uuid.hpp | 63 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/ |
D | uuidP.h | 50 struct uuid { struct 70 void uuid_pack(const struct uuid *uu, uuid_t ptr); argument
|
D | uuid.pc.in | 6 Name: uuid name
|
D | uuid_time.c | 61 struct uuid uuid; in uuid_time() local 82 struct uuid uuid; in uuid_type() local 90 struct uuid uuid; in uuid_variant() local
|
D | parse.c | 45 struct uuid uuid; in uuid_parse() local
|
/third_party/e2fsprogs/lib/e2p/ |
D | uuid.c | 17 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/ |
D | guuid.c | 72 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/ |
D | uuid_base.h | 33 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/ |
D | freedreno_uuid.c | 38 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/ |
D | intel_uuid.c | 29 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/ |
D | channelz_registry.h | 49 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/ |
D | iwuuid.c | 16 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/ |
D | uuid.c | 65 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/ |
D | uuid.c | 65 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/ |
D | test-crypto-randomuuid.js | 17 function testMatch(uuid) { argument 28 const uuid = randomUUID(); constant
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | icount.c | 151 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.c | 25 uuid_t uuid; in py_uuid_generate_time_safe() local 53 UUID uuid; in py_UuidCreate() local
|
/third_party/python/Lib/test/ |
D | test_uuid.py | 32 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/ |
D | setup.py | 4 uuid = Extension('e2fsprogs_uuid', variable
|
/third_party/node/deps/npm/node_modules/uri-js/dist/esnext/schemes/ |
D | urn-uuid.d.ts | 4 uuid?: string; property
|
/third_party/node/deps/npm/node_modules/uuid/ |
D | index.js | 4 var uuid = v4; variable
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/ |
D | wps-nfc.py | 87 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/ |
D | wps-nfc.py | 87 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/ |
D | gvolumemonitor.c | 361 const char *uuid) in g_volume_monitor_get_volume_for_uuid() 385 const char *uuid) in g_volume_monitor_get_mount_for_uuid()
|
D | gwin32volumemonitor.c | 192 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()
|