Home
last modified time | relevance | path

Searched refs:END_PARAMETERS (Results 1 – 8 of 8) sorted by relevance

/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
Djavascriptstatetracker.py117 if last_code.type in (Type.END_PARAMETERS, Type.END_PAREN,
Djavascripttokens.py49 END_PARAMETERS = ')endparams' variable in JavaScriptTokenType
Dscopeutil.py100 JavaScriptTokenType.END_PARAMETERS]):
Decmametadatapass.py373 elif token_type == TokenType.END_PARAMETERS:
388 TokenType.END_PARAMETERS) or
Dindentation.py148 elif token_type == Type.END_PARAMETERS:
474 Type.END_PARAMETERS,
Djavascripttokenizer.py430 Matcher(cls.CLOSING_PAREN_WITH_SPACE, Type.END_PARAMETERS,
Dstatetracker.py1292 elif type == Type.END_PARAMETERS and self._doc_comment:
Decmalintrules.py692 elif token_type == Type.END_PARAMETERS: