/openbmc/qemu/qobject/ |
H A D | json-writer.c | 21 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 D | qjson.c | 221 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 D | qmp_shell.py | 180 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 D | json_writer.c | 24 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 D | json_writer.c | 24 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 D | bats_1.11.1.bb | 33 PACKAGECONFIG ??= "pretty" 34 PACKAGECONFIG[pretty] = ",,,ncurses"
|
/openbmc/qemu/monitor/ |
H A D | qmp.c | 137 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 D | monitor-internal.h | 137 bool pretty; member
|
/openbmc/linux/tools/testing/selftests/wireguard/ |
H A D | netns.sh | 34 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… 697 pretty "" "Objects that were created were also destroyed."
|
/openbmc/qemu/qapi/ |
H A D | control.json | 199 # @pretty: Enables pretty printing (QMP only) 209 '*pretty': 'bool',
|
/openbmc/linux/tools/bpf/bpftool/Documentation/ |
H A D | substitutions.rst | 3 .. |COMMON_OPTIONS| replace:: { **-j** | **--json** } [{ **-p** | **--pretty** }] | { **-d** | **--…
|
/openbmc/qemu/include/qapi/qmp/ |
H A D | qjson.h | 29 GString *qobject_to_json_pretty(const QObject *obj, bool pretty);
|
H A D | json-writer.h | 17 JSONWriter *json_writer_new(bool pretty);
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 184 | 42 $QEMU -nographic -qmp-pretty stdio -serial none "$@"
|
H A D | 273 | 48 $QEMU -nographic -qmp-pretty stdio -nodefaults "$@"
|
H A D | 195 | 47 $QEMU -nographic -qmp-pretty stdio -serial none "$@"
|
H A D | 227 | 48 $QEMU -nographic -qmp-pretty stdio -serial none "$@"
|
/openbmc/linux/tools/perf/util/ |
H A D | PERF-VERSION-GEN | 22 CID=$(git log -1 --abbrev=12 --pretty=format:"%h" --no-show-signature 2>/dev/null) && CID="-g$CID"
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | checkmk | 7 # (This is a free, non-copyleft license compatible with pretty much any
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/ |
H A D | geany-plugins_1.38.bb | 188 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-python/recipes-extended/python-rich/ |
H A D | python3-rich_13.9.4.bb | 3 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 D | union-sigval.patch | 3 which pretty much is same effect as sigval_t
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/ |
H A D | minio_git.bb | 121 github.com/niemeyer/pretty:github.com/niemeyer/pretty \ 130 github.com/tidwall/pretty:github.com/tidwall/pretty \
|
/openbmc/qemu/rust/qemu-api/ |
H A D | meson.build | 51 '--format', 'pretty',
|
/openbmc/linux/kernel/configs/ |
H A D | xen.config | 18 # pretty useless systems starting from allnoconfig
|