Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/
DDSAextract.py47 regexp_list = [] variable
49 regexp_list.append(re.compile(name))
64 for regexp in regexp_list:
/external/llvm/utils/
DDSAextract.py47 regexp_list = [] variable
49 regexp_list.append(re.compile(name))
64 for regexp in regexp_list:
/external/autotest/server/cros/servo/
Dchrome_ec.py104 def send_command_get_output(self, command, regexp_list): argument
129 if not isinstance(regexp_list, list):
131 str(regexp_list))
133 self.set_uart_regexp(str(regexp_list))
Dchrome_cr50.py90 def send_command_get_output(self, command, regexp_list): argument
100 regexp_list)