Home
last modified time | relevance | path

Searched refs:regexp_list (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/utils/
H A DDSAextract.py47 regexp_list = [] variable
49 regexp_list.append(re.compile(name))
64 for regexp in regexp_list:
/aosp_15_r20/external/autotest/server/cros/servo/
H A Dchrome_cr50.py428 def send_command_get_output(self, command, regexp_list): argument
449 if '.*>' in regexp_list:
451 regexp_list))
457 regexp_list)
460 def send_safe_command_get_output(self, command, regexp_list, argument
475 rv = self.send_command_get_output(command, regexp_list)
481 def send_command_retry_get_output(self, command, regexp_list, safe=False, argument
498 rv = send_command(command, regexp_list)
H A Dchrome_ec.py179 def send_command_get_output(self, command, regexp_list, retries=1): argument
204 if not isinstance(regexp_list, list):
206 str(regexp_list))
211 self.set_uart_regexp(str(regexp_list))