OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dllexport
(Results
451 - 475
of
609
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/third_party/mesa/src/include/KHR/
khrplatform.h
102
# define KHRONOS_APICALL __declspec(
dllexport
)
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_apitemp.py
125
* KEYWORD1 - usually nothing, but might be __declspec(
dllexport
) on Win32
/external/chromium_org/third_party/tcmalloc/chromium/src/
config_android.h
226
"__declspec(
dllexport
)". This way, when we compile the dll, we export our
config_freebsd.h
225
"__declspec(
dllexport
)". This way, when we compile the dll, we export our
/external/compiler-rt/lib/interception/
interception.h
132
# define INTERCEPTOR_ATTRIBUTE __declspec(
dllexport
)
/external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h
20
# define SANITIZER_INTERFACE_ATTRIBUTE __declspec(
dllexport
)
/external/libnfc-nci/src/include/
gki_target.h
41
#define EXPORT_API __declspec(
dllexport
)
/external/libnfc-nci/src/nfc/include/
ndef_utils.h
85
#define EXPORT_NDEF_API __declspec(
dllexport
) /* Windows DLL export prefix */
/external/mesa3d/include/KHR/
khrplatform.h
102
# define KHRONOS_APICALL __declspec(
dllexport
)
/external/mesa3d/src/mapi/glapi/gen/
gl_apitemp.py
125
* KEYWORD1 - usually nothing, but might be __declspec(
dllexport
) on Win32
/external/opencv/otherlibs/highgui/
highgui.h
91
#define CV_EXPORTS __declspec(
dllexport
)
/external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Wnd.h
22
#define PWL_CLASS __declspec(
dllexport
)
/development/host/windows/usb/api/
adb_api.h
121
#define ADBWIN_API EXTERN_C __declspec(
dllexport
)
122
#define ADBWIN_API_CLASS __declspec(
dllexport
)
/external/icu/icu4c/source/common/unicode/
platform.h
719
# define U_EXPORT __declspec(
dllexport
)*/
721
# define U_EXPORT __declspec(
dllexport
)
/external/chromium_org/chrome/browser/
chrome_browser_main.cc
681
#define
DLLEXPORT
__declspec(
dllexport
)
683
// We use extern C for the prototype
DLLEXPORT
to avoid C++ name mangling.
685
DLLEXPORT
void __cdecl RelaunchChromeBrowserWithNewCommandLineIfNeeded();
688
DLLEXPORT
void __cdecl RelaunchChromeBrowserWithNewCommandLineIfNeeded() {
[
all
...]
/external/clang/include/clang/Basic/
Attr.td
[
all
...]
/external/antlr/antlr-3.4/runtime/C/include/
antlr3defs.h
146
#define ANTLR3_API __declspec(
dllexport
)
/external/chromium_org/third_party/icu/source/common/unicode/
pandroid.h
309
#define U_EXPORT __declspec(
dllexport
)*/
pfreebsd.h
307
#define U_EXPORT __declspec(
dllexport
)*/
platform.h.in
309
#define U_EXPORT __declspec(
dllexport
)*/
plinux.h
309
#define U_EXPORT __declspec(
dllexport
)*/
pnacl.h
311
#define U_EXPORT __declspec(
dllexport
)*/
popenbsd.h
280
#define U_EXPORT __declspec(
dllexport
)*/
pqnx.h
309
#define U_EXPORT __declspec(
dllexport
)*/
pwin32.h
332
#define U_EXPORT __declspec(
dllexport
)
Completed in 990 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>