HomeSort by relevance Sort by last modified time
    Searched refs:Py_InitModule4 (Results 1 - 25 of 55) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
modsupport.h 100 /* On a 64-bit system, rename the Py_InitModule4 so that 2.4
102 #define Py_InitModule4 Py_InitModule4_64
106 /* When we are tracing reference counts, rename Py_InitModule4 so
110 #undef Py_InitModule4
111 #define Py_InitModule4 Py_InitModule4TraceRefs_64
113 #define Py_InitModule4 Py_InitModule4TraceRefs
117 PyAPI_FUNC(PyObject *) Py_InitModule4(const char *name, PyMethodDef *methods,
122 Py_InitModule4(name, methods, (char *)NULL, (PyObject *)NULL, \
126 Py_InitModule4(name, methods, doc, (PyObject *)NULL, \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
modsupport.h 100 /* On a 64-bit system, rename the Py_InitModule4 so that 2.4
102 #define Py_InitModule4 Py_InitModule4_64
106 /* When we are tracing reference counts, rename Py_InitModule4 so
110 #undef Py_InitModule4
111 #define Py_InitModule4 Py_InitModule4TraceRefs_64
113 #define Py_InitModule4 Py_InitModule4TraceRefs
117 PyAPI_FUNC(PyObject *) Py_InitModule4(const char *name, PyMethodDef *methods,
122 Py_InitModule4(name, methods, (char *)NULL, (PyObject *)NULL, \
126 Py_InitModule4(name, methods, doc, (PyObject *)NULL, \
  /external/python/cpython2/Include/
modsupport.h 100 /* On a 64-bit system, rename the Py_InitModule4 so that 2.4
102 #define Py_InitModule4 Py_InitModule4_64
106 /* When we are tracing reference counts, rename Py_InitModule4 so
110 #undef Py_InitModule4
111 #define Py_InitModule4 Py_InitModule4TraceRefs_64
113 #define Py_InitModule4 Py_InitModule4TraceRefs
117 PyAPI_FUNC(PyObject *) Py_InitModule4(const char *name, PyMethodDef *methods,
122 Py_InitModule4(name, methods, (char *)NULL, (PyObject *)NULL, \
126 Py_InitModule4(name, methods, doc, (PyObject *)NULL, \
  /prebuilts/gdb/darwin-x86/include/python2.7/
modsupport.h 100 /* On a 64-bit system, rename the Py_InitModule4 so that 2.4
102 #define Py_InitModule4 Py_InitModule4_64
106 /* When we are tracing reference counts, rename Py_InitModule4 so
110 #undef Py_InitModule4
111 #define Py_InitModule4 Py_InitModule4TraceRefs_64
113 #define Py_InitModule4 Py_InitModule4TraceRefs
117 PyAPI_FUNC(PyObject *) Py_InitModule4(const char *name, PyMethodDef *methods,
122 Py_InitModule4(name, methods, (char *)NULL, (PyObject *)NULL, \
126 Py_InitModule4(name, methods, doc, (PyObject *)NULL, \
  /prebuilts/gdb/linux-x86/include/python2.7/
modsupport.h 100 /* On a 64-bit system, rename the Py_InitModule4 so that 2.4
102 #define Py_InitModule4 Py_InitModule4_64
106 /* When we are tracing reference counts, rename Py_InitModule4 so
110 #undef Py_InitModule4
111 #define Py_InitModule4 Py_InitModule4TraceRefs_64
113 #define Py_InitModule4 Py_InitModule4TraceRefs
117 PyAPI_FUNC(PyObject *) Py_InitModule4(const char *name, PyMethodDef *methods,
122 Py_InitModule4(name, methods, (char *)NULL, (PyObject *)NULL, \
126 Py_InitModule4(name, methods, doc, (PyObject *)NULL, \
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
modsupport.h 100 /* On a 64-bit system, rename the Py_InitModule4 so that 2.4
102 #define Py_InitModule4 Py_InitModule4_64
106 /* When we are tracing reference counts, rename Py_InitModule4 so
110 #undef Py_InitModule4
111 #define Py_InitModule4 Py_InitModule4TraceRefs_64
113 #define Py_InitModule4 Py_InitModule4TraceRefs
117 PyAPI_FUNC(PyObject *) Py_InitModule4(const char *name, PyMethodDef *methods,
122 Py_InitModule4(name, methods, (char *)NULL, (PyObject *)NULL, \
126 Py_InitModule4(name, methods, doc, (PyObject *)NULL, \
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
modsupport.h 100 /* On a 64-bit system, rename the Py_InitModule4 so that 2.4
102 #define Py_InitModule4 Py_InitModule4_64
106 /* When we are tracing reference counts, rename Py_InitModule4 so
110 #undef Py_InitModule4
111 #define Py_InitModule4 Py_InitModule4TraceRefs_64
113 #define Py_InitModule4 Py_InitModule4TraceRefs
117 PyAPI_FUNC(PyObject *) Py_InitModule4(const char *name, PyMethodDef *methods,
122 Py_InitModule4(name, methods, (char *)NULL, (PyObject *)NULL, \
126 Py_InitModule4(name, methods, doc, (PyObject *)NULL, \
  /external/python/cpython2/Mac/Modules/
ColorPickermodule.c 78 m = Py_InitModule4("ColorPicker", cp_methods,
autoGIL.c 140 mod = Py_InitModule4("autoGIL", autoGIL_methods, autoGIL_docs,
_scproxy.c 230 (void)Py_InitModule4("_scproxy", mod_methods, NULL, NULL, PYTHON_API_VERSION);
icgluemodule.c 461 m = Py_InitModule4("icglue", ic_methods,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
readline.c 1129 m = Py_InitModule4("readline", readline_methods, doc_module_le,
1135 m = Py_InitModule4("readline", readline_methods, doc_module,
cStringIO.c 729 m = Py_InitModule4("cStringIO", IO_methods,
  /external/python/cpython2/Modules/
readline.c 1213 m = Py_InitModule4("readline", readline_methods, doc_module_le,
    [all...]
gdbmmodule.c 535 m = Py_InitModule4("gdbm", dbmmodule_methods,
termios.c 914 m = Py_InitModule4("termios", termios_methods, termios__doc__,
cStringIO.c 756 m = Py_InitModule4("cStringIO", IO_methods,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
_iomodule.c 638 PyObject *m = Py_InitModule4("_io", module_methods,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
modsupport.c 14 /* Py_InitModule4() parameters:
32 Py_InitModule4(const char *name, PyMethodDef *methods, const char *doc,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
_iomodule.c 629 PyObject *m = Py_InitModule4("_io", module_methods,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
modsupport.c 14 /* Py_InitModule4() parameters:
32 Py_InitModule4(const char *name, PyMethodDef *methods, const char *doc,
  /external/python/cpython2/Mac/Modules/snd/
_Sndihooks.c 497 m = Py_InitModule4("_Sndihooks", sndih_methods,
  /external/python/cpython2/Modules/_io/
_iomodule.c 638 PyObject *m = Py_InitModule4("_io", module_methods,
  /external/python/cpython2/Python/
modsupport.c 14 /* Py_InitModule4() parameters:
32 Py_InitModule4(const char *name, PyMethodDef *methods, const char *doc,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
cStringIO.c 756 m = Py_InitModule4("cStringIO", IO_methods,

Completed in 1470 milliseconds

1 2 3