Searched refs:INDENT (Results 1 - 25 of 64) sorted by relevance

123

/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Dtoken.h17 #define INDENT 5 macro
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
H A Dtoken.py14 INDENT = 5 variable
H A Dtokenize.py226 if toknum == INDENT:
422 yield (INDENT, line[:pos], (lnum, 0), (lnum, pos), line)
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Dtoken.h17 #define INDENT 5 macro
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
H A Dtoken.py14 INDENT = 5 variable
H A Dtokenize.py226 if toknum == INDENT:
422 yield (INDENT, line[:pos], (lnum, 0), (lnum, pos), line)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dtabnanny.py274 INDENT = tokenize.INDENT
285 # (NL | COMMENT)* (INDENT | DEDENT+)?
286 # If an INDENT appears, setting check_equal is wrong, and will
287 # be undone when we see the INDENT.
290 elif type == INDENT:
308 # assert check_equal # else no earlier NEWLINE, or an earlier INDENT
H A Dtoken.py18 INDENT = 5 variable
H A Dtokenize.py230 if toknum == INDENT:
346 yield (INDENT, line[:pos], (lnum, 0), (lnum, pos), line)
H A Dtrace.py425 prev_ttype = token.INDENT
429 if prev_ttype == token.INDENT:
H A Dinspect.py658 elif type == tokenize.INDENT:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dtabnanny.py274 INDENT = tokenize.INDENT
285 # (NL | COMMENT)* (INDENT | DEDENT+)?
286 # If an INDENT appears, setting check_equal is wrong, and will
287 # be undone when we see the INDENT.
290 elif type == INDENT:
308 # assert check_equal # else no earlier NEWLINE, or an earlier INDENT
H A Dtoken.py18 INDENT = 5 variable
H A Dtokenize.py230 if toknum == INDENT:
346 yield (INDENT, line[:pos], (lnum, 0), (lnum, pos), line)
H A Dtrace.py425 prev_ttype = token.INDENT
429 if prev_ttype == token.INDENT:
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
H A Dfix_metaclass.py124 """ If an INDENT is followed by a thing with a prefix then nuke the prefix
131 if node.type == token.INDENT:
223 (suite.children[-2].type == token.INDENT and
H A Dfix_tuple_params.py55 if suite[0].children[1].type == token.INDENT:
62 end = pytree.Leaf(token.INDENT, u"")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
H A Dfix_metaclass.py124 """ If an INDENT is followed by a thing with a prefix then nuke the prefix
131 if node.type == token.INDENT:
223 (suite.children[-2].type == token.INDENT and
H A Dfix_tuple_params.py55 if suite[0].children[1].type == token.INDENT:
62 end = pytree.Leaf(token.INDENT, u"")
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
H A Dpatcomp.py35 skip = set((token.NEWLINE, token.INDENT, token.DEDENT))
H A Dfixer_util.py255 if indent.type == token.INDENT:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
H A Dpatcomp.py35 skip = set((token.NEWLINE, token.INDENT, token.DEDENT))
H A Dfixer_util.py255 if indent.type == token.INDENT:
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DEditorWindow.py1605 INDENT=_tokenize.INDENT,
1612 elif type == INDENT and self.blkopenline:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DEditorWindow.py1605 INDENT=_tokenize.INDENT,
1612 elif type == INDENT and self.blkopenline:

Completed in 149 milliseconds

123