Home
last modified time | relevance | path

Searched refs:pretty (Results 1 – 25 of 136) sorted by relevance

123456

/openbmc/qemu/qobject/
H A Djson-writer.c21 bool pretty; member
27 JSONWriter *json_writer_new(bool pretty) in json_writer_new() argument
31 writer->pretty = pretty; in json_writer_new()
89 if (writer->pretty) { in pretty_newline()
97 if (writer->pretty) { in pretty_newline_or_space()
H A Dqjson.c221 GString *qobject_to_json_pretty(const QObject *obj, bool pretty) in qobject_to_json_pretty() argument
223 JSONWriter *writer = json_writer_new(pretty); in qobject_to_json_pretty()
/openbmc/qemu/python/qemu/qmp/
H A Dqmp_shell.py180 pretty: bool = False,
191 self.pretty = pretty
340 indent=4 if self.pretty else None,
341 sort_keys=self.pretty)
433 pretty: bool = False,
437 super().__init__(address, pretty, verbose, server, logfile)
550 with shell_class(address, args.pretty, args.verbose, args.logfile) as qemu:
600 with shell_class(address, args.pretty, args.verbose,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/
H A D0005-generateVersion.sh-set-correct-buildrev.patch25 - buildrev=$(git log -1 --pretty=format:"%H")
26 + buildrev=$(git -C "${src_dir}" log -1 --pretty=format:"%H")
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/bats/
H A Dbats_1.11.1.bb33 PACKAGECONFIG ??= "pretty"
34 PACKAGECONFIG[pretty] = ",,,ncurses"
/openbmc/qemu/include/qobject/
H A Dqjson.h29 GString *qobject_to_json_pretty(const QObject *obj, bool pretty);
H A Djson-writer.h17 JSONWriter *json_writer_new(bool pretty);
/openbmc/qemu/monitor/
H A Dqmp.c137 json = qobject_to_json_pretty(data, mon->pretty); in qmp_send_response()
514 void monitor_init_qmp(Chardev *chr, bool pretty, Error **errp) in monitor_init_qmp() argument
528 mon->pretty = pretty; in monitor_init_qmp()
H A Dmonitor-internal.h137 bool pretty; member
/openbmc/qemu/tests/qemu-iotests/
H A D18442 $QEMU -nographic -qmp-pretty stdio -serial none "$@"
H A D27348 $QEMU -nographic -qmp-pretty stdio -nodefaults "$@"
H A D19547 $QEMU -nographic -qmp-pretty stdio -serial none "$@"
H A D22748 $QEMU -nographic -qmp-pretty stdio -serial none "$@"
/openbmc/qemu/qapi/
H A Dcontrol.json201 # @pretty: Enables pretty printing (QMP only)
211 '*pretty': 'bool',
/openbmc/openbmc/poky/meta/files/common-licenses/
H A Dcheckmk7 # (This is a free, non-copyleft license compatible with pretty much any
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-rich/
H A Dpython3-rich_14.0.0.bb3 Rich can also render pretty tables, progress bars, markdown, syntax highlighted source code, \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/
H A Dunion-sigval.patch3 which pretty much is same effect as sigval_t
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/
H A Dgeany-plugins_2.0.bb184 PLUGINS += "${PN}-pretty-printer"
185 LIC_FILES_CHKSUM += "file://pretty-printer/src/PrettyPrinter.c;beginline=1;endline=17;md5=1665115c2…
186 FILES:${PN}-pretty-printer = "${libdir}/geany/pretty-printer.so"
/openbmc/openbmc/poky/meta/recipes-support/lzo/
H A Dlzo_2.10.bb3 ANSI C that offers pretty fast compression and *extremely* fast decompression. "
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0013-libdmmp-Makefile-Fix-KBUILD_BUILD_TIMESTAMP-usage.patch27 KBUILD_BUILD_TIMESTAMP=`git log -n1 --pretty=%cd --date=iso -- $^`; \
/openbmc/u-boot/test/py/
H A Dmultiplexed_log.css8 * This provides pretty formatting of the HTML log file, e.g.
/openbmc/u-boot/doc/
H A DREADME.mpc74xx7 Currently the support for these CPUs is pretty minimal, but enough to
/openbmc/qemu/include/monitor/
H A Dmonitor.h22 void monitor_init_qmp(Chardev *chr, bool pretty, Error **errp);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/influxdb/influxdb/
H A D0001-patch-term-module-for-mips-ispeed-ospeed-termios-abs.patch23 @@ -188,6 +188,8 @@ github.com/kr/pretty v0.1.0/go.mod h1:dA
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/
H A Dminio_git.bb121 github.com/niemeyer/pretty:github.com/niemeyer/pretty \
130 github.com/tidwall/pretty:github.com/tidwall/pretty \

123456