Home
last modified time | relevance | path

Searched refs:finditer (Results 1 – 6 of 6) sorted by relevance

/qemu/scripts/codeconverter/codeconverter/
H A Dtest_regexps.py235 print(repr(list(m.groupdict() for m in InitialIncludes.finditer(c))))
250 print(repr(list(m.groupdict() for m in InitialIncludes.finditer(c))))
277 print(repr(list(m.groupdict() for m in InitialIncludes.finditer(c))))
H A Dpatching.py171 def finditer(klass, content: str, pos=0, endpos=-1) -> Iterable[Match]: member in FileMatch
175 return klass.compiled_re().finditer(content, pos)
187 for m in klass.finditer(self.file.original_content,
331 matches = [klass(self, m) for m in klass.finditer(self.original_content)]
/qemu/target/hexagon/
H A Dgen_decodetree.py155 for m in reversed(list(re.finditer(imm_letter + "+", enc))):
H A Dgen_printinsn.py71 for m in equals.finditer(s):
/qemu/scripts/
H A Dblock-coroutine-wrapper.py134 for m in func_decl_re.finditer(text):
/qemu/tests/avocado/
H A Dacpi-bits.py338 matchiter = re.finditer(r'(.*Summary: )(\d+ passed), (\d+ failed).*',