Home
last modified time | relevance | path

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

/external/v8/testing/gmock/scripts/
Dgmock_doctor.py137 def _FindAllMatches(regex, s): function
162 for m in _FindAllMatches(regex, msg):
409 for m in (list(_FindAllMatches(gcc_regex, msg)) +
410 list(_FindAllMatches(clang_regex, msg))):
505 for m in _FindAllMatches(clang_regex_unknown_type, msg):
/external/google-breakpad/src/testing/scripts/
Dgmock_doctor.py137 def _FindAllMatches(regex, s): function
162 for m in _FindAllMatches(regex, msg):
405 for m in (list(_FindAllMatches(gcc_regex, msg)) +
406 list(_FindAllMatches(clang_regex, msg))):
501 for m in _FindAllMatches(clang_regex_unknown_type, msg):
/external/googletest/googlemock/scripts/
Dgmock_doctor.py137 def _FindAllMatches(regex, s): function
162 for m in _FindAllMatches(regex, msg):
409 for m in (list(_FindAllMatches(gcc_regex, msg)) +
410 list(_FindAllMatches(clang_regex, msg))):
505 for m in _FindAllMatches(clang_regex_unknown_type, msg):