Home
last modified time | relevance | path

Searched refs:token_value (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/
H A Dhcs_build_info.py122 token_value = []
123 token_value.append(self.get_char().char)
131 key_str = "".join(token_value)
139 token_value = []
152 token_value = []
153 token_value.append(self.get_char().char)
165 def read_line_comment(self, token_value): argument
171 token_value.append(new_char.char)
175 def read_block_comment(self, token_value): argument
180 token_value.append(new_char.char)
[all …]
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/
H A Dbuild_hdi_files_info.py131 token_value = []
132 token_value.append(self.get_char().char)
141 key = "".join(token_value)
149 token_value = []
150 token_value.append(self.get_char().char)
162 def read_line_comment(self, token_value): argument
163 token_value.append(self.get_char().char)
168 token_value.append(new_char.char)
172 def read_block_comment(self, token_value): argument
177 token_value.append(new_char.char)
[all …]