HomeSort by relevance Sort by last modified time
    Searched refs:START_BLOCK (Results 1 - 11 of 11) sorted by null

  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
javascriptstatetracker.py 107 """Determine the block type given a START_BLOCK token.
112 token: The current token. Can be assumed to be type START_BLOCK
141 if token.type == Type.START_BLOCK:
javascripttokenizer.py 104 START_BLOCK = re.compile('{')
289 Matcher(START_BLOCK, Type.DOC_START_BRACE),
349 Matcher(cls.START_BLOCK, Type.START_BLOCK),
indentation.py 155 start_token = self._PopTo(Type.START_BLOCK)
182 self._Add(self._PopTo(Type.START_BLOCK))
226 elif token_type == Type.START_BLOCK or token.metadata.is_implied_block:
498 if (token_info.token.type == Type.START_BLOCK and
530 if (token_info.token.type == Type.START_BLOCK and
556 if token_info.token.type not in (Type.START_BLOCK, Type.START_BRACKET):
javascripttokens.py 38 START_BLOCK = '{'
ecmametadatapass.py 343 if next_code.type != TokenType.START_BLOCK:
365 if (next_code.type != TokenType.START_BLOCK and
386 elif token_type == TokenType.START_BLOCK:
511 next_code_is_block = next_code and next_code.type == TokenType.START_BLOCK
ecmalintrules.py 341 elif (token_type == Type.START_BLOCK and
372 if state.InInterfaceMethod() and last_code.type != Type.START_BLOCK:
685 next_code.type in (Type.START_BRACKET, Type.START_BLOCK) or
    [all...]
tokenutil.py 427 """Determines if the given START_BLOCK is part of a goog.scope statement.
430 token: A token of type START_BLOCK.
435 if token.type != JavaScriptTokenType.START_BLOCK:
javascriptlintrules.py 545 elif token.type == Type.START_BLOCK:
statetracker.py 944 """Determine the block type given a START_BLOCK token.
949 token: The current token. Can be assumed to be type START_BLOCK.
1098 if type == Type.START_BLOCK:
    [all...]
  /external/f2fs-tools/fsck/
f2fs.h 297 #define START_BLOCK(sbi, segno) (SM_I(sbi)->main_blkaddr + \
351 if (START_BLOCK(sbi, curseg->segno) +
mount.c 632 addr = START_BLOCK(sbi, segno);
    [all...]

Completed in 298 milliseconds