HomeSort by relevance Sort by last modified time
    Searched refs:etuple (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
selectmodule.c 969 PyObject *elist = NULL, *etuple = NULL; local
1024 etuple = Py_BuildValue("iI", evs[i].data.fd, evs[i].events);
1025 if (etuple == NULL) {
1029 PyList_SET_ITEM(elist, i, etuple);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
selectmodule.c 1003 PyObject *elist = NULL, *etuple = NULL; local
1058 etuple = Py_BuildValue("iI", evs[i].data.fd, evs[i].events);
1059 if (etuple == NULL) {
1063 PyList_SET_ITEM(elist, i, etuple);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
selectmodule.c 969 PyObject *elist = NULL, *etuple = NULL; local
1024 etuple = Py_BuildValue("iI", evs[i].data.fd, evs[i].events);
1025 if (etuple == NULL) {
1029 PyList_SET_ITEM(elist, i, etuple);
    [all...]
  /external/python/cpython2/Modules/
selectmodule.c 992 PyObject *elist = NULL, *etuple = NULL; local
1047 etuple = Py_BuildValue("iI", evs[i].data.fd, evs[i].events);
1048 if (etuple == NULL) {
1052 PyList_SET_ITEM(elist, i, etuple);
    [all...]

Completed in 187 milliseconds