/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
methodobject.h | 37 struct PyMethodDef { 44 typedef struct PyMethodDef PyMethodDef; 46 PyAPI_FUNC(PyObject *) Py_FindMethod(PyMethodDef[], PyObject *, const char *); 49 PyAPI_FUNC(PyObject *) PyCFunction_NewEx(PyMethodDef *, PyObject *, 74 PyMethodDef *methods; /* Methods of this type */ 83 PyMethodDef *m_ml; /* Description of the C function to call */
|
descrobject.h | 51 PyMethodDef *d_method; 75 PyAPI_FUNC(PyObject *) PyDescr_NewMethod(PyTypeObject *, PyMethodDef *); 76 PyAPI_FUNC(PyObject *) PyDescr_NewClassMethod(PyTypeObject *, PyMethodDef *);
|
modsupport.h | 117 PyAPI_FUNC(PyObject *) Py_InitModule4(const char *name, PyMethodDef *methods,
|
object.h | 380 struct PyMethodDef *tp_methods; [all...] |
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
methodobject.h | 37 struct PyMethodDef { 44 typedef struct PyMethodDef PyMethodDef; 46 PyAPI_FUNC(PyObject *) Py_FindMethod(PyMethodDef[], PyObject *, const char *); 49 PyAPI_FUNC(PyObject *) PyCFunction_NewEx(PyMethodDef *, PyObject *, 74 PyMethodDef *methods; /* Methods of this type */ 83 PyMethodDef *m_ml; /* Description of the C function to call */
|
descrobject.h | 51 PyMethodDef *d_method; 75 PyAPI_FUNC(PyObject *) PyDescr_NewMethod(PyTypeObject *, PyMethodDef *); 76 PyAPI_FUNC(PyObject *) PyDescr_NewClassMethod(PyTypeObject *, PyMethodDef *);
|
modsupport.h | 117 PyAPI_FUNC(PyObject *) Py_InitModule4(const char *name, PyMethodDef *methods,
|
object.h | 380 struct PyMethodDef *tp_methods; [all...] |
/external/e2fsprogs/contrib/python-uuid/ |
uuid.c | 15 static PyMethodDef _uuid_methods[] = {
|
/external/chromium_org/third_party/tlslite/tlslite/utils/ |
win32prng.c | 52 static struct PyMethodDef win32prng_functions[] = {
|
entropy.c | 162 static struct PyMethodDef entropy_functions[] = {
|
/external/linux-tools-perf/scripts/python/Perf-Trace-Util/ |
Context.c | 75 static PyMethodDef ContextMethods[] = {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
xxmodule.c | 59 static PyMethodDef Xxo_methods[] = { 322 static PyMethodDef xx_methods[] = {
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
xxmodule.c | 59 static PyMethodDef Xxo_methods[] = { 322 static PyMethodDef xx_methods[] = {
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/ |
python_descriptor.cc | 215 static PyMethodDef CDescriptorPoolMethods[] = {
|
python-proto2.cc | 201 static PyMethodDef CMessageMethods[] = { [all...] |
/external/linux-tools-perf/util/ |
python.c | 524 static PyMethodDef pyrf_evsel__methods[] = { 707 static PyMethodDef pyrf_evlist__methods[] = { 860 static PyMethodDef perf__methods[] = {
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
tracer.c | 601 static PyMethodDef
|
/external/chromium_org/third_party/bintrees/bintrees/ |
cwalker.c | [all...] |
qavltree.c | [all...] |
qbintree.c | [all...] |
qrbtree.c | [all...] |
/external/chromium_org/third_party/simplejson/ |
_speedups.c | [all...] |