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

  /external/llvm/utils/
DSAextract.py 47 regexp_list = [] variable
49 regexp_list.append(re.compile(name))
64 for regexp in regexp_list:
  /external/swiftshader/third_party/LLVM/utils/
DSAextract.py 47 regexp_list = [] variable
49 regexp_list.append(re.compile(name))
64 for regexp in regexp_list:
  /external/autotest/server/cros/servo/
chrome_ec.py 99 def send_command_get_output(self, command, regexp_list):
106 regexp_list: List of regular expressions used to match response
116 regexp_list:
122 error.TestError: An error when the given regexp_list is not valid.
124 if not isinstance(regexp_list, list):
125 raise error.TestError('Arugment regexp_list is not a list: %s' %
126 str(regexp_list))
128 self.set_uart_regexp(str(regexp_list))

Completed in 107 milliseconds