Searched
full:dllexport (Results
276 -
300 of
526) sorted by null
<<11121314151617181920>>
| /external/llvm/bindings/python/llvm/ |
| enumerations.py | 153 ('DLLExport', 10),
|
| /external/mesa3d/include/GL/ |
| wmesa.h | 62 # pragma warning( disable : 4273 ) /* 'identifier' : inconsistent DLL linkage. dllexport assumed */
|
| /external/mesa3d/src/egl/main/ |
| eglcompiler.h | 101 # define PUBLIC __declspec(dllexport)
|
| /external/mesa3d/src/mapi/glapi/ |
| glapi.h | 60 # define _GLAPI_EXPORT __declspec(dllexport)
|
| /external/neven/FaceRecEm/common/src/b_FDSDK/ |
| Types.h | 115 #define btk_DECLSPEC __declspec(dllexport)
|
| /external/open-vcdiff/ |
| configure.ac | 97 On windows, should be "__declspec(dllexport)".
|
| /external/open-vcdiff/src/ |
| config.h.in | 4 "__declspec(dllexport)". This way, when we compile the dll, we export our
|
| /external/protobuf/src/google/protobuf/compiler/cpp/ |
| cpp_service.cc | 51 vars_["dllexport"] = ""; 53 vars_["dllexport"] = dllexport_decl + " "; 71 "class $dllexport$$classname$ : public ::google::protobuf::Service {\n" 114 "class $dllexport$$classname$_Stub : public $classname$ {\n"
|
| /external/v8/include/ |
| v8-testing.h | 42 #define V8EXPORT __declspec(dllexport)
|
| /hardware/ti/omap4xxx/security/tf_sdk/include/ |
| s_type.h | 132 # define S_DLL_EXPORT __declspec(dllexport)
|
| /packages/apps/Camera/jni/feature_stab/src/dbreg/ |
| dbstabsmooth.h | 22 #define DBREG_API __declspec(dllexport)
|
| /packages/apps/Camera2/jni/feature_stab/src/dbreg/ |
| dbstabsmooth.h | 22 #define DBREG_API __declspec(dllexport)
|
| /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
| dbstabsmooth.h | 22 #define DBREG_API __declspec(dllexport)
|
| /external/stlport/stlport/stl/config/ |
| _msvc.h | 214 #define _STLP_EXPORT_DECLSPEC __declspec(dllexport) 216 #define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
|
| /ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
| _msvc.h | 214 #define _STLP_EXPORT_DECLSPEC __declspec(dllexport) 216 #define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
|
| /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
| _msvc.h | 214 #define _STLP_EXPORT_DECLSPEC __declspec(dllexport) 216 #define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
|
| /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
| _msvc.h | 214 #define _STLP_EXPORT_DECLSPEC __declspec(dllexport) 216 #define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
|
| /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/ |
| _msvc.h | 214 #define _STLP_EXPORT_DECLSPEC __declspec(dllexport) 216 #define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
|
| /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
| _msvc.h | 214 #define _STLP_EXPORT_DECLSPEC __declspec(dllexport) 216 #define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
|
| /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/ |
| _msvc.h | 214 #define _STLP_EXPORT_DECLSPEC __declspec(dllexport) 216 #define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
|
| /frameworks/native/include/media/openmax/ |
| OMX_Types.h | 60 # define OMX_API __declspec(dllexport) 63 # define OMX_API __declspec(dllexport) 71 # define OMX_API __declspec(dllexport)
|
| /external/chromium_org/third_party/tcmalloc/chromium/src/ |
| config_win.h | 251 "__declspec(dllexport)". This way, when we compile the dll, we export our 257 # define PERFTOOLS_DLL_DECL __declspec(dllexport)
|
| /external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
| config.h | 240 "__declspec(dllexport)". This way, when we compile the dll, we export our 246 # define PERFTOOLS_DLL_DECL __declspec(dllexport)
|
| /external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
| config.h | 240 "__declspec(dllexport)". This way, when we compile the dll, we export our 246 # define PERFTOOLS_DLL_DECL __declspec(dllexport)
|
| /external/clang/lib/Sema/ |
| TargetAttributesSema.cpp | 194 // Currently, the dllexport attribute is ignored for inlined functions, unless 198 S.Diag(Attr.getLoc(), diag::warn_attribute_ignored) << "dllexport";
|
Completed in 1303 milliseconds
<<11121314151617181920>>