Searched refs:restuple (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dcodecs.c498 PyObject *restuple; local
516 restuple = Py_BuildValue("(On)", res, end);
518 return restuple;
539 restuple = Py_BuildValue("(On)", res, end);
541 return restuple;
552 PyObject *restuple; local
658 restuple = Py_BuildValue("(On)", res, end);
661 return restuple;
677 PyObject *restuple; local
739 restuple
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dcodecs.c498 PyObject *restuple; local
516 restuple = Py_BuildValue("(On)", res, end);
518 return restuple;
539 restuple = Py_BuildValue("(On)", res, end);
541 return restuple;
552 PyObject *restuple; local
645 restuple = Py_BuildValue("(On)", res, end);
648 return restuple;
664 PyObject *restuple; local
722 restuple
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dunicodeobject.c1465 PyObject *restuple = NULL; local
1495 restuple = PyObject_CallFunctionObjArgs(*errorHandler, *exceptionObject, NULL);
1496 if (restuple == NULL)
1498 if (!PyTuple_Check(restuple)) {
1502 if (!PyArg_ParseTuple(restuple, argparse, &PyUnicode_Type, &repunicode, &newpos))
1540 Py_XDECREF(restuple);
3568 PyObject *restuple; local
3582 restuple = PyObject_CallFunctionObjArgs(
3584 if (restuple == NULL)
3586 if (!PyTuple_Check(restuple)) {
4889 PyObject *restuple; local
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dunicodeobject.c1407 PyObject *restuple = NULL; local
1437 restuple = PyObject_CallFunctionObjArgs(*errorHandler, *exceptionObject, NULL);
1438 if (restuple == NULL)
1440 if (!PyTuple_Check(restuple)) {
1444 if (!PyArg_ParseTuple(restuple, argparse, &PyUnicode_Type, &repunicode, &newpos))
1476 Py_XDECREF(restuple);
3524 PyObject *restuple; local
3538 restuple = PyObject_CallFunctionObjArgs(
3540 if (restuple == NULL)
3542 if (!PyTuple_Check(restuple)) {
4796 PyObject *restuple; local
[all...]

Completed in 23 milliseconds