Searched refs:START_BLOCK (Results 1 – 8 of 8) sorted by relevance
101 START_BLOCK = re.compile('{') variable in JavaScriptTokenizer209 Matcher(START_BLOCK, Type.DOC_START_BRACE),241 Matcher(START_BLOCK, Type.START_BLOCK),
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:492 if (token_info.token.type == Type.START_BLOCK and503 elif (token_info.token.type == Type.START_BLOCK and528 if token_info.token.type not in (Type.START_BLOCK, Type.START_BRACKET):
296 if next_code.type != TokenType.START_BLOCK:318 if (next_code.type != TokenType.START_BLOCK and339 elif token_type == TokenType.START_BLOCK:457 next_code_is_block = next_code and next_code.type == TokenType.START_BLOCK
38 START_BLOCK = '{' variable in JavaScriptTokenType
276 elif (type == Type.START_BLOCK and308 if (state.InInterfaceMethod() and last_code.type != Type.START_BLOCK):637 next_code.type in (Type.START_BRACKET, Type.START_BLOCK) or
842 if type == Type.START_BLOCK:
297 #define START_BLOCK(sbi, segno) (SM_I(sbi)->main_blkaddr + \ macro351 if (START_BLOCK(sbi, curseg->segno) + in IS_VALID_BLK_ADDR()
632 addr = START_BLOCK(sbi, segno); in restore_node_summary()