Home
last modified time | relevance | path

Searched full:regex (Results 1 – 12 of 12) sorted by relevance

/qemu/tests/qtest/libqos/
H A Dvirtio-9p.c218 g_autoptr(GRegex) regex = NULL; in regex_replace()
226 regex = g_regex_new(pattern, 0, 0, NULL); in regex_replace()
227 s = g_regex_replace(regex, haystack->str, -1, 0, replace, 0, NULL); in regex_replace()
/qemu/python/qemu/utils/
H A D__init__.py53 regex = r'TCP.HOST_FORWARD.*127\.0\.0\.1\s+(\d+)\s+10\.'
54 match = re.search(regex, line)
/qemu/scripts/qapi/
H A Dpylintrc35 # Good variable names regexes, separated by a comma. If names match any regex,
/qemu/
H A D.patchew.yml100 {% grep_C output regex="\b(FAIL|XPASS|ERROR|WARN|error:|warning:)" n=3 %}
108 {% grep_C output regex="\b(FAIL|XPASS|ERROR|WARN|error:|warning:)" n=3 %}
H A DMAINTAINERS48 K: Keyword perl extended regex pattern to match content in a
55 One regex pattern per line. Multiple K: lines acceptable.
/qemu/contrib/gitdm/
H A Dfiletypes.txt27 # filetype <type> <regex> [<comment>]
/qemu/tests/migration-stress/guestperf/
H A Dengine.py438 regex = r"[^\s]+\s\((\d+)\):\sINFO:\s(\d+)ms\scopied\s\d+\sGB\sin\s(\d+)ms"
439 matcher = re.compile(regex)
/qemu/scripts/codeconverter/codeconverter/
H A Dpatching.py42 """Base class for regex matches
/qemu/target/hexagon/idef-parser/
H A DREADME.rst444 regex editing will be enough.
/qemu/pc-bios/
HDu-boot.e500__of_translate_address fdt_fixup_memory_banks set_tlb do_bootvx_fdt dev_get_parent_priv device_remove mpc85xx_pci_dm_probe tsec_mdio_probe phy_device_create fs_devread dev_get_uclass_priv virtio_uclass_child_pre_probe virtio_has_feature virtio_pci_set_status virtio_pci_get_config virtio_has_feature dev_get_priv virtqueue_add virtio_pci_set_features ...
/qemu/scripts/
H A Dkernel-doc38 # Small fixes (like spaces vs. \s in regex)
H A Dcheckpatch.pl1844 # UTF-8 regex found at http://www.w3.org/International/questions/qa-forms-utf-8.en.php