/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;
|
/external/vboot_reference/cgpt/ |
cgpt.h | 35 Guid boot_guid; 99 /* GUID conversion functions. Accepted format: 107 int StrToGuid(const char *str, Guid *guid); 108 void GuidToStr(const Guid *guid, char *str, unsigned int buflen); 109 int GuidEqual(const Guid *guid1, const Guid *guid2); 110 int IsZero(const Guid *guid); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
msdasql.h | 13 extern const MSDASQLDECLSPEC GUID IID_ISQLRequestDiagFields = { 0x228972f0,0xb5ff,0x11d0,{ 0x8a,0x80,0x0,0xc0,0x4f,0xd6,0x11,0xcd } }; 14 extern const MSDASQLDECLSPEC GUID IID_ISQLGetDiagField = { 0x228972f1,0xb5ff,0x11d0,{ 0x8a,0x80,0x0,0xc0,0x4f,0xd6,0x11,0xcd } }; 15 extern const MSDASQLDECLSPEC GUID IID_IRowsetChangeExtInfo = {0x0C733A8F,0x2A1C,0x11CE,{0xAD,0xE5,0x00,0xAA,0x00,0x44,0x77,0x3D}}; 16 extern const MSDASQLDECLSPEC GUID CLSID_MSDASQL = {0xC8B522CB,0x5CF3,0x11CE,{0xAD,0xE5,0x00,0xAA,0x00,0x44,0x77,0x3D}}; 17 extern const MSDASQLDECLSPEC GUID CLSID_MSDASQL_ENUMERATOR = {0xC8B522CD,0x5CF3,0x11CE,{0xAD,0xE5,0x00,0xAA,0x00,0x44,0x77,0x3D}}; 19 extern const GUID IID_ISQLRequestDiagFields; 20 extern const GUID IID_ISQLGetDiagField; 21 extern const GUID IID_IRowsetChangeExtInfo; 22 extern const GUID CLSID_MSDASQL; 23 extern const GUID CLSID_MSDASQL_ENUMERATOR [all...] |
ndattrib.h | 100 GUID guid; member in struct:tagRepairInfo 133 GUID Guid; 162 GUID rootCauseID; 164 GUID networkInterfaceID;
|
propvarutil.h | 64 HRESULT WINAPI InitPropVariantFromGUIDAsString(REFGUID guid, PROPVARIANT *ppropvar); 65 HRESULT WINAPI InitVariantFromGUIDAsString(REFGUID guid, VARIANT *pvar); 68 HRESULT WINAPI PropVariantToGUID(const PROPVARIANT *ppropvar, GUID *guid); 69 HRESULT WINAPI VariantToGUID(const VARIANT *pvar, GUID *guid);
|
wlanapi.h | 144 GUID InterfaceGuid; 224 GUID InterfaceGuid; 257 const GUID *pInterfaceGuid, 264 const GUID *pInterfaceGuid, 271 const GUID *pInterfaceGuid, 287 const GUID *pInterfaceGuid, 295 const GUID *pInterfaceGuid, 305 const GUID *pInterfaceGuid, 319 const GUID *pInterfaceGuid, 346 const GUID *pInterfaceGuid [all...] |
sqloledb.h | 12 extern const GUID CLSID_SQLOLEDB = {0xc7ff16c,0x38e3,0x11d0,{0x97,0xab,0x0,0xc0,0x4f,0xc2,0xad,0x98}}; 13 extern const GUID CLSID_SQLOLEDB_ERROR = {0xc0932c62,0x38e5,0x11d0,{0x97,0xab,0x0,0xc0,0x4f,0xc2,0xad,0x98}}; 14 extern const GUID CLSID_SQLOLEDB_ENUMERATOR = {0xdfa22b8e,0xe68d,0x11d0,{0x97,0xe4,0x0,0xc0,0x4f,0xc2,0xad,0x98}}; 16 extern const GUID CLSID_SQLOLEDB; 17 extern const GUID CLSID_SQLOLEDB_ERROR; 18 extern const GUID CLSID_SQLOLEDB_ENUMERATOR; 22 extern const GUID IID_ISQLServerErrorInfo = {0x5cf4ca12,0xef21,0x11d0,{0x97,0xe7,0x0,0xc0,0x4f,0xc2,0xad,0x98}}; 23 extern const GUID IID_IRowsetFastLoad = {0x5cf4ca13,0xef21,0x11d0,{0x97,0xe7,0x0,0xc0,0x4f,0xc2,0xad,0x98}}; 24 extern const GUID IID_IUMSInitialize = {0x5cf4ca14,0xef21,0x11d0,{0x97,0xe7,0x0,0xc0,0x4f,0xc2,0xad,0x98}}; 26 extern const GUID IID_ISchemaLock = {0x4c2389fb,0x2511,0x11d4,{0xb2,0x58,0x0,0xc0,0x4f,0x79,0x71,0xce}} [all...] |
lmdfs.h | 105 GUID Guid; 116 GUID Guid; 127 GUID Guid; 138 GUID Guid; 146 GUID GenerationGuid; 213 GUID Guid [all...] |
d3d10.h | [all...] |
/external/chromium-trace/catapult/tracing/tracing/extras/importer/etw/ |
thread_parser_test.html | 18 var guid = '3D6FA8D1-FE05-11D0-9DDA-00C04FD7BA7C'; 53 header = { guid: guid, opcode: kThreadStartOpcode, version: 1, is64: 0 }; 68 header = { guid: guid, opcode: kThreadEndOpcode, version: 1, is64: 0 }; 76 header = { guid: guid, opcode: kThreadDCStartOpcode, version: 2, is64: 1 }; 92 header = { guid: guid, opcode: kThreadStartOpcode, version: 3, is64: 0 }; 112 header = { guid: guid, opcode: kThreadStartOpcode, version: 3, is64: 1 } [all...] |
process_parser_test.html | 17 var guid = '3D6FA8D0-FE05-11D0-9DDA-00C04FD7BA7C'; 59 header = { guid: guid, opcode: kProcessStartOpcode, version: 1, is64: 0 }; 71 header = { guid: guid, opcode: kProcessStartOpcode, version: 2, is64: 0 }; 85 header = { guid: guid, opcode: kProcessStartOpcode, version: 3, is64: 0 }; 100 header = { guid: guid, opcode: kProcessStartOpcode, version: 3, is64: 1 }; 114 header = { guid: guid, opcode: kProcessStartOpcode, version: 4, is64: 1 } [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...] |
/external/clang/tools/clang-format-vs/ClangFormat/ |
ClangFormat.vsct | 27 This section uses a Guid to identify the package that provides the command defined inside it. -->
32 is a unique pair of guid and numeric identifier; the guid part of the identifier is usually
44 <Group guid="guidClangFormatCmdSet" id="MyMenuGroup" priority="0x0600">
45 <Parent guid="guidSHLMainMenu" id="IDM_VS_MENU_TOOLS"/>
64 <Button guid="guidClangFormatCmdSet" id="cmdidClangFormat" priority="0x0100" type="Button">
65 <Parent guid="guidClangFormatCmdSet" id="MyMenuGroup" />
66 <Icon guid="guidImages" id="bmpPic1" />
79 the declaration starts with a guid for the bitmap strip, then there is the resource id of the
83 <Bitmap guid="guidImages" href="Resources\Images_32bit.bmp" usedList="bmpPic1, bmpPic2, bmpPicSearch, bmpPicX, (…) [all...] |
/external/libchrome/base/trace_event/ |
process_memory_dump_unittest.cc | 72 pmd1->AddOwnershipEdge(mad1_1->guid(), mad1_2->guid()); 77 pmd1->AddOwnershipEdge(mad2_1->guid(), mad2_2->guid()); 121 // Create one allocation with an auto-assigned guid and mark it as a 124 pmd->AddSuballocation(pic1_dump->guid(), allocator_dump_name); 126 // Same here, but this time create an allocation with an explicit guid. 129 pmd->AddSuballocation(pic2_dump->guid(), allocator_dump_name); 134 allocator_dump_name + "/__" + pic1_dump->guid().ToString()); 145 found_edge[0] |= (e.source == pic1_dump->guid() & [all...] |
memory_allocator_dump_guid.cc | 23 MemoryAllocatorDumpGuid::MemoryAllocatorDumpGuid(uint64_t guid) : guid_(guid) {}
|
memory_allocator_dump_guid.h | 20 explicit MemoryAllocatorDumpGuid(uint64_t guid); 22 // Utility ctor to hash a GUID if the caller prefers a string. The caller 29 // Returns a (hex-encoded) string representation of the guid.
|
process_memory_dump.cc | 27 const MemoryAllocatorDumpGuid& guid) { 28 return "global/" + guid.ToString(); 110 const MemoryAllocatorDumpGuid& guid) { 111 MemoryAllocatorDump* mad = new MemoryAllocatorDump(absolute_name, this, guid); 135 const MemoryAllocatorDumpGuid& guid) { 136 // A shared allocator dump can be shared within a process and the guid could 138 MemoryAllocatorDump* allocator_dump = GetSharedGlobalAllocatorDump(guid); 141 GetSharedGlobalAllocatorDumpName(guid), guid); 145 const MemoryAllocatorDumpGuid& guid) const [all...] |
/system/connectivity/shill/test-scripts/ |
configure-service | 8 print "Usage: %s <GUID> [<property> <value>]" % (sys.argv[0]) 15 params = { "GUID" : sys.argv[1] }
|
/external/autotest/client/site_tests/network_ChromeWifiConfigure/ |
network_ChromeWifiConfigure.py | 41 guid = test_utils.call_test_function_check_success( 45 logging.info(' guid: ' + guid) 51 ('"' + guid + '"',))
|
/external/chromium-trace/catapult/perf_insights/perf_insights/mre/ |
failure_unittest.py | 12 def _SingleFileFunctionHandle(filename, function_name, guid): 15 function_name=function_name, guid=guid) 53 self.assertEquals(failure.job.guid, '1')
|
failure.py | 25 self.job.guid, self.function_handle.guid, 31 'job_guid': str(self.job.guid),
|
/external/vboot_reference/host/include/ |
cgpt_params.h | 29 Guid type_guid; 30 Guid unique_guid; 97 Guid unique_guid; 98 Guid type_guid;
|
/external/chromium-trace/catapult/telemetry/telemetry/value/ |
translate_common_values_unittest.py | 17 def _SingleFileFunctionHandle(filename, function_name, guid): 20 function_name=function_name, guid=guid)
|
/external/libchrome/base/ |
guid_posix.cc | 5 #include "base/guid.h" 17 // Set the GUID to version 4 as described in RFC 4122, section 4.4. 18 // The format of GUID version 4 must be xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx,
|
/external/libweave/third_party/chromium/base/ |
guid_posix.cc | 5 #include "base/guid.h" 17 // Set the GUID to version 4 as described in RFC 4122, section 4.4. 18 // The format of GUID version 4 must be xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx,
|