HomeSort by relevance Sort by last modified time
    Searched full:guid (Results 626 - 650 of 1166) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
filter.h 47 GUID guidPropSet;
mmstream.idl 47 typedef GUID MSPID;
qedit.h 398 GUID *pVal) = 0;
480 GUID *pVal);
585 static FORCEINLINE HRESULT IMediaDet_get_StreamType(IMediaDet* This,GUID *pVal) {
665 GUID *pVal);
sqltypes.h 200 typedef GUID SQLGUID;
urlhist.h 625 const GUID *pguidCmdGroup,
632 const GUID *pguidCmdGroup,
665 static FORCEINLINE HRESULT IUrlHistoryNotify_QueryStatus(IUrlHistoryNotify* This,const GUID *pguidCmdGroup,ULONG cCmds,OLECMD prgCmds[],OLECMDTEXT *pCmdText) {
668 static FORCEINLINE HRESULT IUrlHistoryNotify_Exec(IUrlHistoryNotify* This,const GUID *pguidCmdGroup,DWORD nCmdID,DWORD nCmdexecopt,VARIANT *pvaIn,VARIANT *pvaOut) {
wabapi.h 65 GUID guidPSExt;
ws2bth.h 162 GUID serviceClassId;
ndr64types.h 238 GUID Guid;
winevt.h 287 GUID *GuidVal;
307 GUID *GuidArr;
bits.h 304 virtual HRESULT WINAPI GetId(GUID *pVal) = 0;
343 HRESULT (WINAPI *GetId)(IBackgroundCopyJob *This,GUID *pVal);
425 HRESULT WINAPI IBackgroundCopyJob_GetId_Proxy(IBackgroundCopyJob *This,GUID *pVal);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusheaders.h 98 UINT GetFrameCount(const GUID *dimensionID);
100 Status GetFrameDimensionsList(GUID *dimensionIDs, UINT count);
114 Status GetRawFormat(GUID *format);
128 Status SelectActiveFrame(const GUID *dimensionID, UINT frameIndex);
  /external/chromium_org/base/win/
event_trace_consumer_unittest.cc 91 // Allocate a new GUID for each provider test.
102 GUID test_provider_;
  /external/chromium_org/chromeos/dbus/
fake_shill_manager_client.cc 241 std::string guid; local
243 if (!properties.GetString(shill::kGuidProperty, &guid) ||
245 LOG(ERROR) << "ConfigureService requires GUID and Type to be defined";
253 // For the purposes of this stub, we're going to assume that the GUID property
256 std::string service_path = guid;
268 guid /* guid */,
269 guid /* name */,
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_profile.h 33 AutofillProfile(const std::string& guid, const std::string& origin);
94 // Same as operator==, but ignores differences in GUID.
  /external/chromium_org/third_party/skia/include/device/xps/
SkXPSDevice.h 177 /** Creates a GUID based id and places it into buffer.
186 decltype(GUID::Data1) fNextId = 0;
  /external/chromium_org/third_party/webrtc/modules/audio_device/mac/
audio_device_mac.h 71 char guid[kAdmMaxGuidSize]);
75 char guid[kAdmMaxGuidSize]);
  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_core_win.h 104 char guid[kAdmMaxGuidSize]);
108 char guid[kAdmMaxGuidSize]);
audio_device_wave_win.h 60 char guid[kAdmMaxGuidSize]);
64 char guid[kAdmMaxGuidSize]);
  /external/chromium_org/chromeos/network/onc/
onc_validator.cc 419 std::string guid; local
420 if (dict.GetStringWithoutPathExpansion(key_guid, &guid)) {
421 if (guids->count(guid) != 0) {
423 LOG(ERROR) << MessageHeader() << "Found a duplicate GUID " << guid << ".";
426 guids->insert(guid);
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.h 72 const GUID GUID_DEVINTERFACE_USB_HOST_CONTROLLER = { 0x3ABF6F2D, 0x71C4, 0x462A, {0x8A, 0x92, 0x1E, 0x68, 0x61, 0xE6, 0xAF, 0x27} };
75 const GUID GUID_DEVINTERFACE_USB_DEVICE = { 0xA5DCBF10, 0x6530, 0x11D2, {0x90, 0x1F, 0x00, 0xC0, 0x4F, 0xB9, 0x51, 0xED} };
78 const GUID GUID_DEVINTERFACE_USB_HUB = { 0xF18A0E88, 0xC30C, 0x11D0, {0x88, 0x15, 0x00, 0xA0, 0xC9, 0x06, 0xBE, 0xD8} };
81 const GUID GUID_DEVINTERFACE_LIBUSB0_FILTER = { 0xF9F3FF14, 0xAE21, 0x48A0, {0x8A, 0x25, 0x80, 0x11, 0xA7, 0xA9, 0x31, 0xD9} };
309 DLL_DECLARE_PREFIXED(WINAPI, HDEVINFO, p, SetupDiGetClassDevsA, (const GUID*, PCSTR, HWND, DWORD));
312 const GUID*, DWORD, PSP_DEVICE_INTERFACE_DATA));
  /external/chromium_org/third_party/webrtc/modules/audio_device/test/
func_test_manager.cc 909 char guid[kAdmMaxGuidSize]; local
916 EXPECT_EQ(0, audioDevice->PlayoutDeviceName(n, name, guid));
919 guid=%s\n",
920 n, name, guid);
927 EXPECT_EQ(0, audioDevice->PlayoutDeviceName(-1, name, guid));
929 default guid=%s\n", -1, name, guid);
933 EXPECT_EQ(-1, audioDevice->PlayoutDeviceName(-1, name, guid));
941 EXPECT_EQ(0, audioDevice->RecordingDeviceName(n, name, guid));
944 guid=%s\n"
1007 char guid[kAdmMaxGuidSize]; local
2499 char guid[kAdmMaxGuidSize]; local
2561 char guid[kAdmMaxGuidSize]; local
    [all...]
  /external/chromium_org/tools/code_coverage/third_party/
sorttable.js 381 if (!handler.$$guid) handler.$$guid = dean_addEvent.guid++;
394 handlers[handler.$$guid] = handler;
400 dean_addEvent.guid = 1;
408 delete element.events[type][handler.$$guid];
  /external/chromium_org/win8/metro_driver/ime/
text_store.cc 450 STDMETHODIMP TextStore::QueryInsertEmbedded(const GUID* service,
717 GUID guid; local
718 if (FAILED(category_manager_->GetGUID(guid_atom, &guid)))
723 guid, display_attribute_info.Receive(), NULL))) {
737 const GUID* rgGuids[2] = {&GUID_PROP_COMPOSING, &GUID_PROP_ATTRIBUTE};
  /external/clang/tools/scan-build/
sorttable.js 379 if (!handler.$$guid) handler.$$guid = dean_addEvent.guid++;
392 handlers[handler.$$guid] = handler;
398 dean_addEvent.guid = 1;
406 delete element.events[type][handler.$$guid];
  /frameworks/base/tools/preload/
sorttable.js 379 if (!handler.$$guid) handler.$$guid = dean_addEvent.guid++;
392 handlers[handler.$$guid] = handler;
398 dean_addEvent.guid = 1;
406 delete element.events[type][handler.$$guid];

Completed in 1418 milliseconds

<<21222324252627282930>>