Home
last modified time | relevance | path

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

/tools/repohooks/rh/
Dhooks.py588 regexes = [
599 for regex in regexes:
/tools/test/openhst/
Dstress_test.proto29 // A list of regexes that can be used to detect the specified event.
Dstress_test.py172 def __init__(self, name, process_name, regexes): argument
184 self.searches = [re.compile(regex).search for regex in regexes]