HomeSort by relevance Sort by last modified time
    Searched full:regexp_list (Results 1 - 3 of 3) sorted by null

  /external/autotest/server/cros/servo/
chrome_usbpd.py 65 def send_command_get_output(self, command, regexp_list):
71 @param regexp_list: List of regular expressions used to match response
80 regexp_list:
85 @raises error.TestError: An error when the given regexp_list
88 if not isinstance(regexp_list, list):
89 raise error.TestError('Arugment regexp_list is not a list: %s' %
90 str(regexp_list))
92 self.set_uart_regexp(str(regexp_list))
chrome_ec.py 106 def send_command_get_output(self, command, regexp_list):
113 regexp_list: List of regular expressions used to match response
123 regexp_list:
129 error.TestError: An error when the given regexp_list is not valid.
131 if not isinstance(regexp_list, list):
132 raise error.TestError('Arugment regexp_list is not a list: %s' %
133 str(regexp_list))
135 self.set_uart_regexp(str(regexp_list))
  /external/llvm/utils/
DSAextract.py 47 regexp_list = [] variable
49 regexp_list.append(re.compile(name))
64 for regexp in regexp_list:

Completed in 801 milliseconds