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

  /external/chromium-trace/catapult/third_party/Paste/paste/debug/
doctest_webapp.py 353 want_lines = want.split('\n')
354 if len(want_lines) > 1 and re.match(r' *$', want_lines[-1]):
355 del want_lines[-1] # forget final newline & spaces after it
356 self._check_prefix(want_lines, ' '*indent, name,
358 want = '\n'.join([wl[indent:] for wl in want_lines])
  /prebuilts/gdb/darwin-x86/lib/python2.7/
doctest.py 687 want_lines = want.split('\n')
688 if len(want_lines) > 1 and re.match(r' *$', want_lines[-1]):
689 del want_lines[-1] # forget final newline & spaces after it
690 self._check_prefix(want_lines, ' '*indent, name,
692 want = '\n'.join([wl[indent:] for wl in want_lines])
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
doctest.py 687 want_lines = want.split('\n')
688 if len(want_lines) > 1 and re.match(r' *$', want_lines[-1]):
689 del want_lines[-1] # forget final newline & spaces after it
690 self._check_prefix(want_lines, ' '*indent, name,
692 want = '\n'.join([wl[indent:] for wl in want_lines])
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py 687 want_lines = want.split('\n')
688 if len(want_lines) > 1 and re.match(r' *$', want_lines[-1]):
689 del want_lines[-1] # forget final newline & spaces after it
690 self._check_prefix(want_lines, ' '*indent, name,
692 want = '\n'.join([wl[indent:] for wl in want_lines])
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py 687 want_lines = want.split('\n')
688 if len(want_lines) > 1 and re.match(r' *$', want_lines[-1]):
689 del want_lines[-1] # forget final newline & spaces after it
690 self._check_prefix(want_lines, ' '*indent, name,
692 want = '\n'.join([wl[indent:] for wl in want_lines])
    [all...]

Completed in 126 milliseconds