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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
_warnings.c 794 create_filter(PyObject *category, const char *action) function
855 create_filter(PyExc_DeprecationWarning, "ignore"));
858 create_filter(PyExc_PendingDeprecationWarning, "ignore"));
860 create_filter(PyExc_ImportWarning, "ignore"));
867 PyList_SET_ITEM(filters, pos++, create_filter(PyExc_BytesWarning,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
_warnings.c 795 create_filter(PyObject *category, const char *action) function
856 create_filter(PyExc_DeprecationWarning, "ignore"));
859 create_filter(PyExc_PendingDeprecationWarning, "ignore"));
861 create_filter(PyExc_ImportWarning, "ignore"));
868 PyList_SET_ITEM(filters, pos++, create_filter(PyExc_BytesWarning,
  /external/python/cpython2/Python/
_warnings.c 794 create_filter(PyObject *category, const char *action) function
855 create_filter(PyExc_DeprecationWarning, "ignore"));
858 create_filter(PyExc_PendingDeprecationWarning, "ignore"));
860 create_filter(PyExc_ImportWarning, "ignore"));
867 PyList_SET_ITEM(filters, pos++, create_filter(PyExc_BytesWarning,

Completed in 573 milliseconds