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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
textwrap.py 59 fix_sentence_endings (default: false)
113 fix_sentence_endings=False,
122 self.fix_sentence_endings = fix_sentence_endings
319 if self.fix_sentence_endings:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_textwrap.py 87 wrapper = TextWrapper(45, fix_sentence_endings=True)
95 wrapper = TextWrapper(60, fix_sentence_endings=True)
97 # SF #847346: ensure that fix_sentence_endings=True does the
  /external/python/cpython2/Lib/test/
test_textwrap.py 96 wrapper = TextWrapper(45, fix_sentence_endings=True)
104 wrapper = TextWrapper(60, fix_sentence_endings=True)
106 # SF #847346: ensure that fix_sentence_endings=True does the
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_textwrap.py 96 wrapper = TextWrapper(45, fix_sentence_endings=True)
104 wrapper = TextWrapper(60, fix_sentence_endings=True)
106 # SF #847346: ensure that fix_sentence_endings=True does the
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_textwrap.py 96 wrapper = TextWrapper(45, fix_sentence_endings=True)
104 wrapper = TextWrapper(60, fix_sentence_endings=True)
106 # SF #847346: ensure that fix_sentence_endings=True does the
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_textwrap.py 96 wrapper = TextWrapper(45, fix_sentence_endings=True)
104 wrapper = TextWrapper(60, fix_sentence_endings=True)
106 # SF #847346: ensure that fix_sentence_endings=True does the
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_textwrap.py 96 wrapper = TextWrapper(45, fix_sentence_endings=True)
104 wrapper = TextWrapper(60, fix_sentence_endings=True)
106 # SF #847346: ensure that fix_sentence_endings=True does the
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
textwrap.py 67 fix_sentence_endings (default: false)
121 fix_sentence_endings=False,
130 self.fix_sentence_endings = fix_sentence_endings
327 if self.fix_sentence_endings:
  /external/python/cpython2/Lib/
textwrap.py 67 fix_sentence_endings (default: false)
121 fix_sentence_endings=False,
130 self.fix_sentence_endings = fix_sentence_endings
327 if self.fix_sentence_endings:
  /external/python/cpython3/Lib/
textwrap.py 47 fix_sentence_endings (default: false)
121 fix_sentence_endings=False,
134 self.fix_sentence_endings = fix_sentence_endings
352 if self.fix_sentence_endings:
  /prebuilts/gdb/darwin-x86/lib/python2.7/
textwrap.py 67 fix_sentence_endings (default: false)
121 fix_sentence_endings=False,
130 self.fix_sentence_endings = fix_sentence_endings
327 if self.fix_sentence_endings:
  /prebuilts/gdb/linux-x86/lib/python2.7/
textwrap.py 67 fix_sentence_endings (default: false)
121 fix_sentence_endings=False,
130 self.fix_sentence_endings = fix_sentence_endings
327 if self.fix_sentence_endings:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
textwrap.py 67 fix_sentence_endings (default: false)
121 fix_sentence_endings=False,
130 self.fix_sentence_endings = fix_sentence_endings
327 if self.fix_sentence_endings:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
textwrap.py 67 fix_sentence_endings (default: false)
121 fix_sentence_endings=False,
130 self.fix_sentence_endings = fix_sentence_endings
327 if self.fix_sentence_endings:
  /external/python/cpython3/Lib/test/
test_textwrap.py 95 wrapper = TextWrapper(45, fix_sentence_endings=True)
111 wrapper = TextWrapper(60, fix_sentence_endings=True)
113 # SF #847346: ensure that fix_sentence_endings=True does the
    [all...]

Completed in 234 milliseconds