Home
last modified time | relevance | path

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

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