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

  /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)
  /external/chromium_org/tools/metrics/common/
pretty_print_xml.py 77 wrapper.break_on_hyphens = False
  /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 170 milliseconds