HomeSort by relevance Sort by last modified time
    Searched full:dllexport (Results 226 - 250 of 609) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/pdfium/fpdfsdk/include/
fpdf_flatten.h 35 DLLEXPORT int STDCALL FPDFPage_Flatten( FPDF_PAGE page, int nFlag);
fpdfoom.h 51 DLLEXPORT FPDF_BOOL STDCALL FSDK_SetOOMHandler(OOM_INFO* oomInfo);
fpdfformfill.h 552 DLLEXPORT FPDF_FORMHANDLE STDCALL FPDFDOC_InitFormFillEnviroument(FPDF_DOCUMENT document, FPDF_FORMFILLINFO* formInfo);
562 DLLEXPORT void STDCALL FPDFDOC_ExitFormFillEnviroument(FPDF_FORMHANDLE hHandle);
573 DLLEXPORT void STDCALL FORM_OnAfterLoadPage(FPDF_PAGE page, FPDF_FORMHANDLE hHandle);
585 DLLEXPORT void STDCALL FORM_OnBeforeClosePage(FPDF_PAGE page, FPDF_FORMHANDLE hHandle);
599 DLLEXPORT void STDCALL FORM_DoDocumentJSAction(FPDF_FORMHANDLE hHandle);
612 DLLEXPORT void STDCALL FORM_DoDocumentOpenAction(FPDF_FORMHANDLE hHandle);
633 DLLEXPORT void STDCALL FORM_DoDocumentAAction(FPDF_FORMHANDLE hHandle, int aaType);
651 DLLEXPORT void STDCALL FORM_DoPageAAction(FPDF_PAGE page, FPDF_FORMHANDLE hHandle, int aaType);
665 DLLEXPORT FPDF_BOOL STDCALL FORM_OnMouseMove(FPDF_FORMHANDLE hHandle,FPDF_PAGE page, int modifier, double page_x, double page_y);
679 DLLEXPORT FPDF_BOOL STDCALL FORM_OnLButtonDown(FPDF_FORMHANDLE hHandle,FPDF_PAGE page, int modifier, double (…)
    [all...]
  /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)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xolehlp.h 11 #define EXPORTAPI __declspec(dllexport) HRESULT
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
begin_code.h 58 # define DECLSPEC __declspec(dllexport)
63 # define DECLSPEC __declspec(dllexport)
72 # define DECLSPEC __declspec(dllexport)
117 #define DECLSPEC __declspec(dllexport)
  /prebuilts/tools/linux-x86/sdl/include/SDL/
begin_code.h 58 # define DECLSPEC __declspec(dllexport)
63 # define DECLSPEC __declspec(dllexport)
72 # define DECLSPEC __declspec(dllexport)
117 #define DECLSPEC __declspec(dllexport)
  /prebuilts/tools/windows/sdl/include/SDL/
begin_code.h 58 # define DECLSPEC __declspec(dllexport)
63 # define DECLSPEC __declspec(dllexport)
72 # define DECLSPEC __declspec(dllexport)
117 #define DECLSPEC __declspec(dllexport)
  /external/llvm/test/Transforms/GlobalOpt/
constantfold-initializers.ll 66 @dllexportvar = dllexport global i32 0, align 4
67 ; CHECK: @dllexportvar = dllexport global i32 20, align 4
  /external/srec/portable/include/
PortExport.h 46 #define PORT_EXPORT_DECL extern "C" __declspec(dllexport)
51 #define PORT_EXPORT_DECL __declspec(dllexport)
  /external/stlport/stlport/stl/config/
_gcc.h 69 # define _STLP_EXPORT_DECLSPEC __declspec(dllexport)
70 # define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_gcc.h 69 # define _STLP_EXPORT_DECLSPEC __declspec(dllexport)
70 # define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_gcc.h 69 # define _STLP_EXPORT_DECLSPEC __declspec(dllexport)
70 # define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_gcc.h 69 # define _STLP_EXPORT_DECLSPEC __declspec(dllexport)
70 # define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_gcc.h 69 # define _STLP_EXPORT_DECLSPEC __declspec(dllexport)
70 # define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_gcc.h 69 # define _STLP_EXPORT_DECLSPEC __declspec(dllexport)
70 # define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_gcc.h 69 # define _STLP_EXPORT_DECLSPEC __declspec(dllexport)
70 # define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
  /development/host/windows/usb/winusb/
AdbWinUsbApi.cpp 46 extern "C" __declspec(dllexport)
  /external/chromium_org/ppapi/api/trusted/
ppp_broker.idl 22 #define PP_EXPORT __declspec(dllexport)
  /external/chromium_org/ppapi/c/trusted/
ppp_broker.h 30 #define PP_EXPORT __declspec(dllexport)
  /external/chromium_org/third_party/WebKit/Source/wtf/
WTFExport.h 42 #define WTF_EXPORT __declspec(dllexport)
  /external/chromium_org/third_party/WebKit/Source/wtf/testing/
WTFUnitTestHelpersExport.h 42 #define WTF_UNITTEST_HELPERS_EXPORT __declspec(dllexport)
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
mapi.h 36 #define MAPI_EXPORT __declspec(dllexport)
  /external/clang/include/clang-c/
Platform.h 24 #define CINDEX_LINKAGE __declspec(dllexport)
  /external/clang/tools/libclang/
CMakeLists.txt 47 # Each functions is exported as "dllexport" in include/clang-c.

Completed in 556 milliseconds

1 2 3 4 5 6 7 8 91011>>