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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
textwrap.py 74 whitespace_trans = string.maketrans(_whitespace, ' ' * len(_whitespace)) variable in class:TextWrapper
149 text = text.translate(self.whitespace_trans)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
textwrap.py 82 whitespace_trans = string.maketrans(_whitespace, ' ' * len(_whitespace)) variable in class:TextWrapper
157 text = text.translate(self.whitespace_trans)
  /external/python/cpython2/Lib/
textwrap.py 82 whitespace_trans = string.maketrans(_whitespace, ' ' * len(_whitespace)) variable in class:TextWrapper
157 text = text.translate(self.whitespace_trans)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
textwrap.py 82 whitespace_trans = string.maketrans(_whitespace, ' ' * len(_whitespace)) variable in class:TextWrapper
157 text = text.translate(self.whitespace_trans)
  /prebuilts/gdb/linux-x86/lib/python2.7/
textwrap.py 82 whitespace_trans = string.maketrans(_whitespace, ' ' * len(_whitespace)) variable in class:TextWrapper
157 text = text.translate(self.whitespace_trans)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
textwrap.py 82 whitespace_trans = string.maketrans(_whitespace, ' ' * len(_whitespace)) variable in class:TextWrapper
157 text = text.translate(self.whitespace_trans)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
textwrap.py 82 whitespace_trans = string.maketrans(_whitespace, ' ' * len(_whitespace)) variable in class:TextWrapper
157 text = text.translate(self.whitespace_trans)

Completed in 244 milliseconds