Home
last modified time | relevance | path

Searched refs:peek_token (Results 1 - 2 of 2) sorted by relevance

/build/config/components/hc_gen/
H A Dhcs_build_info.py91 def peek_token(self): member in Lexer
223 while lex.peek_token().token_type != TokenType.END_OF_FILE:
224 cur_token_type = lex.peek_token().token_type
232 token = lex.peek_token()
/build/config/components/hdi/
H A Dbuild_hdi_files_info.py104 def peek_token(self): member in Lexer
336 while lex.peek_token().token_type != TokenType.END_OF_FILE:
337 cur_token_type = lex.peek_token().token_type
369 while lex.peek_token().token_type != TokenType.END_OF_FILE:
370 cur_token_type = lex.peek_token().token_type
373 token = lex.peek_token()
374 if lex.peek_token().token_type != TokenType.ID:
415 token = lex.peek_token()
436 if lex.peek_token().token_type != TokenType.ID:
437 token = lex.peek_token()
[all...]

Completed in 2 milliseconds