/external/python/cpython2/Include/ |
D | warnings.h | 17 #define PyErr_Warn(category, msg) PyErr_WarnEx(category, msg, 1) macro
|
/external/python/cpython3/Include/ |
D | warnings.h | 56 #define PyErr_Warn(category, msg) PyErr_WarnEx(category, msg, 1) macro
|
/external/python/cpython2/Objects/ |
D | complexobject.c | 584 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()
|
D | object.c | 572 if (PyErr_Warn(PyExc_RuntimeWarning, in adjust_tp_compare() 585 if (PyErr_Warn(PyExc_RuntimeWarning, in adjust_tp_compare()
|
D | intobject.c | 644 PyErr_Warn(PyExc_DeprecationWarning, "classic int division") < 0) in int_classic_div()
|
D | floatobject.c | 697 PyErr_Warn(PyExc_DeprecationWarning, "classic float division") < 0) in float_classic_div()
|
D | longobject.c | 3077 PyErr_Warn(PyExc_DeprecationWarning, "classic long division") < 0) in long_classic_div()
|
D | unicodeobject.c | 6311 if (PyErr_Warn(PyExc_UnicodeWarning, in PyUnicode_RichCompare()
|
/external/python/cpython2/Python/ |
D | structmember.c | 164 if (PyErr_Warn(PyExc_RuntimeWarning, msg) < 0) \
|
D | _warnings.c | 738 #undef PyErr_Warn 741 PyErr_Warn(PyObject *category, char *text) in PyErr_Warn() function
|
D | modsupport.c | 46 if (PyErr_Warn(PyExc_RuntimeWarning, message)) in Py_InitModule4()
|
D | getargs.c | 558 PyErr_Warn(PyExc_DeprecationWarning, in float_argument_warning()
|
D | import.c | 1553 if (PyErr_Warn(PyExc_ImportWarning, in find_module()
|
/external/python/cpython2/Modules/ |
D | _tkinter.c | 2736 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()
|
D | stropmodule.c | 16 #define WARN if (PyErr_Warn(PyExc_DeprecationWarning, \
|
D | _bsddb.c | 1249 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()
|
D | posixmodule.c | 7584 if (PyErr_Warn(PyExc_RuntimeWarning, in posix_tempnam() 7639 if (PyErr_Warn(PyExc_RuntimeWarning, in posix_tmpnam()
|
D | _sre.c | 1914 if (PyErr_Warn(PyExc_DeprecationWarning, buf) < 0) in fix_string_param()
|
D | _ssl.c | 1081 if (PyErr_Warn(PyExc_RuntimeWarning, in _get_peer_alt_names()
|
/external/python/cpython2/Modules/_ctypes/ |
D | callbacks.c | 356 if (-1 == PyErr_Warn(PyExc_RuntimeWarning, in _CallPythonObject()
|
/external/python/cpython3/Python/ |
D | _warnings.c | 1201 #undef PyErr_Warn 1204 PyErr_Warn(PyObject *category, const char *text) in PyErr_Warn() function
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 347 PyErr_Warn:int::: 348 PyErr_Warn:PyObject*:category:0: 349 PyErr_Warn:char*:message::
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 914 "PyErr_Warn"
|
/external/python/cpython2/Doc/c-api/ |
D | exceptions.rst | 300 .. 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/ |
D | message.cc | 1955 PyErr_Warn(NULL, "Unexpected end-group tag: Not all data was converted"); in MergeFromString()
|