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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
textwrap.py 30 _whitespace = '\t\n\x0b\x0c\r ' variable
74 whitespace_trans = string.maketrans(_whitespace, ' ' * len(_whitespace))
78 for x in map(ord, _whitespace):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
textwrap.py 38 _whitespace = '\t\n\x0b\x0c\r ' variable
82 whitespace_trans = string.maketrans(_whitespace, ' ' * len(_whitespace))
86 for x in map(ord, _whitespace):
  /external/python/cpython2/Lib/
textwrap.py 38 _whitespace = '\t\n\x0b\x0c\r ' variable
82 whitespace_trans = string.maketrans(_whitespace, ' ' * len(_whitespace))
86 for x in map(ord, _whitespace):
  /prebuilts/gdb/darwin-x86/lib/python2.7/
textwrap.py 38 _whitespace = '\t\n\x0b\x0c\r ' variable
82 whitespace_trans = string.maketrans(_whitespace, ' ' * len(_whitespace))
86 for x in map(ord, _whitespace):
  /prebuilts/gdb/linux-x86/lib/python2.7/
textwrap.py 38 _whitespace = '\t\n\x0b\x0c\r ' variable
82 whitespace_trans = string.maketrans(_whitespace, ' ' * len(_whitespace))
86 for x in map(ord, _whitespace):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
textwrap.py 38 _whitespace = '\t\n\x0b\x0c\r ' variable
82 whitespace_trans = string.maketrans(_whitespace, ' ' * len(_whitespace))
86 for x in map(ord, _whitespace):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
textwrap.py 38 _whitespace = '\t\n\x0b\x0c\r ' variable
82 whitespace_trans = string.maketrans(_whitespace, ' ' * len(_whitespace))
86 for x in map(ord, _whitespace):

Completed in 126 milliseconds