/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
mshtmhst.h | 110 EXTERN_C const GUID CGID_MSHTML; 161 EXTERN_C const GUID CLSID_HostDialogHelper; 210 virtual HRESULT WINAPI TranslateAccelerator(LPMSG lpMsg,const GUID *pguidCmdGroup,DWORD nCmdID) = 0; 232 HRESULT (WINAPI *TranslateAccelerator)(IDocHostUIHandler *This,LPMSG lpMsg,const GUID *pguidCmdGroup,DWORD nCmdID); 282 HRESULT WINAPI IDocHostUIHandler_TranslateAccelerator_Proxy(IDocHostUIHandler *This,LPMSG lpMsg,const GUID *pguidCmdGroup,DWORD nCmdID); 319 HRESULT (WINAPI *TranslateAccelerator)(IDocHostUIHandler2 *This,LPMSG lpMsg,const GUID *pguidCmdGroup,DWORD nCmdID);
|
ntmsapi.h | 18 typedef GUID NTMS_GUID; 19 typedef GUID *LPNTMS_GUID; 188 GUID Reserved; 207 GUID Reserved; 246 GUID Reserved; 704 GUID Reserved; [all...] |
txdtc.h | 492 virtual HRESULT WINAPI Initialize(GUID clsidHelperDll) = 0; 501 HRESULT (WINAPI *Initialize)(IXAConfig *This,GUID clsidHelperDll); 516 HRESULT WINAPI IXAConfig_Initialize_Proxy(IXAConfig *This,GUID clsidHelperDll); 529 virtual HRESULT WINAPI RMInfo(xa_switch_t *pXa_Switch,WINBOOL fCDeclCallingConv,char *pszOpenString,char *pszCloseString,GUID guidRMRecovery) = 0; 538 HRESULT (WINAPI *RMInfo)(IRMHelper *This,xa_switch_t *pXa_Switch,WINBOOL fCDeclCallingConv,char *pszOpenString,char *pszCloseString,GUID guidRMRecovery); 554 HRESULT WINAPI IRMHelper_RMInfo_Proxy(IRMHelper *This,xa_switch_t *pXa_Switch,WINBOOL fCDeclCallingConv,char *pszOpenString,char *pszCloseString,GUID guidRMRecovery); 595 virtual HRESULT WINAPI Create(GUID *pguidRM,CHAR *pszRMName,IResourceManagerSink *pIResMgrSink,IResourceManager **ppResMgr) = 0; 603 HRESULT (WINAPI *Create)(IResourceManagerFactory *This,GUID *pguidRM,CHAR *pszRMName,IResourceManagerSink *pIResMgrSink,IResourceManager **ppResMgr); 616 HRESULT WINAPI IResourceManagerFactory_Create_Proxy(IResourceManagerFactory *This,GUID *pguidRM,CHAR *pszRMName,IResourceManagerSink *pIResMgrSink,IResourceManager **ppResMgr); 626 virtual HRESULT WINAPI CreateEx(GUID *pguidRM,CHAR *pszRMName,IResourceManagerSink *pIResMgrSink,REFIID riidRequested,void **ppvResMgr) (…) [all...] |
winioctl.h | 574 GUID PartitionType; 575 GUID PartitionId; 606 GUID DiskId; 639 GUID DiskId; 702 GUID DiskId; [all...] |
knownfolders.h | 26 EXTERN_C const GUID name ; \ 27 EXTERN_C const GUID name = \ 31 const GUID name ; \ 32 const GUID name = \ 37 EXTERN_C const GUID name
|
textstor.h | 104 typedef GUID TS_ATTRID; 450 const GUID *pguidService, 631 const GUID *pguidService, 814 static FORCEINLINE HRESULT ITextStoreACP_QueryInsertEmbedded(ITextStoreACP* This,const GUID *pguidService,const FORMATETC *pFormatEtc,WINBOOL *pfInsertable) { [all...] |
/prebuilts/misc/darwin-x86/analyzer/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];
|
/prebuilts/misc/linux-x86/analyzer/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];
|
/external/skia/src/device/xps/ |
SkXPSDevice.cpp | 51 //Dummy representation of a GUID from create_id. 53 //Length of GUID representation from create_id, including NULL terminator. 57 Formats a GUID and places it into buffer. 63 static int format_guid(const GUID& guid, 70 guid.Data1, 72 guid.Data2, 74 guid.Data3, 76 guid.Data4[0], 77 guid.Data4[1] 97 GUID guid = {}; local [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_device/test/ |
audio_device_test_api.cc | 393 char guid[kAdmMaxGuidSize]; 397 EXPECT_EQ(-1, audio_device_->PlayoutDeviceName(-2, name, guid)); 398 EXPECT_EQ(-1, audio_device_->PlayoutDeviceName(no_devices, name, guid)); 399 EXPECT_EQ(-1, audio_device_->PlayoutDeviceName(0, NULL, guid)); 410 EXPECT_EQ(0, audio_device_->PlayoutDeviceName(i, name, guid)); 417 char guid[kAdmMaxGuidSize]; 421 EXPECT_EQ(-1, audio_device_->RecordingDeviceName(-2, name, guid)); 422 EXPECT_EQ(-1, audio_device_->RecordingDeviceName(no_devices, name, guid)); 423 EXPECT_EQ(-1, audio_device_->RecordingDeviceName(0, NULL, guid)); 434 EXPECT_EQ(0, audio_device_->RecordingDeviceName(i, name, guid)); [all...] |
/external/chromium_org/components/autofill/core/browser/ |
personal_data_manager_unittest.cc | 11 #include "base/guid.h" 73 // in GUID (aka random) order. 228 personal_data_->RemoveByGUID(profile1.guid()); 280 personal_data_->RemoveByGUID(credit_card1.guid()); 435 guids.insert(profile0.guid()); 436 guids.insert(profile1.guid()); 437 guids.insert(credit_card0.guid()); 438 guids.insert(credit_card1.guid()); 476 EXPECT_NE(results3[0]->guid(), results3[1]->guid()); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
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...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.ecf.identity_3.2.0.v20130604-1622.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.ecf.identity_3.2.0.v20130604-1622.jar | |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/js/ |
jquery-1.4.1.min.js | 31 v;)a[d++]=b[f++];a.length=d;return a},grep:function(a,b,d){for(var f=[],e=0,i=a.length;e<i;e++)!d!==!b(a[e],e)&&f.push(a[e]);return f},map:function(a,b,d){for(var f=[],e,i=0,j=a.length;i<j;i++){e=b(a[i],i,d);if(e!=null)f[f.length]=e}return f.concat.apply([],f)},guid:1,proxy:function(a,b,d){if(arguments.length===2)if(typeof b==="string"){d=a;a=d[b];b=v}else if(b&&!c.isFunction(b)){d=b;b=v}if(!b&&a)b=function(){return a.apply(d||this,arguments)};if(a)b.guid=a.guid=a.guid||b.guid||c.guid++;return b}, 48 ""+d;return a.style.cssText}e&&a.setAttribute(b,""+d);a=!c.support.hrefNormalized&&f&&i?a.getAttribute(b,2):a.getAttribute(b);return a===null?v:a}return c.style(a,b,d)}});var ab=function(a){return a.replace(/[^\w\s\.\|`]/g,function(b){return"\\"+b})};c.event={add:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){if(a.setInterval&&a!==z&&!a.frameElement)a=z;if(!d.guid)d.guid=c.guid++;if(f!==v){d=c.proxy(d);d.data=f}var e=c.data(a,"events")||c.data(a,"events",{}),i=c.data(a,"handle"),j;if(!i){j= 50 d,f,m,s))&&c.isFunction(m)){m.guid=m.guid||d.guid;m.data=m.data||d.data;m.type=m.type||d.type;d=m}s[d.guid]=d;this.global[n]=true}a=n (…) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ecf.identity_3.1.0.v20100529-0735.jar | |
/external/chromium_org/chromeos/network/ |
network_connection_handler.cc | 417 std::string guid; local 418 service_properties.GetStringWithoutPathExpansion(shill::kGuidProperty, &guid); 423 managed_configuration_handler_->FindPolicyByGuidAndProfile(guid, profile); 812 !network->profile_path().empty() && !network->guid().empty() && 814 network->guid(), network->profile_path());
|
client_cert_resolver.cc | 386 network->guid(), network->profile_path()); 389 VLOG(1) << "The policy for network " << network->path() << " with GUID " 390 << network->guid() << " is not available yet.";
|
network_configuration_handler_unittest.cc | 616 std::string guid; local 618 create_service_path_, shill::kGuidProperty, &guid)); 619 EXPECT_EQ(service_path, guid);
|
shill_property_handler_unittest.cc | 220 id /* guid */, 233 id /* guid */, 245 id /* guid */,
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/ |
libdinput.a | 303 ? ? ?
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ! ! ? " " ? # # ? $ $ ? % % ? & |