Lines Matching refs:re
224 import re
337 m = re.match(r"^([+\-%^@])([0-9a-zA-Z]+)$", s)
354 m = re.match(r"^([a-zA-Z][0-9a-zA-Z]*)(-[0-9]+)?$", descr)
364 m = re.match(r"^([0-9a-zA-Z][a-zA-Z]*)([0-9]+)$", obj)
401 for m in re.finditer(tok_re, descr_str):
405 s = re.match(r"soname\(([0-9a-zA-Z{}]+)\)=([0-9a-zA-Z]+)", value)
414 if re.match(r"[{}]", obj):
1083 p = re.compile(r"#.*$")
1088 m = re.match(r"^tunable_option:\s*(.*)$", line)
1095 m = re.match(r"^clear_tunables$", line)
1100 m = re.match(r"^([^:]+):\s*(.*)$", line)
1103 o = re.match(r"^output(.*)$", lhs)
1106 o = re.match(r"^xfail_output(.*)$", lhs)
1114 ts = re.match(r"^\(([a-zA-Z0-9_.=]*)\)$", o.group (1))
1128 x = re.match(r"^xtest\((.*)\)$", lhs)