/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
descrobject.h | 51 PyMethodDef *d_method;
member in struct:__anon4324
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
descrobject.h | 51 PyMethodDef *d_method;
member in struct:__anon4631
|
/external/python/cpython2/Include/ |
descrobject.h | 51 PyMethodDef *d_method; member in struct:__anon32572
|
/prebuilts/gdb/darwin-x86/include/python2.7/ |
descrobject.h | 51 PyMethodDef *d_method; member in struct:__anon66463
|
/prebuilts/gdb/linux-x86/include/python2.7/ |
descrobject.h | 51 PyMethodDef *d_method; member in struct:__anon66585
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
descrobject.h | 51 PyMethodDef *d_method; member in struct:__anon978
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
descrobject.h | 51 PyMethodDef *d_method; member in struct:__anon1101
|
/external/python/cpython3/Include/ |
descrobject.h | 55 PyMethodDef *d_method; member in struct:__anon33134
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
descrobject.c | 115 return PyCFunction_New(descr->d_method, type);
125 return PyCFunction_New(descr->d_method, obj);
239 func = PyCFunction_New(descr->d_method, self);
291 func = PyCFunction_New(descr->d_method, self);
352 if (descr->d_method->ml_doc == NULL) {
356 return PyString_FromString(descr->d_method->ml_doc);
635 descr->d_method = method;
647 descr->d_method = method;
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
descrobject.c | 115 return PyCFunction_New(descr->d_method, type);
125 return PyCFunction_New(descr->d_method, obj);
239 func = PyCFunction_New(descr->d_method, self);
259 func = PyCFunction_New(descr->d_method, (PyObject *)descr->d_type);
315 if (descr->d_method->ml_doc == NULL) {
319 return PyString_FromString(descr->d_method->ml_doc);
598 descr->d_method = method;
610 descr->d_method = method;
[all...] |
/external/python/cpython2/Objects/ |
descrobject.c | 115 return PyCFunction_New(descr->d_method, type); 125 return PyCFunction_New(descr->d_method, obj); 239 func = PyCFunction_New(descr->d_method, self); 291 func = PyCFunction_New(descr->d_method, self); 352 if (descr->d_method->ml_doc == NULL) { 356 return PyString_FromString(descr->d_method->ml_doc); 635 descr->d_method = method; 647 descr->d_method = method; [all...] |
/external/python/cpython3/Objects/ |
descrobject.c | 118 return PyCFunction_NewEx(descr->d_method, type, NULL); 128 return PyCFunction_NewEx(descr->d_method, obj, NULL); 242 func = PyCFunction_NewEx(descr->d_method, self, NULL); 290 func = PyCFunction_NewEx(descr->d_method, self, NULL); 342 return _PyType_GetDocFromInternalDoc(descr->d_method->ml_name, descr->d_method->ml_doc); 348 return _PyType_GetTextSignatureFromInternalDoc(descr->d_method->ml_name, descr->d_method->ml_doc); 694 descr->d_method = method; 706 descr->d_method = method [all...] |