Home
last modified time | relevance | path

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

12345678910

/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/linux/tools/testing/selftests/bpf/
H A Djson_writer.c24 bool pretty; /* optional whitepace */ member
39 if (!self->pretty) in jsonw_eol()
96 self->pretty = false; in jsonw_new()
116 self->pretty = on; in jsonw_pretty()
154 if (self->pretty) in jsonw_name()
/openbmc/linux/tools/bpf/bpftool/
H A Djson_writer.c24 bool pretty; /* optional whitepace */ member
39 if (!self->pretty) in jsonw_eol()
96 self->pretty = false; in jsonw_new()
116 self->pretty = on; in jsonw_pretty()
154 if (self->pretty) in jsonw_name()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/bats/
H A Dbats_1.11.0.bb33 PACKAGECONFIG ??= "pretty"
34 PACKAGECONFIG[pretty] = ",,,ncurses"
/openbmc/qemu/monitor/
H A Dqmp.c137 json = qobject_to_json_pretty(data, mon->pretty); in qmp_send_response()
513 void monitor_init_qmp(Chardev *chr, bool pretty, Error **errp) in monitor_init_qmp() argument
527 mon->pretty = pretty; in monitor_init_qmp()
H A Dmonitor-internal.h137 bool pretty; member
/openbmc/linux/tools/bpf/bpftool/Documentation/
H A Dsubstitutions.rst3 .. |COMMON_OPTIONS| replace:: { **-j** | **--json** } [{ **-p** | **--pretty** }] | { **-d** | **--…
H A Dcommon_options.rst19 -p, --pretty
/openbmc/linux/tools/testing/selftests/wireguard/
H A Dnetns.sh34 pretty() { echo -e "\x1b[32m\x1b[1m[+] ${1:+NS$1: }${2}\x1b[0m" >&3; } function
35 pp() { pretty "" "$*"; "$@"; }
37 n0() { pretty 0 "$*"; maybe_exec ip netns exec $netns0 "$@"; }
38 n1() { pretty 1 "$*"; maybe_exec ip netns exec $netns1 "$@"; }
39 n2() { pretty 2 "$*"; maybe_exec ip netns exec $netns2 "$@"; }
40 ip0() { pretty 0 "ip $*"; ip -n $netns0 "$@"; }
41 ip1() { pretty 1 "ip $*"; ip -n $netns1 "$@"; }
42 ip2() { pretty 2 "ip $*"; ip -n $netns2 "$@"; }
44 waitiperf() { pretty "${1//*-}" "wait for iperf:${3:-5201} pid $2"; while [[ $(ss -N "$1" -tlpH "sp…
696 pretty "" "Objects that were created were also destroyed."
/openbmc/qemu/include/qapi/qmp/
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/qapi/
H A Dcontrol.json199 # @pretty: Enables pretty printing (QMP only)
209 '*pretty': 'bool',
/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/linux/tools/perf/util/
H A DPERF-VERSION-GEN22 CID=$(git log -1 --abbrev=12 --pretty=format:"%h" --no-show-signature 2>/dev/null) && CID="-g$CID"
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-rich/
H A Dpython3-rich_13.7.0.bb3 Rich can also render pretty tables, progress bars, markdown, syntax highlighted source code, \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/
H A Dgeany-plugins_1.38.bb188 PLUGINS += "${PN}-pretty-printer"
189 LIC_FILES_CHKSUM += "file://pretty-printer/src/PrettyPrinter.c;beginline=1;endline=17;md5=1665115c2…
190 FILES:${PN}-pretty-printer = "${libdir}/geany/pretty-printer.so"
/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/linux/kernel/configs/
H A Dxen.config18 # pretty useless systems starting from allnoconfig
/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/u-boot/test/py/
H A Dmultiplexed_log.css8 * This provides pretty formatting of the HTML log file, e.g.

12345678910