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

<<21222324252627282930>>

  /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 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?! !?" "?# #?$ $?% %?& &?' '?( (?) )?* *?+ +?, ,?- -?. .?/ /?0 0?1 1?2 2?3 3?4 4?5 5?6 6?7 7?8 8?9 9?: :?; ;?< <?= =?> >?? ??@ @?A A?B B?C C?D D?E E?F F?G G?H H?I I?J J?K K?L L?M M?N N?O O?P P?Q Q?R R?S S?T T?U U?V V?W W?X X?Y Y?Z Z?[ [?\ \?] ]?^ ^?_ _?` `?a a?b b?c c?d d?e e?f f?g g?h h?i i?j j?k k?l l?m m?n n?o o?p p?q q?r r?s s?t t?u u?v v?w w?x x?y y?z z?{ {?| |?} }?~ ~? ?? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ?? .GNU C 4.8.3 -m64 -mtune=generic -march=x86-64 -g -O2 -std=gnu99/tmp/build-mingw64-toolchain-digit/src/mingw-w64-svn-r5861/mingw-w64-crt/libsrc/dinput_kbd.ccharlong long unsigned intlong long intshort unsigned intintlong intunsigned intsizetypelong unsigned intunsigned charWORDt?DWORDu&floatsigned charshort int_GUID ?Data1 &Data2?Data3?Data4?;?GUID?? ?doublelong double
485 L.text ?? ``.data@P?.bss?P?.rdata ?@`@/4??@B/16?? @B/30 5 B@B/45 U @B/57@B/68 u@P@????????? ??????????????? ???$???(???,???0 ???1 ???2 ???3 ???4 ???5 ???6 ???7 ???8 ???9 ???: ???; ???< ???= ???> ???? ???@ ???A ???B ???C ???D ???E ???F ???G ???H ???I ???J ???K ???L ???M ???N ???O ??? P,?GNU C 4.8.3 -m64 -mtune=generic -march=x86-64 -g -O2 -std=gnu99/tmp/build-mingw64-toolchain-digit/src/mingw-w64-svn-r5861/mingw-w64-crt/libsrc/dinput_joy.ccharlong long unsigned intlong long intshort unsigned intintlong intunsigned intsizetypelong unsigned intunsigned charDWORDu&floatsigned charshort int_GUID ?Data1 &Data2?Data3?Data4?;?GUID~? ?doublelong double
726 ?.text`??$ ``.data@P?.bss?P?.rdata D@`@/4?$N@B/16??@B/30 xv@B/45!?@B/57@B/68 ?@P@????????? ??????????????? ???$???(???,???0 ???1 ???2 ???3 ???4 ???5 ???6 ???7 ???8 ???9 ???: ???; ???< ???= ???> ???? ???@ ???A ???B ???C ???D ???E ???F ???G ???H ???I ???J ???K ???L ???M ???N ???O ???P ???Q ???R ???S ???T ???U ???V ???W ???X ???Y ???Z ???[ ???\ ???] ???^ ???_ ???` ???a ???b ???c ???d ???e ???f ???g ???h ???i ???j ???k ???l ???m ???n ???o ???p ???q ???r ???s ???t ???u ???v ???w ???x ???y ???z ???{ ???| ???} ???~ ??? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ??????????????????????????????????????????????????????????????????????????????????????????? ??GNU C 4.8.3 -m64 -mtune=generic -march=x86-64 -g -O2 -std=gnu99/tmp/build-mingw64-toolchain-digit/src/mingw-w64-svn-r5861/mingw-w64-crt/libsrc/dinput_joy2.ccharlong long unsigned intlong long intshort unsigned intintlong intunsigned intsizetypelong unsigned intunsigned charDWORDu'floatsigned charshort int_GUID ?Data1 'Data2?Data3?Data4?<?GUID? ?doublelong double
    [all...]
