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

  /external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
javascripttokenizer.py 101 START_BLOCK = re.compile('{')
209 Matcher(START_BLOCK, Type.DOC_START_BRACE),
241 Matcher(START_BLOCK, Type.START_BLOCK),
javascripttokens.py 38 START_BLOCK = '{'
indentation.py 155 start_token = self._PopTo(Type.START_BLOCK)
182 self._Add(self._PopTo(Type.START_BLOCK))
236 elif token_type == Type.START_BLOCK or token.metadata.is_implied_block:
451 """Determines if the given START_BLOCK is part of a goog.scope statement.
454 token: A token of type START_BLOCK.
492 if (token_info.token.type == Type.START_BLOCK and
503 elif (token_info.token.type == Type.START_BLOCK and
528 if token_info.token.type not in (Type.START_BLOCK, Type.START_BRACKET):
ecmametadatapass.py 296 if next_code.type != TokenType.START_BLOCK:
318 if (next_code.type != TokenType.START_BLOCK and
339 elif token_type == TokenType.START_BLOCK:
457 next_code_is_block = next_code and next_code.type == TokenType.START_BLOCK
ecmalintrules.py 276 elif (type == Type.START_BLOCK and
308 if (state.InInterfaceMethod() and last_code.type != Type.START_BLOCK):
637 next_code.type in (Type.START_BRACKET, Type.START_BLOCK) or
    [all...]
statetracker.py 712 """Determine the block type given a START_BLOCK token.
717 token: The current token. Can be assumed to be type START_BLOCK.
842 if type == Type.START_BLOCK:
  /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 182 milliseconds