Home
last modified time | relevance | path

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

/build/config/components/hc_gen/
H A Dhcs_build_info.py21 class TokenType(object): class
38 self.token_type = TokenType.UNKNOWN
69 TokenType.UNKNOWN, "")
122 self.cur_token.token_type = TokenType.UNKNOWN
125 self.cur_token.token_type = TokenType.END_OF_FILE
139 self.cur_token.token_type = TokenType.INCLUDE
141 self.cur_token.token_type = TokenType.UNKNOWN
151 self.cur_token.token_type = TokenType.STRING
154 self.cur_token.token_type = TokenType.UNKNOWN
168 self.cur_token.token_type = TokenType
[all...]
/build/config/components/hdi/
H A Dbuild_hdi_files_info.py24 class TokenType(object): class
44 self.token_type = TokenType.UNKNOWN
68 "package": TokenType.PACKAGE,
69 "import": TokenType.IMPORT,
70 "interface": TokenType.INTERFACE,
71 "callback": TokenType.CALLBACK,
82 TokenType.UNKNOWN, "")
132 self.cur_token.token_type = TokenType.UNKNOWN
135 self.cur_token.token_type = TokenType.END_OF_FILE
152 self.cur_token.token_type = TokenType
[all...]

Completed in 2 milliseconds