Home
last modified time | relevance | path

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

/build/config/components/hc_gen/
H A Dhcs_build_info.py73 def peek_char(self, peek_count=0): member in Lexer
105 while not self.peek_char().is_eof:
106 new_char = self.peek_char()
130 while not self.peek_char().is_eof:
131 new_char = self.peek_char()
147 while not self.peek_char().is_eof and self.peek_char().char != '"':
150 if self.peek_char().char == '"':
160 new_char = self.peek_char()
173 while not self.peek_char()
[all...]
/build/config/components/hdi/
H A Dbuild_hdi_files_info.py86 def peek_char(self, peek_count=0): member in Lexer
118 while not self.peek_char().is_eof:
119 new_char = self.peek_char()
140 while not self.peek_char().is_eof:
141 new_char = self.peek_char()
158 new_char = self.peek_char()
171 while not self.peek_char().is_eof:
182 while not self.peek_char().is_eof:
185 if new_char.char == '*' and self.peek_char().char == '/':

Completed in 2 milliseconds