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

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dexamples.mk72 vpxdec.GUID = BA5FE66F-38DD-E034-F542-B1578C5FB950
92 vpxenc.GUID = 548DEC74-7A15-4B2B-AFC3-AA102E7C25C1
102 vp9_spatial_svc_encoder.GUID = 4A38598D-627D-4505-9C7B-D4020C84100D
115 vpx_temporal_svc_encoder.GUID = B18C08F2-A439-4502-A78E-849BE3D60947
118 simple_decoder.GUID = D3BBF1E9-2427-450D-BBFF-B2843C1D44CC
133 postproc.GUID = 65E33355-F35E-4088-884D-3FD4905881D7
143 decode_to_md5.GUID = 59120B9B-2735-4BFE-B022-146CA340FE42
150 simple_encoder.GUID = 4607D299-8A71-4D2C-9B1D-071899B6FBFD
157 vp9_lossless_encoder.GUID = B63C7C88-5348-46DC-A5A6-CC151EF93366
164 twopass_encoder.GUID
[all...]
/external/libvpx/libvpx/
H A Dexamples.mk41 vpxdec.GUID = BA5FE66F-38DD-E034-F542-B1578C5FB950
61 vpxenc.GUID = 548DEC74-7A15-4B2B-AFC3-AA102E7C25C1
70 vp9_spatial_scalable_encoder.GUID = 4A38598D-627D-4505-9C7B-D4020C84100D
79 #example_xma.GUID = A955FC4A-73F1-44F7-135E-30D84D32F022
87 vpx_temporal_scalable_patterns.GUID = B18C08F2-A439-4502-A78E-849BE3D60947
90 simple_decoder.GUID = D3BBF1E9-2427-450D-BBFF-B2843C1D44CC
105 postproc.GUID = 65E33355-F35E-4088-884D-3FD4905881D7
115 decode_to_md5.GUID = 59120B9B-2735-4BFE-B022-146CA340FE42
122 simple_encoder.GUID = 4607D299-8A71-4D2C-9B1D-071899B6FBFD
129 twopass_encoder.GUID
[all...]
/external/lzma/CPP/Common/
H A DMyGuidDef.h13 } GUID; typedef in typeref:struct:__anon26761
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.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
25 GUID thing = __uuidof(Curly);
26 // CHECK-DEFINE-GUID: @thing = global %struct._GUID zeroinitializer, align 4
27 // CHECK-DEFINE-WRONG-GUID: @thing = global %struct._GUID zeroinitializer, align 4
30 // CHECK-DEFINE-GUID: @g = global %struct._GUID zeroinitializer, align 4
31 // CHECK-DEFINE-WRONG-GUID: @g = global %struct._GUID zeroinitializer, align 4
32 GUID g = __uuidof(S1);
38 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/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
H A Dlist_ports_windows.py47 class GUID(ctypes.Structure): class in inherits:ctypes.Structure
66 ('ClassGuid', GUID),
82 SetupDiClassGuidsFromName.argtypes = [PCTSTR, ctypes.POINTER(GUID), DWORD, PDWORD]
90 SetupDiGetClassDevs.argtypes = [ctypes.POINTER(GUID), PCTSTR, HWND, DWORD]
131 GUIDs = (GUID*8)() # so far only seen one used, so hope 8 are enough...
/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/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/main/coregrind/m_debuginfo/
H A Dreadpdb.c295 } GUID; typedef in typeref:struct:_GUID
362 GUID guid;

Completed in 569 milliseconds