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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
codeobject.c 239 PyObject *varnames, *ourvarnames = NULL; local
276 ourvarnames = validate_and_copy_tuple(varnames);
277 if (ourvarnames == NULL)
293 code, consts, ournames, ourvarnames,
298 Py_XDECREF(ourvarnames);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
codeobject.c 239 PyObject *varnames, *ourvarnames = NULL; local
276 ourvarnames = validate_and_copy_tuple(varnames);
277 if (ourvarnames == NULL)
293 code, consts, ournames, ourvarnames,
298 Py_XDECREF(ourvarnames);

Completed in 2107 milliseconds