Home
last modified time | relevance | path

Searched refs:is_json (Results 1 – 3 of 3) sorted by relevance

/qemu/tests/qemu-iotests/
H A Dqcow2.py29 is_json = False variable
34 h.dump(is_json)
36 h.dump_extensions(is_json)
41 h.dump_extensions(is_json)
172 is_json = '-j' in sys.argv variable
173 if is_json:
H A Dqcow2_format.py121 def dump(self, is_json=False): argument
122 if is_json:
460 def dump_extensions(self, is_json=False): argument
461 if is_json:
/qemu/qapi/
H A Dqobject-input-visitor.c753 bool is_json = str[0] == '{'; in qobject_input_visitor_new_str() local
758 if (is_json) { in qobject_input_visitor_new_str()