Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dldump.c22 int strip; member
162 int luaU_dump (lua_State* L, const Proto* f, lua_Writer w, void* data, int strip) in luaU_dump()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dstringold.py74 def strip(s): function
Dstring.py248 def strip(s, chars=None): function
DUserString.py125 def strip(self, chars=None): return self.__class__(self.data.strip(chars)) member in UserString
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dstring.py250 def strip(s, chars=None): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_array.py812 def strip(self): member in CharacterTest.test_subbclassing.EditableString