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

  /external/python/cpython3/Misc/
coverity_model.c 26 typedef struct {} PyObject;
41 static PyObject *get_small_int(sdigit ival)
44 PyObject *p;
49 PyObject *PyLong_FromLong(long ival)
51 PyObject *p;
65 PyObject *PyLong_FromLongLong(long long ival)
70 PyObject *PyLong_FromSsize_t(Py_ssize_t ival)
80 PyObject *PyErr_SetFromErrnoWithFilename(PyObject *exc, const char *filename)
138 static PyObject *
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 40 Objects are always accessed through pointers of the type 'PyObject *'.
41 The type 'PyObject' is a structure that only contains the reference count
77 /* PyObject_HEAD defines the initial segment of every PyObject. */
101 /* Nothing is actually declared to be a PyObject, but every pointer to
102 * a Python object can be cast to a PyObject*. This is inheritance built
108 } PyObject;
114 #define Py_REFCNT(ob) (((PyObject*)(ob))->ob_refcnt)
115 #define Py_TYPE(ob) (((PyObject*)(ob))->ob_type)
133 typedef PyObject * (*unaryfunc)(PyObject *);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 40 Objects are always accessed through pointers of the type 'PyObject *'.
41 The type 'PyObject' is a structure that only contains the reference count
77 /* PyObject_HEAD defines the initial segment of every PyObject. */
101 /* Nothing is actually declared to be a PyObject, but every pointer to
102 * a Python object can be cast to a PyObject*. This is inheritance built
108 } PyObject;
114 #define Py_REFCNT(ob) (((PyObject*)(ob))->ob_refcnt)
115 #define Py_TYPE(ob) (((PyObject*)(ob))->ob_type)
133 typedef PyObject * (*unaryfunc)(PyObject *);
    [all...]
  /external/python/cpython2/Include/
object.h 40 Objects are always accessed through pointers of the type 'PyObject *'.
41 The type 'PyObject' is a structure that only contains the reference count
77 /* PyObject_HEAD defines the initial segment of every PyObject. */
101 /* Nothing is actually declared to be a PyObject, but every pointer to
102 * a Python object can be cast to a PyObject*. This is inheritance built
108 } PyObject;
114 #define Py_REFCNT(ob) (((PyObject*)(ob))->ob_refcnt)
115 #define Py_TYPE(ob) (((PyObject*)(ob))->ob_type)
133 typedef PyObject * (*unaryfunc)(PyObject *);
    [all...]
  /external/python/cpython2/PC/bdist_wininst/
install.c 300 typedef void PyObject;
313 DECLPROC(hPython, PyObject *, PySys_GetObject, (char *));
338 typedef PyObject *(*PyCFunction)(PyObject *, PyObject *);
355 int (*g_PyArg_ParseTuple)(PyObject *, char *, ...);
356 PyObject * (*g_PyLong_FromVoidPtr)(void *);
358 PyObject *g_PyExc_ValueError;
359 PyObject *g_PyExc_OSError;
361 PyObject *(*g_PyErr_Format)(PyObject *, char *, ...)
    [all...]
  /external/python/cpython3/Include/
object.h 40 Objects are always accessed through pointers of the type 'PyObject *'.
41 The type 'PyObject' is a structure that only contains the reference count
82 /* PyObject_HEAD defines the initial segment of every PyObject. */
83 #define PyObject_HEAD PyObject ob_base;
101 /* Nothing is actually declared to be a PyObject, but every pointer to
102 * a Python object can be cast to a PyObject*. This is inheritance built
110 } PyObject;
113 PyObject ob_base;
117 #define Py_REFCNT(ob) (((PyObject*)(ob))->ob_refcnt)
118 #define Py_TYPE(ob) (((PyObject*)(ob))->ob_type
    [all...]
  /external/python/cpython3/PC/bdist_wininst/
install.c 307 typedef void PyObject;
341 DECLPROC(hPython, PyObject *, PySys_GetObject, (char *));
366 typedef PyObject *(*PyCFunction)(PyObject *, PyObject *);
383 int (*g_PyArg_ParseTuple)(PyObject *, char *, ...);
384 PyObject * (*g_PyLong_FromVoidPtr)(void *);
386 PyObject *g_PyExc_ValueError;
387 PyObject *g_PyExc_OSError;
389 PyObject *(*g_PyErr_Format)(PyObject *, char *, ...)
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 40 Objects are always accessed through pointers of the type 'PyObject *'.
41 The type 'PyObject' is a structure that only contains the reference count
77 /* PyObject_HEAD defines the initial segment of every PyObject. */
101 /* Nothing is actually declared to be a PyObject, but every pointer to
102 * a Python object can be cast to a PyObject*. This is inheritance built
108 } PyObject;
114 #define Py_REFCNT(ob) (((PyObject*)(ob))->ob_refcnt)
115 #define Py_TYPE(ob) (((PyObject*)(ob))->ob_type)
133 typedef PyObject * (*unaryfunc)(PyObject *);
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 40 Objects are always accessed through pointers of the type 'PyObject *'.
41 The type 'PyObject' is a structure that only contains the reference count
77 /* PyObject_HEAD defines the initial segment of every PyObject. */
101 /* Nothing is actually declared to be a PyObject, but every pointer to
102 * a Python object can be cast to a PyObject*. This is inheritance built
108 } PyObject;
114 #define Py_REFCNT(ob) (((PyObject*)(ob))->ob_refcnt)
115 #define Py_TYPE(ob) (((PyObject*)(ob))->ob_type)
133 typedef PyObject * (*unaryfunc)(PyObject *);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 40 Objects are always accessed through pointers of the type 'PyObject *'.
41 The type 'PyObject' is a structure that only contains the reference count
77 /* PyObject_HEAD defines the initial segment of every PyObject. */
101 /* Nothing is actually declared to be a PyObject, but every pointer to
102 * a Python object can be cast to a PyObject*. This is inheritance built
108 } PyObject;
114 #define Py_REFCNT(ob) (((PyObject*)(ob))->ob_refcnt)
115 #define Py_TYPE(ob) (((PyObject*)(ob))->ob_type)
133 typedef PyObject * (*unaryfunc)(PyObject *);
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 40 Objects are always accessed through pointers of the type 'PyObject *'.
41 The type 'PyObject' is a structure that only contains the reference count
77 /* PyObject_HEAD defines the initial segment of every PyObject. */
101 /* Nothing is actually declared to be a PyObject, but every pointer to
102 * a Python object can be cast to a PyObject*. This is inheritance built
108 } PyObject;
114 #define Py_REFCNT(ob) (((PyObject*)(ob))->ob_refcnt)
115 #define Py_TYPE(ob) (((PyObject*)(ob))->ob_type)
133 typedef PyObject * (*unaryfunc)(PyObject *);
    [all...]

Completed in 559 milliseconds