Searched refs:guid (Results 1 - 25 of 85) sorted by relevance

1234

/external/google-breakpad/src/common/windows/
H A Dguid_string.cc43 wstring GUIDString::GUIDToWString(GUID *guid) { argument
48 guid->Data1, guid->Data2, guid->Data3,
49 guid->Data4[0], guid->Data4[1], guid->Data4[2],
50 guid->Data4[3], guid->Data4[4], guid
60 GUIDToSymbolServerWString(GUID *guid) argument
[all...]
H A Dguid_string.h45 // Converts guid to a string in the format recommended by RFC 4122 and
47 static wstring GUIDToWString(GUID *guid);
49 // Converts guid to a string formatted as uppercase hexadecimal, with
53 static wstring GUIDToSymbolServerWString(GUID *guid);
/external/google-breakpad/src/common/solaris/
H A Dguid_creator.cc54 bool CreateGUID(GUID *guid) const {
55 guid->data1 = random();
56 guid->data2 = (uint16_t)(random());
57 guid->data3 = (uint16_t)(random());
58 *reinterpret_cast<uint32_t*>(&guid->data4[0]) = random();
59 *reinterpret_cast<uint32_t*>(&guid->data4[4]) = random();
67 bool CreateGUID(GUID *guid) { argument
68 return kGuidGenerator.CreateGUID(guid);
71 // Parse guid to string.
72 bool GUIDToString(const GUID *guid, cha argument
[all...]
H A Dguid_creator.h44 // Create a guid.
45 bool CreateGUID(GUID *guid);
47 // Get the string from guid.
48 bool GUIDToString(const GUID *guid, char *buf, int buf_len);
/external/google-breakpad/src/common/linux/
H A Dguid_creator.h42 // Create a guid.
43 bool CreateGUID(GUID *guid);
45 // Get the string from guid.
46 bool GUIDToString(const GUID *guid, char *buf, int buf_len);
H A Dguid_creator.cc63 static bool CreateGUID(GUID *guid) { argument
65 guid->data1 = random();
66 guid->data2 = (uint16_t)(random());
67 guid->data3 = (uint16_t)(random());
68 UInt32ToBytes(&guid->data4[0], random());
69 UInt32ToBytes(&guid->data4[4], random());
87 bool CreateGUID(GUID *guid) { argument
88 return GUIDGenerator::CreateGUID(guid);
91 // Parse guid to string.
92 bool GUIDToString(const GUID *guid, cha argument
[all...]
H A Dgoogle_crashdump_uploader.h47 const string& guid,
59 const string& guid,
72 const string& guid,
H A Dgoogle_crashdump_uploader.cc45 const string& guid,
57 guid,
71 const string& guid,
83 guid,
97 const string& guid,
109 guid_ = guid;
186 parameters_["guid"] = guid_;
43 GoogleCrashdumpUploader(const string& product, const string& version, const string& guid, const string& ptime, const string& ctime, const string& email, const string& comments, const string& minidump_pathname, const string& crash_server, const string& proxy_host, const string& proxy_userpassword) argument
69 GoogleCrashdumpUploader(const string& product, const string& version, const string& guid, const string& ptime, const string& ctime, const string& email, const string& comments, const string& minidump_pathname, const string& crash_server, const string& proxy_host, const string& proxy_userpassword, LibcurlWrapper* http_layer) argument
95 Init(const string& product, const string& version, const string& guid, const string& ptime, const string& ctime, const string& email, const string& comments, const string& minidump_pathname, const string& crash_server, const string& proxy_host, const string& proxy_userpassword, LibcurlWrapper* http_layer) argument
/external/vboot_reference/host/lib21/include/
H A Dhost_misc2.h12 #include "2guid.h"
21 * @param guid Destination for binary representation
24 int vb2_str_to_guid(const char *str, struct vb2_guid *guid);
29 * @param guid Binary representation
33 int vb2_guid_to_str(const struct vb2_guid *guid,
/external/vboot_reference/host/lib21/
H A Dhost_misc.c97 int vb2_str_to_guid(const char *str, struct vb2_guid *guid) argument
125 guid->uuid.time_low = htole32(time_low);
126 guid->uuid.time_mid = htole16(time_mid);
127 guid->uuid.time_high_and_version = htole16(time_high_and_version);
129 guid->uuid.clock_seq_high_and_reserved = chunk[3] & 0xff;
130 guid->uuid.clock_seq_low = chunk[4] & 0xff;
131 guid->uuid.node[0] = chunk[5] & 0xff;
132 guid->uuid.node[1] = chunk[6] & 0xff;
133 guid->uuid.node[2] = chunk[7] & 0xff;
134 guid
141 vb2_guid_to_str(const struct vb2_guid *guid, char *buf, unsigned int buflen) argument
[all...]
H A Dhost_key.c128 /* Copy key algorithms and guid */
131 key->guid = pkey->guid;
240 .guid = key->guid,
247 memcpy(&pkey.guid, &key->guid, sizeof(pkey.guid));
299 .guid = VB2_GUID_NONE_SHA1,
312 .guid
[all...]
/external/google-breakpad/src/client/linux/handler/
H A Dminidump_descriptor.cc74 GUID guid; local
76 if (!CreateGUID(&guid) || !GUIDToString(&guid, guid_str, sizeof(guid_str))) {
/external/vboot_reference/host/include/
H A Dvboot_host.h41 int StrToGuid(const char *str, Guid *guid);
42 void GuidToStr(const Guid *guid, char *str, unsigned int buflen);
44 int GuidIsZero(const Guid *guid);
/external/clang/test/Preprocessor/
H A Doutput_paste_avoid.cpp35 // Make sure we don't introduce spaces in the guid because we try to avoid
37 #define TYPEDEF(guid) typedef [uuid(guid)]
/external/gptfdisk/
H A Dbsd.cc268 GPTPart guid; // dump data in here, then return it local
272 guid.BlankPartition();
296 guid.SetFirstLBA(sectorOne);
297 guid.SetLastLBA(sectorEnd);
299 guid.RandomizeUniqueGUID();
301 guid.SetAttributes(UINT64_C(0));
310 guid.SetType(0xa502); break;
312 guid.SetType(0xa503); break;
314 guid.SetType(0x0700); break;
316 guid
[all...]
/external/squashfs-tools/squashfs-tools/
H A Dsquashfs_fs.h314 unsigned short guid; member in struct:squashfs_base_inode_header
323 unsigned short guid; member in struct:squashfs_ipc_inode_header
333 unsigned short guid; member in struct:squashfs_lipc_inode_header
344 unsigned short guid; member in struct:squashfs_dev_inode_header
355 unsigned short guid; member in struct:squashfs_ldev_inode_header
367 unsigned short guid; member in struct:squashfs_symlink_inode_header
379 unsigned short guid; member in struct:squashfs_reg_inode_header
393 unsigned short guid; member in struct:squashfs_lreg_inode_header
410 unsigned short guid; member in struct:squashfs_dir_inode_header
424 unsigned short guid; member in struct:squashfs_ldir_inode_header
[all...]
/external/vboot_reference/firmware/lib21/include/
H A Dvb2_struct.h15 #include "2guid.h"
141 struct vb2_guid guid; member in struct:vb2_packed_key
180 struct vb2_guid guid; member in struct:vb2_packed_private_key
228 struct vb2_guid guid; member in struct:vb2_signature
/external/vboot_reference/firmware/2lib/include/
H A D2rsa.h24 const struct vb2_guid *guid; /* Key GUID */ member in struct:vb2_public_key
/external/squashfs-tools/kernel/fs/squashfs/
H A Dsquashfs_fs.h250 __le16 guid; member in struct:squashfs_base_inode
259 __le16 guid; member in struct:squashfs_ipc_inode
269 __le16 guid; member in struct:squashfs_dev_inode
280 __le16 guid; member in struct:squashfs_symlink_inode
292 __le16 guid; member in struct:squashfs_reg_inode
306 __le16 guid; member in struct:squashfs_lreg_inode
323 __le16 guid; member in struct:squashfs_dir_inode
337 __le16 guid; member in struct:squashfs_ldir_inode
/external/squashfs-tools/kernel/include/linux/
H A Dsquashfs_fs.h249 __le16 guid; member in struct:squashfs_base_inode
258 __le16 guid; member in struct:squashfs_ipc_inode
268 __le16 guid; member in struct:squashfs_dev_inode
279 __le16 guid; member in struct:squashfs_symlink_inode
291 __le16 guid; member in struct:squashfs_reg_inode
305 __le16 guid; member in struct:squashfs_lreg_inode
322 __le16 guid; member in struct:squashfs_dir_inode
336 __le16 guid; member in struct:squashfs_ldir_inode
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
H A Dd3d1xstutil.h844 REFGUID guid,
849 private_data_map_t::iterator i = private_data_map.find(guid);
876 REFGUID guid,
890 std::pair<void*, unsigned>& v = private_data_map[guid];
905 private_data_map.erase(guid);
910 REFGUID guid,
914 std::pair<void*, unsigned>& v = private_data_map[guid];
929 private_data_map.erase(guid);
934 REFGUID guid,
938 return get_private_data(guid, pDataSiz
843 get_private_data( REFGUID guid, UINT *pDataSize, void *pData) argument
875 set_private_data( REFGUID guid, UINT DataSize, const void *pData) argument
909 set_private_data_interface( REFGUID guid, const IUnknown *pData) argument
933 GetPrivateData( REFGUID guid, UINT *pDataSize, void *pData) argument
941 SetPrivateData( REFGUID guid, UINT DataSize, const void *pData) argument
949 SetPrivateDataInterface( REFGUID guid, const IUnknown *pData) argument
961 GetPrivateData( REFGUID guid, UINT *pDataSize, void *pData) argument
969 SetPrivateData( REFGUID guid, UINT DataSize, const void *pData) argument
977 SetPrivateDataInterface( REFGUID guid, const IUnknown *pData) argument
[all...]
/external/vboot_reference/tests/
H A Dvb21_host_key_tests.c75 key->guid = test_guid;
89 TEST_EQ(memcmp(&k2->guid, &key->guid, sizeof(k2->guid)), 0, " guid");
160 TEST_EQ(memcmp(&ckey->guid, vb2_hash_guid(combo->hash_alg),
161 sizeof(ckey->guid)), 0, " guid");
217 key->guid = &test_guid;
225 TEST_EQ(memcmp(&pkey->guid, ke
[all...]
/external/kernel-headers/original/uapi/sound/
H A Dfirewire.h63 unsigned char guid[8]; member in struct:snd_firewire_get_info
/external/squashfs-tools/kernel-2.4/include/linux/
H A Dsquashfs_fs_sb.h54 unsigned int *guid; member in struct:squashfs_sb_info
/external/vboot_reference/firmware/lib21/
H A Dapi.c41 const struct vb2_guid *guid,
66 if (!memcmp(guid, &sig->guid, sizeof(*guid)))
40 vb2api_init_hash2(struct vb2_context *ctx, const struct vb2_guid *guid, uint32_t *size) argument

Completed in 1022 milliseconds

1234