libdinput8.a 81 L.text ?? ``.data@P?.bss?P?.rdata ?@`@/4??@B/16?? @B/30 5 B@B/45 U @B/57@B/68 u@P@????????? ??????????????? ???$???(???,???0 ???1 ???2 ???3 ???4 ???5 ???6 ???7 ???8 ???9 ???: ???; ???< ???= ???> ???? ???@ ???A ???B ???C ???D ???E ???F ???G ???H ???I ???J ???K ???L ???M ???N ???O ??? P,?GNU C 4.8.3 -m64 -mtune=generic -march=x86-64 -g -O2 -std=gnu99/tmp/build-mingw64-toolchain-digit/src/mingw-w64-svn-r5861/mingw-w64-crt/libsrc/dinput_joy.ccharlong long unsigned intlong long intshort unsigned intintlong intunsigned intsizetypelong unsigned intunsigned charDWORDu&floatsigned charshort int_GUID ?Data1 &Data2?Data3?Data4?;?GUID~? ?doublelong double
322 ?.text`??$ ``.data@P?.bss?P?.rdata D@`@/4?$N@B/16??@B/30 xv@B/45!?@B/57@B/68 ?@P@????????? ??????????????? ???$???(???,???0 ???1 ???2 ???3 ???4 ???5 ???6 ???7 ???8 ???9 ???: ???; ???< ???= ???> ???? ???@ ???A ???B ???C ???D ???E ???F ???G ???H ???I ???J ???K ???L ???M ???N ???O ???P ???Q ???R ???S ???T ???U ???V ???W ???X ???Y ???Z ???[ ???\ ???] ???^ ???_ ???` ???a ???b ???c ???d ???e ???f ???g ???h ???i ???j ???k ???l ???m ???n ???o ???p ???q ???r ???s ???t ???u ???v ???w ???x ???y ???z ???{ ???| ???} ???~ ??? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ??????????????????????????????????????????????????????????????????????????????????????????? ??GNU C 4.8.3 -m64 -mtune=generic -march=x86-64 -g -O2 -std=gnu99/tmp/build-mingw64-toolchain-digit/src/mingw-w64-svn-r5861/mingw-w64-crt/libsrc/dinput_joy2.ccharlong long unsigned intlong long intshort unsigned intintlong intunsigned intsizetypelong unsigned intunsigned charDWORDu'floatsigned charshort int_GUID ?Data1 'Data2?Data3?Data4?<?GUID? ?doublelong double
455 @P@??????? ?? ?? ??? ??????????????????????????? CGNU C 4.8.3 -m64 -mtune=generic -march=x86-64 -g -O2 -std=gnu99/tmp/build-mingw64-toolchain-digit/src/mingw-w64-svn-r5861/mingw-w64-crt/libsrc/dinput_mouse.ccharlong long unsigned intlong long intshort unsigned intintlong intunsigned intsizetypelong unsigned intunsigned charDWORDu(floatsigned charshort int_GUID ?Data1 (Data2?Data3?Data4?=?GUID?? ?doublelong double
579 ? .text ?@  ``.data@P?.bss?P?.rdata ?^ @`@/4J?h @B/16?. @B/30 ? ? @B/45#? @B/57@B/68 @P@??????? ?? ?? ??? ??? ??? ??? ??? ???????????????????????????  FGNU C 4.8.3 -m64 -mtune=generic -march=x86-64 -g -O2 -std=gnu99/tmp/build-mingw64-toolchain-digit/src/mingw-w64-svn-r5861/mingw-w64-crt/libsrc/dinput_mouse2.ccharlong long unsigned intlong long intshort unsigned intintlong intunsigned intsizetypelong unsigned intunsigned charDWORDu)floatsigned charshort int_GUID ?Data1 )Data2?Data3?Data4?>?GUID?? ?doublelong double
950 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?! !?" "?# #?$ $?% %?& &?' '?( (?) )?* *?+ +?, ,?- -?. .?/ /?0 0?1 1?2 2?3 3?4 4?5 5?6 6?7 7?8 8?9 9?: :?; ;?< <?= =?> >?? ??@ @?A A?B B?C C?D D?E E?F F?G G?H H?I I?J J?K K?L L?M M?N N?O O?P P?Q Q?R R?S S?T T?U U?V V?W W?X X?Y Y?Z Z?[ [?\ \?] ]?^ ^?_ _?` `?a a?b b?c c?d d?e e?f f?g g?h h?i i?j j?k k?l l?m m?n n?o o?p p?q q?r r?s s?t t?u u?v v?w w?x x?y y?z z?{ {?| |?} }?~ ~? ?? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ?? .GNU C 4.8.3 -m64 -mtune=generic -march=x86-64 -g -O2 -std=gnu99/tmp/build-mingw64-toolchain-digit/src/mingw-w64-svn-r5861/mingw-w64-crt/libsrc/dinput_kbd.ccharlong long unsigned intlong long intshort unsigned intintlong intunsigned intsizetypelong unsigned intunsigned charWORDt?DWORDu&floatsigned charshort int_GUID ?Data1 &Data2?Data3?Data4?;?GUID?? ?doublelong double
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/
libdinput.a 302 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?! !?" "?# #?$ $?% %?& &?' '?( (?) )?* *?+ +?, ,?- -?. .?/ /?0 0?1 1?2 2?3 3?4 4?5 5?6 6?7 7?8 8?9 9?: :?; ;?< <?= =?> >?? ??@ @?A A?B B?C C?D D?E E?F F?G G?H H?I I?J J?K K?L L?M M?N N?O O?P P?Q Q?R R?S S?T T?U U?V V?W W?X X?Y Y?Z Z?[ [?\ \?] ]?^ ^?_ _?` `?a a?b b?c c?d d?e e?f f?g g?h h?i i?j j?k k?l l?m m?n n?o o?p p?q q?r r?s s?t t?u u?v v?w w?x x?y y?z z?{ {?| |?} }?~ ~? ?? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??&GNU C 4.8.3 -m32 -mtune=generic -march=x86-64 -g -O2 -std=gnu99/tmp/build-mingw64-toolchain-digit/src/mingw-w64-svn-r5861/mingw-w64-crt/libsrc/dinput_kbd.ccharunsigned intintshort unsigned intlong intlong long intsizetypelong unsigned intunsigned charWORDt?DWORDu floatsigned charshort intlong long unsigned int_GUID ?Data1 Data2?Data3?Data4?!?GUID?? ?double long double
514 ? .text?? ``.data@0?.bss?0?.rdatad? @0@/4?|? @B/16? @B/30? ? @B/45 ? @B/57@B/68? @0@????????? ??????????????? ???$???(???,???0 ???1 ???2 ???3 ???4 ???5 ???6 ???7 ???8 ???9 ???: ???; ???< ???= ???> ???? ???@ ???A ???B ???C ???D ???E ???F ???G ???H ???I ???J ???K ???L ???M ???N ???O ???P,?GNU C 4.8.3 -m32 -mtune=generic -march=x86-64 -g -O2 -std=gnu99/tmp/build-mingw64-toolchain-digit/src/mingw-w64-svn-r5861/mingw-w64-crt/libsrc/dinput_joy.ccharunsigned intintshort unsigned intlong intlong long intsizetypelong unsigned intunsigned charDWORDu floatsigned charshort intlong long unsigned int_GUID ?Data1 Data2?Data3?Data4?!?GUID~? ?double long double
763 @B/16??@B/30H2@B/45!`@B/57@B/68?@0@????????? ??????????????? ???$???(???,???0 ???1 ???2 ???3 ???4 ???5 ???6 ???7 ???8 ???9 ???: ???; ???< ???= ???> ???? ???@ ???A ???B ???C ???D ???E ???F ???G ???H ???I ???J ???K ???L ???M ???N ???O ???P ???Q ???R ???S ???T ???U ???V ???W ???X ???Y ???Z ???[ ???\ ???] ???^ ???_ ???` ???a ???b ???c ???d ???e ???f ???g ???h ???i ???j ???k ???l ???m ???n ???o ???p ???q ???r ???s ???t ???u ???v ???w ???x ???y ???z ???{ ???| ???} ???~ ??? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ?????????????????????????????????????????????????????????????????????????????????????????????GNU C 4.8.3 -m32 -mtune=generic -march=x86-64 -g -O2 -std=gnu99/tmp/build-mingw64-toolchain-digit/src/mingw-w64-svn-r5861/mingw-w64-crt/libsrc/dinput_joy2.ccharunsigned intintshort unsigned intlong intlong long intsizetypelong unsigned intunsigned charDWORDu floatsigned charshort intlong long unsigned int_GUID ?Data1 Data2?Data3?Data4?"?GUID? ?double long double
893 @0@??????? ?? ?? ??? ???????????????????;GNU C 4.8.3 -m32 -mtune=generic -march=x86-64 -g -O2 -std=gnu99/tmp/build-mingw64-toolchain-digit/src/mingw-w64-svn-r5861/mingw-w64-crt/libsrc/dinput_mouse.ccharunsigned intintshort unsigned intlong intlong long intsizetypelong unsigned intunsigned charDWORDufloatsigned charshort intlong long unsigned int_GUID ?Data1 Data2?Data3?Data4?#?GUID?? ?double long double
1018 @0@??????? ?? ?? ??? ??? ??? ??? ??? ??????????????????? >GNU C 4.8.3 -m32 -mtune=generic -march=x86-64 -g -O2 -std=gnu99/tmp/build-mingw64-toolchain-digit/src/mingw-w64-svn-r5861/mingw-w64-crt/libsrc/dinput_mouse2.ccharunsigned intintshort unsigned intlong intlong long intsizetypelong unsigned intunsigned charDWORDufloatsigned charshort intlong long unsigned int_GUID ?Data1 Data2?Data3?Data4?$?GUID?? ?double long double
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
msvs.py 37 # Regular expression for validating Visual Studio GUIDs. If the GUID
43 # validates that the string looks like a GUID with all uppercase hex
860 """Get the guid for the project.
866 the guid.
868 ValueError: if the specified GUID is invalid.
872 # Decide the guid of the project.
873 guid = default_config.get('msvs_guid')
874 if guid:
875 if VALID_MSVS_GUID_CHARS.match(guid) is None:
876 raise ValueError('Invalid MSVS guid: "%s". Must match regex: "%s".'
    [all...]
  /external/chromium_org/chrome/browser/ssl/
chrome_ssl_host_state_delegate.cc 12 #include "base/guid.h"
50 const char kSSLCertDecisionGUIDKey[] = "guid";
254 // simulate that, Chrome keeps track of a guid to represent the current browser

Completed in 3186 milliseconds

<<21222324252627282930>>