HomeSort by relevance Sort by last modified time
    Searched refs:PyObject (Results 76 - 100 of 1099) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/gdb/linux-x86/include/python2.7/
code.h 16 PyObject *co_code; /* instruction opcodes */
17 PyObject *co_consts; /* list (constants used) */
18 PyObject *co_names; /* list of strings (names used) */
19 PyObject *co_varnames; /* tuple of strings (local variable names) */
20 PyObject *co_freevars; /* tuple of strings (free variable names) */
21 PyObject *co_cellvars; /* tuple of strings (cell variable names) */
23 PyObject *co_filename; /* string (where it was loaded from) */
24 PyObject *co_name; /* string (name, for reference) */
26 PyObject *co_lnotab; /* string (encoding addr<->lineno mapping) See
29 PyObject *co_weakreflist; /* to support weakrefs to code objects *
    [all...]
descrobject.h 8 typedef PyObject *(*getter)(PyObject *, void *);
9 typedef int (*setter)(PyObject *, PyObject *, void *);
19 typedef PyObject *(*wrapperfunc)(PyObject *self, PyObject *args,
22 typedef PyObject *(*wrapperfunc_kwds)(PyObject *self, PyObject *args
    [all...]
longobject.h 18 PyAPI_FUNC(PyObject *) PyLong_FromLong(long);
19 PyAPI_FUNC(PyObject *) PyLong_FromUnsignedLong(unsigned long);
20 PyAPI_FUNC(PyObject *) PyLong_FromDouble(double);
21 PyAPI_FUNC(PyObject *) PyLong_FromSize_t(size_t);
22 PyAPI_FUNC(PyObject *) PyLong_FromSsize_t(Py_ssize_t);
23 PyAPI_FUNC(long) PyLong_AsLong(PyObject *);
24 PyAPI_FUNC(long) PyLong_AsLongAndOverflow(PyObject *, int *);
25 PyAPI_FUNC(unsigned long) PyLong_AsUnsignedLong(PyObject *);
26 PyAPI_FUNC(unsigned long) PyLong_AsUnsignedLongMask(PyObject *);
27 PyAPI_FUNC(Py_ssize_t) PyLong_AsSsize_t(PyObject *);
    [all...]
stringobject.h 62 PyAPI_FUNC(PyObject *) PyString_FromStringAndSize(const char *, Py_ssize_t);
63 PyAPI_FUNC(PyObject *) PyString_FromString(const char *);
64 PyAPI_FUNC(PyObject *) PyString_FromFormatV(const char*, va_list)
66 PyAPI_FUNC(PyObject *) PyString_FromFormat(const char*, ...)
68 PyAPI_FUNC(Py_ssize_t) PyString_Size(PyObject *);
69 PyAPI_FUNC(char *) PyString_AsString(PyObject *);
70 PyAPI_FUNC(PyObject *) PyString_Repr(PyObject *, int);
71 PyAPI_FUNC(void) PyString_Concat(PyObject **, PyObject *);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
code.h 16 PyObject *co_code; /* instruction opcodes */
17 PyObject *co_consts; /* list (constants used) */
18 PyObject *co_names; /* list of strings (names used) */
19 PyObject *co_varnames; /* tuple of strings (local variable names) */
20 PyObject *co_freevars; /* tuple of strings (free variable names) */
21 PyObject *co_cellvars; /* tuple of strings (cell variable names) */
23 PyObject *co_filename; /* string (where it was loaded from) */
24 PyObject *co_name; /* string (name, for reference) */
26 PyObject *co_lnotab; /* string (encoding addr<->lineno mapping) See
29 PyObject *co_weakreflist; /* to support weakrefs to code objects *
    [all...]
descrobject.h 8 typedef PyObject *(*getter)(PyObject *, void *);
9 typedef int (*setter)(PyObject *, PyObject *, void *);
19 typedef PyObject *(*wrapperfunc)(PyObject *self, PyObject *args,
22 typedef PyObject *(*wrapperfunc_kwds)(PyObject *self, PyObject *args
    [all...]
longobject.h 18 PyAPI_FUNC(PyObject *) PyLong_FromLong(long);
19 PyAPI_FUNC(PyObject *) PyLong_FromUnsignedLong(unsigned long);
20 PyAPI_FUNC(PyObject *) PyLong_FromDouble(double);
21 PyAPI_FUNC(PyObject *) PyLong_FromSize_t(size_t);
22 PyAPI_FUNC(PyObject *) PyLong_FromSsize_t(Py_ssize_t);
23 PyAPI_FUNC(long) PyLong_AsLong(PyObject *);
24 PyAPI_FUNC(long) PyLong_AsLongAndOverflow(PyObject *, int *);
25 PyAPI_FUNC(unsigned long) PyLong_AsUnsignedLong(PyObject *);
26 PyAPI_FUNC(unsigned long) PyLong_AsUnsignedLongMask(PyObject *);
27 PyAPI_FUNC(Py_ssize_t) PyLong_AsSsize_t(PyObject *);
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
code.h 16 PyObject *co_code; /* instruction opcodes */
17 PyObject *co_consts; /* list (constants used) */
18 PyObject *co_names; /* list of strings (names used) */
19 PyObject *co_varnames; /* tuple of strings (local variable names) */
20 PyObject *co_freevars; /* tuple of strings (free variable names) */
21 PyObject *co_cellvars; /* tuple of strings (cell variable names) */
23 PyObject *co_filename; /* string (where it was loaded from) */
24 PyObject *co_name; /* string (name, for reference) */
26 PyObject *co_lnotab; /* string (encoding addr<->lineno mapping) See
29 PyObject *co_weakreflist; /* to support weakrefs to code objects *
    [all...]
descrobject.h 8 typedef PyObject *(*getter)(PyObject *, void *);
9 typedef int (*setter)(PyObject *, PyObject *, void *);
19 typedef PyObject *(*wrapperfunc)(PyObject *self, PyObject *args,
22 typedef PyObject *(*wrapperfunc_kwds)(PyObject *self, PyObject *args
    [all...]
longobject.h 18 PyAPI_FUNC(PyObject *) PyLong_FromLong(long);
19 PyAPI_FUNC(PyObject *) PyLong_FromUnsignedLong(unsigned long);
20 PyAPI_FUNC(PyObject *) PyLong_FromDouble(double);
21 PyAPI_FUNC(PyObject *) PyLong_FromSize_t(size_t);
22 PyAPI_FUNC(PyObject *) PyLong_FromSsize_t(Py_ssize_t);
23 PyAPI_FUNC(long) PyLong_AsLong(PyObject *);
24 PyAPI_FUNC(long) PyLong_AsLongAndOverflow(PyObject *, int *);
25 PyAPI_FUNC(unsigned long) PyLong_AsUnsignedLong(PyObject *);
26 PyAPI_FUNC(unsigned long) PyLong_AsUnsignedLongMask(PyObject *);
27 PyAPI_FUNC(Py_ssize_t) PyLong_AsSsize_t(PyObject *);
    [all...]
  /external/python/cpython2/Include/
pymactoolbox.h 35 extern PyObject *PyMac_OSErrException; /* Exception for OSErr */
36 PyObject *PyMac_GetOSErrException(void); /* Initialize & return it */
37 PyObject *PyErr_Mac(PyObject *, int); /* Exception with a mac error */
38 PyObject *PyMac_Error(OSErr); /* Uses PyMac_GetOSErrException */
47 int PyMac_GetOSType(PyObject *, OSType *); /* argument parser for OSType */
48 PyObject *PyMac_BuildOSType(OSType); /* Convert OSType to PyObject */
50 PyObject *PyMac_BuildNumVersion(NumVersion);/* Convert NumVersion to PyObject */
    [all...]
