Home
last modified time | relevance | path

Searched refs:empty_tuple (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_lsprof.c128 static PyObject *empty_tuple; variable
133 PyObject *o = PyObject_Call(pObj->externalTimer, empty_tuple, NULL); in CallExternalTimer()
890 empty_tuple = PyTuple_New(0); in init_lsprof()
DcPickle.c114 static PyObject *empty_tuple; variable
682 if (!( str = PyObject_CallObject(self->readline, empty_tuple))) { in readline_other()
2033 PyObject_Call(getinitargs_func, empty_tuple, NULL))) in save_inst()
2095 state = PyObject_Call(getstate_func, empty_tuple, NULL); in save_inst()
2743 empty_tuple, NULL); in save()
5875 if (!(empty_tuple = PyTuple_New(0))) in init_stuff()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
DcPickle.c114 static PyObject *empty_tuple; variable
712 if (!( str = PyObject_CallObject(self->readline, empty_tuple))) { in readline_other()
2064 PyObject_Call(getinitargs_func, empty_tuple, NULL))) in save_inst()
2126 state = PyObject_Call(getstate_func, empty_tuple, NULL); in save_inst()
2775 empty_tuple, NULL); in save()
5910 if (!(empty_tuple = PyTuple_New(0))) in init_stuff()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
DPython-ast.c653 PyObject *empty_tuple, *d; in add_ast_fields() local
657 empty_tuple = PyTuple_New(0); in add_ast_fields()
658 if (!empty_tuple || in add_ast_fields()
659 PyDict_SetItemString(d, "_fields", empty_tuple) < 0 || in add_ast_fields()
660 PyDict_SetItemString(d, "_attributes", empty_tuple) < 0) { in add_ast_fields()
661 Py_XDECREF(empty_tuple); in add_ast_fields()
664 Py_DECREF(empty_tuple); in add_ast_fields()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
DPython-ast.c636 PyObject *empty_tuple, *d; in add_ast_fields() local
640 empty_tuple = PyTuple_New(0); in add_ast_fields()
641 if (!empty_tuple || in add_ast_fields()
642 PyDict_SetItemString(d, "_fields", empty_tuple) < 0 || in add_ast_fields()
643 PyDict_SetItemString(d, "_attributes", empty_tuple) < 0) { in add_ast_fields()
644 Py_XDECREF(empty_tuple); in add_ast_fields()
647 Py_DECREF(empty_tuple); in add_ast_fields()