/frameworks/wilhelm/tests/examples/ |
slesTestEffectCapabilities.cpp | 46 void guidToString(const SLInterfaceID guid, char *str) { 47 if ((NULL == guid) || (NULL == str)) { 51 guid->time_low, 52 guid->time_mid, 53 guid->time_hi_and_version, 54 guid->clock_seq, 55 guid->node[0], 56 guid->node[1], 57 guid->node[2], 58 guid->node[3] [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dsgetdc.h | 48 GUID DomainGuid; 60 GUID DomainGuid; 94 DSGETDCAPI DWORD WINAPI DsGetDcNameA(LPCSTR ComputerName,LPCSTR DomainName,GUID *DomainGuid,LPCSTR SiteName,ULONG Flags,PDOMAIN_CONTROLLER_INFOA *DomainControllerInfo); 95 DSGETDCAPI DWORD WINAPI DsGetDcNameW(LPCWSTR ComputerName,LPCWSTR DomainName,GUID *DomainGuid,LPCWSTR SiteName,ULONG Flags,PDOMAIN_CONTROLLER_INFOW *DomainControllerInfo); 128 GUID DomainGuid; 139 GUID DomainGuid; 162 DSGETDCAPI DWORD WINAPI DsDeregisterDnsHostRecordsW (LPWSTR ServerName,LPWSTR DnsDomainName,GUID *DomainGuid,GUID *DsaGuid,LPWSTR DnsHostName); 163 DSGETDCAPI DWORD WINAPI DsDeregisterDnsHostRecordsA (LPSTR ServerName,LPSTR DnsDomainName,GUID *DomainGuid,GUID *DsaGuid,LPSTR DnsHostName) [all...] |
mediaobj.idl | 31 GUID majortype; 32 GUID subtype; 36 GUID formattype;
|
correg.h | 148 extern const GUID DECLSPEC_SELECT_ANY CLSID_Cor = { 0xbee00010,0xee77,0x11d0,{0xa0,0x15,0x00,0xc0,0x4f,0xbb,0xb8,0x84 } }; 149 extern const GUID DECLSPEC_SELECT_ANY CLSID_CorMetaDataDispenser = { 0xe5cb7a31,0x7512,0x11d2,{ 0x89,0xce,0x0,0x80,0xc7,0x92,0xe5,0xd8 } }; 150 extern const GUID DECLSPEC_SELECT_ANY CLSID_CorMetaDataDispenserReg = { 0x435755ff,0x7397,0x11d2,{ 0x97,0x71,0x0,0xa0,0xc9,0xb4,0xd5,0xc } }; 151 extern const GUID DECLSPEC_SELECT_ANY CLSID_CorMetaDataReg = { 0x87f3a1f5,0x7397,0x11d2,{ 0x97,0x71,0x0,0xa0,0xc9,0xb4,0xd5,0xc } }; 152 extern const GUID DECLSPEC_SELECT_ANY IID_IMetaDataInternal = { 0x2d601bb,0xc5b9,0x11d1,{0x93,0xf9,0x0,0x0,0xf8,0x8,0x34,0x60 } }; 153 extern const GUID DECLSPEC_SELECT_ANY IID_IMetaDataEmitTemp = { 0xad93d71d,0xe1f2,0x11d1,{0x94,0x9,0x0,0x0,0xf8,0x8,0x34,0x60 } }; 159 extern const GUID DECLSPEC_SELECT_ANY IID_IMemory = { 0x6a3ea8a,0x225,0x11d1,{0xbf,0x72,0x0,0xc0,0x4f,0xc3,0x1e,0x12 } }; 171 extern const GUID DECLSPEC_SELECT_ANY IID_IMetaDataError = { 0xb81ff171,0x20f3,0x11d2,{ 0x8d,0xcc,0x0,0xa0,0xc9,0xb0,0x9c,0x19 } }; 179 extern const GUID DECLSPEC_SELECT_ANY IID_IMapToken = { 0x6a3ea8b,0x225,0x11d1,{0xbf,0x72,0x0,0xc0,0x4f,0xc3,0x1e,0x12 } }; 187 extern const GUID DECLSPEC_SELECT_ANY IID_IMetaDataDispenser = { 0x809c652e,0x7396,0x11d2,{ 0x97,0x71,0x0,0xa0,0xc9, (…) [all...] |
dsconf.h | 73 GUID DeviceId; 80 GUID DeviceId; 93 GUID DeviceId; 108 GUID DeviceId; 119 GUID DeviceId;
|
fwpmu.h | 152 const GUID *key 180 const GUID *key, 186 const GUID *key, 197 const GUID *key, 263 const GUID *key 287 const GUID *key, 293 const GUID *key, 304 const GUID *key, 340 const GUID *key 370 const GUID *key [all...] |
p2p.h | 112 GUID id; 168 GUID applicationId; 189 GUID * pInstance; 218 GUID id; 227 GUID id; 273 const GUID *pObjectId 283 const GUID *pApplicationId, 298 const GUID *pObjectId, 316 const GUID *pApplicationId, 420 const GUID *pApplicationID [all...] |
aclui.h | 29 GUID guidObjectType; 59 const GUID *pguid; 71 const GUID *pguid; 90 STDMETHOD(GetAccessRights) (THIS_ const GUID *pguidObjectType,DWORD dwFlags,PSI_ACCESS *ppAccess,ULONG *pcAccesses,ULONG *piDefaultAccess) PURE; 91 STDMETHOD(MapGeneric) (THIS_ const GUID *pguidObjectType,UCHAR *pAceFlags,ACCESS_MASK *pMask) PURE; 128 STDMETHOD(GetEffectivePermission) (THIS_ const GUID *pguidObjectType,PSID pUserSid,LPCWSTR pszServerName,PSECURITY_DESCRIPTOR pSD,POBJECT_TYPE_LIST *ppObjectTypeList,ULONG *pcObjectTypeListLength,PACCESS_MASK *ppGrantedAccessList,ULONG *pcGrantedAccessListLength) PURE;
|
/external/chromium-trace/catapult/tracing/tracing/model/ |
global_memory_dump_test.html | 174 * guid: GUID of the resulting MAD (can be undefined). 175 * owns: GUID of another MAD owned by the resulting MAD (no owned MAD if 195 var ownerDumps = {}; // owned GUID -> {dump: owner, importance: optional}. 196 var ownableDumps = {}; // ownable GUID -> ownable dump. 205 var guid = treeRecipe['guid']; 217 var dump = new MemoryAllocatorDump(containerDump, fullName, guid); 223 if (guid !== undefined) { 224 assert.notProperty(guid, ownableDumps) [all...] |
annotation.html | 9 <link rel="import" href="/tracing/base/guid.html"> 22 this.guid_ = tr.b.GUID.allocate(); 45 get guid() {
|
device.html | 8 <link rel="import" href="/tracing/base/guid.html"> 37 return x.guid - y.guid;
|
event.html | 8 <link rel="import" href="/tracing/base/guid.html"> 33 this.guid_ = tr.b.GUID.allocate(); 41 get guid() {
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
gdiplusimaging.h | 99 GUID Guid; 112 GUID FormatID; 377 extern const GUID EncoderChrominanceTable; /* f2e455dc-09b3-4316-8260-676ada32481c */ 378 extern const GUID EncoderColorDepth; /* 66087055-ad66-4c7c-9a18-38a2310b8337 */ 379 extern const GUID EncoderColorSpace; /* ? */ 380 extern const GUID EncoderCompression; /* e09d739d-ccd4-44ee-8eba-3fbf8be4fc58 */ 381 extern const GUID EncoderImageItems; /* ? */ 382 extern const GUID EncoderLuminanceTable; /* edb33bce-0266-4a77-b904-27216099e717 */ 383 extern const GUID EncoderQuality; /* 1d5be4b5-fa4a-452d-9cdd-5db35105e7eb * [all...] |
/external/chromium-trace/catapult/perf_insights/perf_insights/mappers/ |
thread_grouping.html | 24 this.groupNameForThreadGUID_[thread.guid] = 'Other'; 55 var groupName = this.groupNameForThreadGUID_[thread.guid]; 75 this.groupNameForThreadGUID_[thread.guid] = groupName; 83 tr.b.iterItems(this.groupNameForThreadGUID_, function(guid, groupName) { 97 var groupName = this.groupNameForThreadGUID_[parentContainer.guid];
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
scsiwmi.h | 54 } GUID; 58 LPCGUID Guid; 148 Guid, \ 157 Guid, \ 193 IN LPGUID Guid,
|
/external/chromium-trace/catapult/tracing/tracing/ui/extras/chrome/cc/ |
display_item_debugger_test.html | 69 assert.isAbove(initialPicture.guid, 0); 75 assert.isAbove(updatedPicture.guid, 0); 76 assert.notEqual(initialPicture.guid, updatedPicture.guid); 85 assert.isAbove(updatedPicture.guid, 0); 86 assert.equal(initialPicture.guid, updatedPicture.guid);
|
/external/vboot_reference/firmware/include/ |
gpt.h | 24 * the GUID RFC. The UEFI spec appendix A claims they should be stored in 51 /* GUID definition. Defined in appendix A of UEFI standard. */ 64 } __attribute__((packed)) Guid; 85 Guid disk_uuid; 97 * also contains the unique GUID, type, and attribute bits. 102 Guid type; 103 Guid unique;
|
/external/gptfdisk/ |
guid.cc | 22 #include "guid.h" 57 // Assign the GUID from a string input value. A GUID is normally formatted 61 // than 36 characters long, this function assumes the input GUID has 65 // GUID is assigned. 74 // If first character is an 'R' or 'r', set a random GUID; otherwise, 75 // try to parse it as a real GUID 128 // Erase the contents of the GUID 133 // Set a completely random GUID value.... 135 // first three fields byte-reversed to conform to Intel's GUID layout [all...] |
parttypes.h | 13 #include "guid.h" 55 PartType & operator=(uint16_t ID); // Use MBR type code times 0x0100 to assign GUID 57 // Retrieve transformed GUID data based on type code matches
|
/external/vboot_reference/host/lib21/ |
host_key.c | 128 /* 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 = VB2_GUID_NONE_SHA256 [all...] |
/frameworks/av/media/libmedia/ |
AudioEffect.cpp | 446 status_t AudioEffect::stringToGuid(const char *str, effect_uuid_t *guid) 448 if (str == NULL || guid == NULL) { 458 guid->timeLow = (uint32_t)tmp[0]; 459 guid->timeMid = (uint16_t)tmp[1]; 460 guid->timeHiAndVersion = (uint16_t)tmp[2]; 461 guid->clockSeq = (uint16_t)tmp[3]; 462 guid->node[0] = (uint8_t)tmp[4]; 463 guid->node[1] = (uint8_t)tmp[5]; 464 guid->node[2] = (uint8_t)tmp[6]; 465 guid->node[3] = (uint8_t)tmp[7] [all...] |
/external/squashfs-tools/squashfs-tools/ |
squashfs_compat.h | 78 unsigned int guid:8; member in struct:squashfs_base_inode_header_3 87 unsigned int guid:8; member in struct:squashfs_ipc_inode_header_3 97 unsigned int guid:8; member in struct:squashfs_dev_inode_header_3 108 unsigned int guid:8; member in struct:squashfs_symlink_inode_header_3 120 unsigned int guid:8; member in struct:squashfs_reg_inode_header_3 134 unsigned int guid:8; member in struct:squashfs_lreg_inode_header_3 149 unsigned int guid:8; member in struct:squashfs_dir_inode_header_3 163 unsigned int guid:8; member in struct:squashfs_ldir_inode_header_3 271 SQUASHFS_SWAP((s)->guid, d, 24, 8);\ 450 unsigned int guid:4; /* index into guid table * member in struct:squashfs_base_inode_header_1 457 unsigned int guid:4; \/* index into guid table *\/ member in struct:squashfs_ipc_inode_header_1 466 unsigned int guid:4; \/* index into guid table *\/ member in struct:squashfs_dev_inode_header_1 474 unsigned int guid:4; \/* index into guid table *\/ member in struct:squashfs_symlink_inode_header_1 483 unsigned int guid:4; \/* index into guid table *\/ member in struct:squashfs_reg_inode_header_1 494 unsigned int guid:4; \/* index into guid table *\/ member in struct:squashfs_dir_inode_header_1 585 unsigned int guid:8; \/* index into guid table *\/ member in struct:squashfs_base_inode_header_2 592 unsigned int guid:8; \/* index into guid table *\/ member in struct:squashfs_ipc_inode_header_2 599 unsigned int guid:8; \/* index into guid table *\/ member in struct:squashfs_dev_inode_header_2 607 unsigned int guid:8; \/* index into guid table *\/ member in struct:squashfs_symlink_inode_header_2 616 unsigned int guid:8; \/* index into guid table *\/ member in struct:squashfs_reg_inode_header_2 629 unsigned int guid:8; \/* index into guid table *\/ member in struct:squashfs_dir_inode_header_2 640 unsigned int guid:8; \/* index into guid table *\/ member in struct:squashfs_ldir_inode_header_2 [all...] |
/external/clang/test/Preprocessor/ |
output_paste_avoid.cpp | 35 // Make sure we don't introduce spaces in the guid because we try to avoid 37 #define TYPEDEF(guid) typedef [uuid(guid)]
|
/external/clang/tools/clang-format-vs/ClangFormat/ |
ClangFormat.csproj | 87 <Guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</Guid>
96 <Guid>{26AD1324-4B7C-44BC-84F8-B86AED45729F}</Guid>
105 <Guid>{1A31287A-4D7D-413E-8E32-3B374931BD89}</Guid>
114 <Guid>{2CE2370E-D744-4936-A090-3FFFE667B0E1}</Guid>
123 <Guid>{1CBA492E-7263-47BB-87FE-639000619B15}</Guid>
[all...] |
/external/vboot_reference/cgpt/ |
cgpt_common.c | 360 /* GUID conversion functions. Accepted format: 366 int StrToGuid(const char *str, Guid *guid) { 392 guid->u.Uuid.time_low = htole32(time_low); 393 guid->u.Uuid.time_mid = htole16(time_mid); 394 guid->u.Uuid.time_high_and_version = htole16(time_high_and_version); 396 guid->u.Uuid.clock_seq_high_and_reserved = chunk[3] & 0xff; 397 guid->u.Uuid.clock_seq_low = chunk[4] & 0xff; 398 guid->u.Uuid.node[0] = chunk[5] & 0xff; 399 guid->u.Uuid.node[1] = chunk[6] & 0xff [all...] |