Home
last modified time | relevance | path

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

12

/external/python/cpython2/Include/
Dwarnings.h17 #define PyErr_Warn(category, msg) PyErr_WarnEx(category, msg, 1) macro
/external/python/cpython3/Include/
Dwarnings.h56 #define PyErr_Warn(category, msg) PyErr_WarnEx(category, msg, 1) macro
/external/python/cpython2/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.c572 if (PyErr_Warn(PyExc_RuntimeWarning, in adjust_tp_compare()
585 if (PyErr_Warn(PyExc_RuntimeWarning, in adjust_tp_compare()
Dintobject.c644 PyErr_Warn(PyExc_DeprecationWarning, "classic int division") < 0) in int_classic_div()
Dfloatobject.c697 PyErr_Warn(PyExc_DeprecationWarning, "classic float division") < 0) in float_classic_div()
Dlongobject.c3077 PyErr_Warn(PyExc_DeprecationWarning, "classic long division") < 0) in long_classic_div()
Dunicodeobject.c6311 if (PyErr_Warn(PyExc_UnicodeWarning, in PyUnicode_RichCompare()
/external/python/cpython2/Python/
Dstructmember.c164 if (PyErr_Warn(PyExc_RuntimeWarning, msg) < 0) \
D_warnings.c738 #undef PyErr_Warn
741 PyErr_Warn(PyObject *category, char *text) in PyErr_Warn() function
Dmodsupport.c46 if (PyErr_Warn(PyExc_RuntimeWarning, message)) in Py_InitModule4()
Dgetargs.c558 PyErr_Warn(PyExc_DeprecationWarning, in float_argument_warning()
Dimport.c1553 if (PyErr_Warn(PyExc_ImportWarning, in find_module()
/external/python/cpython2/Modules/
D_tkinter.c2736 if (PyErr_Warn(PyExc_DeprecationWarning, in Tkapp_CreateFileHandler()
2786 if (PyErr_Warn(PyExc_DeprecationWarning, in Tkapp_DeleteFileHandler()
2965 if (PyErr_Warn(PyExc_DeprecationWarning, in Tkapp_CreateTimerHandler()
3014 if (PyErr_Warn(PyExc_DeprecationWarning, in Tkapp_MainLoop()
3095 if (PyErr_Warn(PyExc_DeprecationWarning, in Tkapp_DoOneEvent()
3114 if (PyErr_Warn(PyExc_DeprecationWarning, in Tkapp_Quit()
Dstropmodule.c16 #define WARN if (PyErr_Warn(PyExc_DeprecationWarning, \
D_bsddb.c1249 PyErr_Warn(PyExc_RuntimeWarning, in DBTxn_dealloc()
8098 PyErr_Warn(PyExc_RuntimeWarning, in _close_transaction_cursors()
10340 if(PyErr_Warn(PyExc_RuntimeWarning, in init_bsddb()
Dposixmodule.c7584 if (PyErr_Warn(PyExc_RuntimeWarning, in posix_tempnam()
7639 if (PyErr_Warn(PyExc_RuntimeWarning, in posix_tmpnam()
D_sre.c1914 if (PyErr_Warn(PyExc_DeprecationWarning, buf) < 0) in fix_string_param()
D_ssl.c1081 if (PyErr_Warn(PyExc_RuntimeWarning, in _get_peer_alt_names()
/external/python/cpython2/Modules/_ctypes/
Dcallbacks.c356 if (-1 == PyErr_Warn(PyExc_RuntimeWarning, in _CallPythonObject()
/external/python/cpython3/Python/
D_warnings.c1201 #undef PyErr_Warn
1204 PyErr_Warn(PyObject *category, const char *text) in PyErr_Warn() function
/external/python/cpython2/Doc/data/
Drefcounts.dat347 PyErr_Warn:int:::
348 PyErr_Warn:PyObject*:category:0:
349 PyErr_Warn:char*:message::
/external/python/cpython2/PC/os2emx/
Dpython27.def914 "PyErr_Warn"
/external/python/cpython2/Doc/c-api/
Dexceptions.rst300 .. c:function:: int PyErr_Warn(PyObject *category, char *message)
304 appear to be issued from the function calling :c:func:`PyErr_Warn`, equivalent to
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc1955 PyErr_Warn(NULL, "Unexpected end-group tag: Not all data was converted"); in MergeFromString()

12