/external/chromium-trace/catapult/tracing/tracing/extras/importer/etw/ |
eventtrace_parser_test.html | 17 var guid = '68FDD900-4A3E-11D1-84F4-0000F80464E3'; 50 guid: guid, opcode: kEventTraceHeaderOpcode, version: 2, is64: 0 86 guid: guid, opcode: kEventTraceHeaderOpcode, version: 2, is64: 1
|
eventtrace_parser.html | 21 var guid = '68FDD900-4A3E-11D1-84F4-0000F80464E3'; 32 importer.registerEventHandler(guid, kEventTraceHeaderOpcode,
|
parser.html | 28 * importer.registerEventHandler(guid, kThreadStartOpcode, 30 * importer.registerEventHandler(guid, kThreadEndOpcode,
|
/external/libchrome/base/trace_event/ |
process_memory_dump.h | 78 // guid: an optional identifier, unique among all processes within the 85 const MemoryAllocatorDumpGuid& guid); 99 const MemoryAllocatorDumpGuid& guid); 101 // Looks up a shared MemoryAllocatorDump given its guid. 103 const MemoryAllocatorDumpGuid& guid) const;
|
/external/vboot_reference/firmware/lib/cgptlib/ |
cgptlib.c | 212 * partition type guid from the gpt table. Instance value starts from 0. If the 215 GptEntry *GptFindNthEntry(GptData *gpt, const Guid *guid, unsigned int n) 223 if (!Memcmp(&e->type, guid, sizeof(*guid))) {
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
comdef.h | 52 GUID GUID_() const throw(); 120 _GUID guid; local 121 memset (&guid, 0, sizeof (_GUID)); 122 if(m_perrinfo!=NULL) m_perrinfo->GetGUID(&guid); 123 return guid;
|
mftransform.h | 708 EXTERN_C const DECLSPEC_SELECTANY GUID MF_SA_D3D_AWARE = {0xeaa35c29,0x775e,0x488e,{0x9b,0x61,0xb3,0x28,0x3e,0x49,0x58,0x3b}}; 709 EXTERN_C const DECLSPEC_SELECTANY GUID MF_SA_REQUIRED_SAMPLE_COUNT = {0x18802c61,0x324b,0x4952,{0xab,0xd0,0x17,0x6f,0xf5,0xc6,0x96,0xff}}; 710 EXTERN_C const DECLSPEC_SELECTANY GUID MF_TRANSFORM_ASYNC = {0xf81a699a,0x649a,0x497d,{0x8c,0x73,0x29,0xf8,0xfe,0xd6,0xad,0x7a}}; 711 EXTERN_C const DECLSPEC_SELECTANY GUID MF_TRANSFORM_ASYNC_UNLOCK = {0xe5666d6b,0x3422,0x4eb6,{0xa4,0x21,0xda,0x7d,0xb1,0xf8,0xe2,0x7}}; 712 EXTERN_C const DECLSPEC_SELECTANY GUID MF_TRANSFORM_FLAGS_Attribute = {0x9359bb7e,0x6275,0x46c4,{0xa0,0x25,0x1c,0x1,0xe4,0x5f,0x1a,0x86}}; 713 EXTERN_C const DECLSPEC_SELECTANY GUID MF_TRANSFORM_CATEGORY_Attribute = {0xceabba49,0x506d,0x4757,{0xa6,0xff,0x66,0xc1,0x84,0x98,0x7e,0x4e}}; 714 EXTERN_C const DECLSPEC_SELECTANY GUID MFT_TRANSFORM_CLSID_Attribute = {0x6821c42b,0x65a4,0x4e82,{0x99,0xbc,0x9a,0x88,0x20,0x5e,0xcd,0xc}}; 715 EXTERN_C const DECLSPEC_SELECTANY GUID MFT_INPUT_TYPES_Attributes = {0x4276c9b1,0x759d,0x4bf3, {0x9c,0xd0,0xd,0x72,0x3d,0x13,0x8f,0x96}}; 716 EXTERN_C const DECLSPEC_SELECTANY GUID MFT_OUTPUT_TYPES_Attributes = {0x8eae8cf3,0xa44f,0x4306,{0xba,0x5c,0xbf,0x5d,0xda,0x24,0x28,0x18}}; 717 EXTERN_C const DECLSPEC_SELECTANY GUID MFT_ENUM_HARDWARE_URL_Attribute = {0x2fb866ac,0xb078,0x4942,{0xab,0x6c,0x0,0x3d,0x5,0xcd,0xa6,0x74 (…) [all...] |
msdaipp.h | 130 const GUID DBPROPSET_MSDAIPP_INIT = {0x8f1033e3,0xb2cd,0x11d1,{0x9c,0x74,0x0,0x0,0xf8,0x75,0xac,0x61}}; 171 const GUID GUID_IPPCOMMAND = { 0xd395c253,0x6511,0x11d1,{ 0x9c,0x9,0x0,0x0,0xf8,0x75,0xac,0x61 } }; 173 const GUID GUID_DAV_PROVIDER = {0x9FECD570,0xB9D4,0x11d1,0x9C,0x78,0x00,0x00,0xF8,0x75,0xAC,0x61}; 174 const GUID GUID_WEC_PROVIDER = {0x9FECD571,0xB9D4,0x11d1,0x9C,0x78,0x00,0x00,0xF8,0x75,0xAC,0x61}; 175 const GUID GUID_HTTP_PROVIDER = {0x9FECD572,0xB9D4,0x11d1,0x9C,0x78,0x00,0x00,0xF8,0x75,0xAC,0x61};
|
ntdsapi.h | 360 GUID *pguidSrc; 361 GUID *pguidDst; 368 GUID *pguidSrc; 369 GUID *pguidDst; 471 GUID guid; member in struct:__anon43804 477 GUID guid; member in struct:__anon43805 482 NTDSAPI DWORD WINAPI DsMapSchemaGuidsA(HANDLE hDs,DWORD cGuids,GUID *rGuids,DS_SCHEMA_GUID_MAPA **ppGuidMap); 484 NTDSAPI DWORD WINAPI DsMapSchemaGuidsW(HANDLE hDs,DWORD cGuids,GUID *rGuids,DS_SCHEMA_GUID_MAPW **ppGuidMap) [all...] |
virtdisk.h | 140 GUID VendorId; 165 GUID UniqueId; 193 GUID Identifier; 198 GUID ParentIdentifier; 227 GUID UniqueIdentifier;
|
evntrace.h | 308 GUID Guid; 393 GUID LogInstanceGuid; 436 GUID LogInstanceGuid; 479 GUID LogInstanceGuid; 535 LPCGUID Guid; 542 GUID Guid; 583 GUID ParentGuid; 712 GUID SourceId [all...] |
mediaobj.h | 60 GUID majortype; 61 GUID subtype; 65 GUID formattype;
|
tdh.h | 114 GUID ProviderGuid; 115 GUID EventGuid; 143 GUID ProviderGuid;
|
oletx2xa.h | 138 virtual HRESULT WINAPI Create(char *pszDSN,char *pszClientDllName,GUID *pguidRm,IDtcToXaHelper **ppXaHelper) = 0; 146 HRESULT (WINAPI *Create)(IDtcToXaHelperFactory *This,char *pszDSN,char *pszClientDllName,GUID *pguidRm,IDtcToXaHelper **ppXaHelper); 159 HRESULT WINAPI IDtcToXaHelperFactory_Create_Proxy(IDtcToXaHelperFactory *This,char *pszDSN,char *pszClientDllName,GUID *pguidRm,IDtcToXaHelper **ppXaHelper); 170 virtual HRESULT WINAPI TranslateTridToXid(ITransaction *pITransaction,GUID *pguidBqual,XID *pXid) = 0; 179 HRESULT (WINAPI *TranslateTridToXid)(IDtcToXaHelper *This,ITransaction *pITransaction,GUID *pguidBqual,XID *pXid); 195 HRESULT WINAPI IDtcToXaHelper_TranslateTridToXid_Proxy(IDtcToXaHelper *This,ITransaction *pITransaction,GUID *pguidBqual,XID *pXid);
|
/external/chromium-trace/catapult/perf_insights/perf_insights/ |
function_handle.py | 44 options=None, guid=uuid.uuid4()): 48 self._guid = guid 56 def guid(self): member in class:FunctionHandle
|
/external/chromium-trace/catapult/tracing/tracing/base/unittest/ |
test_case.html | 7 <link rel="import" href="/tracing/base/guid.html"> 18 this.guid_ = tr.b.GUID.allocate(); 43 get guid() {
|
test_suite.html | 7 <link rel="import" href="/tracing/base/guid.html"> 21 this.guid = tr.b.GUID.allocate();
|
/external/markdown/markdown/extensions/ |
rss.py | 88 guid = ''.join([x for x in heading if x.isalnum()]) 89 guidElem = etree.SubElement(item, "guid") 90 guidElem.text = guid
|
/external/chromium-trace/catapult/perf_insights/perf_insights/mappers/ |
v8_map_function.html | 164 railTypeName: railTypeNameByGUID[slice.guid], 202 railTypeName: railTypeNameByGUID[event.guid], 234 if (stageTitleByGUID[event.guid] !== undefined) 236 stageTitleByGUID[event.guid] = ir.stageTitle; 241 if (stageTitleByGUID[event.guid] !== undefined) 243 stageTitleByGUID[event.guid] = 'Unknown';
|
/external/gptfdisk/ |
gdisk_test.sh | 98 # Get GUID of disk 101 DISK_GUID=$($GDISK_BIN -l $TEMP_DISK | grep "^Disk identifier (GUID):" | awk '{print $4}') 286 GUID=get_diskguid 305 # get GUID after change 311 pretty_print "SUCCESS" "GUID of disk has been sucessfully changed" 313 pretty_print "FAILED" "GUID of disk is the same as the previous one"
|
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/ |
test_subpicture.c | 33 static void PrintGUID(const char *guid) 38 printf("%C,", guid[i] == 0 ? '0' : guid[i]); 40 printf("%x,", (unsigned char)guid[i]); 41 printf("%x\n", (unsigned int)guid[15]); 109 PrintGUID(subpics[i].guid);
|
/external/vboot_reference/host/lib21/include/ |
host_key2.h | 21 struct vb2_guid guid; /* Key GUID */ member in struct:vb2_private_key 130 * This only initializes the sig_alg field and the guid field to an empty 131 * guid. It does not set any of the other fields in *key_ptr. 144 * The packed data is in the same buffer, following the key struct and GUID. 163 * not set the hash_alg, guid, or desc fields, since those are not contained in
|
/external/chromium-trace/catapult/tracing/tracing/importer/ |
user_expectation_verifier.html | 17 return x.guid - y.guid;
|
/external/chromium-trace/catapult/tracing/tracing/model/ |
model_test.html | 84 Helper.guid = tr.b.GUID.allocate(); 97 UnsupportedHelper.guid = tr.b.GUID.allocate(); 256 assert.equal(m.getAnnotationByGUID(a1.guid), a1); 257 assert.equal(m.getAnnotationByGUID(a2.guid), a2); 260 assert.isUndefined(m.getAnnotationByGUID(a1.guid)); 261 assert.equal(m.getAnnotationByGUID(a2.guid), a2);
|
/external/clang/test/CodeGenCXX/ |
debug-info-uuid.cpp | 15 // CHECK-SAME: baseType: [[GUID:![0-9]*]] 16 // CHECK: [[GUID]] = !DICompositeType(tag: DW_TAG_structure_type, name: "_GUID"
|