HomeSort by relevance Sort by last modified time
    Searched refs:GUID (Results 26 - 50 of 138) sorted by null

12 3 4 5 6

  /external/chromium/base/win/
event_trace_provider.h 21 typedef GUID EtwEventClass;
46 header.Guid = event_class;
56 header.Guid = event_class;
78 // registers with ETW by its name which is a GUID. ETW calls back to
89 explicit EtwTraceProvider(const GUID& provider_name);
106 void set_provider_name(const GUID& provider_name) {
109 const GUID& provider_name() const { return provider_name_; }
160 GUID provider_name_;
event_trace_controller.h 12 // which is a GUID, and can from that point forward receive callbacks that
106 // This will cause all providers registered with the GUID
108 HRESULT EnableProvider(const GUID& provider, UCHAR level,
111 HRESULT DisableProvider(const GUID& provider);
  /external/chromium_org/base/win/
event_trace_provider.h 20 typedef GUID EtwEventClass;
50 header.Guid = event_class;
60 header.Guid = event_class;
82 // registers with ETW by its name which is a GUID. ETW calls back to
93 explicit EtwTraceProvider(const GUID& provider_name);
110 void set_provider_name(const GUID& provider_name) {
113 const GUID& provider_name() const { return provider_name_; }
164 GUID provider_name_;
event_trace_controller.h 12 // which is a GUID, and can from that point forward receive callbacks that
105 // This will cause all providers registered with the GUID
107 HRESULT EnableProvider(const GUID& provider, UCHAR level,
110 HRESULT DisableProvider(const GUID& provider);
  /external/chromium/base/debug/
trace_event_win.cc 18 const GUID kChromeTraceProviderName = {
22 const GUID kTraceEventClass32 = {
26 const GUID kTraceEventClass64 = {
  /external/chromium_org/base/debug/
trace_event_win.cc 17 const GUID kChromeTraceProviderName = {
21 const GUID kTraceEventClass32 = {
25 const GUID kTraceEventClass64 = {
  /development/host/windows/usb/api/
adb_interface_enum.cpp 35 bool AdbInterfaceEnumObject::InitializeEnum(GUID class_id,
adb_api.h 201 GUID class_id;
227 ADBWIN_API ADBAPIHANDLE __cdecl AdbEnumInterfaces(GUID class_id,
287 ADBWIN_API ADBAPIHANDLE __cdecl AdbCreateInterface(GUID class_id,
adb_helper_routines.cpp 84 GUID class_id,
145 bool EnumerateDeviceInterfaces(GUID class_id,
  /external/chromium_org/chrome/test/logging/win/
file_logger.cc 29 const GUID kChromeFrameProvider =
34 const GUID kChromeTraceProviderName =
39 const GUID kChromeTestsProvider =
46 const GUID* provider_name;
  /external/chromium_org/media/video/capture/win/
sink_filter_win.cc 10 // Define GUID for I420. This is the color format we would like to support but
14 GUID kMediaSubTypeI420 = {
sink_input_pin_win.cc 91 GUID type = media_type->majortype;
95 GUID format_type = media_type->formattype;
100 GUID sub_type = media_type->subtype;
  /external/chromium_org/ui/views/examples/content_client/
examples_main_delegate.cc 28 const GUID kViewsExamplesProviderName =
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.h 55 extern HRESULT (WINAPI *DDrawCreate)( GUID FAR *lpGUID, LPDIRECTDRAW FAR *lplpDD, IUnknown FAR *pUnkOuter );
  /external/chromium_org/content/browser/
safe_util_win.cc 56 const GUID& client_guid) {
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.h 102 typedef UInt32 (WINAPI *CreateObjectFunc)(const GUID *clsID, const GUID *interfaceID, void **outObject);
179 STDMETHOD(CreateDecoder)(UInt32 index, const GUID *interfaceID, void **coder);
180 STDMETHOD(CreateEncoder)(UInt32 index, const GUID *interfaceID, void **coder);
  /external/lzma/CPP/7zip/
ICoder.h 132 STDMETHOD(CreateDecoder)(UInt32 index, const GUID *iid, void **coder) PURE;
133 STDMETHOD(CreateEncoder)(UInt32 index, const GUID *iid, void **coder) PURE;
  /external/chromium/chrome/common/
win_safe_util.cc 39 // This GUID is associated with any 'don't ask me again' settings that the
42 static const GUID kClientID = { 0x2676a9a2, 0xd919, 0x4fee,
  /external/chromium_org/chrome/browser/policy/
policy_loader_win.h 35 GUID* extension_guid,
  /external/chromium_org/chrome/browser/safe_browsing/
signature_util_win.cc 52 GUID policy_guid = WINTRUST_ACTION_GENERIC_VERIFY_V2;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/win/
FontCustomPlatformDataWin.cpp 52 GUID fontUuid;
  /external/chromium_org/third_party/skia/src/ports/
SkImageDecoder_WIC.cpp 56 GUID fGuidFormat;
68 static SkImageDecoder::Format GuidContainerFormat_to_Format(REFGUID guid) {
70 if (IsEqualGUID(guid, gFormatConversions[i].fGuidFormat)) {
138 GUID guidFormat;
186 GUID destinationPixelFormat;
268 GUID type;
  /external/chromium_org/win8/delegate_execute/
command_execute_impl.h 20 EXTERN_C const GUID CLSID_CommandExecuteImpl;
  /external/skia/src/ports/
SkImageDecoder_WIC.cpp 56 GUID fGuidFormat;
68 static SkImageDecoder::Format GuidContainerFormat_to_Format(REFGUID guid) {
70 if (IsEqualGUID(guid, gFormatConversions[i].fGuidFormat)) {
138 GUID guidFormat;
186 GUID destinationPixelFormat;
268 GUID type;
  /external/clang/test/Parser/
MicrosoftExtensions.cpp 45 } GUID;
49 struct __declspec(uuid("0000000-0000-0000-1234-0000500000047")) uuid_attr_bad3 { };// expected-error {{uuid attribute contains a malformed GUID}}
50 struct __declspec(uuid("0000000-0000-0000-Z234-000000000047")) uuid_attr_bad4 { };// expected-error {{uuid attribute contains a malformed GUID}}
51 struct __declspec(uuid("000000000000-0000-1234-000000000047")) uuid_attr_bad5 { };// expected-error {{uuid attribute contains a malformed GUID}}
72 __uuidof(struct_without_uuid); // expected-error {{cannot call operator __uuidof on a type with no GUID}}
74 __uuidof(struct_without_uuid*); // expected-error {{cannot call operator __uuidof on a type with no GUID}}
77 __uuidof(var_without_uuid);// expected-error {{cannot call operator __uuidof on a type with no GUID}}
79 __uuidof(var_without_uuid[1]);// expected-error {{cannot call operator __uuidof on a type with no GUID}}
81 __uuidof(&var_without_uuid[1]);// expected-error {{cannot call operator __uuidof on a type with no GUID}}
84 __uuidof(1);// expected-error {{cannot call operator __uuidof on a type with no GUID}}
    [all...]

Completed in 906 milliseconds

12 3 4 5 6