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

<<11121314151617181920>>

  /prebuilts/gdb/darwin-x86/include/python2.7/
memoryobject.h 15 /* Get a pointer to the PyObject from which originates a memoryview object. */
19 PyAPI_FUNC(PyObject *) PyMemoryView_GetContiguous(PyObject *base,
54 PyAPI_FUNC(PyObject *) PyMemoryView_FromObject(PyObject *base);
56 PyAPI_FUNC(PyObject *) PyMemoryView_FromBuffer(Py_buffer *info);
66 PyObject *base;
intobject.h 34 PyAPI_FUNC(PyObject *) PyInt_FromString(char*, char**, int);
36 PyAPI_FUNC(PyObject *) PyInt_FromUnicode(Py_UNICODE*, Py_ssize_t, int);
38 PyAPI_FUNC(PyObject *) PyInt_FromLong(long);
39 PyAPI_FUNC(PyObject *) PyInt_FromSize_t(size_t);
40 PyAPI_FUNC(PyObject *) PyInt_FromSsize_t(Py_ssize_t);
41 PyAPI_FUNC(long) PyInt_AsLong(PyObject *);
42 PyAPI_FUNC(Py_ssize_t) PyInt_AsSsize_t(PyObject *);
43 PyAPI_FUNC(int) _PyInt_AsInt(PyObject *);
44 PyAPI_FUNC(unsigned long) PyInt_AsUnsignedLongMask(PyObject *);
46 PyAPI_FUNC(unsigned PY_LONG_LONG) PyInt_AsUnsignedLongLongMask(PyObject *);
    [all...]
pystate.h 21 PyObject *modules;
22 PyObject *sysdict;
23 PyObject *builtins;
24 PyObject *modules_reloading;
26 PyObject *codec_search_path;
27 PyObject *codec_search_cache;
28 PyObject *codec_error_registry;
45 typedef int (*Py_tracefunc)(PyObject *, struct _frame *, int, PyObject *);
72 PyObject *c_profileobj
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
memoryobject.h 15 /* Get a pointer to the PyObject from which originates a memoryview object. */
19 PyAPI_FUNC(PyObject *) PyMemoryView_GetContiguous(PyObject *base,
54 PyAPI_FUNC(PyObject *) PyMemoryView_FromObject(PyObject *base);
56 PyAPI_FUNC(PyObject *) PyMemoryView_FromBuffer(Py_buffer *info);
66 PyObject *base;
intobject.h 34 PyAPI_FUNC(PyObject *) PyInt_FromString(char*, char**, int);
36 PyAPI_FUNC(PyObject *) PyInt_FromUnicode(Py_UNICODE*, Py_ssize_t, int);
38 PyAPI_FUNC(PyObject *) PyInt_FromLong(long);
39 PyAPI_FUNC(PyObject *) PyInt_FromSize_t(size_t);
40 PyAPI_FUNC(PyObject *) PyInt_FromSsize_t(Py_ssize_t);
41 PyAPI_FUNC(long) PyInt_AsLong(PyObject *);
42 PyAPI_FUNC(Py_ssize_t) PyInt_AsSsize_t(PyObject *);
43 PyAPI_FUNC(int) _PyInt_AsInt(PyObject *);
44 PyAPI_FUNC(unsigned long) PyInt_AsUnsignedLongMask(PyObject *);
46 PyAPI_FUNC(unsigned PY_LONG_LONG) PyInt_AsUnsignedLongLongMask(PyObject *);
    [all...]
pystate.h 21 PyObject *modules;
22 PyObject *sysdict;
23 PyObject *builtins;
24 PyObject *modules_reloading;
26 PyObject *codec_search_path;
27 PyObject *codec_search_cache;
28 PyObject *codec_error_registry;
45 typedef int (*Py_tracefunc)(PyObject *, struct _frame *, int, PyObject *);
72 PyObject *c_profileobj
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
memoryobject.h 15 /* Get a pointer to the PyObject from which originates a memoryview object. */
19 PyAPI_FUNC(PyObject *) PyMemoryView_GetContiguous(PyObject *base,
54 PyAPI_FUNC(PyObject *) PyMemoryView_FromObject(PyObject *base);
56 PyAPI_FUNC(PyObject *) PyMemoryView_FromBuffer(Py_buffer *info);
66 PyObject *base;
intobject.h 34 PyAPI_FUNC(PyObject *) PyInt_FromString(char*, char**, int);
36 PyAPI_FUNC(PyObject *) PyInt_FromUnicode(Py_UNICODE*, Py_ssize_t, int);
38 PyAPI_FUNC(PyObject *) PyInt_FromLong(long);
39 PyAPI_FUNC(PyObject *) PyInt_FromSize_t(size_t);
40 PyAPI_FUNC(PyObject *) PyInt_FromSsize_t(Py_ssize_t);
41 PyAPI_FUNC(long) PyInt_AsLong(PyObject *);
42 PyAPI_FUNC(Py_ssize_t) PyInt_AsSsize_t(PyObject *);
43 PyAPI_FUNC(int) _PyInt_AsInt(PyObject *);
44 PyAPI_FUNC(unsigned long) PyInt_AsUnsignedLongMask(PyObject *);
46 PyAPI_FUNC(unsigned PY_LONG_LONG) PyInt_AsUnsignedLongLongMask(PyObject *);
    [all...]
pystate.h 21 PyObject *modules;
22 PyObject *sysdict;
23 PyObject *builtins;
24 PyObject *modules_reloading;
26 PyObject *codec_search_path;
27 PyObject *codec_search_cache;
28 PyObject *codec_error_registry;
45 typedef int (*Py_tracefunc)(PyObject *, struct _frame *, int, PyObject *);
72 PyObject *c_profileobj
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
memoryobject.h 15 /* Get a pointer to the PyObject from which originates a memoryview object. */
19 PyAPI_FUNC(PyObject *) PyMemoryView_GetContiguous(PyObject *base,
54 PyAPI_FUNC(PyObject *) PyMemoryView_FromObject(PyObject *base);
56 PyAPI_FUNC(PyObject *) PyMemoryView_FromBuffer(Py_buffer *info);
66 PyObject *base;
intobject.h 34 PyAPI_FUNC(PyObject *) PyInt_FromString(char*, char**, int);
36 PyAPI_FUNC(PyObject *) PyInt_FromUnicode(Py_UNICODE*, Py_ssize_t, int);
38 PyAPI_FUNC(PyObject *) PyInt_FromLong(long);
39 PyAPI_FUNC(PyObject *) PyInt_FromSize_t(size_t);
40 PyAPI_FUNC(PyObject *) PyInt_FromSsize_t(Py_ssize_t);
41 PyAPI_FUNC(long) PyInt_AsLong(PyObject *);
42 PyAPI_FUNC(Py_ssize_t) PyInt_AsSsize_t(PyObject *);
43 PyAPI_FUNC(int) _PyInt_AsInt(PyObject *);
44 PyAPI_FUNC(unsigned long) PyInt_AsUnsignedLongMask(PyObject *);
46 PyAPI_FUNC(unsigned PY_LONG_LONG) PyInt_AsUnsignedLongLongMask(PyObject *);
    [all...]
pystate.h 21 PyObject *modules;
22 PyObject *sysdict;
23 PyObject *builtins;
24 PyObject *modules_reloading;
26 PyObject *codec_search_path;
27 PyObject *codec_search_cache;
28 PyObject *codec_error_registry;
45 typedef int (*Py_tracefunc)(PyObject *, struct _frame *, int, PyObject *);
72 PyObject *c_profileobj
    [all...]
  /external/python/cpython2/Modules/_ctypes/
ctypes.h 19 typedef Py_ssize_t (*readbufferproc)(PyObject *, Py_ssize_t, void **);
20 typedef Py_ssize_t (*writebufferproc)(PyObject *, Py_ssize_t, void **);
21 typedef Py_ssize_t (*segcountproc)(PyObject *, Py_ssize_t *);
22 typedef Py_ssize_t (*charbufferproc)(PyObject *, Py_ssize_t, char **);
26 #define Py_TYPE(ob) (((PyObject*)(ob))->ob_type)
54 typedef PyObject *(* GETFUNC)(void *, Py_ssize_t size);
55 typedef PyObject *(* SETFUNC)(void *, PyObject *value, Py_ssize_t size);
93 PyObject *b_objects; /* dictionary of references we need to keep, or Py_None */
103 PyObject *converters
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
intobject.h 34 PyAPI_FUNC(PyObject *) PyInt_FromString(char*, char**, int);
36 PyAPI_FUNC(PyObject *) PyInt_FromUnicode(Py_UNICODE*, Py_ssize_t, int);
38 PyAPI_FUNC(PyObject *) PyInt_FromLong(long);
39 PyAPI_FUNC(PyObject *) PyInt_FromSize_t(size_t);
40 PyAPI_FUNC(PyObject *) PyInt_FromSsize_t(Py_ssize_t);
41 PyAPI_FUNC(long) PyInt_AsLong(PyObject *);
42 PyAPI_FUNC(Py_ssize_t) PyInt_AsSsize_t(PyObject *);
43 PyAPI_FUNC(int) _PyInt_AsInt(PyObject *);
44 PyAPI_FUNC(unsigned long) PyInt_AsUnsignedLongMask(PyObject *);
46 PyAPI_FUNC(unsigned PY_LONG_LONG) PyInt_AsUnsignedLongLongMask(PyObject *);
    [all...]
pystate.h 21 PyObject *modules;
22 PyObject *sysdict;
23 PyObject *builtins;
24 PyObject *modules_reloading;
26 PyObject *codec_search_path;
27 PyObject *codec_search_cache;
28 PyObject *codec_error_registry;
45 typedef int (*Py_tracefunc)(PyObject *, struct _frame *, int, PyObject *);
72 PyObject *c_profileobj;
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
extension_dict.h 79 PyObject* values;
92 PyObject* len(ExtensionDict* self);
99 PyObject* extension,
105 PyObject* subscript(ExtensionDict* self, PyObject* key);
111 int ass_subscript(ExtensionDict* self, PyObject* key, PyObject* value);
117 PyObject* ClearExtension(ExtensionDict* self,
118 PyObject* extension);
124 PyObject* _FindExtensionByName(ExtensionDict* self, PyObject* name)
    [all...]
repeated_composite_container.h 102 PyObject* child_messages;
111 PyObject *NewContainer(
121 PyObject* Add(RepeatedCompositeContainer* self,
122 PyObject* args,
123 PyObject* kwargs);
129 PyObject* Extend(RepeatedCompositeContainer* self, PyObject* value);
136 PyObject* MergeFrom(RepeatedCompositeContainer* self, PyObject* other);
142 PyObject* Subscript(RepeatedCompositeContainer* self, PyObject* slice)
    [all...]
python_protobuf.h 50 const Message* GetCProtoInsidePyProto(PyObject* msg);
51 Message* MutableCProtoInsidePyProto(PyObject* msg);
  /external/python/cpython2/Include/
intobject.h 34 PyAPI_FUNC(PyObject *) PyInt_FromString(char*, char**, int);
36 PyAPI_FUNC(PyObject *) PyInt_FromUnicode(Py_UNICODE*, Py_ssize_t, int);
38 PyAPI_FUNC(PyObject *) PyInt_FromLong(long);
39 PyAPI_FUNC(PyObject *) PyInt_FromSize_t(size_t);
40 PyAPI_FUNC(PyObject *) PyInt_FromSsize_t(Py_ssize_t);
41 PyAPI_FUNC(long) PyInt_AsLong(PyObject *);
42 PyAPI_FUNC(Py_ssize_t) PyInt_AsSsize_t(PyObject *);
43 PyAPI_FUNC(int) _PyInt_AsInt(PyObject *);
44 PyAPI_FUNC(unsigned long) PyInt_AsUnsignedLongMask(PyObject *);
46 PyAPI_FUNC(unsigned PY_LONG_LONG) PyInt_AsUnsignedLongLongMask(PyObject *);
    [all...]
pystate.h 21 PyObject *modules;
22 PyObject *sysdict;
23 PyObject *builtins;
24 PyObject *modules_reloading;
26 PyObject *codec_search_path;
27 PyObject *codec_search_cache;
28 PyObject *codec_error_registry;
45 typedef int (*Py_tracefunc)(PyObject *, struct _frame *, int, PyObject *);
72 PyObject *c_profileobj
    [all...]
  /external/python/cpython2/Mac/Modules/ah/
_AHmodule.c 21 static PyObject *Ah_Error;
23 static PyObject *Ah_AHSearch(PyObject *_self, PyObject *_args)
25 PyObject *_res = NULL;
41 static PyObject *Ah_AHGotoMainTOC(PyObject *_self, PyObject *_args)
43 PyObject *_res = NULL;
56 static PyObject *Ah_AHGotoPage(PyObject *_self, PyObject *_args
    [all...]
  /external/python/cpython2/Mac/Modules/cg/
_CGmodule.c 20 extern int GrafObj_Convert(PyObject *, GrafPtr *);
26 PyObject *CGPoint_New(CGPoint *itself)
35 CGPoint_Convert(PyObject *v, CGPoint *p_itself)
44 PyObject *CGRect_New(CGRect *itself)
55 CGRect_Convert(PyObject *v, CGRect *p_itself)
66 PyObject *CGAffineTransform_New(CGAffineTransform *itself)
79 CGAffineTransform_Convert(PyObject *v, CGAffineTransform *p_itself)
92 static PyObject *CG_Error;
105 PyObject *CGContextRefObj_New(CGContextRef itself)
111 return (PyObject *)it
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
prepare_protocol.h 35 int pysqlite_prepare_protocol_init(pysqlite_PrepareProtocol* self, PyObject* args, PyObject* kwargs);
  /external/python/cpython2/Modules/_sqlite/
prepare_protocol.h 35 int pysqlite_prepare_protocol_init(pysqlite_PrepareProtocol* self, PyObject* args, PyObject* kwargs);
util.h 39 PyObject * _pysqlite_long_from_int64(sqlite_int64 value);
40 sqlite_int64 _pysqlite_long_as_int64(PyObject * value);

Completed in 762 milliseconds

<<11121314151617181920>>