HomeSort by relevance Sort by last modified time
    Searched defs:PyMODINIT_FUNC (Results 1 - 25 of 27) sorted by null

1 2

  /external/python/cpython2/Doc/includes/
noddy.c 37 #ifndef PyMODINIT_FUNC /* declarations for DLL import/export */
38 #define PyMODINIT_FUNC void
40 PyMODINIT_FUNC
noddy2.c 171 #ifndef PyMODINIT_FUNC /* declarations for DLL import/export */
172 #define PyMODINIT_FUNC void
174 PyMODINIT_FUNC
noddy3.c 224 #ifndef PyMODINIT_FUNC /* declarations for DLL import/export */
225 #define PyMODINIT_FUNC void
227 PyMODINIT_FUNC
noddy4.c 205 #ifndef PyMODINIT_FUNC /* declarations for DLL import/export */
206 #define PyMODINIT_FUNC void
208 PyMODINIT_FUNC
  /external/python/cpython2/Mac/Modules/
autoGIL.c 5 #ifndef PyMODINIT_FUNC
6 #define PyMODINIT_FUNC void
132 PyMODINIT_FUNC
  /external/libmojo/third_party/markupsafe/
_speedups.c 204 #ifndef PyMODINIT_FUNC /* declarations for DLL import/export */
205 #define PyMODINIT_FUNC void
207 PyMODINIT_FUNC
230 PyMODINIT_FUNC
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
pyport.h 716 PyMODINIT_FUNC: A Python module init function. If these functions are
744 # define PyMODINIT_FUNC __declspec(dllexport) void
746 # define PyMODINIT_FUNC void
760 # define PyMODINIT_FUNC extern "C" __declspec(dllexport) void
762 # define PyMODINIT_FUNC __declspec(dllexport) void
775 #ifndef PyMODINIT_FUNC
777 # define PyMODINIT_FUNC extern "C" void
779 # define PyMODINIT_FUNC void
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyport.h 739 PyMODINIT_FUNC: A Python module init function. If these functions are
767 # define PyMODINIT_FUNC __declspec(dllexport) void
769 # define PyMODINIT_FUNC void
783 # define PyMODINIT_FUNC extern "C" __declspec(dllexport) void
785 # define PyMODINIT_FUNC __declspec(dllexport) void
798 #ifndef PyMODINIT_FUNC
800 # define PyMODINIT_FUNC extern "C" void
802 # define PyMODINIT_FUNC void
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
cStringIO.c 747 #ifndef PyMODINIT_FUNC /* declarations for DLL import/export */
748 #define PyMODINIT_FUNC void
750 PyMODINIT_FUNC
_csv.c 33 #ifndef PyMODINIT_FUNC
35 # define PyMODINIT_FUNC extern "C" void
37 # define PyMODINIT_FUNC void
    [all...]
cPickle.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
pyport.h 755 PyMODINIT_FUNC: A Python module init function. If these functions are
783 # define PyMODINIT_FUNC __declspec(dllexport) void
785 # define PyMODINIT_FUNC void
799 # define PyMODINIT_FUNC extern "C" __declspec(dllexport) void
801 # define PyMODINIT_FUNC __declspec(dllexport) void
814 #ifndef PyMODINIT_FUNC
816 # define PyMODINIT_FUNC extern "C" void
818 # define PyMODINIT_FUNC void
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyport.h 716 PyMODINIT_FUNC: A Python module init function. If these functions are
744 # define PyMODINIT_FUNC __declspec(dllexport) void
746 # define PyMODINIT_FUNC void
760 # define PyMODINIT_FUNC extern "C" __declspec(dllexport) void
762 # define PyMODINIT_FUNC __declspec(dllexport) void
775 #ifndef PyMODINIT_FUNC
777 # define PyMODINIT_FUNC extern "C" void
779 # define PyMODINIT_FUNC void
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
cStringIO.c 720 #ifndef PyMODINIT_FUNC /* declarations for DLL import/export */
721 #define PyMODINIT_FUNC void
723 PyMODINIT_FUNC
_csv.c 33 #ifndef PyMODINIT_FUNC
35 # define PyMODINIT_FUNC extern "C" void
37 # define PyMODINIT_FUNC void
    [all...]
  /external/python/cpython2/Include/
pyport.h 748 PyMODINIT_FUNC: A Python module init function. If these functions are
776 # define PyMODINIT_FUNC __declspec(dllexport) void
778 # define PyMODINIT_FUNC void
792 # define PyMODINIT_FUNC extern "C" __declspec(dllexport) void
794 # define PyMODINIT_FUNC __declspec(dllexport) void
807 #ifndef PyMODINIT_FUNC
809 # define PyMODINIT_FUNC extern "C" void
811 # define PyMODINIT_FUNC void
  /external/python/cpython2/Modules/
cStringIO.c 747 #ifndef PyMODINIT_FUNC /* declarations for DLL import/export */
748 #define PyMODINIT_FUNC void
750 PyMODINIT_FUNC
_csv.c 33 #ifndef PyMODINIT_FUNC
35 # define PyMODINIT_FUNC extern "C" void
37 # define PyMODINIT_FUNC void
    [all...]
_tkinter.c 41 #ifndef PyMODINIT_FUNC
42 #define PyMODINIT_FUNC void
    [all...]
  /external/python/cpython3/Include/
pyport.h 589 PyMODINIT_FUNC: A Python module init function. If these functions are
617 # define PyMODINIT_FUNC __declspec(dllexport) PyObject*
619 # define PyMODINIT_FUNC PyObject*
633 # define PyMODINIT_FUNC extern "C" __declspec(dllexport) PyObject*
635 # define PyMODINIT_FUNC __declspec(dllexport) PyObject*
648 #ifndef PyMODINIT_FUNC
650 # define PyMODINIT_FUNC extern "C" PyObject*
652 # define PyMODINIT_FUNC PyObject*
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyport.h 874 PyMODINIT_FUNC: A Python module init function. If these functions are
902 # define PyMODINIT_FUNC __declspec(dllexport) void
904 # define PyMODINIT_FUNC void
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pyport.h 874 PyMODINIT_FUNC: A Python module init function. If these functions are
902 # define PyMODINIT_FUNC __declspec(dllexport) void
904 # define PyMODINIT_FUNC void
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 874 PyMODINIT_FUNC: A Python module init function. If these functions are
902 # define PyMODINIT_FUNC __declspec(dllexport) void
904 # define PyMODINIT_FUNC void
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 874 PyMODINIT_FUNC: A Python module init function. If these functions are
902 # define PyMODINIT_FUNC __declspec(dllexport) void
904 # define PyMODINIT_FUNC void
    [all...]
  /external/python/cpython2/PC/os2emx/
pyconfig.h 39 #define PyMODINIT_FUNC void

Completed in 590 milliseconds

1 2