Searched refs:printable (Results 1 – 8 of 8) sorted by relevance
/qemu/tests/qapi-schema/ |
H A D | string-code-point-127.json | 1 # We accept printable ASCII: code points 32..126. Test code point 127:
|
H A D | string-code-point-31.json | 1 # We accept printable ASCII: code points 32..126. Test code point 127:
|
/qemu/system/ |
H A D | runstate.c | 595 bool printable = false; in tdx_parse_panic_message() local 608 printable = len > 0; in tdx_parse_panic_message() 611 printable = false; in tdx_parse_panic_message() 621 if (!printable) { in tdx_parse_panic_message()
|
/qemu/scripts/ci/ |
H A D | gitlab-ci-section | 16 # The description can be any printable text without newlines; this is
|
/qemu/tests/unit/ |
H A D | pkix_asn1_tab.c.inc | 638 {"printable", 538968066, "PrintableString"}, 648 {"printable", 538968066, "PrintableString"}, 732 {"printable-code", 538968066, "PrintableString"}, 748 {"printable-address", 1814052875, 0}, 765 {"printable-string", 1814052866, "PrintableString"},
|
/qemu/tests/qemu-iotests/ |
H A D | qcow2_format.py | 337 if all(c in string.printable.encode(
|
/qemu/ |
H A D | hmp-commands.hx | 885 Certain non-printable characters are printed ``\uXXXX``, where ``XXXX`` is the
|
/qemu/docs/devel/ |
H A D | qapi-code-gen.rst | 60 * Strings are restricted to printable ASCII, and escape sequences to
|