descrobject.h 8 typedef PyObject *(*getter)(PyObject *, void *);
9 typedef int (*setter)(PyObject *, PyObject *, void *);
19 typedef PyObject *(*wrapperfunc)(PyObject *self, PyObject *args,
22 typedef PyObject *(*wrapperfunc_kwds)(PyObject *self, PyObject *args
    [all...]
longobject.h 18 PyAPI_FUNC(PyObject *) PyLong_FromLong(long);
19 PyAPI_FUNC(PyObject *) PyLong_FromUnsignedLong(unsigned long);
20 PyAPI_FUNC(PyObject *) PyLong_FromDouble(double);
21 PyAPI_FUNC(PyObject *) PyLong_FromSize_t(size_t);
22 PyAPI_FUNC(PyObject *) PyLong_FromSsize_t(Py_ssize_t);
23 PyAPI_FUNC(long) PyLong_AsLong(PyObject *);
24 PyAPI_FUNC(long) PyLong_AsLongAndOverflow(PyObject *, int *);
25 PyAPI_FUNC(unsigned long) PyLong_AsUnsignedLong(PyObject *);
26 PyAPI_FUNC(unsigned long) PyLong_AsUnsignedLongMask(PyObject *);
27 PyAPI_FUNC(Py_ssize_t) PyLong_AsSsize_t(PyObject *);
    [all...]
stringobject.h 62 PyAPI_FUNC(PyObject *) PyString_FromStringAndSize(const char *, Py_ssize_t);
63 PyAPI_FUNC(PyObject *) PyString_FromString(const char *);
64 PyAPI_FUNC(PyObject *) PyString_FromFormatV(const char*, va_list)
66 PyAPI_FUNC(PyObject *) PyString_FromFormat(const char*, ...)
68 PyAPI_FUNC(Py_ssize_t) PyString_Size(PyObject *);
69 PyAPI_FUNC(char *) PyString_AsString(PyObject *);
70 PyAPI_FUNC(PyObject *) PyString_Repr(PyObject *, int);
71 PyAPI_FUNC(void) PyString_Concat(PyObject **, PyObject *);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
descrobject.h 8 typedef PyObject *(*getter)(PyObject *, void *);
9 typedef int (*setter)(PyObject *, PyObject *, void *);
19 typedef PyObject *(*wrapperfunc)(PyObject *self, PyObject *args,
22 typedef PyObject *(*wrapperfunc_kwds)(PyObject *self, PyObject *args,
    [all...]
longobject.h 18 PyAPI_FUNC(PyObject *) PyLong_FromLong(long);
19 PyAPI_FUNC(PyObject *) PyLong_FromUnsignedLong(unsigned long);
20 PyAPI_FUNC(PyObject *) PyLong_FromDouble(double);
21 PyAPI_FUNC(PyObject *) PyLong_FromSize_t(size_t);
22 PyAPI_FUNC(PyObject *) PyLong_FromSsize_t(Py_ssize_t);
23 PyAPI_FUNC(long) PyLong_AsLong(PyObject *);
24 PyAPI_FUNC(long) PyLong_AsLongAndOverflow(PyObject *, int *);
25 PyAPI_FUNC(unsigned long) PyLong_AsUnsignedLong(PyObject *);
26 PyAPI_FUNC(unsigned long) PyLong_AsUnsignedLongMask(PyObject *);
27 PyAPI_FUNC(Py_ssize_t) PyLong_AsSsize_t(PyObject *);
    [all...]
stringobject.h 62 PyAPI_FUNC(PyObject *) PyString_FromStringAndSize(const char *, Py_ssize_t);
63 PyAPI_FUNC(PyObject *) PyString_FromString(const char *);
64 PyAPI_FUNC(PyObject *) PyString_FromFormatV(const char*, va_list)
66 PyAPI_FUNC(PyObject *) PyString_FromFormat(const char*, ...)
68 PyAPI_FUNC(Py_ssize_t) PyString_Size(PyObject *);
69 PyAPI_FUNC(char *) PyString_AsString(PyObject *);
70 PyAPI_FUNC(PyObject *) PyString_Repr(PyObject *, int);
71 PyAPI_FUNC(void) PyString_Concat(PyObject **, PyObject *);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
descrobject.h 8 typedef PyObject *(*getter)(PyObject *, void *);
9 typedef int (*setter)(PyObject *, PyObject *, void *);
19 typedef PyObject *(*wrapperfunc)(PyObject *self, PyObject *args,
22 typedef PyObject *(*wrapperfunc_kwds)(PyObject *self, PyObject *args,
    [all...]
stringobject.h 62 PyAPI_FUNC(PyObject *) PyString_FromStringAndSize(const char *, Py_ssize_t);
63 PyAPI_FUNC(PyObject *) PyString_FromString(const char *);
64 PyAPI_FUNC(PyObject *) PyString_FromFormatV(const char*, va_list)
66 PyAPI_FUNC(PyObject *) PyString_FromFormat(const char*, ...)
68 PyAPI_FUNC(Py_ssize_t) PyString_Size(PyObject *);
69 PyAPI_FUNC(char *) PyString_AsString(PyObject *);
70 PyAPI_FUNC(PyObject *) PyString_Repr(PyObject *, int);
71 PyAPI_FUNC(void) PyString_Concat(PyObject **, PyObject *);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
cursor.h 36 PyObject* description;
37 PyObject* row_cast_map;
39 PyObject* lastrowid;
41 PyObject* row_factory;
48 PyObject* next_row;
50 PyObject* in_weakreflist; /* List of weak references */
61 PyObject* pysqlite_cursor_execute(pysqlite_Cursor* self, PyObject* args);
62 PyObject* pysqlite_cursor_executemany(pysqlite_Cursor* self, PyObject* args);
    [all...]
  /external/python/cpython2/Modules/_sqlite/
cursor.h 36 PyObject* description;
37 PyObject* row_cast_map;
39 PyObject* lastrowid;
41 PyObject* row_factory;
49 PyObject* next_row;
51 PyObject* in_weakreflist; /* List of weak references */
62 PyObject* pysqlite_cursor_execute(pysqlite_Cursor* self, PyObject* args);
63 PyObject* pysqlite_cursor_executemany(pysqlite_Cursor* self, PyObject* args)
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
descrobject.h 8 typedef PyObject *(*getter)(PyObject *, void *);
9 typedef int (*setter)(PyObject *, PyObject *, void *);
19 typedef PyObject *(*wrapperfunc)(PyObject *self, PyObject *args,
22 typedef PyObject *(*wrapperfunc_kwds)(PyObject *self, PyObject *args
    [all...]
longobject.h 18 PyAPI_FUNC(PyObject *) PyLong_FromLong(long);
19 PyAPI_FUNC(PyObject *) PyLong_FromUnsignedLong(unsigned long);
20 PyAPI_FUNC(PyObject *) PyLong_FromDouble(double);
21 PyAPI_FUNC(PyObject *) PyLong_FromSize_t(size_t);
22 PyAPI_FUNC(PyObject *) PyLong_FromSsize_t(Py_ssize_t);
23 PyAPI_FUNC(long) PyLong_AsLong(PyObject *);
24 PyAPI_FUNC(long) PyLong_AsLongAndOverflow(PyObject *, int *);
25 PyAPI_FUNC(unsigned long) PyLong_AsUnsignedLong(PyObject *);
26 PyAPI_FUNC(unsigned long) PyLong_AsUnsignedLongMask(PyObject *);
27 PyAPI_FUNC(Py_ssize_t) PyLong_AsSsize_t(PyObject *);
    [all...]
stringobject.h 62 PyAPI_FUNC(PyObject *) PyString_FromStringAndSize(const char *, Py_ssize_t);
63 PyAPI_FUNC(PyObject *) PyString_FromString(const char *);
64 PyAPI_FUNC(PyObject *) PyString_FromFormatV(const char*, va_list)
66 PyAPI_FUNC(PyObject *) PyString_FromFormat(const char*, ...)
68 PyAPI_FUNC(Py_ssize_t) PyString_Size(PyObject *);
69 PyAPI_FUNC(char *) PyString_AsString(PyObject *);
70 PyAPI_FUNC(PyObject *) PyString_Repr(PyObject *, int);
71 PyAPI_FUNC(void) PyString_Concat(PyObject **, PyObject *);
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
defarg.swg 23 SWIGINTERN PyObject *swig_call_defargs(PyObject *self, PyObject *args) {
24 PyObject *func;
25 PyObject *parms;

Completed in 1093 milliseconds

1 2 34 5 6 7 8 91011>>