HomeSort by relevance Sort by last modified time
    Searched refs:PyErr_WarnEx (Results 1 - 25 of 41) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
warnings.h 9 PyAPI_FUNC(int) PyErr_WarnEx(PyObject *, const char *, Py_ssize_t);
14 (Py_Py3kWarningFlag ? PyErr_WarnEx(PyExc_DeprecationWarning, msg, stacklevel) : 0)
16 /* DEPRECATED: Use PyErr_WarnEx() instead. */
17 #define PyErr_Warn(category, msg) PyErr_WarnEx(category, msg, 1)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
warnings.h 9 PyAPI_FUNC(int) PyErr_WarnEx(PyObject *, const char *, Py_ssize_t);
14 (Py_Py3kWarningFlag ? PyErr_WarnEx(PyExc_DeprecationWarning, msg, stacklevel) : 0)
16 /* DEPRECATED: Use PyErr_WarnEx() instead. */
17 #define PyErr_Warn(category, msg) PyErr_WarnEx(category, msg, 1)
  /external/python/cpython2/Include/
warnings.h 9 PyAPI_FUNC(int) PyErr_WarnEx(PyObject *, const char *, Py_ssize_t);
14 (Py_Py3kWarningFlag ? PyErr_WarnEx(PyExc_DeprecationWarning, msg, stacklevel) : 0)
16 /* DEPRECATED: Use PyErr_WarnEx() instead. */
17 #define PyErr_Warn(category, msg) PyErr_WarnEx(category, msg, 1)
  /prebuilts/gdb/darwin-x86/include/python2.7/
warnings.h 9 PyAPI_FUNC(int) PyErr_WarnEx(PyObject *, const char *, Py_ssize_t);
14 (Py_Py3kWarningFlag ? PyErr_WarnEx(PyExc_DeprecationWarning, msg, stacklevel) : 0)
16 /* DEPRECATED: Use PyErr_WarnEx() instead. */
17 #define PyErr_Warn(category, msg) PyErr_WarnEx(category, msg, 1)
  /prebuilts/gdb/linux-x86/include/python2.7/
warnings.h 9 PyAPI_FUNC(int) PyErr_WarnEx(PyObject *, const char *, Py_ssize_t);
14 (Py_Py3kWarningFlag ? PyErr_WarnEx(PyExc_DeprecationWarning, msg, stacklevel) : 0)
16 /* DEPRECATED: Use PyErr_WarnEx() instead. */
17 #define PyErr_Warn(category, msg) PyErr_WarnEx(category, msg, 1)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
warnings.h 9 PyAPI_FUNC(int) PyErr_WarnEx(PyObject *, const char *, Py_ssize_t);
14 (Py_Py3kWarningFlag ? PyErr_WarnEx(PyExc_DeprecationWarning, msg, stacklevel) : 0)
16 /* DEPRECATED: Use PyErr_WarnEx() instead. */
17 #define PyErr_Warn(category, msg) PyErr_WarnEx(category, msg, 1)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
warnings.h 9 PyAPI_FUNC(int) PyErr_WarnEx(PyObject *, const char *, Py_ssize_t);
14 (Py_Py3kWarningFlag ? PyErr_WarnEx(PyExc_DeprecationWarning, msg, stacklevel) : 0)
16 /* DEPRECATED: Use PyErr_WarnEx() instead. */
17 #define PyErr_Warn(category, msg) PyErr_WarnEx(category, msg, 1)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pystrtod.c 282 if (PyErr_WarnEx(PyExc_DeprecationWarning,
725 if (PyErr_WarnEx(PyExc_DeprecationWarning,
    [all...]
_warnings.c 710 PyErr_WarnEx(PyObject *category, const char *text, Py_ssize_t stack_level)
730 Use PyErr_WarnEx instead. */
737 return PyErr_WarnEx(category, text, 1);
ceval.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
_warnings.c 709 PyErr_WarnEx(PyObject *category, const char *text, Py_ssize_t stack_level)
729 Use PyErr_WarnEx instead. */
736 return PyErr_WarnEx(category, text, 1);
pystrtod.c 282 if (PyErr_WarnEx(PyExc_DeprecationWarning,
725 if (PyErr_WarnEx(PyExc_DeprecationWarning,
    [all...]
ceval.c     [all...]
  /external/python/cpython2/Python/
pystrtod.c 282 if (PyErr_WarnEx(PyExc_DeprecationWarning,
725 if (PyErr_WarnEx(PyExc_DeprecationWarning,
    [all...]
_warnings.c 709 PyErr_WarnEx(PyObject *category, const char *text, Py_ssize_t stack_level)
729 Use PyErr_WarnEx instead. */
736 return PyErr_WarnEx(category, text, 1);
ceval.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_struct.c 139 if (PyErr_WarnEx(
145 if (PyErr_WarnEx(
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
object.c 906 PyErr_WarnEx(PyExc_DeprecationWarning,
    [all...]
typeobject.c 651 PyErr_WarnEx(PyExc_DeprecationWarning,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_struct.c 139 if (PyErr_WarnEx(
145 if (PyErr_WarnEx(
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
object.c 901 PyErr_WarnEx(PyExc_DeprecationWarning,
    [all...]
typeobject.c 645 PyErr_WarnEx(PyExc_DeprecationWarning,
    [all...]
  /external/python/cpython2/Modules/
_struct.c 139 if (PyErr_WarnEx(
145 if (PyErr_WarnEx(
    [all...]
  /external/python/cpython2/Objects/
object.c 906 PyErr_WarnEx(PyExc_DeprecationWarning,
    [all...]
typeobject.c 671 PyErr_WarnEx(PyExc_DeprecationWarning,
    [all...]

Completed in 1447 milliseconds

1 2