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

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
iterobject.c 64 PyErr_ExceptionMatches(PyExc_StopIteration))
191 else if (PyErr_ExceptionMatches(PyExc_StopIteration)) {
genobject.c 59 PyErr_SetNone(PyExc_StopIteration);
103 PyErr_SetNone(PyExc_StopIteration);
140 if (PyErr_ExceptionMatches(PyExc_StopIteration)
enumobject.c 305 PyErr_ExceptionMatches(PyExc_StopIteration))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
iterobject.c 64 PyErr_ExceptionMatches(PyExc_StopIteration))
191 else if (PyErr_ExceptionMatches(PyExc_StopIteration)) {
genobject.c 59 PyErr_SetNone(PyExc_StopIteration);
100 PyErr_SetNone(PyExc_StopIteration);
137 if (PyErr_ExceptionMatches(PyExc_StopIteration)
enumobject.c 305 PyErr_ExceptionMatches(PyExc_StopIteration))
  /external/python/cpython2/Objects/
iterobject.c 69 PyErr_ExceptionMatches(PyExc_StopIteration))
196 else if (PyErr_ExceptionMatches(PyExc_StopIteration)) {
genobject.c 59 PyErr_SetNone(PyExc_StopIteration);
103 PyErr_SetNone(PyExc_StopIteration);
140 if (PyErr_ExceptionMatches(PyExc_StopIteration)
enumobject.c 305 PyErr_ExceptionMatches(PyExc_StopIteration))
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyhead.swg 108 /* A crude PyExc_StopIteration exception for old Pythons */
110 # ifndef PyExc_StopIteration
111 # define PyExc_StopIteration PyExc_RuntimeError
pyiterators.swg 329 SWIG_SetErrorObj(PyExc_StopIteration, SWIG_Py_Void());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyerrors.h 121 PyAPI_DATA(PyObject *) PyExc_StopIteration;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyerrors.h 120 PyAPI_DATA(PyObject *) PyExc_StopIteration;
  /external/python/cpython2/Include/
pyerrors.h 121 PyAPI_DATA(PyObject *) PyExc_StopIteration;
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyerrors.h 120 PyAPI_DATA(PyObject *) PyExc_StopIteration;
  /prebuilts/gdb/linux-x86/include/python2.7/
pyerrors.h 120 PyAPI_DATA(PyObject *) PyExc_StopIteration;
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyerrors.h 120 PyAPI_DATA(PyObject *) PyExc_StopIteration;
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyerrors.h 120 PyAPI_DATA(PyObject *) PyExc_StopIteration;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_json.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_json.c     [all...]
  /external/python/cpython2/Modules/
_json.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
marshal.c 207 else if (v == PyExc_StopIteration) {
670 Py_INCREF(PyExc_StopIteration);
671 retval = PyExc_StopIteration;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
marshal.c 233 else if (v == PyExc_StopIteration) {
675 Py_INCREF(PyExc_StopIteration);
676 retval = PyExc_StopIteration;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
marshal.c 207 else if (v == PyExc_StopIteration) {
670 Py_INCREF(PyExc_StopIteration);
671 retval = PyExc_StopIteration;
    [all...]
  /external/python/cpython2/Python/
marshal.c 227 else if (v == PyExc_StopIteration) {
669 Py_INCREF(PyExc_StopIteration);
670 retval = PyExc_StopIteration;
    [all...]

Completed in 407 milliseconds

1 2 3