Home
last modified time | relevance | path

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/
Dtokens.py27 BLANK_LINE = 'blank line' variable in TokenType
Dtokenizer.py106 self.__AddToken(self._CreateToken('', Type.BLANK_LINE, line, line_number))
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
Djavascriptlintrules.py226 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:
Djavascripttokens.py77 tokens.TokenType.WHITESPACE, tokens.TokenType.BLANK_LINE])
Drequireprovidesorter.py131 if i.type is Type.BLANK_LINE:
Dtokenutil.py316 blank_token = JavaScriptToken('', Type.BLANK_LINE, '',
Dindentation.py424 if token.type in (Type.WHITESPACE, Type.BLANK_LINE):
Dstatetracker.py1005 if not token.IsAnyType(Type.WHITESPACE, Type.BLANK_LINE):