Home
last modified time | relevance | path

Searched refs:to_find (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/site_tests/logging_UserCrash/
Dlogging_UserCrash.py87 to_find = 'Received crash notification for ' + crasher_basename
89 to_find = 'Ignoring crash from ' + crasher_basename
91 lambda: self._log_reader.can_find(to_find),
94 'Timeout waiting for: ' + to_find + ' in ' +
/external/autotest/cli/
Dcli_mock.py76 def assertWords(self, string, to_find=[], not_in=[]): argument
86 for word in to_find: