Searched refs:PyTuple_Size (Results 1 - 25 of 50) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dtupleobject.h41 PyAPI_FUNC(Py_ssize_t) PyTuple_Size(PyObject *);
H A Dpy_curses.h127 switch(PyTuple_Size(args)) { \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dtupleobject.h41 PyAPI_FUNC(Py_ssize_t) PyTuple_Size(PyObject *);
H A Dpy_curses.h127 switch(PyTuple_Size(args)) { \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
H A Drow.c92 nitems = PyTuple_Size(self->description);
150 nitems = PyTuple_Size(self->description);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Drangeobject.c74 if (PyTuple_Size(args) <= 1) {
H A Dclassobject.c86 n = PyTuple_Size(bases);
212 n = PyTuple_Size(cp->cl_bases);
312 n = PyTuple_Size(v);
504 n = PyTuple_Size(cp->cl_bases);
571 PyTuple_Size(arg) != 0))
1495 if (!PyTuple_Check(coerced) || PyTuple_Size(coerced) != 2) {
1584 if (!PyTuple_Check(coerced) || PyTuple_Size(coerced) != 2) {
2560 if (PyTuple_Size(arg) >= 1)
2588 Py_ssize_t argcount = PyTuple_Size(arg);
H A Dframeobject.c795 assert(PyTuple_Size(map) >= nmap);
843 assert(PyTuple_Size(map) >= nmap);
H A Dcodeobject.c72 for (i = PyTuple_Size(consts); --i >= 0; ) {
H A Dfuncobject.c29 if (PyTuple_Size(consts) >= 1) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Drangeobject.c50 if (PyTuple_Size(args) <= 1) {
H A Dclassobject.c86 n = PyTuple_Size(bases);
212 n = PyTuple_Size(cp->cl_bases);
306 n = PyTuple_Size(v);
494 n = PyTuple_Size(cp->cl_bases);
561 PyTuple_Size(arg) != 0))
1471 if (!PyTuple_Check(coerced) || PyTuple_Size(coerced) != 2) {
1560 if (!PyTuple_Check(coerced) || PyTuple_Size(coerced) != 2) {
2536 if (PyTuple_Size(arg) >= 1)
2564 Py_ssize_t argcount = PyTuple_Size(arg);
H A Dframeobject.c793 assert(PyTuple_Size(map) >= nmap);
841 assert(PyTuple_Size(map) >= nmap);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A DcPickle.c1485 assert(PyTuple_Size(t) == len);
1519 if ((len = PyTuple_Size(args)) < 0)
1809 if (!PyTuple_Check(p) || PyTuple_Size(p) != 2) {
1837 if (!PyTuple_Check(firstitem) || PyTuple_Size(firstitem) != 2) {
1875 if (!PyTuple_Check(p) || PyTuple_Size(p) != 2) {
2399 size = PyTuple_Size(args);
2469 n = PyTuple_Size(argtup);
2614 if (type == &PyTuple_Type && PyTuple_Size(args) == 0) {
4326 if (!PyTuple_Check(pair) || PyTuple_Size(pair) != 2 ||
4570 if (PyTuple_Check(state) && PyTuple_Size(stat
[all...]
H A D_randommodule.c350 if (PyTuple_Size(state) != N+1) {
H A DcStringIO.c315 if (PyTuple_Size(args) == 0) {
H A Ditertoolsmodule.c1154 numargs = PyTuple_Size(args);
1480 numargs = PyTuple_Size(args);
1565 numargs = PyTuple_Size(lz->iters);
3704 if ((PyTuple_Size(args) + n_kwds == 2) && cnt < 0)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A DcPickle.c1454 assert(PyTuple_Size(t) == len);
1488 if ((len = PyTuple_Size(args)) < 0)
1778 if (!PyTuple_Check(p) || PyTuple_Size(p) != 2) {
1806 if (!PyTuple_Check(firstitem) || PyTuple_Size(firstitem) != 2) {
1844 if (!PyTuple_Check(p) || PyTuple_Size(p) != 2) {
2367 size = PyTuple_Size(args);
2437 n = PyTuple_Size(argtup);
2582 if (type == &PyTuple_Type && PyTuple_Size(args) == 0) {
4291 if (!PyTuple_Check(pair) || PyTuple_Size(pair) != 2 ||
4535 if (PyTuple_Check(state) && PyTuple_Size(stat
[all...]
H A D_randommodule.c350 if (PyTuple_Size(state) != N+1) {
H A DcStringIO.c304 if (PyTuple_Size(args) == 0) {
H A Ditertoolsmodule.c1132 numargs = PyTuple_Size(args);
1449 numargs = PyTuple_Size(args);
1534 numargs = PyTuple_Size(lz->iters);
3658 if (PyTuple_Size(args) == 2 && cnt < 0)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dbltinmodule.c941 n = PyTuple_Size(args);
1351 if (PyTuple_Size(args) > 1)
1646 for (i = 0; i < PyTuple_Size(args); i++) {
1662 for (i = 0; i < PyTuple_Size(args); i++) {
1962 if (PyTuple_Size(args) <= 1) {
2750 Py_ssize_t len = PyTuple_Size(tuple);
H A Derrors.c93 n = PyTuple_Size(exc);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dbltinmodule.c933 n = PyTuple_Size(args);
1343 if (PyTuple_Size(args) > 1)
1636 for (i = 0; i < PyTuple_Size(args); i++) {
1652 for (i = 0; i < PyTuple_Size(args); i++) {
1952 if (PyTuple_Size(args) <= 1) {
2739 Py_ssize_t len = PyTuple_Size(tuple);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
H A Dedk2module.c1295 else if (!PyTuple_Check(arg) || PyTuple_Size(arg) != 2) {
1395 argc = PyTuple_Size(argv);
1471 argc = PyTuple_Size(argv);
1614 argc = PyTuple_Size(argv);
1706 argc = PyTuple_Size(argv);
1856 argc = PyTuple_Size(argv);
1939 argc = PyTuple_Size(argv);

Completed in 278 milliseconds

12