Searched refs:GUID (Results 1 - 25 of 39) sorted by relevance

12

/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);
H A Dguid_creator.cc42 // This class is used to generate random GUID.
43 // Currently use random number to generate a GUID since Linux has
44 // no native GUID generator. This should be OK since we don't expect
63 static bool CreateGUID(GUID *guid) {
87 bool CreateGUID(GUID *guid) {
92 bool GUIDToString(const GUID *guid, char *buf, int buf_len) {
93 // Should allow more space the the max length of GUID.
/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);
H A Dguid_creator.cc44 // This class is used to generate random GUID.
45 // Currently use random number to generate a GUID. This should be OK since
54 bool CreateGUID(GUID *guid) const {
67 bool CreateGUID(GUID *guid) {
72 bool GUIDToString(const GUID *guid, char *buf, int buf_len) {
73 // Should allow more space the the max length of GUID.
/external/clang/test/CodeGenCXX/
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...]
H A Dmicrosoft-uuidof-mangling.cpp10 } GUID; typedef in typeref:struct:_GUID
13 template < typename T, const GUID & T_iid = __uuidof(T)>
/external/google-breakpad/src/common/windows/
H A Dguid_string.h47 static wstring GUIDToWString(GUID *guid);
53 static wstring GUIDToSymbolServerWString(GUID *guid);
H A Dguid_string.cc43 wstring GUIDString::GUIDToWString(GUID *guid) {
60 wstring GUIDString::GUIDToSymbolServerWString(GUID *guid) {
/external/lzma/CPP/7zip/Archive/
H A DDllExports2.cpp50 STDAPI CreateCoder(const GUID *clsid, const GUID *iid, void **outObject);
51 STDAPI CreateArchiver(const GUID *classID, const GUID *iid, void **outObject);
53 STDAPI CreateObject(const GUID *clsid, const GUID *iid, void **outObject)
H A DArchiveExports.cpp38 static inline HRESULT SetPropGUID(const GUID &guid, PROPVARIANT *value)
40 return SetPropString((const char *)&guid, sizeof(GUID), value);
43 int FindFormatCalssId(const GUID *clsID)
45 GUID cls = *clsID;
56 STDAPI CreateArchiver(const GUID *clsid, const GUID *iid, void **outObject)
100 GUID clsId = CLSID_CArchiveHandler;
/external/lzma/CPP/Common/
H A DMyGuidDef.h13 } GUID; typedef in typeref:struct:__anon11577
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/SemaCXX/
H A Dborland-extensions.cpp48 } GUID; typedef in typeref:struct:_GUID
52 GUID const* Guid;
58 const GUID guid_inl = __uuidof(Foo);
/external/lzma/CPP/7zip/Compress/
H A DCodecExports.cpp28 static inline HRESULT SetPropGUID(const GUID &guid, PROPVARIANT *value)
30 return SetPropString((const char *)&guid, sizeof(GUID), value);
35 GUID clsId = CLSID_CCodec;
43 static HRESULT FindCodecClassId(const GUID *clsID, UInt32 isCoder2, bool isFilter, bool &encode, int &index)
68 STDAPI CreateCoder2(bool encode, UInt32 index, const GUID *iid, void **outObject)
101 STDAPI CreateCoder(const GUID *clsid, const GUID *iid, void **outObject)
/external/google-breakpad/src/client/linux/handler/
H A Dminidump_descriptor.cc74 GUID guid;
/external/google-breakpad/src/tools/windows/converter/
H A Dms_symbol_server_converter.h101 // component fields: either a GUID and age, or signature and age. If
107 GUID guid() const { return guid_; }
117 GUID guid_;
/external/libvpx/libvpx/
H A Dexamples.mk74 vpxdec.GUID = BA5FE66F-38DD-E034-F542-B1578C5FB950
95 vpxenc.GUID = 548DEC74-7A15-4B2B-AFC3-AA102E7C25C1
106 vp9_spatial_svc_encoder.GUID = 4A38598D-627D-4505-9C7B-D4020C84100D
120 vpx_temporal_svc_encoder.GUID = B18C08F2-A439-4502-A78E-849BE3D60947
123 simple_decoder.GUID = D3BBF1E9-2427-450D-BBFF-B2843C1D44CC
140 postproc.GUID = 65E33355-F35E-4088-884D-3FD4905881D7
151 decode_to_md5.GUID = 59120B9B-2735-4BFE-B022-146CA340FE42
159 simple_encoder.GUID = 4607D299-8A71-4D2C-9B1D-071899B6FBFD
167 vp9_lossless_encoder.GUID = B63C7C88-5348-46DC-A5A6-CC151EF93366
175 twopass_encoder.GUID
[all...]
/external/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.h102 typedef UInt32 (WINAPI *CreateObjectFunc)(const GUID *clsID, const GUID *interfaceID, void **outObject);
179 STDMETHOD(CreateDecoder)(UInt32 index, const GUID *interfaceID, void **coder);
180 STDMETHOD(CreateEncoder)(UInt32 index, const GUID *interfaceID, void **coder);
H A DLoadCodecs.cpp91 typedef UInt32 (WINAPI *CreateObjectFunc)(const GUID *clsID, const GUID *iid, void **outObject);
104 clsId = *(const GUID *)prop.bstrVal;
270 item.ClassID = *(const GUID *)prop.bstrVal;
520 STDAPI CreateCoder2(bool encode, UInt32 index, const GUID *iid, void **outObject);
565 STDMETHODIMP CCodecs::CreateDecoder(UInt32 index, const GUID *iid, void **coder)
581 STDMETHODIMP CCodecs::CreateEncoder(UInt32 index, const GUID *iid, void **coder)
/external/lzma/CPP/7zip/
H A DICoder.h132 STDMETHOD(CreateDecoder)(UInt32 index, const GUID *iid, void **coder) PURE;
133 STDMETHOD(CreateEncoder)(UInt32 index, const GUID *iid, void **coder) PURE;
/external/skia/src/ports/
H A DSkImageDecoder_WIC.cpp74 GUID fGuidFormat;
156 GUID guidFormat;
204 GUID destinationPixelFormat;
288 GUID type;
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
H A Dd3d1xstutil.h785 struct hash<GUID> : public std::unary_function<GUID, size_t>
787 inline size_t operator()(GUID __val) const;
790 inline size_t hash<GUID>::operator()(GUID __val) const
828 typedef std::unordered_map<GUID, std::pair<void*, unsigned> > private_data_map_t;
/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/google-breakpad/src/client/solaris/handler/
H A Dexception_handler.cc226 GUID guid;
/external/gptfdisk/
H A Dgdisk_test.sh98 # 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/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;

Completed in 8962 milliseconds

12