Home
last modified time | relevance | path

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

/external/minijail/tools/
Dgenerate_seccomp_policy.py50 LINE_RE = re.compile(r'^\s*(?:\[[^]]*\]|\d+)?\s*([a-zA-Z0-9_]+)\(([^)<]*)') variable
99 matches = LINE_RE.match(line)
/external/toolchain-utils/automation/clients/report/dejagnu/
Dsummary.py21 LINE_RE = re.compile(r'([A-Z]+):\s+([\w/+.-]+)(.*)') variable in DejaGnuTestResult
37 fields = cls.LINE_RE.match(line.strip())