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

<<11121314151617181920>>

  /external/python/cpython2/Mac/Modules/res/
_Resmodule.c 20 extern PyObject *_ResObj_New(Handle);
21 extern int _ResObj_Convert(PyObject *, Handle *);
22 extern PyObject *_OptResObj_New(Handle);
23 extern int _OptResObj_Convert(PyObject *, Handle *);
37 static PyObject *Res_Error;
51 PyObject *ResObj_New(Handle itself)
59 return (PyObject *)it;
62 int ResObj_Convert(PyObject *v, Handle *p_itself)
66 PyObject *tmp;
91 self->ob_type->tp_free((PyObject *)self)
    [all...]
  /external/python/cpython2/Mac/Modules/drag/
_Dragmodule.c 29 extern PyObject *_DragObj_New(DragRef);
30 extern int _DragObj_Convert(PyObject *, DragRef *);
36 static PyObject *Drag_Error;
47 PyObject *sendproc;
50 PyObject *DragObj_New(DragRef itself)
61 return (PyObject *)it;
64 int DragObj_Convert(PyObject *v, DragRef *p_itself)
78 self->ob_type->tp_free((PyObject *)self);
81 static PyObject *DragObj_DisposeDrag(DragObjObject *_self, PyObject *_args
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
funcobject.c 9 PyObject *
10 PyFunction_New(PyObject *code, PyObject *globals)
14 static PyObject *__name__ = 0;
16 PyObject *doc;
17 PyObject *consts;
18 PyObject *module;
60 return (PyObject *)op;
63 PyObject *
64 PyFunction_GetCode(PyObject *op)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
funcobject.c 9 PyObject *
10 PyFunction_New(PyObject *code, PyObject *globals)
14 static PyObject *__name__ = 0;
16 PyObject *doc;
17 PyObject *consts;
18 PyObject *module;
60 return (PyObject *)op;
63 PyObject *
64 PyFunction_GetCode(PyObject *op)
    [all...]
  /external/python/cpython2/Objects/
funcobject.c 9 PyObject *
10 PyFunction_New(PyObject *code, PyObject *globals)
14 static PyObject *__name__ = 0;
16 PyObject *doc;
17 PyObject *consts;
18 PyObject *module;
60 return (PyObject *)op;
63 PyObject *
64 PyFunction_GetCode(PyObject *op
    [all...]
  /external/libxml2/python/
types.c 28 libxml_PyFileGet(PyObject *f) {
89 PyObject *
92 PyObject *ret;
101 PyObject *
104 PyObject *ret;
113 PyObject *
116 PyObject *ret;
125 PyObject *
128 PyObject *ret;
142 PyObject *
    [all...]
  /external/python/cpython2/RISCOS/Modules/
riscosmodule.c 18 /*static PyObject *RiscosError;*/ /* Exception riscos.error */
20 static PyObject *riscos_error(char *s)
26 static PyObject *riscos_oserror(void)
34 static PyObject *
35 riscos_remove(PyObject *self, PyObject *args)
44 static PyObject *
45 riscos_rename(PyObject *self, PyObject *args)
55 static PyObject *
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
errors.c 25 PyErr_Restore(PyObject *type, PyObject *value, PyObject *traceback)
28 PyObject *oldtype, *oldvalue, *oldtraceback;
53 PyErr_SetObject(PyObject *exception, PyObject *value)
57 PyErr_Restore(exception, value, (PyObject *)NULL);
61 PyErr_SetNone(PyObject *exception)
63 PyErr_SetObject(exception, (PyObject *)NULL);
67 PyErr_SetString(PyObject *exception, const char *string)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
_iomodule.c 26 PyObject *_PyIO_str_close;
27 PyObject *_PyIO_str_closed;
28 PyObject *_PyIO_str_decode;
29 PyObject *_PyIO_str_encode;
30 PyObject *_PyIO_str_fileno;
31 PyObject *_PyIO_str_flush;
32 PyObject *_PyIO_str_getstate;
33 PyObject *_PyIO_str_isatty;
34 PyObject *_PyIO_str_newlines;
35 PyObject *_PyIO_str_nl;
    [all...]
  /external/python/cpython2/Doc/includes/
noddy2.c 6 PyObject *first; /* first name */
7 PyObject *last; /* last name */
16 self->ob_type->tp_free((PyObject*)self);
19 static PyObject *
20 Noddy_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
43 return (PyObject *)self;
47 Noddy_init(Noddy *self, PyObject *args, PyObject *kwds)
49 PyObject *first=NULL, *last=NULL, *tmp
    [all...]
  /external/python/cpython2/Modules/_io/
_iomodule.c 26 PyObject *_PyIO_str_close;
27 PyObject *_PyIO_str_closed;
28 PyObject *_PyIO_str_decode;
29 PyObject *_PyIO_str_encode;
30 PyObject *_PyIO_str_fileno;
31 PyObject *_PyIO_str_flush;
32 PyObject *_PyIO_str_getstate;
33 PyObject *_PyIO_str_isatty;
34 PyObject *_PyIO_str_newlines;
35 PyObject *_PyIO_str_nl
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol_wrap.c 726 #define PyClass_Check(obj) PyObject_IsInstance(obj, (PyObject *)&PyType_Type)
760 SWIG_Python_str_AsChar(PyObject *str)
784 SWIGINTERN PyObject*
810 static PyObject *
864 PyObject *PyBool_FromLong(long ok)
866 PyObject *result = ok ? Py_True : Py_False;
888 static long PyNumber_AsSsize_t (PyObject *x, void *SWIGUNUSEDPARM(exc))
891 PyObject *i = PyNumber_Int(x);
922 PyObject *name, *slots;
946 SWIGRUNTIME PyObject*
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
_iomodule.c 26 PyObject *_PyIO_str_close;
27 PyObject *_PyIO_str_closed;
28 PyObject *_PyIO_str_decode;
29 PyObject *_PyIO_str_encode;
30 PyObject *_PyIO_str_fileno;
31 PyObject *_PyIO_str_flush;
32 PyObject *_PyIO_str_getstate;
33 PyObject *_PyIO_str_isatty;
34 PyObject *_PyIO_str_newlines;
35 PyObject *_PyIO_str_nl;
    [all...]
  /external/python/cpython2/PC/
_subprocess.c 58 static PyObject*
69 return (PyObject*) self;
80 static PyObject*
81 sp_handle_detach(sp_handle_object* self, PyObject* args)
96 static PyObject*
97 sp_handle_close(sp_handle_object* self, PyObject* args)
124 static PyObject*
127 return Py_FindMethod(sp_handle_methods, (PyObject*) self, name);
130 static PyObject*
164 static PyObject *
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_testcapimodule.c 16 static PyObject *TestError; /* set to exception object in init */
20 static PyObject *
40 static PyObject*
49 return (PyObject*)NULL;
52 static PyObject*
53 test_config(PyObject *self)
74 static PyObject*
75 test_list_api(PyObject *self)
77 PyObject* list;
83 if (list == (PyObject*)NULL)
    [all...]
fmmodule.c 22 static PyObject *
35 return (PyObject *)fhp;
40 static PyObject *
41 fh_scalefont(fhobject *self, PyObject *args)
51 static PyObject *
59 static PyObject *
72 static PyObject *
85 static PyObject *
105 static PyObject *
106 fh_getwholemetrics(fhobject *self, PyObject *args)
    [all...]
sre.h 27 PyObject* groupindex;
28 PyObject* indexgroup;
30 PyObject* pattern; /* pattern source (or None) */
32 PyObject *weakreflist; /* List of weak references */
42 PyObject* string; /* link to the target string (must be first) */
43 PyObject* regs; /* cached list of matching spans */
70 PyObject* string;
90 PyObject* pattern;
  /external/python/cpython2/Mac/Modules/menu/
_Menumodule.c 24 extern PyObject *_MenuObj_New(MenuHandle);
25 extern int _MenuObj_Convert(PyObject *, MenuHandle *);
36 PyObject *OptMenuObj_New(MenuRef itself)
46 int OptMenuObj_Convert(PyObject *v, MenuRef *p_itself)
55 static PyObject *Menu_Error;
68 PyObject *MenuObj_New(MenuHandle itself)
74 return (PyObject *)it;
77 int MenuObj_Convert(PyObject *v, MenuHandle *p_itself)
91 self->ob_type->tp_free((PyObject *)self);
94 static PyObject *MenuObj_DisposeMenu(MenuObject *_self, PyObject *_args
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
floatobject.h 43 PyAPI_FUNC(PyObject *) PyFloat_GetInfo(void);
45 /* Return Python float from string PyObject. Second argument ignored on
48 PyAPI_FUNC(PyObject *) PyFloat_FromString(PyObject*, char** junk);
51 PyAPI_FUNC(PyObject *) PyFloat_FromDouble(double);
55 PyAPI_FUNC(double) PyFloat_AsDouble(PyObject *);
126 PyAPI_FUNC(PyObject *) _PyFloat_FormatAdvanced(PyObject *obj,
133 PyAPI_FUNC(PyObject *) _Py_double_round(double x, int ndigits);
ucnhash.h 22 int (*getname)(PyObject *self, Py_UCS4 code, char* buffer, int buflen);
26 int (*getcode)(PyObject *self, const char* name, int namelen, Py_UCS4* code);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
sre.h 37 PyObject* groupindex;
38 PyObject* indexgroup;
40 PyObject* pattern; /* pattern source (or None) */
42 PyObject *weakreflist; /* List of weak references */
52 PyObject* string; /* link to the target string (must be first) */
53 PyObject* regs; /* cached list of matching spans */
80 PyObject* string;
100 PyObject* pattern;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
floatobject.h 43 PyAPI_FUNC(PyObject *) PyFloat_GetInfo(void);
45 /* Return Python float from string PyObject. Second argument ignored on
48 PyAPI_FUNC(PyObject *) PyFloat_FromString(PyObject*, char** junk);
51 PyAPI_FUNC(PyObject *) PyFloat_FromDouble(double);
55 PyAPI_FUNC(double) PyFloat_AsDouble(PyObject *);
126 PyAPI_FUNC(PyObject *) _PyFloat_FormatAdvanced(PyObject *obj,
133 PyAPI_FUNC(PyObject *) _Py_double_round(double x, int ndigits);
ucnhash.h 22 int (*getname)(PyObject *self, Py_UCS4 code, char* buffer, int buflen);
26 int (*getcode)(PyObject *self, const char* name, int namelen, Py_UCS4* code);
  /external/python/cpython2/Include/
floatobject.h 43 PyAPI_FUNC(PyObject *) PyFloat_GetInfo(void);
45 /* Return Python float from string PyObject. Second argument ignored on
48 PyAPI_FUNC(PyObject *) PyFloat_FromString(PyObject*, char** junk);
51 PyAPI_FUNC(PyObject *) PyFloat_FromDouble(double);
55 PyAPI_FUNC(double) PyFloat_AsDouble(PyObject *);
126 PyAPI_FUNC(PyObject *) _PyFloat_FormatAdvanced(PyObject *obj,
133 PyAPI_FUNC(PyObject *) _Py_double_round(double x, int ndigits);
ucnhash.h 22 int (*getname)(PyObject *self, Py_UCS4 code, char* buffer, int buflen);
26 int (*getcode)(PyObject *self, const char* name, int namelen, Py_UCS4* code);

Completed in 936 milliseconds

<<11121314151617181920>>