Searched refs:__declspec (Results 176 - 200 of 499) sorted by relevance

1234567891011>>

/external/compiler-rt/test/asan/TestCases/Windows/
H A Ddll_intercept_strlen.cc8 extern "C" __declspec(dllexport)
/external/stlport/stlport/stl/config/
H A D_dm.h85 #define _STLP_EXPORT_DECLSPEC __declspec(dllexport)
86 #define _STLP_IMPORT_DECLSPEC __declspec(dllimport)
88 #define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
89 #define _STLP_CLASS_IMPORT_DECLSPEC __declspec(dllimport)
93 //#define _STLP_IMPORT_TEMPLATE_KEYWORD __declspec(dllimport)
94 //#define _STLP_EXPORT_TEMPLATE_KEYWORD __declspec(dllexport)
/external/ceres-solver/include/ceres/internal/
H A Dport.h81 # define CERES_EXPORT __declspec(dllexport)
83 # define CERES_EXPORT __declspec(dllimport)
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcexport.h69 #define WRME_EXPORT __declspec(dllexport)
71 #define WRME_EXPORT __declspec(dllimport)
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
H A Dmapi.h36 #define MAPI_EXPORT __declspec(dllexport)
38 #define MAPI_EXPORT __declspec(dllimport)
/external/mesa3d/src/mapi/mapi/
H A Dmapi.h36 #define MAPI_EXPORT __declspec(dllexport)
38 #define MAPI_EXPORT __declspec(dllimport)
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCommon.h49 #define BLINK_EXPORT __declspec(dllexport)
51 #define BLINK_EXPORT __declspec(dllimport)
54 #define BLINK_PLATFORM_EXPORT __declspec(dllexport)
56 #define BLINK_PLATFORM_EXPORT __declspec(dllimport)
59 #define BLINK_COMMON_EXPORT __declspec(dllexport)
61 #define BLINK_COMMON_EXPORT __declspec(dllimport)
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprtypes.h82 #define PR_EXPORT(__type) extern __declspec(dllexport) __type
83 #define PR_EXPORT_DATA(__type) extern __declspec(dllexport) __type
84 #define PR_IMPORT(__type) __declspec(dllimport) __type
85 #define PR_IMPORT_DATA(__type) __declspec(dllimport) __type
87 #define PR_EXTERN(__type) extern __declspec(dllexport) __type
88 #define PR_IMPLEMENT(__type) __declspec(dllexport) __type
89 #define PR_EXTERN_DATA(__type) extern __declspec(dllexport) __type
90 #define PR_IMPLEMENT_DATA(__type) __declspec(dllexport) __type
98 #define PR_EXPORT(__type) extern __declspec(dllexport) __type
99 #define PR_EXPORT_DATA(__type) extern __declspec(dllexpor
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psnames/
H A Dpstables.h22 __declspec(process)
453 __declspec(process)
483 __declspec(process)
520 __declspec(process)
545 __declspec(process)
579 __declspec(process)
/external/qemu/distrib/sdl-1.2.15/include/
H A Dbegin_code.h48 # define DECLSPEC __declspec(export)
55 # define DECLSPEC __declspec(dllimport)
58 # define DECLSPEC __declspec(dllexport)
63 # define DECLSPEC __declspec(dllexport)
72 # define DECLSPEC __declspec(dllexport)
117 #define DECLSPEC __declspec(dllexport)
/external/clang/test/Layout/
H A Dms-x86-empty-nonvirtual-bases.cpp8 struct __declspec(align(8)) B0 { B0() {printf("B0 : %p\n", this);} };
9 struct __declspec(align(8)) B1 { B1() {printf("B1 : %p\n", this);} };
10 struct __declspec(align(8)) B2 { B2() {printf("B2 : %p\n", this);} };
11 struct __declspec(align(8)) B3 { B3() {printf("B3 : %p\n", this);} };
12 struct __declspec(align(8)) B4 { B4() {printf("B4 : %p\n", this);} };
143 __declspec(align(32)) int a;
158 struct __declspec(align(32)) H : B0, B1, B2, B3, B4 {
H A Dms-x86-empty-virtual-base.cpp8 struct __declspec(align(8)) B0 { B0() {printf("B0 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} };
9 struct __declspec(align(8)) B1 { B1() {printf("B1 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} };
10 struct __declspec(align(8)) B2 { B2() {printf("B2 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} };
11 struct __declspec(align(8)) B3 { B3() {printf("B3 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} };
12 struct __declspec(align(8)) B4 { B4() {printf("B4 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} };
20 struct __declspec(align(16)) D0 { D0() {printf("D0 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} virtual void f() {} };
291 __declspec(align(32)) int a;
318 struct __declspec(align(32)) J : virtual B0, virtual B1, virtual B2, virtual B3, virtual B4 {
347 __declspec(align(32)) int a;
377 __declspec(alig
[all...]
/external/jemalloc/include/jemalloc/
H A Djemalloc_macros.h31 # define JEMALLOC_EXPORT __declspec(dllexport)
33 # define JEMALLOC_EXPORT __declspec(dllimport)
35 # define JEMALLOC_ALIGNED(s) __declspec(align(s))
36 # define JEMALLOC_SECTION(s) __declspec(allocate(s))
37 # define JEMALLOC_NOINLINE __declspec(noinline)
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-uuidof.cpp19 struct __declspec(uuid("12345678-1234-1234-1234-1234567890aB")) S1 { } s1;
20 struct __declspec(uuid("87654321-4321-4321-4321-ba0987654321")) S2 { };
21 struct __declspec(uuid("{12345678-1234-1234-1234-1234567890ac}")) Curly;
/external/clang/test/Sema/
H A Dpragma-section.c10 __declspec(allocate(".my_const")) int d = 1; // expected-error {{'d' causes a section type conflict with 'a'}}
13 __declspec(allocate(".my_seg")) int int_my_seg;
17 __declspec(allocate(".bad_seg")) int int_bad_seg = 1; // expected-note {{declared here}}
/external/jsoncpp/include/json/
H A Dconfig.h49 # define JSON_API __declspec(dllexport)
51 # define JSON_API __declspec(dllimport)
68 # define JSONCPP_DEPRECATED(message) __declspec(deprecated(message))
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dautostatic.c80 __declspec(allocate(".CRT$XCU")) static int (*msc_ctor)(void) = on_process_init;
81 __declspec(allocate(".CRT$XPU")) static int (*msc_dtor)(void) = on_process_exit;
H A Dsched.h69 #if defined(__GNUC__) && !defined(__declspec)
70 # error Please upgrade your GNU compiler to one that supports __declspec.
81 # define PTW32_DLLPORT __declspec (dllexport)
83 # define PTW32_DLLPORT __declspec (dllimport)
/external/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp121 __declspec(dllimport) void f(void) { }
125 __declspec(dllimport) void AAA::f2(void) { // expected-error{{dllimport cannot be applied to non-inline function definition}}
219 __declspec(property(get=GetV)) int V1;
220 __declspec(property(put=SetV)) int V2;
221 __declspec(property(get=GetV, put=SetV_NotExist)) int V3;
222 __declspec(property(get=GetV_NotExist, put=SetV)) int V4;
223 __declspec(property(get=GetV, put=SetV)) int V5;
245 __declspec(property(get=GetV)) SP1 V;
260 __declspec(property(get=GetV)) int V;
272 __declspec(propert
[all...]
/external/neven/FaceRecEm/common/src/b_FDSDK/
H A DTypes.h115 #define btk_DECLSPEC __declspec(dllexport)
117 #define btk_DECLSPEC __declspec(dllimport)
/external/chromium_org/ppapi/c/trusted/
H A Dppp_broker.h30 #define PP_EXPORT __declspec(dllexport)
/external/chromium_org/third_party/libxslt/libexslt/
H A Dlibexslt.h23 #define LIBEXSLT_PUBLIC __declspec(dllimport)
/external/chromium_org/third_party/libxslt/libxslt/
H A Dlibxslt.h24 #define LIBXSLT_PUBLIC __declspec(dllimport)
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
H A Dstacktrace.h42 # define PERFTOOLS_DLL_DECL __declspec(dllimport)
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
H A Dheap-profiler.h58 # define PERFTOOLS_DLL_DECL __declspec(dllimport)

Completed in 1276 milliseconds

1234567891011>>