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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_textwrap.py 76 self.check_wrap("", 6, [], initial_indent="++")
77 self.check_wrap("", 6, [], initial_indent="++", drop_whitespace=False)
162 initial_indent="(1) ")
352 initial_indent=" ")
379 # Check that initial_indent is not applied to a whitespace-only
382 self.check_wrap(" ", 6, [], initial_indent="++")
389 initial_indent=" ", subsequent_indent=" ")
522 # Test initial_indent parameter
527 result = wrap(self.text, 40, initial_indent=" ")
531 result = fill(self.text, 40, initial_indent=" "
    [all...]
regrtest.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_textwrap.py 76 self.check_wrap("", 6, [], initial_indent="++")
77 self.check_wrap("", 6, [], initial_indent="++", drop_whitespace=False)
162 initial_indent="(1) ")
352 initial_indent=" ")
379 # Check that initial_indent is not applied to a whitespace-only
382 self.check_wrap(" ", 6, [], initial_indent="++")
389 initial_indent=" ", subsequent_indent=" ")
522 # Test initial_indent parameter
527 result = wrap(self.text, 40, initial_indent=" ")
531 result = fill(self.text, 40, initial_indent=" "
    [all...]
regrtest.py     [all...]
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
json_writer.py 83 initial_indent = ' // ',
  /external/chromium_org/native_client_sdk/src/build_tools/
make_simple.py 136 def MakeList(value_list, prefix='', quoter=QuoteIfNecessary, initial_indent=0):
145 line = ' ' * initial_indent
159 values = MakeList(value_list, prefix, quoter, initial_indent=len(variable)+4)
  /external/chromium_org/tools/site_compare/
command_line.py 475 initial_indent = "Usage: %s %s " % (self.cmdline.prog, name)
476 subsequent_indent = " " * len(initial_indent)
483 initial_indent=initial_indent,
640 initial_indent = (" "*indent + cmd_name + " "*
645 initial_indent=initial_indent,
  /external/chromium_org/tools/metrics/common/
pretty_print_xml.py 75 wrapper.initial_indent = ' ' * indent
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
textwrap.py 52 initial_indent (default: "")
117 initial_indent="",
126 self.initial_indent = initial_indent
275 indent = self.initial_indent
argparse.py 620 return _textwrap.fill(text, width, initial_indent=indent,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
textwrap.py 52 initial_indent (default: "")
117 initial_indent="",
126 self.initial_indent = initial_indent
275 indent = self.initial_indent
argparse.py 620 return _textwrap.fill(text, width, initial_indent=indent,
    [all...]
  /external/chromium_org/components/policy/tools/
generate_policy_source.py 183 COMMENT_WRAPPER.initial_indent = '// '
    [all...]
  /external/chromium_org/v8/tools/push-to-trunk/
common_includes.py 85 return textwrap.fill(line, width=80, initial_indent=" ",
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
autopep8.py     [all...]

Completed in 639 milliseconds