Home
last modified time | relevance | path

Searched defs:striptype (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dstropmodule.c381 do_strip(PyObject *args, int striptype) in do_strip()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dstropmodule.c381 do_strip(PyObject *args, int striptype) in do_strip()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dstringobject.c1822 do_xstrip(PyStringObject *self, int striptype, PyObject *sepobj) in do_xstrip()
1855 do_strip(PyStringObject *self, int striptype) in do_strip()
1885 do_argstrip(PyStringObject *self, int striptype, PyObject *args) in do_argstrip()
Dunicodeobject.c7054 _PyUnicode_XStrip(PyUnicodeObject *self, int striptype, PyObject *sepobj) in _PyUnicode_XStrip()
7089 do_strip(PyUnicodeObject *self, int striptype) in do_strip()
7119 do_argstrip(PyUnicodeObject *self, int striptype, PyObject *args) in do_argstrip()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dstringobject.c1805 do_xstrip(PyStringObject *self, int striptype, PyObject *sepobj) in do_xstrip()
1838 do_strip(PyStringObject *self, int striptype) in do_strip()
1868 do_argstrip(PyStringObject *self, int striptype, PyObject *args) in do_argstrip()
Dunicodeobject.c6946 _PyUnicode_XStrip(PyUnicodeObject *self, int striptype, PyObject *sepobj) in _PyUnicode_XStrip()
6981 do_strip(PyUnicodeObject *self, int striptype) in do_strip()
7011 do_argstrip(PyUnicodeObject *self, int striptype, PyObject *args) in do_argstrip()