HomeSort by relevance Sort by last modified time
    Searched refs:DL_IMPORT (Results 1 - 18 of 18) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Python.h 60 /* pyconfig.h or pyport.h may or may not define DL_IMPORT */
61 #ifndef DL_IMPORT /* declarations for DLL import/export */
62 #define DL_IMPORT(RTYPE) RTYPE
pyport.h 806 /* Deprecated DL_IMPORT and DL_EXPORT macros */
809 # define DL_IMPORT(RTYPE) __declspec(dllexport) RTYPE
812 # define DL_IMPORT(RTYPE) __declspec(dllimport) RTYPE
819 #ifndef DL_IMPORT
820 # define DL_IMPORT(RTYPE) RTYPE
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Python.h 60 /* pyconfig.h or pyport.h may or may not define DL_IMPORT */
61 #ifndef DL_IMPORT /* declarations for DLL import/export */
62 #define DL_IMPORT(RTYPE) RTYPE
pyport.h 783 /* Deprecated DL_IMPORT and DL_EXPORT macros */
786 # define DL_IMPORT(RTYPE) __declspec(dllexport) RTYPE
789 # define DL_IMPORT(RTYPE) __declspec(dllimport) RTYPE
796 #ifndef DL_IMPORT
797 # define DL_IMPORT(RTYPE) RTYPE
  /external/python/cpython2/Include/
Python.h 60 /* pyconfig.h or pyport.h may or may not define DL_IMPORT */
61 #ifndef DL_IMPORT /* declarations for DLL import/export */
62 #define DL_IMPORT(RTYPE) RTYPE
pyport.h 815 /* Deprecated DL_IMPORT and DL_EXPORT macros */
818 # define DL_IMPORT(RTYPE) __declspec(dllexport) RTYPE
821 # define DL_IMPORT(RTYPE) __declspec(dllimport) RTYPE
828 #ifndef DL_IMPORT
829 # define DL_IMPORT(RTYPE) RTYPE
  /prebuilts/gdb/darwin-x86/include/python2.7/
Python.h 60 /* pyconfig.h or pyport.h may or may not define DL_IMPORT */
61 #ifndef DL_IMPORT /* declarations for DLL import/export */
62 #define DL_IMPORT(RTYPE) RTYPE
pyport.h     [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
Python.h 60 /* pyconfig.h or pyport.h may or may not define DL_IMPORT */
61 #ifndef DL_IMPORT /* declarations for DLL import/export */
62 #define DL_IMPORT(RTYPE) RTYPE
pyport.h     [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python.h 60 /* pyconfig.h or pyport.h may or may not define DL_IMPORT */
61 #ifndef DL_IMPORT /* declarations for DLL import/export */
62 #define DL_IMPORT(RTYPE) RTYPE
pyport.h     [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python.h 60 /* pyconfig.h or pyport.h may or may not define DL_IMPORT */
61 #ifndef DL_IMPORT /* declarations for DLL import/export */
62 #define DL_IMPORT(RTYPE) RTYPE
pyport.h     [all...]
  /external/python/cpython2/PC/os2vacpp/
pyconfig.h 44 * of DL_IMPORT covers both cases. Define USE_DL_IMPORT for the client
209 #define DL_IMPORT(RTYPE) RTYPE _System
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
pyport.h 783 /* Deprecated DL_IMPORT and DL_EXPORT macros */
786 # define DL_IMPORT(RTYPE) __declspec(dllexport) RTYPE
789 # define DL_IMPORT(RTYPE) __declspec(dllimport) RTYPE
796 #ifndef DL_IMPORT
797 # define DL_IMPORT(RTYPE) RTYPE
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
pyport.h 822 /* Deprecated DL_IMPORT and DL_EXPORT macros */
825 # define DL_IMPORT(RTYPE) __declspec(dllexport) RTYPE
828 # define DL_IMPORT(RTYPE) __declspec(dllimport) RTYPE
835 #ifndef DL_IMPORT
836 # define DL_IMPORT(RTYPE) RTYPE
    [all...]
  /external/python/cpython2/RISCOS/
pyconfig.h 699 #define DL_IMPORT(RTYPE) __declspec(dllimport) RTYPE
702 #define DL_IMPORT(RTYPE) __declspec(dllexport) RTYPE

Completed in 192 milliseconds