HomeSort by relevance Sort by last modified time
    Searched refs:obj_start (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
find.h 115 PyObject *obj_start=Py_None, *obj_end=Py_None; local
122 if (!PyArg_ParseTuple(args, format, &tmp_subobj, &obj_start, &obj_end))
128 if (obj_start != Py_None)
129 if (!_PyEval_SliceIndex(obj_start, &tmp_start))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
find.h 115 PyObject *obj_start=Py_None, *obj_end=Py_None; local
122 if (!PyArg_ParseTuple(args, format, &tmp_subobj, &obj_start, &obj_end))
128 if (obj_start != Py_None)
129 if (!_PyEval_SliceIndex(obj_start, &tmp_start))
  /external/python/cpython2/Objects/stringlib/
find.h 115 PyObject *obj_start=Py_None, *obj_end=Py_None; local
122 if (!PyArg_ParseTuple(args, format, &tmp_subobj, &obj_start, &obj_end))
128 if (obj_start != Py_None)
129 if (!_PyEval_SliceIndex(obj_start, &tmp_start))

Completed in 283 milliseconds