Home
last modified time | relevance | path

Searched refs:PyErr_Warn (Results 1 – 25 of 32) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dwarnings.h17 #define PyErr_Warn(category, msg) PyErr_WarnEx(category, msg, 1) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dwarnings.h17 #define PyErr_Warn(category, msg) PyErr_WarnEx(category, msg, 1) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dcomplexobject.c580 PyErr_Warn(PyExc_DeprecationWarning, in complex_classic_div()
602 if (PyErr_Warn(PyExc_DeprecationWarning, in complex_remainder()
628 if (PyErr_Warn(PyExc_DeprecationWarning, in complex_divmod()
693 if (PyErr_Warn(PyExc_DeprecationWarning, in complex_int_div()
Dobject.c562 if (PyErr_Warn(PyExc_RuntimeWarning, in adjust_tp_compare()
575 if (PyErr_Warn(PyExc_RuntimeWarning, in adjust_tp_compare()
Dintobject.c634 PyErr_Warn(PyExc_DeprecationWarning, "classic int division") < 0) in int_classic_div()
Dfloatobject.c688 PyErr_Warn(PyExc_DeprecationWarning, "classic float division") < 0) in float_classic_div()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dcomplexobject.c584 PyErr_Warn(PyExc_DeprecationWarning, in complex_classic_div()
606 if (PyErr_Warn(PyExc_DeprecationWarning, in complex_remainder()
632 if (PyErr_Warn(PyExc_DeprecationWarning, in complex_divmod()
697 if (PyErr_Warn(PyExc_DeprecationWarning, in complex_int_div()
Dobject.c567 if (PyErr_Warn(PyExc_RuntimeWarning, in adjust_tp_compare()
580 if (PyErr_Warn(PyExc_RuntimeWarning, in adjust_tp_compare()
Dintobject.c648 PyErr_Warn(PyExc_DeprecationWarning, "classic int division") < 0) in int_classic_div()
Dfloatobject.c689 PyErr_Warn(PyExc_DeprecationWarning, "classic float division") < 0) in float_classic_div()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dstructmember.c164 if (PyErr_Warn(PyExc_RuntimeWarning, msg) < 0) \
D_warnings.c732 #undef PyErr_Warn
735 PyErr_Warn(PyObject *category, char *text) in PyErr_Warn() function
Dmodsupport.c46 if (PyErr_Warn(PyExc_RuntimeWarning, message)) in Py_InitModule4()
Dgetargs.c550 PyErr_Warn(PyExc_DeprecationWarning, in float_argument_warning()
Dimport.c1513 if (PyErr_Warn(PyExc_ImportWarning, in find_module()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dstructmember.c164 if (PyErr_Warn(PyExc_RuntimeWarning, msg) < 0) \
D_warnings.c731 #undef PyErr_Warn
734 PyErr_Warn(PyObject *category, char *text) in PyErr_Warn() function
Dmodsupport.c46 if (PyErr_Warn(PyExc_RuntimeWarning, message)) in Py_InitModule4()
Dimport.c1411 if (PyErr_Warn(PyExc_ImportWarning, in find_module()
1432 if (PyErr_Warn(PyExc_ImportWarning, in find_module()
Dgetargs.c550 PyErr_Warn(PyExc_DeprecationWarning, in float_argument_warning()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dstropmodule.c16 #define WARN if (PyErr_Warn(PyExc_DeprecationWarning, \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dstropmodule.c16 #define WARN if (PyErr_Warn(PyExc_DeprecationWarning, \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dimport.c1411 if (PyErr_Warn(PyExc_ImportWarning, in find_module()
1432 if (PyErr_Warn(PyExc_ImportWarning, in find_module()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dedk2module.c3607 if (PyErr_Warn(PyExc_RuntimeWarning, in edk2_tempnam()
3658 if (PyErr_Warn(PyExc_RuntimeWarning, in edk2_tmpnam()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c5653 if (PyErr_Warn(PyExc_RuntimeWarning, in posix_tempnam()
5704 if (PyErr_Warn(PyExc_RuntimeWarning, in posix_tmpnam()

12