HomeSort by relevance Sort by last modified time
    Searched refs:Guid (Results 1 - 25 of 47) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
qosname.h 19 typedef WINBOOL (WINAPI *WSC_INSTALL_QOS_TEMPLATE)(const LPGUID Guid,LPWSABUF QosName,LPQOS Qos);
20 typedef WINBOOL (WINAPI *WSC_REMOVE_QOS_TEMPLATE)(const LPGUID Guid,LPWSABUF QosName);
21 typedef WINBOOL (WINAPI *WPU_GET_QOS_TEMPLATE)(const LPGUID Guid,LPWSABUF QosName,LPQOS Qos);
evntcons.h 28 GUID ParentGuid;
36 GUID RelatedActivityId;
58 GUID ProviderId;
67 GUID ActivityId;
126 LPGUID Guid,
134 LPGUID Guid,
140 LPGUID Guid
lmdfs.h 105 GUID Guid;
116 GUID Guid;
127 GUID Guid;
138 GUID Guid;
146 GUID GenerationGuid;
213 GUID Guid
    [all...]
wmistr.h 24 GUID Guid;
102 GUID TargetGuid;
116 GUID Guid;
tvout.h 12 GUID Guid;
dxva2api.h 184 GUID guidConfigBitstreamEncryption;
185 GUID guidConfigMBcontrolEncryption;
186 GUID guidConfigResidDiffEncryption;
662 STDMETHOD_(HRESULT,GetCreationParameters)(THIS_ GUID *pDeviceGuid,DXVA2_VideoDesc *pVideoDesc,DXVA2_ConfigPictureDecode *pConfig,IDirect3DSurface9 ***pppDecoderRenderTargets,UINT *pNumSurfaces) PURE;
722 STDMETHOD_(HRESULT,GetDecoderDeviceGuids)(THIS_ UINT *Count,GUID **pGuids) PURE;
723 STDMETHOD_(HRESULT,GetDecoderRenderTargets)(THIS_ REFGUID Guid,UINT *pCount,D3DFORMAT **pFormats) PURE;
724 STDMETHOD_(HRESULT,GetDecoderConfigurations)(THIS_ REFGUID Guid,const DXVA2_VideoDesc *pVideoDesc,IUnknown *pReserved,UINT *pCount,DXVA2_ConfigPictureDecode **ppConfigs) PURE;
725 STDMETHOD_(HRESULT,CreateVideoDecoder)(THIS_ REFGUID Guid,const DXVA2_VideoDesc *pVideoDesc,DXVA2_ConfigPictureDecode *pConfig,IDirect3DSurface9 **ppDecoderRenderTargets,UINT NumSurfaces,IDirectXVideoDecoder **ppDecode) PURE;
735 #define IDirectXVideoDecoderService_GetDecoderRenderTargets(This,Guid,pCount,pFormats) (This)->lpVtbl->GetDecoderRenderTargets(This,Guid,pCount,pFormats
    [all...]
ndattrib.h 100 GUID guid; member in struct:tagRepairInfo
133 GUID Guid;
162 GUID rootCauseID;
164 GUID networkInterfaceID;
  /external/vboot_reference/host/include/
