HomeSort by relevance Sort by last modified time
    Searched defs:Guid (Results 1 - 20 of 20) sorted by null

  /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;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wmilib.h 20 LPCGUID Guid;
117 IN LPCGUID Guid,
scsiwmi.h 54 } GUID;
58 LPCGUID Guid;
148 Guid, \
157 Guid, \
193 IN LPGUID Guid,
classpnp.h 457 GUID Guid;
746 LPGUID Guid,
1007 LPGUID Guid,
1177 const GUID *Guid,
mce.h 232 ERROR_DEVICE_GUID Guid;
wdm.h 59 typedef GUID UOW, *PUOW;
62 typedef GUID *PGUID;
168 #define DEFINE_GUIDEX(name) EXTERN_C const CDECL GUID name
170 #define DEFINE_GUIDEX(name) EXTERN_C const GUID name
175 #define STATICGUIDOF(guid) STATIC_##guid
178 /* GUID Comparison */
841 OUT GUID Guid;
    [all...]
wmidata.h     [all...]
  /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;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tvout.h 12 GUID Guid;
ndattrib.h 100 GUID guid; member in struct:tagRepairInfo
133 GUID Guid;
162 GUID rootCauseID;
164 GUID networkInterfaceID;
wmistr.h 24 GUID Guid;
102 GUID TargetGuid;
116 GUID Guid;
lmdfs.h 105 GUID Guid;
116 GUID Guid;
127 GUID Guid;
138 GUID Guid;
146 GUID GenerationGuid;
213 GUID Guid
    [all...]
dxvahd.h 208 GUID Guid;
259 GUID VPGuid;
328 GUID Guid;
344 typedef HRESULT ( CALLBACK *PDXVAHDSW_GetVideoProcessorCustomRates )(HANDLE hDevice,const GUID *pVPGuid,UINT Count,DXVAHD_CUSTOM_RATE_DATA *pRates);
346 typedef HRESULT ( CALLBACK *PDXVAHDSW_CreateVideoProcessor )(HANDLE hDevice,const GUID *pVPGuid,HANDLE *phVideoProcessor);
398 STDMETHOD_(HRESULT,CreateVideoProcessor)(THIS_ const GUID *pVPGuid,IDXVAHD_VideoProcessor **ppVideoProcessor) PURE;
401 STDMETHOD_(HRESULT,GetVideoProcessorCustomRates)(THIS_ const GUID *pVPGuid,UINT Count,DXVAHD_CUSTOM_RATE_DATA *pRates) PURE;
ndr64types.h 238 GUID Guid;
evntrace.h 308 GUID Guid;
393 GUID LogInstanceGuid;
436 GUID LogInstanceGuid;
479 GUID LogInstanceGuid;
535 LPCGUID Guid;
542 GUID Guid;
583 GUID ParentGuid;
712 GUID SourceId
    [all...]
mprapi.h 64 GUID Guid;
190 GUID guidId;
231 GUID guidId;
475 GUID guid; member in struct:_RAS_CONNECTION_2
556 DWORD WINAPI MprSetupIpInIpInterfaceFriendlyNameDelete(PWCHAR pwszMachineName,GUID *pGuid);
667 GUID guid; member in struct:_RAS_CONNECTION_3
826 GUID guid; member in struct:_RAS_CONNECTION_EX
    [all...]
ntddndis.h     [all...]
  /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/opencv3/modules/videoio/src/
cap_msmf.cpp 116 struct Guid
119 Guid();
120 Guid(__rcGUID_t);
122 bool Equals(Guid __guidArg);
124 Guid(unsigned int __aArg, unsigned short __bArg, unsigned short __cArg, unsigned __int8 __dArg,
127 Guid(unsigned int __aArg, unsigned short __bArg, unsigned short __cArg, const unsigned __int8* __dArg);
142 static_assert(sizeof(Guid) == sizeof(::_GUID), "Incorect size for Guid");
146 inline Guid::Guid() : __a(0), __b(0), __c(0), __d(0), __e(0), __f(0), __g(0), __h(0), __i(0), __j(0), __k(0
815 GUID guid = { 0 }; local
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 353 milliseconds