Searched defs:self (Results 1 - 25 of 228) sorted by relevance

12345678910

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
H A Dprepare_protocol.c27 int pysqlite_prepare_protocol_init(pysqlite_PrepareProtocol* self, PyObject* args, PyObject* kwargs) argument
32 void pysqlite_prepare_protocol_dealloc(pysqlite_PrepareProtocol* self) argument
34 Py_TYPE(self)->tp_free((PyObject*)self);
H A Dmicroprotocols.c135 pysqlite_adapt(pysqlite_Cursor *self, PyObject *args) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dcryptmodule.c15 static PyObject *crypt_crypt(PyObject *self, PyObject *args) argument
H A Dtimingmodule.c11 start_timing(PyObject *self) argument
19 finish_timing(PyObject *self) argument
27 seconds(PyObject *self) argument
33 milli(PyObject *self) argument
39 micro(PyObject *self) argument
H A D_weakref.c13 weakref_getweakrefcount(PyObject *self, PyObject *object) argument
34 weakref_getweakrefs(PyObject *self, PyObject *object) argument
66 weakref_proxy(PyObject *self, PyObject *args) argument
H A Dfuture_builtins.c33 builtin_hex(PyObject *self, PyObject *v) argument
45 builtin_oct(PyObject *self, PyObject *v) argument
57 builtin_ascii(PyObject *self, PyObject *v) argument
H A Dsymtablemodule.c9 symtable_symtable(PyObject *self, PyObject *args) argument
H A Dfpectlmodule.c94 static PyObject *turnon_sigfpe (PyObject *self,PyObject *args);
95 static PyObject *turnoff_sigfpe (PyObject *self,PyObject *args);
103 static PyObject *turnon_sigfpe(PyObject *self,PyObject *args) argument
259 static PyObject *turnoff_sigfpe(PyObject *self,PyObject *args) argument
H A Dfpetestmodule.c48 static PyObject *test(PyObject *self,PyObject *args);
61 static PyObject *test(PyObject *self,PyObject *args) argument
/device/generic/goldfish-opengl/system/GLESv1_enc/
H A DGLEncoderUtils.cpp22 size_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pack) argument
24 GLEncoder *ctx = (GLEncoder *)self;
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A DApiInitializer.h28 ApiInitializer *self = (ApiInitializer *)userData; local
29 return self->getProc(name);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dweakrefobject.h64 PyAPI_FUNC(void) _PyWeakref_ClearRef(PyWeakReference *self); variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A D_weakref.c13 weakref_getweakrefcount(PyObject *self, PyObject *object) argument
34 weakref_getweakrefs(PyObject *self, PyObject *object) argument
66 weakref_proxy(PyObject *self, PyObject *args) argument
H A Dfuture_builtins.c33 builtin_hex(PyObject *self, PyObject *v) argument
45 builtin_oct(PyObject *self, PyObject *v) argument
57 builtin_ascii(PyObject *self, PyObject *v) argument
H A Dsymtablemodule.c9 symtable_symtable(PyObject *self, PyObject *args) argument
H A D_bisectmodule.c44 bisect_right(PyObject *self, PyObject *args, PyObject *kw) argument
75 insort_right(PyObject *self, PyObject *args, PyObject *kw) argument
150 bisect_left(PyObject *self, PyObject *args, PyObject *kw) argument
180 insort_left(PyObject *self, PyObject *args, PyObject *kw) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
H A Dctype.h7 stringlib_isspace(PyObject *self) argument
9 return _Py_bytes_isspace(STRINGLIB_STR(self), STRINGLIB_LEN(self));
13 stringlib_isalpha(PyObject *self) argument
15 return _Py_bytes_isalpha(STRINGLIB_STR(self), STRINGLIB_LEN(self));
19 stringlib_isalnum(PyObject *self) argument
21 return _Py_bytes_isalnum(STRINGLIB_STR(self), STRINGLIB_LEN(self));
25 stringlib_isdigit(PyObject *self) argument
31 stringlib_islower(PyObject *self) argument
37 stringlib_isupper(PyObject *self) argument
43 stringlib_istitle(PyObject *self) argument
52 stringlib_lower(PyObject *self) argument
64 stringlib_upper(PyObject *self) argument
76 stringlib_title(PyObject *self) argument
88 stringlib_capitalize(PyObject *self) argument
100 stringlib_swapcase(PyObject *self) argument
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dweakrefobject.h67 PyAPI_FUNC(void) _PyWeakref_ClearRef(PyWeakReference *self); variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
H A Dctype.h7 stringlib_isspace(PyObject *self) argument
9 return _Py_bytes_isspace(STRINGLIB_STR(self), STRINGLIB_LEN(self));
13 stringlib_isalpha(PyObject *self) argument
15 return _Py_bytes_isalpha(STRINGLIB_STR(self), STRINGLIB_LEN(self));
19 stringlib_isalnum(PyObject *self) argument
21 return _Py_bytes_isalnum(STRINGLIB_STR(self), STRINGLIB_LEN(self));
25 stringlib_isdigit(PyObject *self) argument
31 stringlib_islower(PyObject *self) argument
37 stringlib_isupper(PyObject *self) argument
43 stringlib_istitle(PyObject *self) argument
52 stringlib_lower(PyObject *self) argument
64 stringlib_upper(PyObject *self) argument
76 stringlib_title(PyObject *self) argument
88 stringlib_capitalize(PyObject *self) argument
100 stringlib_swapcase(PyObject *self) argument
[all...]
/device/generic/goldfish-opengl/system/GLESv2_enc/
H A DGL2EncoderUtils.cpp25 size_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pack) argument
27 GL2Encoder *ctx = (GL2Encoder *)self;
32 size_t pixelDataSize3D(void *self, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, int pack) argument
34 GL2Encoder *ctx = (GL2Encoder *)self;
39 GLenum uniformType(void * self, GLuint program, GLint location) argument
41 GL2Encoder * ctx = (GL2Encoder *) self;
46 size_t clearBufferNumElts(void* self, GLenum buffer) { argument
47 GL2Encoder *ctx = (GL2Encoder *)self;
52 size_t numActiveUniformsInUniformBlock(void* self, GLuint program, GLuint blockIndex) { argument
53 GL2Encoder *ctx = (GL2Encoder *)self;
58 glActiveUniformBlockivParamSize(void* self, GLuint program, GLuint blockIndex, GLenum pname) argument
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dcobject.c22 PyCObject *self; local
28 self = PyObject_NEW(PyCObject, &PyCObject_Type);
29 if (self == NULL)
31 self->cobject=cobj;
32 self->destructor=destr;
33 self->desc=NULL;
35 return (PyObject *)self;
42 PyCObject *self; local
54 self = PyObject_NEW(PyCObject, &PyCObject_Type);
55 if (self
65 PyCObject_AsVoidPtr(PyObject *self) argument
84 PyCObject_GetDesc(PyObject *self) argument
115 PyCObject_SetVoidPtr(PyObject *self, void *cobj) argument
129 PyCObject_dealloc(PyCObject *self) argument
[all...]
H A Dboolobject.c8 bool_print(PyBoolObject *self, FILE *fp, int flags) argument
11 fputs(self->ob_ival == 0 ? "False" : "True", fp);
22 bool_repr(PyBoolObject *self) argument
26 if (self->ob_ival)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dcobject.c22 PyCObject *self; local
28 self = PyObject_NEW(PyCObject, &PyCObject_Type);
29 if (self == NULL)
31 self->cobject=cobj;
32 self->destructor=destr;
33 self->desc=NULL;
35 return (PyObject *)self;
42 PyCObject *self; local
54 self = PyObject_NEW(PyCObject, &PyCObject_Type);
55 if (self
65 PyCObject_AsVoidPtr(PyObject *self) argument
84 PyCObject_GetDesc(PyObject *self) argument
115 PyCObject_SetVoidPtr(PyObject *self, void *cobj) argument
129 PyCObject_dealloc(PyCObject *self) argument
[all...]
/device/generic/goldfish-opengl/system/GLESv1/
H A Dgl.cpp52 void glEGLImageTargetTexture2DOES(void * self, GLenum target, GLeglImageOES img) argument
54 (void)self;
84 ctx->m_glEGLImageTargetTexture2DOES_enc(self, target, hostImage);
89 void glEGLImageTargetRenderbufferStorageOES(void *self, GLenum target, GLeglImageOES image) argument
91 (void)self;
135 const GLubyte *my_glGetString (void *self, GLenum name) argument
137 (void)self;
/device/generic/goldfish-opengl/system/GLESv2/
H A Dgl2.cpp52 void glEGLImageTargetTexture2DOES(void * self, GLenum target, GLeglImageOES img) argument
54 (void)self;
86 ctx->m_glEGLImageTargetTexture2DOES_enc(self, target, hostImage);
91 void glEGLImageTargetRenderbufferStorageOES(void *self, GLenum target, GLeglImageOES image) argument
93 (void)self;
135 const GLubyte *my_glGetString (void *self, GLenum name) argument
137 (void)self;

Completed in 2919 milliseconds

12345678910