Home
last modified time | relevance | path

Searched refs:matcher (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Deptags.py22 matcher = re.compile(expr) variable
40 m = matcher.search(line)
Dptags.py28 matcher = re.compile(expr) variable
45 m = matcher.match(line)
Dobjgraph.py35 matcher = re.compile('(.*):\t?........ (.) (.*)$') variable
73 if matcher.search(s) < 0: s; continue # Shouldn't happen
74 (ra, rb), (r1a, r1b), (r2a, r2b), (r3a, r3b) = matcher.regs[:4]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_re.py435 matcher=re.match): argument
443 m = matcher(pattern, text)