HomeSort by relevance Sort by last modified time
    Searched full:__declspec (Results 26 - 50 of 317) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/stlport/stlport/stl/config/
_bc.h 107 #define _STLP_EXPORT_DECLSPEC __declspec(dllexport)
108 #define _STLP_IMPORT_DECLSPEC __declspec(dllimport)
110 #define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
111 #define _STLP_CLASS_IMPORT_DECLSPEC __declspec(dllimport)
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_bc.h 107 #define _STLP_EXPORT_DECLSPEC __declspec(dllexport)
108 #define _STLP_IMPORT_DECLSPEC __declspec(dllimport)
110 #define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
111 #define _STLP_CLASS_IMPORT_DECLSPEC __declspec(dllimport)
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_bc.h 107 #define _STLP_EXPORT_DECLSPEC __declspec(dllexport)
108 #define _STLP_IMPORT_DECLSPEC __declspec(dllimport)
110 #define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
111 #define _STLP_CLASS_IMPORT_DECLSPEC __declspec(dllimport)
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_bc.h 107 #define _STLP_EXPORT_DECLSPEC __declspec(dllexport)
108 #define _STLP_IMPORT_DECLSPEC __declspec(dllimport)
110 #define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
111 #define _STLP_CLASS_IMPORT_DECLSPEC __declspec(dllimport)
  /external/clang/test/Parser/
MicrosoftExtensions.cpp 47 struct __declspec(uuid(L"00000000-0000-0000-1234-000000000047")) uuid_attr_bad1 { };// expected-error {{'uuid' attribute requires parameter 1 to be a string}}
48 struct __declspec(uuid(3)) uuid_attr_bad2 { };// expected-error {{'uuid' attribute requires parameter 1 to be a string}}
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}}
55 struct __declspec(uuid("000000A0-0000-0000-C000-000000000046"))
59 struct __declspec(uuid("000000A0-0000-0000-C000-000000000049"))
113 struct __declspec(uuid("000000A0-0000-0000-C000-000000000049")) late_defined_uuid;
  /external/collada/include/dae/
daeWin32Platform.h 30 #define DLLSPEC __declspec( dllexport )
32 #define DLLSPEC __declspec( dllimport )
  /external/webkit/Source/WebCore/platform/graphics/win/
QTCFDictionary.h 30 #define QTMOVIEWIN_API __declspec(dllexport)
32 #define QTMOVIEWIN_API __declspec(dllimport)
  /external/webkit/Source/WebKit/efl/ewk/
ewk_eapi.h 40 # define EAPI __declspec(dllexport)
45 # define EAPI __declspec(dllimport)
  /hardware/ti/omap3/dspbridge/inc/
dspapi.h 26 * Provides __stdcall (required by VB 4.0) and __declspec(dllimport)
40 #define DSPAPIDLL __declspec(dllimport)
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dspapi.h 26 * Provides __stdcall (required by VB 4.0) and __declspec(dllimport)
40 #define DSPAPIDLL __declspec(dllimport)
  /external/qemu/distrib/sdl-1.2.12/src/main/epoc/
SDL_main.cpp 44 # define IMPORT_C __declspec(dllexport)
45 # define EXPORT_C __declspec(dllexport)
49 # define EXPORT_C __declspec(dllexport)
  /external/clang/test/Rewriter/
property-dot-syntax.mm 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-block-argument.m 2 // RUN: %clang_cc1 -Wno-address-of-temporary -Did="void *" -D"SEL=void*" -D"__declspec(X)=" -emit-llvm -o %t %t-rw.cpp
rewrite-block-consts.mm 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-block-literal-1.mm 2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -Did="void *" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-block-property.m 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-byref-in-nested-blocks.mm 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-constructor-init.mm 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-foreach-6.m 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-foreach-protocol-id.m 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-local-externs-in-block.mm 2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-local-static-id.mm 2 // RUN: %clang_cc1 -Wno-address-of-temporary -Did="void *" -D"SEL=void*" -D"__declspec(X)=" -emit-llvm -o %t %t-rw.cpp
rewrite-nested-blocks-2.mm 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-nested-blocks.mm 2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-nested-ivar.mm 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp

Completed in 1216 milliseconds

12 3 4 5 6 7 8 91011>>