OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dllexport
(Results
126 - 150
of
526
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/win8/metro_driver/
metro_driver_win7.cc
95
extern "C" __declspec(
dllexport
)
126
extern "C" _declspec(
dllexport
) HWND GetRootWindow() {
131
extern "C" _declspec(
dllexport
) void SetFrameWindow(HWND window) {
136
extern "C" __declspec(
dllexport
) const wchar_t* GetInitialUrl() {
print_handler.h
102
extern "C" __declspec(
dllexport
)
105
extern "C" __declspec(
dllexport
)
108
extern "C" __declspec(
dllexport
)
113
extern "C" __declspec(
dllexport
)
/external/llvm/test/MC/COFF/
linker-options.ll
12
define
dllexport
void @foo() {
/external/mesa3d/src/gallium/state_trackers/wgl/
SConscript
15
'BUILD_GL32', # declare gl* as __declspec(
dllexport
) in Mesa headers
/external/mesa3d/src/mapi/mapi/
u_compiler.h
35
# define PUBLIC __declspec(
dllexport
)
/external/chromium_org/chrome/common/
child_process_logging_win.cc
19
// void __declspec(
dllexport
) __cdecl SetCrashKeyValueImpl.
23
// void __declspec(
dllexport
) __cdecl ClearCrashKeyValueImpl.
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
prtypes.h
82
#define PR_EXPORT(__type) extern __declspec(
dllexport
) __type
83
#define PR_EXPORT_DATA(__type) extern __declspec(
dllexport
) __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(
dllexport
) __type
100
#define PR_IMPORT(__type) extern __declspec(
dllexport
) __type
101
#define PR_IMPORT_DATA(__type) extern __declspec(
dllexport
) __typ
[
all
...]
/external/chromium_org/third_party/WebKit/public/platform/
WebCommon.h
49
#define BLINK_EXPORT __declspec(
dllexport
)
54
#define BLINK_PLATFORM_EXPORT __declspec(
dllexport
)
59
#define BLINK_COMMON_EXPORT __declspec(
dllexport
)
/external/chromium_org/chrome/test/security_tests/
security_tests.cc
31
BOOL __declspec(
dllexport
) __cdecl RunRendererTests(int *test_count) {
56
BOOL __declspec(
dllexport
) __cdecl RunPluginTests(int *test_count) {
/external/chromium_org/third_party/mesa/src/src/mapi/shared-glapi/
SConscript
50
'_GLAPI_DLL_EXPORTS', # declare _glapi_* as __declspec(
dllexport
) in glapi.h
55
'BUILD_GL32', # declare gl* as __declspec(
dllexport
) in Mesa headers
/external/chromium_org/third_party/tcmalloc/chromium/src/
config_for_unittests.h
44
// sets PERFTOOLS_DLL_DECL to do a dllimport instead of a
dllexport
.
48
// to something other than __declspec(
dllexport
). In that case, they
/external/chromium_org/third_party/tcmalloc/vendor/src/
config_for_unittests.h
44
// sets PERFTOOLS_DLL_DECL to do a dllimport instead of a
dllexport
.
48
// to something other than __declspec(
dllexport
). In that case, they
/external/mesa3d/src/mapi/shared-glapi/
SConscript
50
'_GLAPI_DLL_EXPORTS', # declare _glapi_* as __declspec(
dllexport
) in glapi.h
55
'BUILD_GL32', # declare gl* as __declspec(
dllexport
) in Mesa headers
/external/stlport/stlport/stl/config/
_bc.h
107
#define _STLP_EXPORT_DECLSPEC __declspec(
dllexport
)
110
#define _STLP_CLASS_EXPORT_DECLSPEC __declspec(
dllexport
)
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
_bc.h
107
#define _STLP_EXPORT_DECLSPEC __declspec(
dllexport
)
110
#define _STLP_CLASS_EXPORT_DECLSPEC __declspec(
dllexport
)
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_bc.h
107
#define _STLP_EXPORT_DECLSPEC __declspec(
dllexport
)
110
#define _STLP_CLASS_EXPORT_DECLSPEC __declspec(
dllexport
)
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_bc.h
107
#define _STLP_EXPORT_DECLSPEC __declspec(
dllexport
)
110
#define _STLP_CLASS_EXPORT_DECLSPEC __declspec(
dllexport
)
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_bc.h
107
#define _STLP_EXPORT_DECLSPEC __declspec(
dllexport
)
110
#define _STLP_CLASS_EXPORT_DECLSPEC __declspec(
dllexport
)
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_bc.h
107
#define _STLP_EXPORT_DECLSPEC __declspec(
dllexport
)
110
#define _STLP_CLASS_EXPORT_DECLSPEC __declspec(
dllexport
)
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_bc.h
107
#define _STLP_EXPORT_DECLSPEC __declspec(
dllexport
)
110
#define _STLP_CLASS_EXPORT_DECLSPEC __declspec(
dllexport
)
/external/chromium_org/mojo/apps/js/
main.cc
17
#define MOJO_APPS_JS_EXPORT __declspec(
dllexport
)
/external/chromium_org/mojo/examples/sample_app/
sample_app.cc
20
#define SAMPLE_APP_EXPORT __declspec(
dllexport
)
/external/chromium_org/third_party/khronos/GLES2/
gl2platform.h
25
#define GL_APICALL __declspec(
dllexport
)
/external/chromium_org/third_party/npapi/npspy/extern/java/
jni_md.h
66
#define JNIEXPORT __declspec(
dllexport
)
101
# define JNI_PUBLIC_API(ResultType) _declspec(
dllexport
) ResultType __stdcall
103
# define JNI_NATIVE_STUB(ResultType) _declspec(
dllexport
) ResultType
137
# define JNIEXPORT __declspec(
dllexport
)
/external/qemu/distrib/sdl-1.2.15/include/
begin_code.h
58
# define DECLSPEC __declspec(
dllexport
)
63
# define DECLSPEC __declspec(
dllexport
)
72
# define DECLSPEC __declspec(
dllexport
)
117
#define DECLSPEC __declspec(
dllexport
)
Completed in 1077 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>