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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_future.py 9 from ..fixer_util import BlankLine
20 new = BlankLine()
fix_itertools_imports.py 5 from lib2to3.fixer_util import BlankLine, syms, token
55 node = BlankLine()
fix_idioms.py 32 from ..fixer_util import Call, Comma, Name, Node, BlankLine, syms
147 end_line = BlankLine()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_future.py 9 from ..fixer_util import BlankLine
20 new = BlankLine()
fix_itertools_imports.py 5 from lib2to3.fixer_util import BlankLine, syms, token
55 node = BlankLine()
fix_idioms.py 32 from ..fixer_util import Call, Comma, Name, Node, BlankLine, syms
147 end_line = BlankLine()
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 640 * be overriden by a BlankLine (two newlines).
649 BlankLine // two new lines
707 * A BlankLine separator (two new lines) should be set for opening and
836 case BlankLine:
914 printer.setSeparator(PlainTextPrinter.Separator.BlankLine);
946 printer.setSeparator(PlainTextPrinter.Separator.BlankLine);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 72 def BlankLine():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 72 def BlankLine():

Completed in 259 milliseconds