Searched refs:BLANK_LINE (Results 1 – 8 of 8) sorted by relevance
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/common/ |
D | tokens.py | 27 BLANK_LINE = 'blank line' variable in TokenType
|
D | tokenizer.py | 106 self.__AddToken(self._CreateToken('', Type.BLANK_LINE, line, line_number))
|
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/ |
D | javascriptlintrules.py | 226 while token and token.type in [Type.WHITESPACE, Type.BLANK_LINE]: 227 if token.type == Type.BLANK_LINE: 315 if extra_space.type == Type.BLANK_LINE:
|
D | javascripttokens.py | 77 tokens.TokenType.WHITESPACE, tokens.TokenType.BLANK_LINE])
|
D | requireprovidesorter.py | 131 if i.type is Type.BLANK_LINE:
|
D | tokenutil.py | 316 blank_token = JavaScriptToken('', Type.BLANK_LINE, '',
|
D | indentation.py | 424 if token.type in (Type.WHITESPACE, Type.BLANK_LINE):
|
D | statetracker.py | 1005 if not token.IsAnyType(Type.WHITESPACE, Type.BLANK_LINE):
|