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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
textwrap.py 66 break_on_hyphens (default: true)
116 break_on_hyphens=True):
125 self.break_on_hyphens = break_on_hyphens
165 if break_on_hyphens is True, or in:
171 if self.break_on_hyphens:
176 if self.break_on_hyphens:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_textwrap.py 377 # Ensure that the break_on_hyphens attributes work
380 break_on_hyphens=True)
382 break_on_hyphens=False)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_textwrap.py 425 # Ensure that the break_on_hyphens attributes work
428 break_on_hyphens=True)
430 break_on_hyphens=False)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_textwrap.py 425 # Ensure that the break_on_hyphens attributes work
428 break_on_hyphens=True)
430 break_on_hyphens=False)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_textwrap.py 425 # Ensure that the break_on_hyphens attributes work
428 break_on_hyphens=True)
430 break_on_hyphens=False)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_textwrap.py 425 # Ensure that the break_on_hyphens attributes work
428 break_on_hyphens=True)
430 break_on_hyphens=False)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
textwrap.py 74 break_on_hyphens (default: true)
124 break_on_hyphens=True):
133 self.break_on_hyphens = break_on_hyphens
173 if break_on_hyphens is True, or in:
179 if self.break_on_hyphens:
184 if self.break_on_hyphens:
  /prebuilts/gdb/darwin-x86/lib/python2.7/
textwrap.py 74 break_on_hyphens (default: true)
124 break_on_hyphens=True):
133 self.break_on_hyphens = break_on_hyphens
173 if break_on_hyphens is True, or in:
179 if self.break_on_hyphens:
184 if self.break_on_hyphens:
  /prebuilts/gdb/linux-x86/lib/python2.7/
textwrap.py 74 break_on_hyphens (default: true)
124 break_on_hyphens=True):
133 self.break_on_hyphens = break_on_hyphens
173 if break_on_hyphens is True, or in:
179 if self.break_on_hyphens:
184 if self.break_on_hyphens:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
textwrap.py 74 break_on_hyphens (default: true)
124 break_on_hyphens=True):
133 self.break_on_hyphens = break_on_hyphens
173 if break_on_hyphens is True, or in:
179 if self.break_on_hyphens:
184 if self.break_on_hyphens:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
textwrap.py 74 break_on_hyphens (default: true)
124 break_on_hyphens=True):
133 self.break_on_hyphens = break_on_hyphens
173 if break_on_hyphens is True, or in:
179 if self.break_on_hyphens:
184 if self.break_on_hyphens:

Completed in 1328 milliseconds