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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
fancy_getopt.py 408 WS_TRANS = string.maketrans(string.whitespace, ' ' * len(string.whitespace))
423 text = string.translate(text, WS_TRANS)
  /external/python/cpython2/Lib/distutils/
fancy_getopt.py 408 WS_TRANS = string.maketrans(string.whitespace, ' ' * len(string.whitespace))
423 text = string.translate(text, WS_TRANS)
  /external/python/cpython3/Lib/distutils/
fancy_getopt.py 373 WS_TRANS = {ord(_wschar) : ' ' for _wschar in string.whitespace}
387 text = text.translate(WS_TRANS)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
fancy_getopt.py 408 WS_TRANS = string.maketrans(string.whitespace, ' ' * len(string.whitespace))
423 text = string.translate(text, WS_TRANS)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
fancy_getopt.py 408 WS_TRANS = string.maketrans(string.whitespace, ' ' * len(string.whitespace))
423 text = string.translate(text, WS_TRANS)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 408 WS_TRANS = string.maketrans(string.whitespace, ' ' * len(string.whitespace))
423 text = string.translate(text, WS_TRANS)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 408 WS_TRANS = string.maketrans(string.whitespace, ' ' * len(string.whitespace))
423 text = string.translate(text, WS_TRANS)

Completed in 323 milliseconds