Searched full:regex (Results 1 – 12 of 12) sorted by relevance
/qemu/tests/qtest/libqos/ |
H A D | virtio-9p.c | 218 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__.py | 53 regex = r'TCP.HOST_FORWARD.*127\.0\.0\.1\s+(\d+)\s+10\.' 54 match = re.search(regex, line)
|
/qemu/scripts/qapi/ |
H A D | pylintrc | 35 # Good variable names regexes, separated by a comma. If names match any regex,
|
/qemu/ |
H A D | .patchew.yml | 100 {% 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 D | MAINTAINERS | 48 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 D | filetypes.txt | 27 # filetype <type> <regex> [<comment>]
|
/qemu/tests/migration-stress/guestperf/ |
H A D | engine.py | 438 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 D | patching.py | 42 """Base class for regex matches
|
/qemu/target/hexagon/idef-parser/ |
H A D | README.rst | 444 regex editing will be enough.
|
/qemu/pc-bios/ |
HD | u-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 D | kernel-doc | 38 # Small fixes (like spaces vs. \s in regex)
|
H A D | checkpatch.pl | 1844 # UTF-8 regex found at http://www.w3.org/International/questions/qa-forms-utf-8.en.php
|