Searched refs:START_BRACKET (Results 1 - 12 of 12) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A 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:
H A Djavascripttokens.py42 START_BRACKET = '[' variable in class:JavaScriptTokenType
H A Djavascripttokenizer.py253 Matcher(OPENING_BRACKET, Type.START_BRACKET),
H A Djavascriptlintrules.py400 Type.START_BRACKET)):
413 if (token.previous.type in (Type.START_PAREN, Type.START_BRACKET,
H A 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] +
H A Decmametadatapass.py329 elif token_type == TokenType.START_BRACKET:
/external/chromium_org/third_party/closure_linter/closure_linter/
H A 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:
H A Djavascripttokens.py42 START_BRACKET = '[' variable in class:JavaScriptTokenType
H A Djavascripttokenizer.py253 Matcher(OPENING_BRACKET, Type.START_BRACKET),
H A Djavascriptlintrules.py400 Type.START_BRACKET)):
413 if (token.previous.type in (Type.START_PAREN, Type.START_BRACKET,
H A 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] +
H A Decmametadatapass.py329 elif token_type == TokenType.START_BRACKET:

Completed in 201 milliseconds