HomeSort by relevance Sort by last modified time
    Searched defs:Py_InitModule4 (Results 1 - 10 of 10) sorted by null

  /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, \
  /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/Python/
modsupport.c 14 /* Py_InitModule4() parameters:
32 Py_InitModule4(const char *name, PyMethodDef *methods, const char *doc,
  /external/python/cpython2/Python/
modsupport.c 14 /* Py_InitModule4() parameters:
32 Py_InitModule4(const char *name, PyMethodDef *methods, const char *doc,

Completed in 152 milliseconds