vboot_host.h 33 /* GUID conversion functions. Accepted format:
41 int StrToGuid(const char *str, Guid *guid);
42 void GuidToStr(const Guid *guid, char *str, unsigned int buflen);
43 int GuidEqual(const Guid *guid1, const Guid *guid2);
44 int GuidIsZero(const Guid *guid);
cgpt_params.h 29 Guid type_guid;
30 Guid unique_guid;
97 Guid unique_guid;
98 Guid type_guid;
  /external/vboot_reference/cgpt/
cgpt.h 35 Guid boot_guid;
99 /* GUID conversion functions. Accepted format:
107 int StrToGuid(const char *str, Guid *guid);
108 void GuidToStr(const Guid *guid, char *str, unsigned int buflen);
109 int GuidEqual(const Guid *guid1, const Guid *guid2);
110 int IsZero(const Guid *guid);
    [all...]
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...]
cgpt.c 19 int GenerateGuid(Guid *newguid)
36 {"find", cmd_find, "Locate a partition by its GUID"},
cgpt_add.c 79 memcpy(&entry->unique, &params->unique_guid, sizeof(Guid));
82 Error("Unable to generate new GUID.\n");
87 memcpy(&entry->type, &params->type_guid, sizeof(Guid));
253 memcpy(&params->type_guid, &entry->type, sizeof(Guid));
254 memcpy(&params->unique_guid, &entry->unique, sizeof(Guid));
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/Properties/
AssemblyInfo.cs 56 // The following GUID is for the ID of the typelib if this project is exposed to COM
57 [assembly: Guid("e7a97455-a3e3-4877-a90b-b1b12606dac1")]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Properties/
AssemblyInfo.cs 57 // The following GUID is for the ID of the typelib if this project is exposed to COM
58 [assembly: Guid( "7a0b4db7-f127-4cf5-ac2c-e294957efcd6" )]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Properties/
AssemblyInfo.cs 55 // The following GUID is for the ID of the typelib if this project is exposed to COM
56 [assembly: Guid( "9f8fa018-6766-404c-9e72-551407e1b173" )]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/Properties/
AssemblyInfo.cs 55 // The following GUID is for the ID of the typelib if this project is exposed to COM
56 [assembly: Guid( "ad48c7f7-0b1d-4b1e-9602-83425cb5699f" )]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Properties/
AssemblyInfo.cs 55 // The following GUID is for the ID of the typelib if this project is exposed to COM
56 [assembly: Guid( "1352b15b-eded-4380-9122-acde32f7ff38" )]
  /external/clang/test/SemaCXX/
borland-extensions.cpp 48 } GUID;
52 GUID const* Guid;
58 const GUID guid_inl = __uuidof(Foo);
60 data = ata1.Guid->Data1;
  /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;
gpt_misc.h 143 * Return the nth instance of parition entry matching the partition type guid
147 GptEntry *GptFindNthEntry(GptData *gpt, const Guid *guid, unsigned int n);
  /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,
wmilib.h 20 LPCGUID Guid;
117 IN LPCGUID Guid,
  /external/vboot_reference/firmware/lib/cgptlib/
cgptlib_internal.c 155 static Guid chromeos_kernel = GPT_ENT_TYPE_CHROMEOS_KERNEL;
156 return !Memcmp(&e->type, &chromeos_kernel, sizeof(Guid));
202 sizeof(Guid)))
225 if (Memcmp(&h1->disk_uuid, &h2->disk_uuid, sizeof(Guid)))
410 Memcpy(dest, &e->unique, sizeof(Guid));
471 return "Duplicated GUID";
  /external/vboot_reference/tests/
cgptlib_test.c 48 static const Guid guid_zero = {{{0, 0, 0, 0, 0, {0, 0, 0, 0, 0, 0}}}};
49 static const Guid guid_kernel = GPT_ENT_TYPE_CHROMEOS_KERNEL;
50 static const Guid guid_rootfs = GPT_ENT_TYPE_CHROMEOS_ROOTFS;
57 * Copy a random-for-this-program-only Guid into the dest. The num parameter
58 * completely determines the Guid.
62 Guid g = {{{num,0xd450,0x44bc,0xa6,0x93,
64 Memcpy(dest, &g, sizeof(Guid));
149 Guid chromeos_kernel = GPT_ENT_TYPE_CHROMEOS_KERNEL;
150 Guid chromeos_rootfs = GPT_ENT_TYPE_CHROMEOS_ROOTFS;
212 EXPECT(GUID_EXPECTED_SIZE == sizeof(Guid));
    [all...]

Completed in 1057 milliseconds

1 2