/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
methodobject.c | 209 m->m_self->ob_type->tp_name,
|
setobject.c | 588 fprintf(fp, "%s(...)", so->ob_type->tp_name);
594 fprintf(fp, "%s([", so->ob_type->tp_name);
622 return PyString_FromFormat("%s(...)", so->ob_type->tp_name);
633 result = PyString_FromFormat("%s(%s)", so->ob_type->tp_name,
884 "setiterator", /* tp_name */
1052 if (!PyArg_UnpackTuple(args, type->tp_name, 0, 1, &iterable))
[all...] |
tupleobject.c | 445 Py_TYPE(bb)->tp_name);
752 Py_TYPE(item)->tp_name);
992 "tupleiterator", /* tp_name */
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
pyerrors.h | 108 : (char *)(((PyTypeObject*)(x))->tp_name))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
_functoolsmodule.c | 326 "functools.partial", /* tp_name */
397 name = strchr(typelist[i]->tp_name, '.');
|
selectmodule.c | 635 "select.poll", /*tp_name*/
1079 "select.epoll", /* tp_name */
[all...] |
_randommodule.c | 408 Py_TYPE(n)->tp_name);
523 "_random.Random", /*tp_name*/
|
arraymodule.c | 647 Py_TYPE(bb)->tp_name);
725 Py_TYPE(v)->tp_name);
856 Py_TYPE(bb)->tp_name);
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
methodobject.c | 209 m->m_self->ob_type->tp_name,
|
setobject.c | 589 fprintf(fp, "%s(...)", so->ob_type->tp_name);
595 fprintf(fp, "%s([", so->ob_type->tp_name);
623 return PyString_FromFormat("%s(...)", so->ob_type->tp_name);
634 result = PyString_FromFormat("%s(%s)", so->ob_type->tp_name,
885 "setiterator", /* tp_name */
1053 if (!PyArg_UnpackTuple(args, type->tp_name, 0, 1, &iterable))
[all...] |
tupleobject.c | 443 Py_TYPE(bb)->tp_name);
750 Py_TYPE(item)->tp_name);
1004 "tupleiterator", /* tp_name */
|
/prebuilts/gdb/darwin-x86/include/python2.7/ |
pyerrors.h | 108 : (char *)(((PyTypeObject*)(x))->tp_name))
|
/prebuilts/gdb/linux-x86/include/python2.7/ |
pyerrors.h | 108 : (char *)(((PyTypeObject*)(x))->tp_name))
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
pyerrors.h | 108 : (char *)(((PyTypeObject*)(x))->tp_name))
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
pyerrors.h | 108 : (char *)(((PyTypeObject*)(x))->tp_name))
|
/prebuilts/misc/common/swig/include/2.0.11/python/ |
pyrun.swg | 500 return (strcmp(op->ob_type->tp_name, "SwigPyObject") == 0); 503 || (strcmp(Py_TYPE(op)->tp_name,"SwigPyObject") == 0); 732 (char *)"SwigPyObject", /* tp_name */ 888 || (strcmp((op)->ob_type->tp_name,"SwigPyPacked") == 0); 915 (char *)"SwigPyPacked", /* tp_name */ [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/ |
textio.c | 137 "_io._TextIOBase", /*tp_name*/
247 Py_TYPE(decoded)->tp_name);
583 "_io.IncrementalNewlineDecoder", /*tp_name*/
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/ |
selectmodule.c | 635 "select.poll", /*tp_name*/
1079 "select.epoll", /* tp_name */
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
selectmodule.c | 669 "select.poll", /*tp_name*/
1113 "select.epoll", /* tp_name */
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
getargs.c | 457 arg == Py_None ? "None" : arg->ob_type->tp_name);
538 arg == Py_None ? "None" : arg->ob_type->tp_name);
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
getargs.c | 457 arg == Py_None ? "None" : arg->ob_type->tp_name);
538 arg == Py_None ? "None" : arg->ob_type->tp_name);
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
_randommodule.c | 408 Py_TYPE(n)->tp_name);
538 "_random.Random", /*tp_name*/
|
arraymodule.c | 647 Py_TYPE(bb)->tp_name);
725 Py_TYPE(v)->tp_name);
856 Py_TYPE(bb)->tp_name);
[all...] |
operator.c | 326 Py_TYPE(a)->tp_name, Py_TYPE(b)->tp_name);
548 "operator.itemgetter", /* tp_name */
730 "operator.attrgetter", /* tp_name */
861 "operator.methodcaller", /* tp_name */
|
/external/protobuf/python/google/protobuf/pyext/ |
message.cc | 243 py_descriptor->ob_type->tp_name); 354 FULL_MODULE_NAME ".MessageMeta", // tp_name 395 PyErr_Format(PyExc_TypeError, "Class %s is not a Message", cls->tp_name); 542 Py_TYPE(arg)->tp_name, [all...] |