Home
last modified time | relevance | path

Searched refs:START_BRACKET (Results 1 – 6 of 6) sorted by relevance

/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
Dindentation.py152 self._PopTo(Type.START_BRACKET)
232 if token_type == Type.START_BRACKET:
317 Type.START_BRACKET)
380 elif (token.type == Type.START_BRACKET):
528 if token_info.token.type not in (Type.START_BLOCK, Type.START_BRACKET):
537 if token_info.token.type == Type.START_BRACKET:
Djavascripttokens.py42 START_BRACKET = '[' variable in JavaScriptTokenType
Decmalintrules.py363 elif type == Type.START_BRACKET:
637 next_code.type in (Type.START_BRACKET, Type.START_BLOCK) or
750 [Type.WHITESPACE, Type.START_PAREN, Type.START_BRACKET] +
Djavascriptlintrules.py400 Type.START_BRACKET)):
413 if (token.previous.type in (Type.START_PAREN, Type.START_BRACKET,
Djavascripttokenizer.py253 Matcher(OPENING_BRACKET, Type.START_BRACKET),
Decmametadatapass.py329 elif token_type == TokenType.START_BRACKET: