Searched defs:GUID (Results 1 - 13 of 13) sorted by relevance

/external/google-breakpad/src/common/linux/
H A Dguid_creator.h35 typedef MDGUID GUID; typedef
37 // Format string for parsing GUID.
39 // Length of GUID string. Don't count the ending '\0'.
43 bool CreateGUID(GUID *guid);
46 bool GUIDToString(const GUID *guid, char *buf, int buf_len);
/external/google-breakpad/src/common/solaris/
H A Dguid_creator.h37 typedef MDGUID GUID; typedef
39 // Format string for parsing GUID.
41 // Length of GUID string. Don't count the ending '\0'.
45 bool CreateGUID(GUID *guid);
48 bool GUIDToString(const GUID *guid, char *buf, int buf_len);
/external/libvpx/libvpx/
H A Dexamples.mk71 vpxdec.GUID = BA5FE66F-38DD-E034-F542-B1578C5FB950
91 vpxenc.GUID = 548DEC74-7A15-4B2B-AFC3-AA102E7C25C1
101 vp9_spatial_svc_encoder.GUID = 4A38598D-627D-4505-9C7B-D4020C84100D
114 vpx_temporal_svc_encoder.GUID = B18C08F2-A439-4502-A78E-849BE3D60947
117 simple_decoder.GUID = D3BBF1E9-2427-450D-BBFF-B2843C1D44CC
132 postproc.GUID = 65E33355-F35E-4088-884D-3FD4905881D7
142 decode_to_md5.GUID = 59120B9B-2735-4BFE-B022-146CA340FE42
149 simple_encoder.GUID = 4607D299-8A71-4D2C-9B1D-071899B6FBFD
156 twopass_encoder.GUID = 73494FA6-4AF9-4763-8FBB-265C92402FD8
167 decode_with_drops.GUID
[all...]
/external/lzma/CPP/Common/
H A DMyGuidDef.h13 } GUID; typedef in typeref:struct:__anon11572
16 #define REFGUID const GUID &
18 #define REFGUID const GUID *
50 MY_EXTERN_C const GUID name = { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } }
53 MY_EXTERN_C const GUID name
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-uuidof-mangling.cpp10 } GUID; typedef in typeref:struct:_GUID
13 template < typename T, const GUID & T_iid = __uuidof(T)>
H A Dmicrosoft-uuidof.cpp1 // RUN: %clang_cc1 -emit-llvm %s -o - -DDEFINE_GUID -triple=i386-pc-linux -fms-extensions | FileCheck %s --check-prefix=CHECK-DEFINE-GUID
3 // RUN: %clang_cc1 -emit-llvm %s -o - -DDEFINE_GUID -DWRONG_GUID -triple=i386-pc-linux -fms-extensions | FileCheck %s --check-prefix=CHECK-DEFINE-WRONG-GUID
17 typedef struct _GUID GUID; typedef in typeref:struct:_GUID
26 GUID thing = __uuidof(Curly);
27 // CHECK-DEFINE-GUID: @thing = global %struct._GUID zeroinitializer, align 4
28 // CHECK-DEFINE-WRONG-GUID: @thing = global %struct._GUID zeroinitializer, align 4
31 // CHECK-DEFINE-GUID: @g = global %struct._GUID zeroinitializer, align 4
32 // CHECK-DEFINE-WRONG-GUID: @g = global %struct._GUID zeroinitializer, align 4
33 GUID g = __uuidof(S1);
39 const GUID
[all...]
/external/clang/test/SemaCXX/
H A Dborland-extensions.cpp48 } GUID; typedef in typeref:struct:_GUID
52 GUID const* Guid;
58 const GUID guid_inl = __uuidof(Foo);
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp242 } GUID; typedef in typeref:struct:_GUID
/external/clang/test/Parser/
H A DMicrosoftExtensions.cpp45 } GUID; typedef in typeref:struct:_GUID
49 struct __declspec(uuid("0000000-0000-0000-1234-0000500000047")) uuid_attr_bad3 { };// expected-error {{uuid attribute contains a malformed GUID}}
50 struct __declspec(uuid("0000000-0000-0000-Z234-000000000047")) uuid_attr_bad4 { };// expected-error {{uuid attribute contains a malformed GUID}}
51 struct __declspec(uuid("000000000000-0000-1234-000000000047")) uuid_attr_bad5 { };// expected-error {{uuid attribute contains a malformed GUID}}
72 __uuidof(struct_without_uuid); // expected-error {{cannot call operator __uuidof on a type with no GUID}}
74 __uuidof(struct_without_uuid*); // expected-error {{cannot call operator __uuidof on a type with no GUID}}
76 __uuidof(struct_with_uuid*[1]); // expected-error {{cannot call operator __uuidof on a type with no GUID}}
78 __uuidof(const struct_with_uuid*[1][1]); // expected-error {{cannot call operator __uuidof on a type with no GUID}}
81 __uuidof(var_without_uuid);// expected-error {{cannot call operator __uuidof on a type with no GUID}}
83 __uuidof(var_without_uuid[1]);// expected-error {{cannot call operator __uuidof on a type with no GUID}}
[all...]
/external/libvncserver/libvncserver/
H A Dwebsockets.c124 #define GUID "258EAFA5-E914-47DA-95CA-C5AB0DC85B11" macro
174 iov[1].iov_base = GUID;
175 iov[1].iov_len = sizeof(GUID) - 1;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.identity_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/valgrind/coregrind/m_debuginfo/
H A Dreadpdb.c295 } GUID; typedef in typeref:struct:_GUID
362 GUID guid;

Completed in 2649 milliseconds